Commit 43153221 authored by Ramu Dosapati's avatar Ramu Dosapati

added admin server client for logs

parent 889971ec
...@@ -6,62 +6,25 @@ ...@@ -6,62 +6,25 @@
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="74de7a75-0f1f-4bb1-a2d0-c35110f29f4d" name="Changes" comment=""> <list default="true" id="74de7a75-0f1f-4bb1-a2d0-c35110f29f4d" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/.gradle/7.4/checksums/checksums.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.4/checksums/checksums.lock" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.gradle/7.4/checksums/checksums.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.4/checksums/checksums.lock" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.gradle/7.4/checksums/md5-checksums.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.4/checksums/md5-checksums.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/7.4/checksums/sha1-checksums.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.4/checksums/sha1-checksums.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/7.4/executionHistory/executionHistory.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.4/executionHistory/executionHistory.bin" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.gradle/7.4/executionHistory/executionHistory.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.4/executionHistory/executionHistory.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/7.4/executionHistory/executionHistory.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.4/executionHistory/executionHistory.lock" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.gradle/7.4/executionHistory/executionHistory.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.4/executionHistory/executionHistory.lock" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/7.4/fileHashes/fileHashes.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.4/fileHashes/fileHashes.bin" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.gradle/7.4/fileHashes/fileHashes.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.4/fileHashes/fileHashes.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/7.4/fileHashes/fileHashes.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.4/fileHashes/fileHashes.lock" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.gradle/7.4/fileHashes/fileHashes.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.4/fileHashes/fileHashes.lock" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/7.4/fileHashes/resourceHashesCache.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.4/fileHashes/resourceHashesCache.bin" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.gradle/7.4/fileHashes/resourceHashesCache.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/7.4/fileHashes/resourceHashesCache.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/buildOutputCleanup/buildOutputCleanup.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/buildOutputCleanup/buildOutputCleanup.lock" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.gradle/buildOutputCleanup/buildOutputCleanup.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/buildOutputCleanup/buildOutputCleanup.lock" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/buildOutputCleanup/outputFiles.bin" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/buildOutputCleanup/outputFiles.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/file-system.probe" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/file-system.probe" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.gradle/file-system.probe" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/file-system.probe" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build.gradle" beforeDir="false" afterPath="$PROJECT_DIR$/build.gradle" afterDir="false" /> <change beforePath="$PROJECT_DIR$/build.gradle" beforeDir="false" afterPath="$PROJECT_DIR$/build.gradle" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/SafewayPricingPodApplication.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/SafewayPricingPodApplication.class" afterDir="false" /> <change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/SafewayPricingPodApplication.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/SafewayPricingPodApplication.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/controller/PricingController.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/controller/PricingController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/dto/ItemDetails.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/dto/SaleDetailsDto$SaleDetailsDtoBuilder.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/dto/SaleDetailsDto$SaleDetailsDtoBuilder.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/dto/SaleDetailsDto.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/dto/SaleDetailsDto.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/DivisionDetails$DivisionDetailsBuilder.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/DivisionDetails$DivisionDetailsBuilder.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/DivisionDetails.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/DivisionDetails.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/ItemDetails$ItemDetailsBuilder.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/ItemDetails$ItemDetailsBuilder.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/ItemDetails.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/ItemDetails.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/PriceArea$PriceAreaBuilder.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/PriceArea$PriceAreaBuilder.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/PriceArea.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/PriceArea.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/PriceAreaDetails$PriceAreaDetailsBuilder.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/PriceAreaDetails$PriceAreaDetailsBuilder.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/PriceAreaDetails.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/PriceAreaDetails.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/PriceDetails$PriceDetailsBuilder.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/PriceDetails$PriceDetailsBuilder.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/PriceDetails.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/PriceDetails.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/SaleDetails$SaleDetailsBuilder.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/SaleDetails$SaleDetailsBuilder.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/SaleDetails.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/SaleDetails.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/StoreDetails$StoreDetailsBuilder.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/StoreDetails$StoreDetailsBuilder.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/StoreDetails.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/StoreDetails.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/StoreGroup$StoreGroupBuilder.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/StoreGroup$StoreGroupBuilder.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/StoreGroup.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/entity/StoreGroup.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/exception/PricingException.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/exception/PricingException.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/repository/PricingRepository.class" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/service/PricingService.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/service/PricingService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/service/PricingServiceData.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/service/PricingServiceData.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/util/AppUtil.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/com/safeway/pricing/safeway/util/AppUtil.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/resources/main/application.properties" beforeDir="false" afterPath="$PROJECT_DIR$/build/resources/main/application.properties" afterDir="false" /> <change beforePath="$PROJECT_DIR$/build/resources/main/application.properties" beforeDir="false" afterPath="$PROJECT_DIR$/build/resources/main/application.properties" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/resources/main/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/build/resources/main/application.yml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/tmp/compileJava/previous-compilation-data.bin" beforeDir="false" afterPath="$PROJECT_DIR$/build/tmp/compileJava/previous-compilation-data.bin" afterDir="false" /> <change beforePath="$PROJECT_DIR$/build/tmp/compileJava/previous-compilation-data.bin" beforeDir="false" afterPath="$PROJECT_DIR$/build/tmp/compileJava/previous-compilation-data.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/SafewayPricingPodApplication.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/SafewayPricingPodApplication.java" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/SafewayPricingPodApplication.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/SafewayPricingPodApplication.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/controller/PricingController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/controller/PricingController.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/dto/ItemDetails.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/dto/SaleDetailsDto.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/entity/DivisionDetails.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/entity/DivisionDetails.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/entity/ItemDetails.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/entity/ItemDetails.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/entity/PriceArea.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/entity/PriceArea.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/entity/PriceAreaDetails.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/entity/PriceAreaDetails.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/entity/PriceDetails.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/entity/PriceDetails.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/entity/SaleDetails.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/entity/SaleDetails.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/entity/StoreGroup.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/entity/StoreGroup.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/repository/PricingRepository.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/service/PricingService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/service/PricingService.java" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/service/PricingService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/service/PricingService.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/service/PricingServiceData.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/service/PricingServiceData.java" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/main/resources/application.properties" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/application.properties" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/util/AppUtil.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/util/AppUtil.java" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/main/resources/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/application.yml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/application.properties" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/application-prod.properties" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
...@@ -114,6 +77,46 @@ ...@@ -114,6 +77,46 @@
<component name="Git.Settings"> <component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component> </component>
<component name="HighlightingSettingsPerFile">
<setting file="file://$PROJECT_DIR$/build.gradle" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/SafewayPricingPodApplication.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/client/SafewayClient.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/config/RouteConfig.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/config/RouterHandlers.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/controller/LoggingController.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/controller/PricingController.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/dto/ItemDetailsDTO.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/dto/PriceAreaDTO.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/dto/PriceAreaDetailsDTO.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/dto/PriceDetailsDTO.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/dto/StoreGroupDTO.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/entity/DivisionDetails.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/entity/ItemDetails.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/entity/PriceArea.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/entity/PriceAreaDetails.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/entity/PriceDetails.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/entity/SaleDetails.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/entity/StoreDetails.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/entity/StoreGroup.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/modelmapper/ItemDetailsModelMapper.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/modelmapper/SaleDetailsModelMapper.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/modelmapper/StoreGroupModelMapper.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/repository/DivisionDetailsRepository.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/repository/ItemDetailsRepository.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/repository/PriceAreaDetailsRepository.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/repository/PriceAreaRepository.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/repository/PriceDetailsRepository.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/repository/SaleDetailsRepository.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/repository/StoreDetailsRepository.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/repository/StoreGroupRepository.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/service/PricingService.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/service/PricingServiceData.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/java/com/safeway/pricing/safeway/util/AppUtil.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/resources/application-local.properties" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/resources/application-prod.properties" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/resources/application.properties" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/main/resources/application.yml" root0="FORCE_HIGHLIGHTING" />
</component>
<component name="MarkdownSettingsMigration"> <component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" /> <option name="stateVersion" value="1" />
</component> </component>
...@@ -122,18 +125,19 @@ ...@@ -122,18 +125,19 @@
<option name="hideEmptyMiddlePackages" value="true" /> <option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" /> <option name="showLibraryContents" value="true" />
</component> </component>
<component name="PropertiesComponent"><![CDATA[{ <component name="PropertiesComponent">{
"keyToString": { &quot;keyToString&quot;: {
"RunOnceActivity.OpenProjectViewOnStart": "true", &quot;ASKED_ADD_EXTERNAL_FILES&quot;: &quot;true&quot;,
"RunOnceActivity.ShowReadmeOnStart": "true", &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
"SHARE_PROJECT_CONFIGURATION_FILES": "true", &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
"last_opened_file_path": "D:/Safeway/safeway-pricing-pod/src/main/java/com/safeway/pricing/safeway/dto", &quot;SHARE_PROJECT_CONFIGURATION_FILES&quot;: &quot;true&quot;,
"project.structure.last.edited": "SDKs", &quot;last_opened_file_path&quot;: &quot;C:/Users/rdosapati/Downloads/adminserver/adminserver&quot;,
"project.structure.proportion": "0.15", &quot;project.structure.last.edited&quot;: &quot;SDKs&quot;,
"project.structure.side.proportion": "0.2", &quot;project.structure.proportion&quot;: &quot;0.15&quot;,
"settings.editor.selected.configurable": "preferences.lookFeel" &quot;project.structure.side.proportion&quot;: &quot;0.2&quot;,
&quot;settings.editor.selected.configurable&quot;: &quot;preferences.lookFeel&quot;
} }
}]]></component> }</component>
<component name="RecentsManager"> <component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS"> <key name="CopyFile.RECENT_KEYS">
<recent name="D:\Safeway\safeway-pricing-pod\src\main\java\com\safeway\pricing\safeway\dto" /> <recent name="D:\Safeway\safeway-pricing-pod\src\main\java\com\safeway\pricing\safeway\dto" />
......
...@@ -17,6 +17,9 @@ configurations { ...@@ -17,6 +17,9 @@ configurations {
repositories { repositories {
mavenCentral() mavenCentral()
} }
ext {
set('springBootAdminVersion', "2.7.4")
}
dependencies { dependencies {
implementation group: 'org.modelmapper', name: 'modelmapper', version: '3.1.0' implementation group: 'org.modelmapper', name: 'modelmapper', version: '3.1.0'
...@@ -31,8 +34,15 @@ dependencies { ...@@ -31,8 +34,15 @@ dependencies {
testImplementation 'org.springframework.kafka:spring-kafka-test' testImplementation 'org.springframework.kafka:spring-kafka-test'
implementation group: 'io.springfox', name: 'springfox-boot-starter', version: '3.0.0' implementation group: 'io.springfox', name: 'springfox-boot-starter', version: '3.0.0'
compileOnly group: 'org.json', name: 'json', version: '20180813' compileOnly group: 'org.json', name: 'json', version: '20180813'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'de.codecentric:spring-boot-admin-starter-client'
} }
dependencyManagement {
imports {
mavenBom "de.codecentric:spring-boot-admin-dependencies:${springBootAdminVersion}"
}
}
tasks.named('test') { tasks.named('test') {
useJUnitPlatform() useJUnitPlatform()
} }
#spring.active.profiles=prod #spring.active.profiles=prod
#Springboot Application
spring.application.name=spring-boot-management
server.port=8789 server.port=8789
spring.mvc.pathmatch.matching-strategy = ANT_PATH_MATCHER spring.mvc.pathmatch.matching-strategy = ANT_PATH_MATCHER
client.host=http://localhost:8789 client.host=http://localhost:8789
#Mongodb
spring.data.mongodb.database=pricingdb spring.data.mongodb.database=pricingdb
spring.data.mongodb.host=localhost spring.data.mongodb.host=localhost
spring.data.mongodb.port=27017 spring.data.mongodb.port=27017
\ No newline at end of file
#actuator
management.endpoints.web.exposure.include=*
management.endpoint.health.show-details=always
management.endpoint.loggers.enabled=true
management.server.servlet.context-path=/actuator
#Admin server
spring.boot.admin.client.url=http://localhost:8081
spring.boot.admin.client.instance.prefer-ip=true
#Logfile
logging.file.name=product-service.log
logging.file.max-history=20
logging.file..max-size=20MB
spring:
data:
mongodb:
database: pricingdb
host: localhost
port: 27017
\ No newline at end of file
2022-11-24 10:23:41.652 INFO 21548 --- [main] c.s.p.s.SafewayPricingPodApplication : Starting SafewayPricingPodApplication using Java 11.0.15 on HYD-LAP-00446 with PID 21548 (D:\Safeway\safeway-pricing-pod\build\classes\java\main started by rdosapati in D:\Safeway\safeway-pricing-pod)
2022-11-24 10:23:41.687 INFO 21548 --- [main] c.s.p.s.SafewayPricingPodApplication : No active profile set, falling back to 1 default profile: "default"
2022-11-24 10:23:45.927 INFO 21548 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2022-11-24 10:23:46.554 INFO 21548 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 609 ms. Found 8 MongoDB repository interfaces.
2022-11-24 10:23:52.714 INFO 21548 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.6.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Microsoft/11.0.15+10-LTS"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsCommandListener@3c16528d], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@2e45a357]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsConnectionPoolListener@389a5022], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
2022-11-24 10:23:52.889 INFO 21548 --- [cluster-rtt-ClusterId{value='637ef8e07fdab61730891a41', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:2, serverValue:284}] to localhost:27017
2022-11-24 10:23:52.890 INFO 21548 --- [cluster-ClusterId{value='637ef8e07fdab61730891a41', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:1, serverValue:285}] to localhost:27017
2022-11-24 10:23:52.901 INFO 21548 --- [cluster-ClusterId{value='637ef8e07fdab61730891a41', description='null'}-localhost:27017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=201771400}
2022-11-24 10:23:56.584 INFO 21548 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 14 endpoint(s) beneath base path '/actuator'
2022-11-24 10:24:05.205 INFO 21548 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8789
2022-11-24 10:24:07.960 INFO 21548 --- [main] c.s.p.s.SafewayPricingPodApplication : Started SafewayPricingPodApplication in 27.45 seconds (JVM running for 28.661)
2022-11-24 10:24:09.118 INFO 21548 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 1f68f4e6dbcc
2022-11-24 10:24:09.322 INFO 21548 --- [boundedElastic-3] org.mongodb.driver.connection : Opened connection [connectionId{localValue:3, serverValue:286}] to localhost:27017
2022-11-24 10:41:58.039 WARN 21548 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Failed to register application as Application(name=spring-boot-management, managementUrl=http://172.19.240.1:8789/actuator, healthUrl=http://172.19.240.1:8789/actuator/health, serviceUrl=http://172.19.240.1:8789/) at spring-boot-admin ([http://localhost:8081/instances]): Connection refused: no further information: localhost/127.0.0.1:8081; nested exception is io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: localhost/127.0.0.1:8081. Further attempts are logged on DEBUG level
2022-11-24 10:57:03.112 INFO 17060 --- [main] c.s.p.s.SafewayPricingPodApplication : Starting SafewayPricingPodApplication using Java 11.0.15 on HYD-LAP-00446 with PID 17060 (D:\Safeway\safeway-pricing-pod\build\classes\java\main started by rdosapati in D:\Safeway\safeway-pricing-pod)
2022-11-24 10:57:03.121 INFO 17060 --- [main] c.s.p.s.SafewayPricingPodApplication : No active profile set, falling back to 1 default profile: "default"
2022-11-24 10:57:05.110 INFO 17060 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2022-11-24 10:57:05.402 INFO 17060 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 281 ms. Found 8 MongoDB repository interfaces.
2022-11-24 10:57:08.303 INFO 17060 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.6.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Microsoft/11.0.15+10-LTS"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsCommandListener@8b41ad], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@541d4d9f]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsConnectionPoolListener@1a497286], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
2022-11-24 10:57:08.339 INFO 17060 --- [cluster-ClusterId{value='637f00acb95330393f008c8e', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:2, serverValue:287}] to localhost:27017
2022-11-24 10:57:08.344 INFO 17060 --- [cluster-ClusterId{value='637f00acb95330393f008c8e', description='null'}-localhost:27017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=29892400}
2022-11-24 10:57:08.344 INFO 17060 --- [cluster-rtt-ClusterId{value='637f00acb95330393f008c8e', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:1, serverValue:288}] to localhost:27017
2022-11-24 10:57:09.571 INFO 17060 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 14 endpoint(s) beneath base path '/actuator'
2022-11-24 10:57:15.321 INFO 17060 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8789
2022-11-24 10:57:16.929 INFO 17060 --- [main] c.s.p.s.SafewayPricingPodApplication : Started SafewayPricingPodApplication in 14.664 seconds (JVM running for 15.791)
2022-11-24 10:57:17.218 WARN 17060 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Failed to register application as Application(name=spring-boot-management, managementUrl=http://172.19.240.1:8789/actuator, healthUrl=http://172.19.240.1:8789/actuator/health, serviceUrl=http://172.19.240.1:8789/) at spring-boot-admin ([http://localhost:8081/instances]): Connection refused: no further information: localhost/127.0.0.1:8081; nested exception is io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: localhost/127.0.0.1:8081. Further attempts are logged on DEBUG level
2022-11-24 10:59:21.709 INFO 17060 --- [reactor-http-nio-3] c.s.p.s.controller.LoggingController : This is an INFO level message
2022-11-24 10:59:21.709 WARN 17060 --- [reactor-http-nio-3] c.s.p.s.controller.LoggingController : This is a WARN level message
2022-11-24 10:59:21.710 ERROR 17060 --- [reactor-http-nio-3] c.s.p.s.controller.LoggingController : This is an ERROR level message
2022-11-24 11:16:53.220 INFO 20152 --- [main] c.s.p.s.SafewayPricingPodApplication : Starting SafewayPricingPodApplication using Java 11.0.15 on HYD-LAP-00446 with PID 20152 (D:\Safeway\safeway-pricing-pod\build\classes\java\main started by rdosapati in D:\Safeway\safeway-pricing-pod)
2022-11-24 11:16:53.244 INFO 20152 --- [main] c.s.p.s.SafewayPricingPodApplication : No active profile set, falling back to 1 default profile: "default"
2022-11-24 11:16:56.619 INFO 20152 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2022-11-24 11:16:57.752 INFO 20152 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 1118 ms. Found 8 MongoDB repository interfaces.
2022-11-24 11:17:01.856 INFO 20152 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.6.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Microsoft/11.0.15+10-LTS"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsCommandListener@2bb31455], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@3c16528d]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsConnectionPoolListener@2e45a357], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
2022-11-24 11:17:01.909 INFO 20152 --- [cluster-ClusterId{value='637f0555ecf2462a5ebf2028', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:2, serverValue:290}] to localhost:27017
2022-11-24 11:17:01.899 INFO 20152 --- [cluster-rtt-ClusterId{value='637f0555ecf2462a5ebf2028', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:1, serverValue:289}] to localhost:27017
2022-11-24 11:17:01.918 INFO 20152 --- [cluster-ClusterId{value='637f0555ecf2462a5ebf2028', description='null'}-localhost:27017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=55288700}
2022-11-24 11:17:04.208 INFO 20152 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 14 endpoint(s) beneath base path '/actuator'
2022-11-24 11:17:12.112 INFO 20152 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8789
2022-11-24 11:17:15.076 INFO 20152 --- [main] c.s.p.s.SafewayPricingPodApplication : Started SafewayPricingPodApplication in 23.046 seconds (JVM running for 24.909)
2022-11-24 11:17:16.226 INFO 20152 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 1f68f4e6dbcc
2022-11-24 11:17:16.464 INFO 20152 --- [boundedElastic-3] org.mongodb.driver.connection : Opened connection [connectionId{localValue:3, serverValue:291}] to localhost:27017
2022-11-24 11:22:04.340 DEBUG 20152 --- [boundedElastic-3] o.s.w.s.adapter.HttpWebHandlerAdapter : [e5e9f989-174] Completed 204 NO_CONTENT
2022-11-24 11:22:04.341 DEBUG 20152 --- [boundedElastic-3] r.n.http.server.HttpServerOperations : [e5e9f989-31, L:/172.19.240.1:8789 - R:/172.19.240.1:60007] Last HTTP response frame
2022-11-24 11:22:04.342 DEBUG 20152 --- [boundedElastic-3] r.n.http.server.HttpServerOperations : [e5e9f989-31, L:/172.19.240.1:8789 - R:/172.19.240.1:60007] No sendHeaders() called before complete, sending zero-length header
2022-11-24 11:22:04.343 DEBUG 20152 --- [reactor-http-nio-3] r.n.http.server.HttpServerOperations : [e5e9f989-31, L:/172.19.240.1:8789 - R:/172.19.240.1:60007] Decreasing pending responses, now 0
2022-11-24 11:22:04.343 DEBUG 20152 --- [reactor-http-nio-3] r.n.http.server.HttpServerOperations : [e5e9f989-31, L:/172.19.240.1:8789 - R:/172.19.240.1:60007] Last HTTP packet was sent, terminating the channel
2022-11-24 11:22:04.372 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [25e8009a, L:/172.19.240.1:8789 - R:/172.19.240.1:59956] Increasing pending responses, now 1
2022-11-24 11:22:04.372 DEBUG 20152 --- [reactor-http-nio-4] reactor.netty.http.server.HttpServer : [25e8009a-38, L:/172.19.240.1:8789 - R:/172.19.240.1:59956] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@6533a964
2022-11-24 11:22:04.373 DEBUG 20152 --- [reactor-http-nio-4] o.s.w.s.adapter.HttpWebHandlerAdapter : [25e8009a-175] HTTP GET "/actuator/loggers"
2022-11-24 11:22:04.374 DEBUG 20152 --- [reactor-http-nio-4] .b.a.e.w.r.WebFluxEndpointHandlerMapping : [25e8009a-175] Mapped to Actuator web endpoint 'loggers'
2022-11-24 11:22:04.378 DEBUG 20152 --- [boundedElastic-3] .s.w.r.r.m.a.ResponseEntityResultHandler : [25e8009a-175] Using 'application/vnd.spring-boot.actuator.v2+json' given [application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v2+json, application/json]
2022-11-24 11:22:04.379 DEBUG 20152 --- [boundedElastic-3] .s.w.r.r.m.a.ResponseEntityResultHandler : [25e8009a-175] 0..1 [java.util.LinkedHashMap<?, ?>]
2022-11-24 11:22:04.381 DEBUG 20152 --- [boundedElastic-3] o.s.http.codec.json.Jackson2JsonEncoder : [25e8009a-175] Encoding [{levels=[OFF, ERROR, WARN, INFO, DEBUG, TRACE], loggers={ROOT=org.springframework.boot.actuate.loggi (truncated)...]
2022-11-24 11:22:04.384 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [25e8009a-38, L:/172.19.240.1:8789 - R:/172.19.240.1:59956] Decreasing pending responses, now 0
2022-11-24 11:22:04.386 DEBUG 20152 --- [reactor-http-nio-4] o.s.w.s.adapter.HttpWebHandlerAdapter : [25e8009a-175] Completed 200 OK
2022-11-24 11:22:04.387 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [25e8009a-38, L:/172.19.240.1:8789 - R:/172.19.240.1:59956] Last HTTP response frame
2022-11-24 11:22:04.388 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [25e8009a-38, L:/172.19.240.1:8789 - R:/172.19.240.1:59956] Last HTTP packet was sent, terminating the channel
2022-11-24 11:22:05.108 DEBUG 20152 --- [registrationTask1] o.s.w.r.f.client.ExchangeFunctions : [63250ea2] HTTP POST http://localhost:8081/instances
2022-11-24 11:22:05.109 DEBUG 20152 --- [reactor-http-nio-3] r.n.resources.PooledConnectionProvider : [51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests.
2022-11-24 11:22:05.109 DEBUG 20152 --- [reactor-http-nio-3] r.netty.http.client.HttpClientConnect : [51a21e6e-30, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] Handler is being applied: {uri=http://localhost:8081/instances, method=POST}
2022-11-24 11:22:05.109 DEBUG 20152 --- [reactor-http-nio-3] r.n.r.DefaultPooledConnectionProvider : [51a21e6e-30, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] onStateChange(POST{uri=/instances, connection=PooledConnection{channel=[id: 0x51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081]}}, [request_prepared])
2022-11-24 11:22:05.110 DEBUG 20152 --- [reactor-http-nio-3] o.s.http.codec.json.Jackson2JsonEncoder : [63250ea2] Encoding [Application(name=spring-boot-management, managementUrl=http://172.19.240.1:8789/actuator, healthUrl= (truncated)...]
2022-11-24 11:22:05.111 DEBUG 20152 --- [reactor-http-nio-3] r.n.r.DefaultPooledConnectionProvider : [51a21e6e-30, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] onStateChange(POST{uri=/instances, connection=PooledConnection{channel=[id: 0x51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081]}}, [request_sent])
2022-11-24 11:22:05.121 DEBUG 20152 --- [reactor-http-nio-3] r.n.http.client.HttpClientOperations : [51a21e6e-30, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] Received response (auto-read:false) : RESPONSE(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 201 Created
Location: <filtered>
Content-Type: <filtered>
content-length: <filtered>
2022-11-24 11:22:05.121 DEBUG 20152 --- [reactor-http-nio-3] r.n.r.DefaultPooledConnectionProvider : [51a21e6e-30, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] onStateChange(POST{uri=/instances, connection=PooledConnection{channel=[id: 0x51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081]}}, [response_received])
2022-11-24 11:22:05.121 DEBUG 20152 --- [reactor-http-nio-3] o.s.w.r.f.client.ExchangeFunctions : [63250ea2] [51a21e6e-30, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] Response 201 CREATED
2022-11-24 11:22:05.122 DEBUG 20152 --- [reactor-http-nio-3] reactor.netty.channel.FluxReceive : [51a21e6e-30, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver
2022-11-24 11:22:05.122 DEBUG 20152 --- [reactor-http-nio-3] r.n.http.client.HttpClientOperations : [51a21e6e-30, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] Received last HTTP packet
2022-11-24 11:22:05.123 DEBUG 20152 --- [reactor-http-nio-3] o.s.http.codec.json.Jackson2JsonDecoder : [63250ea2] [51a21e6e-30, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] Decoded [{id=1f68f4e6dbcc}]
2022-11-24 11:22:05.123 DEBUG 20152 --- [reactor-http-nio-3] r.n.r.DefaultPooledConnectionProvider : [51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] onStateChange(POST{uri=/instances, connection=PooledConnection{channel=[id: 0x51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081]}}, [response_completed])
2022-11-24 11:22:05.123 DEBUG 20152 --- [reactor-http-nio-3] r.n.r.DefaultPooledConnectionProvider : [51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] onStateChange(POST{uri=/instances, connection=PooledConnection{channel=[id: 0x51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081]}}, [disconnecting])
2022-11-24 11:22:05.124 DEBUG 20152 --- [reactor-http-nio-3] r.n.r.DefaultPooledConnectionProvider : [51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] Releasing channel
2022-11-24 11:22:05.123 DEBUG 20152 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application refreshed itself as 1f68f4e6dbcc
2022-11-24 11:22:05.124 DEBUG 20152 --- [reactor-http-nio-3] r.n.resources.PooledConnectionProvider : [51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests.
2022-11-24 11:22:09.798 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [8a774958, L:/172.19.240.1:8789 - R:/172.19.240.1:60028] Increasing pending responses, now 1
2022-11-24 11:22:09.798 DEBUG 20152 --- [reactor-http-nio-4] reactor.netty.http.server.HttpServer : [8a774958-20, L:/172.19.240.1:8789 - R:/172.19.240.1:60028] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@6533a964
2022-11-24 11:22:09.799 DEBUG 20152 --- [reactor-http-nio-4] o.s.w.s.adapter.HttpWebHandlerAdapter : [8a774958-176] HTTP GET "/actuator/logfile"
2022-11-24 11:22:09.799 DEBUG 20152 --- [reactor-http-nio-4] .b.a.e.w.r.WebFluxEndpointHandlerMapping : [8a774958-176] Mapped to Actuator web endpoint 'logfile'
2022-11-24 11:22:09.800 DEBUG 20152 --- [boundedElastic-3] .s.w.r.r.m.a.ResponseEntityResultHandler : [8a774958-176] Using 'text/plain;charset=UTF-8' given [text/plain, */*] and supported [text/plain;charset=UTF-8]
2022-11-24 11:22:09.801 DEBUG 20152 --- [boundedElastic-3] .s.w.r.r.m.a.ResponseEntityResultHandler : [8a774958-176] 0..1 [org.springframework.core.io.FileSystemResource]
2022-11-24 11:22:09.801 DEBUG 20152 --- [boundedElastic-3] o.s.h.codec.ResourceHttpMessageWriter : [8a774958-176] Zero-copy region 0-24571 of [file [D:\Safeway\safeway-pricing-pod\product-service.log]]
2022-11-24 11:22:09.805 DEBUG 20152 --- [reactor-http-nio-4] o.s.w.s.adapter.HttpWebHandlerAdapter : [8a774958-176] Completed 206 PARTIAL_CONTENT
2022-11-24 11:22:09.805 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [8a774958-20, L:/172.19.240.1:8789 - R:/172.19.240.1:60028] Last HTTP response frame
2022-11-24 11:22:09.805 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [8a774958-20, L:/172.19.240.1:8789 - R:/172.19.240.1:60028] Decreasing pending responses, now 0
2022-11-24 11:22:09.806 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [8a774958-20, L:/172.19.240.1:8789 - R:/172.19.240.1:60028] Last HTTP packet was sent, terminating the channel
2022-11-24 11:22:10.797 DEBUG 20152 --- [reactor-http-nio-2] r.n.http.server.HttpServerOperations : [93111b58, L:/172.19.240.1:8789 - R:/172.19.240.1:60006] Increasing pending responses, now 1
2022-11-24 11:22:10.798 DEBUG 20152 --- [reactor-http-nio-2] reactor.netty.http.server.HttpServer : [93111b58-41, L:/172.19.240.1:8789 - R:/172.19.240.1:60006] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@6533a964
2022-11-24 11:22:10.798 DEBUG 20152 --- [reactor-http-nio-2] o.s.w.s.adapter.HttpWebHandlerAdapter : [93111b58-177] HTTP GET "/actuator/logfile"
2022-11-24 11:22:10.799 DEBUG 20152 --- [reactor-http-nio-2] .b.a.e.w.r.WebFluxEndpointHandlerMapping : [93111b58-177] Mapped to Actuator web endpoint 'logfile'
2022-11-24 11:22:10.801 DEBUG 20152 --- [boundedElastic-3] .s.w.r.r.m.a.ResponseEntityResultHandler : [93111b58-177] Using 'text/plain;charset=UTF-8' given [text/plain, */*] and supported [text/plain;charset=UTF-8]
2022-11-24 11:22:10.801 DEBUG 20152 --- [boundedElastic-3] .s.w.r.r.m.a.ResponseEntityResultHandler : [93111b58-177] 0..1 [org.springframework.core.io.FileSystemResource]
2022-11-24 11:22:10.802 DEBUG 20152 --- [boundedElastic-3] o.s.h.codec.ResourceHttpMessageWriter : [93111b58-177] Zero-copy region 24570-2128 of [file [D:\Safeway\safeway-pricing-pod\product-service.log]]
2022-11-24 11:22:10.808 DEBUG 20152 --- [reactor-http-nio-2] o.s.w.s.adapter.HttpWebHandlerAdapter : [93111b58-177] Completed 206 PARTIAL_CONTENT
2022-11-24 11:22:10.808 DEBUG 20152 --- [reactor-http-nio-2] r.n.http.server.HttpServerOperations : [93111b58-41, L:/172.19.240.1:8789 - R:/172.19.240.1:60006] Last HTTP response frame
2022-11-24 11:22:10.809 DEBUG 20152 --- [reactor-http-nio-2] r.n.http.server.HttpServerOperations : [93111b58-41, L:/172.19.240.1:8789 - R:/172.19.240.1:60006] Decreasing pending responses, now 0
2022-11-24 11:22:10.809 DEBUG 20152 --- [reactor-http-nio-2] r.n.http.server.HttpServerOperations : [93111b58-41, L:/172.19.240.1:8789 - R:/172.19.240.1:60006] Last HTTP packet was sent, terminating the channel
2022-11-24 11:22:11.802 DEBUG 20152 --- [reactor-http-nio-1] r.n.http.server.HttpServerOperations : [a9a47957, L:/172.19.240.1:8789 - R:/172.19.240.1:59958] Increasing pending responses, now 1
2022-11-24 11:22:11.802 DEBUG 20152 --- [reactor-http-nio-1] reactor.netty.http.server.HttpServer : [a9a47957-48, L:/172.19.240.1:8789 - R:/172.19.240.1:59958] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@6533a964
2022-11-24 11:22:11.802 DEBUG 20152 --- [reactor-http-nio-1] o.s.w.s.adapter.HttpWebHandlerAdapter : [a9a47957-178] HTTP GET "/actuator/logfile"
2022-11-24 11:22:11.803 DEBUG 20152 --- [reactor-http-nio-1] .b.a.e.w.r.WebFluxEndpointHandlerMapping : [a9a47957-178] Mapped to Actuator web endpoint 'logfile'
2022-11-24 11:22:11.804 DEBUG 20152 --- [boundedElastic-3] .s.w.r.r.m.a.ResponseEntityResultHandler : [a9a47957-178] Using 'text/plain;charset=UTF-8' given [text/plain, */*] and supported [text/plain;charset=UTF-8]
2022-11-24 11:22:11.804 DEBUG 20152 --- [boundedElastic-3] .s.w.r.r.m.a.ResponseEntityResultHandler : [a9a47957-178] 0..1 [org.springframework.core.io.FileSystemResource]
2022-11-24 11:22:11.804 DEBUG 20152 --- [boundedElastic-3] o.s.h.codec.ResourceHttpMessageWriter : [a9a47957-178] Zero-copy region 26697-2131 of [file [D:\Safeway\safeway-pricing-pod\product-service.log]]
2022-11-24 11:22:11.809 DEBUG 20152 --- [reactor-http-nio-1] o.s.w.s.adapter.HttpWebHandlerAdapter : [a9a47957-178] Completed 206 PARTIAL_CONTENT
2022-11-24 11:22:11.810 DEBUG 20152 --- [reactor-http-nio-1] r.n.http.server.HttpServerOperations : [a9a47957-48, L:/172.19.240.1:8789 - R:/172.19.240.1:59958] Last HTTP response frame
2022-11-24 11:22:11.810 DEBUG 20152 --- [reactor-http-nio-1] r.n.http.server.HttpServerOperations : [a9a47957-48, L:/172.19.240.1:8789 - R:/172.19.240.1:59958] Decreasing pending responses, now 0
2022-11-24 11:22:11.810 DEBUG 20152 --- [reactor-http-nio-1] r.n.http.server.HttpServerOperations : [a9a47957-48, L:/172.19.240.1:8789 - R:/172.19.240.1:59958] Last HTTP packet was sent, terminating the channel
2022-11-24 11:22:11.977 DEBUG 20152 --- [cluster-ClusterId{value='637f0555ecf2462a5ebf2028', description='null'}-localhost:27017] org.mongodb.driver.cluster : Updating cluster description to {type=STANDALONE, servers=[{address=localhost:27017, type=STANDALONE, roundTripTime=1.7 ms, state=CONNECTED}]
2022-11-24 11:22:11.977 DEBUG 20152 --- [cluster-ClusterId{value='637f0555ecf2462a5ebf2028', description='null'}-localhost:27017] org.mongodb.driver.cluster : Checking status of localhost:27017
2022-11-24 11:22:12.210 DEBUG 20152 --- [cluster-rtt-ClusterId{value='637f0555ecf2462a5ebf2028', description='null'}-localhost:27017] org.mongodb.driver.protocol.command : Sending command '{"hello": 1, "$db": "admin", "$readPreference": {"mode": "primaryPreferred"}}' with request id 52 to database admin on connection [connectionId{localValue:1, serverValue:289}] to server localhost:27017
2022-11-24 11:22:12.212 DEBUG 20152 --- [cluster-rtt-ClusterId{value='637f0555ecf2462a5ebf2028', description='null'}-localhost:27017] org.mongodb.driver.protocol.command : Execution of command with request id 52 completed successfully in 7.65 ms on connection [connectionId{localValue:1, serverValue:289}] to server localhost:27017
2022-11-24 11:22:12.672 DEBUG 20152 --- [reactor-http-nio-3] r.n.http.server.HttpServerOperations : [e5e9f989, L:/172.19.240.1:8789 - R:/172.19.240.1:60007] Increasing pending responses, now 1
2022-11-24 11:22:12.672 DEBUG 20152 --- [reactor-http-nio-3] reactor.netty.http.server.HttpServer : [e5e9f989-32, L:/172.19.240.1:8789 - R:/172.19.240.1:60007] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@6533a964
2022-11-24 11:22:12.672 DEBUG 20152 --- [reactor-http-nio-3] o.s.w.s.adapter.HttpWebHandlerAdapter : [e5e9f989-179] HTTP GET "/actuator/health"
2022-11-24 11:22:12.672 DEBUG 20152 --- [reactor-http-nio-3] .b.a.e.w.r.WebFluxEndpointHandlerMapping : [e5e9f989-179] Mapped to Actuator web endpoint 'health'
2022-11-24 11:22:12.676 DEBUG 20152 --- [boundedElastic-1] org.mongodb.driver.protocol.command : Sending command '{"buildInfo": 1, "$db": "pricingdb", "lsid": {"id": {"$binary": {"base64": "pghHhrZYSW+utow7V4Rctg==", "subType": "04"}}}}' with request id 53 to database pricingdb on connection [connectionId{localValue:3, serverValue:291}] to server localhost:27017
2022-11-24 11:22:12.679 DEBUG 20152 --- [boundedElastic-1] org.mongodb.driver.protocol.command : Execution of command with request id 53 completed successfully in 4.93 ms on connection [connectionId{localValue:3, serverValue:291}] to server localhost:27017
2022-11-24 11:22:12.680 DEBUG 20152 --- [boundedElastic-1] .s.w.r.r.m.a.ResponseEntityResultHandler : [e5e9f989-179] Using 'application/vnd.spring-boot.actuator.v3+json' given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json]
2022-11-24 11:22:12.681 DEBUG 20152 --- [boundedElastic-1] .s.w.r.r.m.a.ResponseEntityResultHandler : [e5e9f989-179] 0..1 [org.springframework.boot.actuate.health.SystemHealth]
2022-11-24 11:22:12.681 DEBUG 20152 --- [boundedElastic-1] o.s.http.codec.json.Jackson2JsonEncoder : [e5e9f989-179] Encoding [org.springframework.boot.actuate.health.SystemHealth@47fbcc8c]
2022-11-24 11:22:12.682 DEBUG 20152 --- [reactor-http-nio-3] r.n.http.server.HttpServerOperations : [e5e9f989-32, L:/172.19.240.1:8789 - R:/172.19.240.1:60007] Decreasing pending responses, now 0
2022-11-24 11:22:12.683 DEBUG 20152 --- [reactor-http-nio-3] o.s.w.s.adapter.HttpWebHandlerAdapter : [e5e9f989-179] Completed 200 OK
2022-11-24 11:22:12.683 DEBUG 20152 --- [reactor-http-nio-3] r.n.http.server.HttpServerOperations : [e5e9f989-32, L:/172.19.240.1:8789 - R:/172.19.240.1:60007] Last HTTP response frame
2022-11-24 11:22:12.683 DEBUG 20152 --- [reactor-http-nio-3] r.n.http.server.HttpServerOperations : [e5e9f989-32, L:/172.19.240.1:8789 - R:/172.19.240.1:60007] Last HTTP packet was sent, terminating the channel
2022-11-24 11:22:12.801 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [25e8009a, L:/172.19.240.1:8789 - R:/172.19.240.1:59956] Increasing pending responses, now 1
2022-11-24 11:22:12.802 DEBUG 20152 --- [reactor-http-nio-4] reactor.netty.http.server.HttpServer : [25e8009a-39, L:/172.19.240.1:8789 - R:/172.19.240.1:59956] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@6533a964
2022-11-24 11:22:12.802 DEBUG 20152 --- [reactor-http-nio-4] o.s.w.s.adapter.HttpWebHandlerAdapter : [25e8009a-180] HTTP GET "/actuator/logfile"
2022-11-24 11:22:12.803 DEBUG 20152 --- [reactor-http-nio-4] .b.a.e.w.r.WebFluxEndpointHandlerMapping : [25e8009a-180] Mapped to Actuator web endpoint 'logfile'
2022-11-24 11:22:12.804 DEBUG 20152 --- [boundedElastic-1] .s.w.r.r.m.a.ResponseEntityResultHandler : [25e8009a-180] Using 'text/plain;charset=UTF-8' given [text/plain, */*] and supported [text/plain;charset=UTF-8]
2022-11-24 11:22:12.804 DEBUG 20152 --- [boundedElastic-1] .s.w.r.r.m.a.ResponseEntityResultHandler : [25e8009a-180] 0..1 [org.springframework.core.io.FileSystemResource]
2022-11-24 11:22:12.804 DEBUG 20152 --- [boundedElastic-1] o.s.h.codec.ResourceHttpMessageWriter : [25e8009a-180] Zero-copy region 28827-6372 of [file [D:\Safeway\safeway-pricing-pod\product-service.log]]
2022-11-24 11:22:12.809 DEBUG 20152 --- [reactor-http-nio-4] o.s.w.s.adapter.HttpWebHandlerAdapter : [25e8009a-180] Completed 206 PARTIAL_CONTENT
2022-11-24 11:22:12.809 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [25e8009a-39, L:/172.19.240.1:8789 - R:/172.19.240.1:59956] Last HTTP response frame
2022-11-24 11:22:12.809 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [25e8009a-39, L:/172.19.240.1:8789 - R:/172.19.240.1:59956] Decreasing pending responses, now 0
2022-11-24 11:22:12.809 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [25e8009a-39, L:/172.19.240.1:8789 - R:/172.19.240.1:59956] Last HTTP packet was sent, terminating the channel
2022-11-24 11:22:13.798 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [8a774958, L:/172.19.240.1:8789 - R:/172.19.240.1:60028] Increasing pending responses, now 1
2022-11-24 11:22:13.798 DEBUG 20152 --- [reactor-http-nio-4] reactor.netty.http.server.HttpServer : [8a774958-21, L:/172.19.240.1:8789 - R:/172.19.240.1:60028] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@6533a964
2022-11-24 11:22:13.798 DEBUG 20152 --- [reactor-http-nio-4] o.s.w.s.adapter.HttpWebHandlerAdapter : [8a774958-181] HTTP GET "/actuator/logfile"
2022-11-24 11:22:13.799 DEBUG 20152 --- [reactor-http-nio-4] .b.a.e.w.r.WebFluxEndpointHandlerMapping : [8a774958-181] Mapped to Actuator web endpoint 'logfile'
2022-11-24 11:22:13.800 DEBUG 20152 --- [boundedElastic-1] .s.w.r.r.m.a.ResponseEntityResultHandler : [8a774958-181] Using 'text/plain;charset=UTF-8' given [text/plain, */*] and supported [text/plain;charset=UTF-8]
2022-11-24 11:22:13.800 DEBUG 20152 --- [boundedElastic-1] .s.w.r.r.m.a.ResponseEntityResultHandler : [8a774958-181] 0..1 [org.springframework.core.io.FileSystemResource]
2022-11-24 11:22:13.800 DEBUG 20152 --- [boundedElastic-1] o.s.h.codec.ResourceHttpMessageWriter : [8a774958-181] Zero-copy region 35198-2131 of [file [D:\Safeway\safeway-pricing-pod\product-service.log]]
2022-11-24 11:22:13.804 DEBUG 20152 --- [reactor-http-nio-4] o.s.w.s.adapter.HttpWebHandlerAdapter : [8a774958-181] Completed 206 PARTIAL_CONTENT
2022-11-24 11:22:13.808 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [8a774958-21, L:/172.19.240.1:8789 - R:/172.19.240.1:60028] Last HTTP response frame
2022-11-24 11:22:13.809 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [8a774958-21, L:/172.19.240.1:8789 - R:/172.19.240.1:60028] Decreasing pending responses, now 0
2022-11-24 11:22:13.809 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [8a774958-21, L:/172.19.240.1:8789 - R:/172.19.240.1:60028] Last HTTP packet was sent, terminating the channel
2022-11-24 11:22:14.804 DEBUG 20152 --- [reactor-http-nio-2] r.n.http.server.HttpServerOperations : [93111b58, L:/172.19.240.1:8789 - R:/172.19.240.1:60006] Increasing pending responses, now 1
2022-11-24 11:22:14.805 DEBUG 20152 --- [reactor-http-nio-2] reactor.netty.http.server.HttpServer : [93111b58-42, L:/172.19.240.1:8789 - R:/172.19.240.1:60006] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@6533a964
2022-11-24 11:22:14.805 DEBUG 20152 --- [reactor-http-nio-2] o.s.w.s.adapter.HttpWebHandlerAdapter : [93111b58-182] HTTP GET "/actuator/logfile"
2022-11-24 11:22:14.805 DEBUG 20152 --- [reactor-http-nio-2] .b.a.e.w.r.WebFluxEndpointHandlerMapping : [93111b58-182] Mapped to Actuator web endpoint 'logfile'
2022-11-24 11:22:14.807 DEBUG 20152 --- [boundedElastic-1] .s.w.r.r.m.a.ResponseEntityResultHandler : [93111b58-182] Using 'text/plain;charset=UTF-8' given [text/plain, */*] and supported [text/plain;charset=UTF-8]
2022-11-24 11:22:14.807 DEBUG 20152 --- [boundedElastic-1] .s.w.r.r.m.a.ResponseEntityResultHandler : [93111b58-182] 0..1 [org.springframework.core.io.FileSystemResource]
2022-11-24 11:22:14.807 DEBUG 20152 --- [boundedElastic-1] o.s.h.codec.ResourceHttpMessageWriter : [93111b58-182] Zero-copy region 37328-2131 of [file [D:\Safeway\safeway-pricing-pod\product-service.log]]
2022-11-24 11:22:14.811 DEBUG 20152 --- [reactor-http-nio-2] o.s.w.s.adapter.HttpWebHandlerAdapter : [93111b58-182] Completed 206 PARTIAL_CONTENT
2022-11-24 11:22:14.811 DEBUG 20152 --- [reactor-http-nio-2] r.n.http.server.HttpServerOperations : [93111b58-42, L:/172.19.240.1:8789 - R:/172.19.240.1:60006] Last HTTP response frame
2022-11-24 11:22:14.812 DEBUG 20152 --- [reactor-http-nio-2] r.n.http.server.HttpServerOperations : [93111b58-42, L:/172.19.240.1:8789 - R:/172.19.240.1:60006] Decreasing pending responses, now 0
2022-11-24 11:22:14.812 DEBUG 20152 --- [reactor-http-nio-2] r.n.http.server.HttpServerOperations : [93111b58-42, L:/172.19.240.1:8789 - R:/172.19.240.1:60006] Last HTTP packet was sent, terminating the channel
2022-11-24 11:22:15.111 DEBUG 20152 --- [registrationTask1] o.s.w.r.f.client.ExchangeFunctions : [4b7d1b50] HTTP POST http://localhost:8081/instances
2022-11-24 11:22:15.112 DEBUG 20152 --- [reactor-http-nio-3] r.n.resources.PooledConnectionProvider : [51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests.
2022-11-24 11:22:15.112 DEBUG 20152 --- [reactor-http-nio-3] r.netty.http.client.HttpClientConnect : [51a21e6e-31, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] Handler is being applied: {uri=http://localhost:8081/instances, method=POST}
2022-11-24 11:22:15.113 DEBUG 20152 --- [reactor-http-nio-3] r.n.r.DefaultPooledConnectionProvider : [51a21e6e-31, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] onStateChange(POST{uri=/instances, connection=PooledConnection{channel=[id: 0x51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081]}}, [request_prepared])
2022-11-24 11:22:15.113 DEBUG 20152 --- [reactor-http-nio-3] o.s.http.codec.json.Jackson2JsonEncoder : [4b7d1b50] Encoding [Application(name=spring-boot-management, managementUrl=http://172.19.240.1:8789/actuator, healthUrl= (truncated)...]
2022-11-24 11:22:15.114 DEBUG 20152 --- [reactor-http-nio-3] r.n.r.DefaultPooledConnectionProvider : [51a21e6e-31, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] onStateChange(POST{uri=/instances, connection=PooledConnection{channel=[id: 0x51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081]}}, [request_sent])
2022-11-24 11:22:15.120 DEBUG 20152 --- [reactor-http-nio-3] r.n.http.client.HttpClientOperations : [51a21e6e-31, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] Received response (auto-read:false) : RESPONSE(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 201 Created
Location: <filtered>
Content-Type: <filtered>
content-length: <filtered>
2022-11-24 11:22:15.120 DEBUG 20152 --- [reactor-http-nio-3] r.n.r.DefaultPooledConnectionProvider : [51a21e6e-31, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] onStateChange(POST{uri=/instances, connection=PooledConnection{channel=[id: 0x51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081]}}, [response_received])
2022-11-24 11:22:15.120 DEBUG 20152 --- [reactor-http-nio-3] o.s.w.r.f.client.ExchangeFunctions : [4b7d1b50] [51a21e6e-31, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] Response 201 CREATED
2022-11-24 11:22:15.121 DEBUG 20152 --- [reactor-http-nio-3] reactor.netty.channel.FluxReceive : [51a21e6e-31, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver
2022-11-24 11:22:15.121 DEBUG 20152 --- [reactor-http-nio-3] r.n.http.client.HttpClientOperations : [51a21e6e-31, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] Received last HTTP packet
2022-11-24 11:22:15.121 DEBUG 20152 --- [reactor-http-nio-3] o.s.http.codec.json.Jackson2JsonDecoder : [4b7d1b50] [51a21e6e-31, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] Decoded [{id=1f68f4e6dbcc}]
2022-11-24 11:22:15.122 DEBUG 20152 --- [reactor-http-nio-3] r.n.r.DefaultPooledConnectionProvider : [51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] onStateChange(POST{uri=/instances, connection=PooledConnection{channel=[id: 0x51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081]}}, [response_completed])
2022-11-24 11:22:15.122 DEBUG 20152 --- [reactor-http-nio-3] r.n.r.DefaultPooledConnectionProvider : [51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] onStateChange(POST{uri=/instances, connection=PooledConnection{channel=[id: 0x51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081]}}, [disconnecting])
2022-11-24 11:22:15.122 DEBUG 20152 --- [reactor-http-nio-3] r.n.r.DefaultPooledConnectionProvider : [51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] Releasing channel
2022-11-24 11:22:15.122 DEBUG 20152 --- [reactor-http-nio-3] r.n.resources.PooledConnectionProvider : [51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests.
2022-11-24 11:22:15.123 DEBUG 20152 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application refreshed itself as 1f68f4e6dbcc
2022-11-24 11:22:15.797 DEBUG 20152 --- [reactor-http-nio-1] r.n.http.server.HttpServerOperations : [a9a47957, L:/172.19.240.1:8789 - R:/172.19.240.1:59958] Increasing pending responses, now 1
2022-11-24 11:22:15.798 DEBUG 20152 --- [reactor-http-nio-1] reactor.netty.http.server.HttpServer : [a9a47957-49, L:/172.19.240.1:8789 - R:/172.19.240.1:59958] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@6533a964
2022-11-24 11:22:15.798 DEBUG 20152 --- [reactor-http-nio-1] o.s.w.s.adapter.HttpWebHandlerAdapter : [a9a47957-183] HTTP GET "/actuator/logfile"
2022-11-24 11:22:15.798 DEBUG 20152 --- [reactor-http-nio-1] .b.a.e.w.r.WebFluxEndpointHandlerMapping : [a9a47957-183] Mapped to Actuator web endpoint 'logfile'
2022-11-24 11:22:15.799 DEBUG 20152 --- [boundedElastic-1] .s.w.r.r.m.a.ResponseEntityResultHandler : [a9a47957-183] Using 'text/plain;charset=UTF-8' given [text/plain, */*] and supported [text/plain;charset=UTF-8]
2022-11-24 11:22:15.799 DEBUG 20152 --- [boundedElastic-1] .s.w.r.r.m.a.ResponseEntityResultHandler : [a9a47957-183] 0..1 [org.springframework.core.io.FileSystemResource]
2022-11-24 11:22:15.799 DEBUG 20152 --- [boundedElastic-1] o.s.h.codec.ResourceHttpMessageWriter : [a9a47957-183] Zero-copy region 39458-6499 of [file [D:\Safeway\safeway-pricing-pod\product-service.log]]
2022-11-24 11:22:15.802 DEBUG 20152 --- [reactor-http-nio-1] o.s.w.s.adapter.HttpWebHandlerAdapter : [a9a47957-183] Completed 206 PARTIAL_CONTENT
2022-11-24 11:22:15.803 DEBUG 20152 --- [reactor-http-nio-1] r.n.http.server.HttpServerOperations : [a9a47957-49, L:/172.19.240.1:8789 - R:/172.19.240.1:59958] Last HTTP response frame
2022-11-24 11:22:15.803 DEBUG 20152 --- [reactor-http-nio-1] r.n.http.server.HttpServerOperations : [a9a47957-49, L:/172.19.240.1:8789 - R:/172.19.240.1:59958] Decreasing pending responses, now 0
2022-11-24 11:22:15.803 DEBUG 20152 --- [reactor-http-nio-1] r.n.http.server.HttpServerOperations : [a9a47957-49, L:/172.19.240.1:8789 - R:/172.19.240.1:59958] Last HTTP packet was sent, terminating the channel
2022-11-24 11:22:16.803 DEBUG 20152 --- [reactor-http-nio-3] r.n.http.server.HttpServerOperations : [e5e9f989, L:/172.19.240.1:8789 - R:/172.19.240.1:60007] Increasing pending responses, now 1
2022-11-24 11:22:16.804 DEBUG 20152 --- [reactor-http-nio-3] reactor.netty.http.server.HttpServer : [e5e9f989-33, L:/172.19.240.1:8789 - R:/172.19.240.1:60007] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@6533a964
2022-11-24 11:22:16.804 DEBUG 20152 --- [reactor-http-nio-3] o.s.w.s.adapter.HttpWebHandlerAdapter : [e5e9f989-184] HTTP GET "/actuator/logfile"
2022-11-24 11:22:16.805 DEBUG 20152 --- [reactor-http-nio-3] .b.a.e.w.r.WebFluxEndpointHandlerMapping : [e5e9f989-184] Mapped to Actuator web endpoint 'logfile'
2022-11-24 11:22:16.806 DEBUG 20152 --- [boundedElastic-1] .s.w.r.r.m.a.ResponseEntityResultHandler : [e5e9f989-184] Using 'text/plain;charset=UTF-8' given [text/plain, */*] and supported [text/plain;charset=UTF-8]
2022-11-24 11:22:16.806 DEBUG 20152 --- [boundedElastic-1] .s.w.r.r.m.a.ResponseEntityResultHandler : [e5e9f989-184] 0..1 [org.springframework.core.io.FileSystemResource]
2022-11-24 11:22:16.806 DEBUG 20152 --- [boundedElastic-1] o.s.h.codec.ResourceHttpMessageWriter : [e5e9f989-184] Zero-copy region 45956-2131 of [file [D:\Safeway\safeway-pricing-pod\product-service.log]]
2022-11-24 11:22:16.811 DEBUG 20152 --- [reactor-http-nio-3] o.s.w.s.adapter.HttpWebHandlerAdapter : [e5e9f989-184] Completed 206 PARTIAL_CONTENT
2022-11-24 11:22:16.811 DEBUG 20152 --- [reactor-http-nio-3] r.n.http.server.HttpServerOperations : [e5e9f989-33, L:/172.19.240.1:8789 - R:/172.19.240.1:60007] Last HTTP response frame
2022-11-24 11:22:16.811 DEBUG 20152 --- [reactor-http-nio-3] r.n.http.server.HttpServerOperations : [e5e9f989-33, L:/172.19.240.1:8789 - R:/172.19.240.1:60007] Decreasing pending responses, now 0
2022-11-24 11:22:16.811 DEBUG 20152 --- [reactor-http-nio-3] r.n.http.server.HttpServerOperations : [e5e9f989-33, L:/172.19.240.1:8789 - R:/172.19.240.1:60007] Last HTTP packet was sent, terminating the channel
2022-11-24 11:22:17.801 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [25e8009a, L:/172.19.240.1:8789 - R:/172.19.240.1:59956] Increasing pending responses, now 1
2022-11-24 11:22:17.802 DEBUG 20152 --- [reactor-http-nio-4] reactor.netty.http.server.HttpServer : [25e8009a-40, L:/172.19.240.1:8789 - R:/172.19.240.1:59956] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@6533a964
2022-11-24 11:22:17.802 DEBUG 20152 --- [reactor-http-nio-4] o.s.w.s.adapter.HttpWebHandlerAdapter : [25e8009a-185] HTTP GET "/actuator/logfile"
2022-11-24 11:22:17.802 DEBUG 20152 --- [reactor-http-nio-4] .b.a.e.w.r.WebFluxEndpointHandlerMapping : [25e8009a-185] Mapped to Actuator web endpoint 'logfile'
2022-11-24 11:22:17.804 DEBUG 20152 --- [boundedElastic-1] .s.w.r.r.m.a.ResponseEntityResultHandler : [25e8009a-185] Using 'text/plain;charset=UTF-8' given [text/plain, */*] and supported [text/plain;charset=UTF-8]
2022-11-24 11:22:17.806 DEBUG 20152 --- [boundedElastic-1] .s.w.r.r.m.a.ResponseEntityResultHandler : [25e8009a-185] 0..1 [org.springframework.core.io.FileSystemResource]
2022-11-24 11:22:17.806 DEBUG 20152 --- [boundedElastic-1] o.s.h.codec.ResourceHttpMessageWriter : [25e8009a-185] Zero-copy region 48086-2131 of [file [D:\Safeway\safeway-pricing-pod\product-service.log]]
2022-11-24 11:22:17.812 DEBUG 20152 --- [reactor-http-nio-4] o.s.w.s.adapter.HttpWebHandlerAdapter : [25e8009a-185] Completed 206 PARTIAL_CONTENT
2022-11-24 11:22:17.812 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [25e8009a-40, L:/172.19.240.1:8789 - R:/172.19.240.1:59956] Last HTTP response frame
2022-11-24 11:22:17.812 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [25e8009a-40, L:/172.19.240.1:8789 - R:/172.19.240.1:59956] Decreasing pending responses, now 0
2022-11-24 11:22:17.812 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [25e8009a-40, L:/172.19.240.1:8789 - R:/172.19.240.1:59956] Last HTTP packet was sent, terminating the channel
2022-11-24 11:22:18.789 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [8a774958, L:/172.19.240.1:8789 - R:/172.19.240.1:60028] Increasing pending responses, now 1
2022-11-24 11:22:18.790 DEBUG 20152 --- [reactor-http-nio-4] reactor.netty.http.server.HttpServer : [8a774958-22, L:/172.19.240.1:8789 - R:/172.19.240.1:60028] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@6533a964
2022-11-24 11:22:18.790 DEBUG 20152 --- [reactor-http-nio-4] o.s.w.s.adapter.HttpWebHandlerAdapter : [8a774958-186] HTTP GET "/actuator/logfile"
2022-11-24 11:22:18.790 DEBUG 20152 --- [reactor-http-nio-4] .b.a.e.w.r.WebFluxEndpointHandlerMapping : [8a774958-186] Mapped to Actuator web endpoint 'logfile'
2022-11-24 11:22:18.792 DEBUG 20152 --- [boundedElastic-1] .s.w.r.r.m.a.ResponseEntityResultHandler : [8a774958-186] Using 'text/plain;charset=UTF-8' given [text/plain, */*] and supported [text/plain;charset=UTF-8]
2022-11-24 11:22:18.792 DEBUG 20152 --- [boundedElastic-1] .s.w.r.r.m.a.ResponseEntityResultHandler : [8a774958-186] 0..1 [org.springframework.core.io.FileSystemResource]
2022-11-24 11:22:18.793 DEBUG 20152 --- [boundedElastic-1] o.s.h.codec.ResourceHttpMessageWriter : [8a774958-186] Zero-copy region 50216-2131 of [file [D:\Safeway\safeway-pricing-pod\product-service.log]]
2022-11-24 11:22:18.797 DEBUG 20152 --- [reactor-http-nio-4] o.s.w.s.adapter.HttpWebHandlerAdapter : [8a774958-186] Completed 206 PARTIAL_CONTENT
2022-11-24 11:22:18.797 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [8a774958-22, L:/172.19.240.1:8789 - R:/172.19.240.1:60028] Last HTTP response frame
2022-11-24 11:22:18.797 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [8a774958-22, L:/172.19.240.1:8789 - R:/172.19.240.1:60028] Decreasing pending responses, now 0
2022-11-24 11:22:18.797 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [8a774958-22, L:/172.19.240.1:8789 - R:/172.19.240.1:60028] Last HTTP packet was sent, terminating the channel
2022-11-24 11:22:19.796 DEBUG 20152 --- [reactor-http-nio-2] r.n.http.server.HttpServerOperations : [93111b58, L:/172.19.240.1:8789 - R:/172.19.240.1:60006] Increasing pending responses, now 1
2022-11-24 11:22:19.797 DEBUG 20152 --- [reactor-http-nio-2] reactor.netty.http.server.HttpServer : [93111b58-43, L:/172.19.240.1:8789 - R:/172.19.240.1:60006] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@6533a964
2022-11-24 11:22:19.797 DEBUG 20152 --- [reactor-http-nio-2] o.s.w.s.adapter.HttpWebHandlerAdapter : [93111b58-187] HTTP GET "/actuator/logfile"
2022-11-24 11:22:19.798 DEBUG 20152 --- [reactor-http-nio-2] .b.a.e.w.r.WebFluxEndpointHandlerMapping : [93111b58-187] Mapped to Actuator web endpoint 'logfile'
2022-11-24 11:22:19.799 DEBUG 20152 --- [boundedElastic-1] .s.w.r.r.m.a.ResponseEntityResultHandler : [93111b58-187] Using 'text/plain;charset=UTF-8' given [text/plain, */*] and supported [text/plain;charset=UTF-8]
2022-11-24 11:22:19.799 DEBUG 20152 --- [boundedElastic-1] .s.w.r.r.m.a.ResponseEntityResultHandler : [93111b58-187] 0..1 [org.springframework.core.io.FileSystemResource]
2022-11-24 11:22:19.800 DEBUG 20152 --- [boundedElastic-1] o.s.h.codec.ResourceHttpMessageWriter : [93111b58-187] Zero-copy region 52346-2131 of [file [D:\Safeway\safeway-pricing-pod\product-service.log]]
2022-11-24 11:22:19.803 DEBUG 20152 --- [reactor-http-nio-2] o.s.w.s.adapter.HttpWebHandlerAdapter : [93111b58-187] Completed 206 PARTIAL_CONTENT
2022-11-24 11:22:19.803 DEBUG 20152 --- [reactor-http-nio-2] r.n.http.server.HttpServerOperations : [93111b58-43, L:/172.19.240.1:8789 - R:/172.19.240.1:60006] Last HTTP response frame
2022-11-24 11:22:19.803 DEBUG 20152 --- [reactor-http-nio-2] r.n.http.server.HttpServerOperations : [93111b58-43, L:/172.19.240.1:8789 - R:/172.19.240.1:60006] Decreasing pending responses, now 0
2022-11-24 11:22:19.803 DEBUG 20152 --- [reactor-http-nio-2] r.n.http.server.HttpServerOperations : [93111b58-43, L:/172.19.240.1:8789 - R:/172.19.240.1:60006] Last HTTP packet was sent, terminating the channel
2022-11-24 11:22:20.791 DEBUG 20152 --- [reactor-http-nio-1] r.n.http.server.HttpServerOperations : [a9a47957, L:/172.19.240.1:8789 - R:/172.19.240.1:59958] Increasing pending responses, now 1
2022-11-24 11:22:20.791 DEBUG 20152 --- [reactor-http-nio-1] reactor.netty.http.server.HttpServer : [a9a47957-50, L:/172.19.240.1:8789 - R:/172.19.240.1:59958] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@6533a964
2022-11-24 11:22:20.791 DEBUG 20152 --- [reactor-http-nio-1] o.s.w.s.adapter.HttpWebHandlerAdapter : [a9a47957-188] HTTP GET "/actuator/logfile"
2022-11-24 11:22:20.792 DEBUG 20152 --- [reactor-http-nio-1] .b.a.e.w.r.WebFluxEndpointHandlerMapping : [a9a47957-188] Mapped to Actuator web endpoint 'logfile'
2022-11-24 11:22:20.792 DEBUG 20152 --- [boundedElastic-1] .s.w.r.r.m.a.ResponseEntityResultHandler : [a9a47957-188] Using 'text/plain;charset=UTF-8' given [text/plain, */*] and supported [text/plain;charset=UTF-8]
2022-11-24 11:22:20.793 DEBUG 20152 --- [boundedElastic-1] .s.w.r.r.m.a.ResponseEntityResultHandler : [a9a47957-188] 0..1 [org.springframework.core.io.FileSystemResource]
2022-11-24 11:22:20.793 DEBUG 20152 --- [boundedElastic-1] o.s.h.codec.ResourceHttpMessageWriter : [a9a47957-188] Zero-copy region 54476-2131 of [file [D:\Safeway\safeway-pricing-pod\product-service.log]]
2022-11-24 11:22:20.796 DEBUG 20152 --- [reactor-http-nio-1] o.s.w.s.adapter.HttpWebHandlerAdapter : [a9a47957-188] Completed 206 PARTIAL_CONTENT
2022-11-24 11:22:20.796 DEBUG 20152 --- [reactor-http-nio-1] r.n.http.server.HttpServerOperations : [a9a47957-50, L:/172.19.240.1:8789 - R:/172.19.240.1:59958] Last HTTP response frame
2022-11-24 11:22:20.797 DEBUG 20152 --- [reactor-http-nio-1] r.n.http.server.HttpServerOperations : [a9a47957-50, L:/172.19.240.1:8789 - R:/172.19.240.1:59958] Decreasing pending responses, now 0
2022-11-24 11:22:20.797 DEBUG 20152 --- [reactor-http-nio-1] r.n.http.server.HttpServerOperations : [a9a47957-50, L:/172.19.240.1:8789 - R:/172.19.240.1:59958] Last HTTP packet was sent, terminating the channel
2022-11-24 11:22:21.848 DEBUG 20152 --- [reactor-http-nio-3] r.n.http.server.HttpServerOperations : [e5e9f989, L:/172.19.240.1:8789 - R:/172.19.240.1:60007] Increasing pending responses, now 1
2022-11-24 11:22:21.848 DEBUG 20152 --- [reactor-http-nio-3] reactor.netty.http.server.HttpServer : [e5e9f989-34, L:/172.19.240.1:8789 - R:/172.19.240.1:60007] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@6533a964
2022-11-24 11:22:21.848 DEBUG 20152 --- [reactor-http-nio-3] o.s.w.s.adapter.HttpWebHandlerAdapter : [e5e9f989-189] HTTP GET "/actuator/loggers"
2022-11-24 11:22:21.849 DEBUG 20152 --- [reactor-http-nio-3] .b.a.e.w.r.WebFluxEndpointHandlerMapping : [e5e9f989-189] Mapped to Actuator web endpoint 'loggers'
2022-11-24 11:22:21.851 DEBUG 20152 --- [boundedElastic-1] .s.w.r.r.m.a.ResponseEntityResultHandler : [e5e9f989-189] Using 'application/vnd.spring-boot.actuator.v2+json' given [application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v2+json, application/json]
2022-11-24 11:22:21.851 DEBUG 20152 --- [boundedElastic-1] .s.w.r.r.m.a.ResponseEntityResultHandler : [e5e9f989-189] 0..1 [java.util.LinkedHashMap<?, ?>]
2022-11-24 11:22:21.852 DEBUG 20152 --- [boundedElastic-1] o.s.http.codec.json.Jackson2JsonEncoder : [e5e9f989-189] Encoding [{levels=[OFF, ERROR, WARN, INFO, DEBUG, TRACE], loggers={ROOT=org.springframework.boot.actuate.loggi (truncated)...]
2022-11-24 11:22:21.854 DEBUG 20152 --- [reactor-http-nio-3] r.n.http.server.HttpServerOperations : [e5e9f989-34, L:/172.19.240.1:8789 - R:/172.19.240.1:60007] Decreasing pending responses, now 0
2022-11-24 11:22:21.856 DEBUG 20152 --- [reactor-http-nio-3] o.s.w.s.adapter.HttpWebHandlerAdapter : [e5e9f989-189] Completed 200 OK
2022-11-24 11:22:21.856 DEBUG 20152 --- [reactor-http-nio-3] r.n.http.server.HttpServerOperations : [e5e9f989-34, L:/172.19.240.1:8789 - R:/172.19.240.1:60007] Last HTTP response frame
2022-11-24 11:22:21.856 DEBUG 20152 --- [reactor-http-nio-3] r.n.http.server.HttpServerOperations : [e5e9f989-34, L:/172.19.240.1:8789 - R:/172.19.240.1:60007] Last HTTP packet was sent, terminating the channel
2022-11-24 11:22:21.978 DEBUG 20152 --- [cluster-ClusterId{value='637f0555ecf2462a5ebf2028', description='null'}-localhost:27017] org.mongodb.driver.cluster : Updating cluster description to {type=STANDALONE, servers=[{address=localhost:27017, type=STANDALONE, roundTripTime=3.0 ms, state=CONNECTED}]
2022-11-24 11:22:21.979 DEBUG 20152 --- [cluster-ClusterId{value='637f0555ecf2462a5ebf2028', description='null'}-localhost:27017] org.mongodb.driver.cluster : Checking status of localhost:27017
2022-11-24 11:22:22.220 DEBUG 20152 --- [cluster-rtt-ClusterId{value='637f0555ecf2462a5ebf2028', description='null'}-localhost:27017] org.mongodb.driver.protocol.command : Sending command '{"hello": 1, "$db": "admin", "$readPreference": {"mode": "primaryPreferred"}}' with request id 54 to database admin on connection [connectionId{localValue:1, serverValue:289}] to server localhost:27017
2022-11-24 11:22:22.222 DEBUG 20152 --- [cluster-rtt-ClusterId{value='637f0555ecf2462a5ebf2028', description='null'}-localhost:27017] org.mongodb.driver.protocol.command : Execution of command with request id 54 completed successfully in 2.22 ms on connection [connectionId{localValue:1, serverValue:289}] to server localhost:27017
2022-11-24 11:22:25.102 DEBUG 20152 --- [registrationTask1] o.s.w.r.f.client.ExchangeFunctions : [182a62f7] HTTP POST http://localhost:8081/instances
2022-11-24 11:22:25.103 DEBUG 20152 --- [reactor-http-nio-3] r.n.resources.PooledConnectionProvider : [51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] Channel acquired, now: 1 active connections, 0 inactive connections and 0 pending acquire requests.
2022-11-24 11:22:25.103 DEBUG 20152 --- [reactor-http-nio-3] r.netty.http.client.HttpClientConnect : [51a21e6e-32, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] Handler is being applied: {uri=http://localhost:8081/instances, method=POST}
2022-11-24 11:22:25.103 DEBUG 20152 --- [reactor-http-nio-3] r.n.r.DefaultPooledConnectionProvider : [51a21e6e-32, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] onStateChange(POST{uri=/instances, connection=PooledConnection{channel=[id: 0x51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081]}}, [request_prepared])
2022-11-24 11:22:25.103 DEBUG 20152 --- [reactor-http-nio-3] o.s.http.codec.json.Jackson2JsonEncoder : [182a62f7] Encoding [Application(name=spring-boot-management, managementUrl=http://172.19.240.1:8789/actuator, healthUrl= (truncated)...]
2022-11-24 11:22:25.105 DEBUG 20152 --- [reactor-http-nio-3] r.n.r.DefaultPooledConnectionProvider : [51a21e6e-32, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] onStateChange(POST{uri=/instances, connection=PooledConnection{channel=[id: 0x51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081]}}, [request_sent])
2022-11-24 11:22:25.108 DEBUG 20152 --- [reactor-http-nio-3] r.n.http.client.HttpClientOperations : [51a21e6e-32, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] Received response (auto-read:false) : RESPONSE(decodeResult: success, version: HTTP/1.1)
HTTP/1.1 201 Created
Location: <filtered>
Content-Type: <filtered>
content-length: <filtered>
2022-11-24 11:22:25.109 DEBUG 20152 --- [reactor-http-nio-3] r.n.r.DefaultPooledConnectionProvider : [51a21e6e-32, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] onStateChange(POST{uri=/instances, connection=PooledConnection{channel=[id: 0x51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081]}}, [response_received])
2022-11-24 11:22:25.109 DEBUG 20152 --- [reactor-http-nio-3] o.s.w.r.f.client.ExchangeFunctions : [182a62f7] [51a21e6e-32, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] Response 201 CREATED
2022-11-24 11:22:25.109 DEBUG 20152 --- [reactor-http-nio-3] reactor.netty.channel.FluxReceive : [51a21e6e-32, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver
2022-11-24 11:22:25.110 DEBUG 20152 --- [reactor-http-nio-3] r.n.http.client.HttpClientOperations : [51a21e6e-32, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] Received last HTTP packet
2022-11-24 11:22:25.110 DEBUG 20152 --- [reactor-http-nio-3] o.s.http.codec.json.Jackson2JsonDecoder : [182a62f7] [51a21e6e-32, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] Decoded [{id=1f68f4e6dbcc}]
2022-11-24 11:22:25.110 DEBUG 20152 --- [reactor-http-nio-3] r.n.r.DefaultPooledConnectionProvider : [51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] onStateChange(POST{uri=/instances, connection=PooledConnection{channel=[id: 0x51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081]}}, [response_completed])
2022-11-24 11:22:25.110 DEBUG 20152 --- [reactor-http-nio-3] r.n.r.DefaultPooledConnectionProvider : [51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] onStateChange(POST{uri=/instances, connection=PooledConnection{channel=[id: 0x51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081]}}, [disconnecting])
2022-11-24 11:22:25.111 DEBUG 20152 --- [reactor-http-nio-3] r.n.r.DefaultPooledConnectionProvider : [51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] Releasing channel
2022-11-24 11:22:25.111 DEBUG 20152 --- [reactor-http-nio-3] r.n.resources.PooledConnectionProvider : [51a21e6e, L:/127.0.0.1:59955 - R:localhost/127.0.0.1:8081] Channel cleaned, now: 0 active connections, 1 inactive connections and 0 pending acquire requests.
2022-11-24 11:22:25.111 DEBUG 20152 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application refreshed itself as 1f68f4e6dbcc
2022-11-24 11:22:25.147 DEBUG 20152 --- [reactor-http-nio-4] r.n.http.server.HttpServerOperations : [25e8009a, L:/172.19.240.1:8789 - R:/172.19.240.1:59956] Increasing pending responses, now 1
2022-11-24 11:22:25.147 DEBUG 20152 --- [reactor-http-nio-4] reactor.netty.http.server.HttpServer : [25e8009a-41, L:/172.19.240.1:8789 - R:/172.19.240.1:59956] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@6533a964
2022-11-24 11:22:25.148 DEBUG 20152 --- [reactor-http-nio-4] o.s.w.s.adapter.HttpWebHandlerAdapter : [25e8009a-190] HTTP POST "/actuator/loggers/ROOT"
2022-11-24 11:22:25.148 DEBUG 20152 --- [reactor-http-nio-4] .b.a.e.w.r.WebFluxEndpointHandlerMapping : [25e8009a-190] Mapped to Actuator web endpoint 'loggers-name'
2022-11-24 11:22:25.149 DEBUG 20152 --- [reactor-http-nio-4] .r.m.a.RequestBodyMethodArgumentResolver : [25e8009a-190] Content-Type:application/json
2022-11-24 11:22:25.149 DEBUG 20152 --- [reactor-http-nio-4] .r.m.a.RequestBodyMethodArgumentResolver : [25e8009a-190] 0..1 [java.util.Map<java.lang.String, java.lang.String>]
2022-11-24 11:22:25.150 DEBUG 20152 --- [reactor-http-nio-4] reactor.netty.channel.FluxReceive : [25e8009a-41, L:/172.19.240.1:8789 - R:/172.19.240.1:59956] FluxReceive{pending=0, cancelled=false, inboundDone=false, inboundError=null}: subscribing inbound receiver
2022-11-24 11:22:25.150 DEBUG 20152 --- [reactor-http-nio-4] o.s.http.codec.json.Jackson2JsonDecoder : [25e8009a-190] Decoded [{configuredLevel=INFO}]
2022-11-23 01:42:35.043 INFO 14804 --- [main] c.s.p.s.SafewayPricingPodApplication : Starting SafewayPricingPodApplication using Java 11.0.15 on HYD-LAP-00446 with PID 14804 (D:\Safeway\safeway-pricing-pod\build\classes\java\main started by rdosapati in D:\Safeway\safeway-pricing-pod)
2022-11-23 01:42:35.051 INFO 14804 --- [main] c.s.p.s.SafewayPricingPodApplication : No active profile set, falling back to 1 default profile: "default"
2022-11-23 01:42:36.753 INFO 14804 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2022-11-23 01:42:37.043 INFO 14804 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 282 ms. Found 8 MongoDB repository interfaces.
2022-11-23 01:42:39.863 INFO 14804 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.6.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Microsoft/11.0.15+10-LTS"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsCommandListener@5d5d3a5c], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@6e0d16a4]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsConnectionPoolListener@7e18ced7], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
2022-11-23 01:42:39.891 INFO 14804 --- [cluster-ClusterId{value='637d2d376bc34a5f729b9fef', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:2, serverValue:238}] to localhost:27017
2022-11-23 01:42:39.894 INFO 14804 --- [cluster-ClusterId{value='637d2d376bc34a5f729b9fef', description='null'}-localhost:27017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=31422200}
2022-11-23 01:42:39.894 INFO 14804 --- [cluster-rtt-ClusterId{value='637d2d376bc34a5f729b9fef', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:1, serverValue:237}] to localhost:27017
2022-11-23 01:42:41.000 INFO 14804 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoint(s) beneath base path '/actuator'
2022-11-23 01:42:46.803 INFO 14804 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8789
2022-11-23 01:42:47.674 INFO 14804 --- [main] c.s.p.s.SafewayPricingPodApplication : Started SafewayPricingPodApplication in 13.319 seconds (JVM running for 14.26)
2022-11-23 01:42:49.794 INFO 14804 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 474d379f2b3c
2022-11-23 01:47:07.731 WARN 14804 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Failed to register application as Application(name=spring-boot-management, managementUrl=http://HYD-LAP-00446.mshome.net:8789/actuator, healthUrl=http://HYD-LAP-00446.mshome.net:8789/actuator/health, serviceUrl=http://HYD-LAP-00446.mshome.net:8789/) at spring-boot-admin ([http://localhost:8081/instances]): Connection refused: no further information: localhost/127.0.0.1:8081; nested exception is io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: localhost/127.0.0.1:8081. Further attempts are logged on DEBUG level
2022-11-23 01:47:24.732 INFO 2616 --- [main] c.s.p.s.SafewayPricingPodApplication : Starting SafewayPricingPodApplication using Java 11.0.15 on HYD-LAP-00446 with PID 2616 (D:\Safeway\safeway-pricing-pod\build\classes\java\main started by rdosapati in D:\Safeway\safeway-pricing-pod)
2022-11-23 01:47:24.737 INFO 2616 --- [main] c.s.p.s.SafewayPricingPodApplication : No active profile set, falling back to 1 default profile: "default"
2022-11-23 01:47:27.705 INFO 2616 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2022-11-23 01:47:27.972 INFO 2616 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 260 ms. Found 8 MongoDB repository interfaces.
2022-11-23 01:47:32.886 INFO 2616 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.6.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Microsoft/11.0.15+10-LTS"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsCommandListener@50a7c72b], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@54c11750]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsConnectionPoolListener@221b77d7], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
2022-11-23 01:47:33.000 INFO 2616 --- [cluster-rtt-ClusterId{value='637d2e5cddda3f3adfeb6e92', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:2, serverValue:239}] to localhost:27017
2022-11-23 01:47:33.026 INFO 2616 --- [cluster-ClusterId{value='637d2e5cddda3f3adfeb6e92', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:1, serverValue:240}] to localhost:27017
2022-11-23 01:47:33.030 INFO 2616 --- [cluster-ClusterId{value='637d2e5cddda3f3adfeb6e92', description='null'}-localhost:27017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=52328900}
2022-11-23 01:47:35.692 INFO 2616 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoint(s) beneath base path '/actuator'
2022-11-23 01:47:47.146 INFO 2616 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8789
2022-11-23 01:47:48.558 INFO 2616 --- [main] c.s.p.s.SafewayPricingPodApplication : Started SafewayPricingPodApplication in 24.616 seconds (JVM running for 25.629)
2022-11-23 01:47:48.914 WARN 2616 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Failed to register application as Application(name=spring-boot-management, managementUrl=http://HYD-LAP-00446.mshome.net:8789/actuator, healthUrl=http://HYD-LAP-00446.mshome.net:8789/actuator/health, serviceUrl=http://HYD-LAP-00446.mshome.net:8789/) at spring-boot-admin ([http://localhost:8081/instances]): Connection refused: no further information: localhost/127.0.0.1:8081; nested exception is io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: localhost/127.0.0.1:8081. Further attempts are logged on DEBUG level
2022-11-23 01:48:00.536 INFO 2616 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 474d379f2b3c
2022-11-23 01:50:54.207 INFO 27172 --- [main] c.s.p.s.SafewayPricingPodApplication : Starting SafewayPricingPodApplication using Java 11.0.15 on HYD-LAP-00446 with PID 27172 (D:\Safeway\safeway-pricing-pod\build\classes\java\main started by rdosapati in D:\Safeway\safeway-pricing-pod)
2022-11-23 01:50:54.210 INFO 27172 --- [main] c.s.p.s.SafewayPricingPodApplication : No active profile set, falling back to 1 default profile: "default"
2022-11-23 01:50:56.057 INFO 27172 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2022-11-23 01:50:56.383 INFO 27172 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 319 ms. Found 8 MongoDB repository interfaces.
2022-11-23 01:50:59.075 INFO 27172 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.6.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Microsoft/11.0.15+10-LTS"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsCommandListener@6e8f2094], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@1753475d]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsConnectionPoolListener@d108406], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
2022-11-23 01:50:59.101 INFO 27172 --- [cluster-rtt-ClusterId{value='637d2f2b694c134b71482c9d', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:1, serverValue:241}] to localhost:27017
2022-11-23 01:50:59.102 INFO 27172 --- [cluster-ClusterId{value='637d2f2b694c134b71482c9d', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:2, serverValue:242}] to localhost:27017
2022-11-23 01:50:59.103 INFO 27172 --- [cluster-ClusterId{value='637d2f2b694c134b71482c9d', description='null'}-localhost:27017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=28249299}
2022-11-23 01:51:00.253 INFO 27172 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoint(s) beneath base path '/actuator'
2022-11-23 01:51:06.115 INFO 27172 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8789
2022-11-23 01:51:07.066 INFO 27172 --- [main] c.s.p.s.SafewayPricingPodApplication : Started SafewayPricingPodApplication in 13.573 seconds (JVM running for 14.372)
2022-11-23 01:51:09.239 INFO 27172 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 474d379f2b3c
2022-11-23 01:57:26.935 INFO 27912 --- [main] c.s.p.s.SafewayPricingPodApplication : Starting SafewayPricingPodApplication using Java 11.0.15 on HYD-LAP-00446 with PID 27912 (D:\Safeway\safeway-pricing-pod\build\classes\java\main started by rdosapati in D:\Safeway\safeway-pricing-pod)
2022-11-23 01:57:26.943 INFO 27912 --- [main] c.s.p.s.SafewayPricingPodApplication : No active profile set, falling back to 1 default profile: "default"
2022-11-23 01:57:29.313 INFO 27912 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2022-11-23 01:57:29.573 INFO 27912 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 254 ms. Found 8 MongoDB repository interfaces.
2022-11-23 01:57:32.312 INFO 27912 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.6.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Microsoft/11.0.15+10-LTS"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsCommandListener@2d4fb0d8], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@dc1fadd]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsConnectionPoolListener@3ef3f661], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
2022-11-23 01:57:32.344 INFO 27912 --- [cluster-ClusterId{value='637d30b40010cc2c3136f2a6', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:1, serverValue:243}] to localhost:27017
2022-11-23 01:57:32.348 INFO 27912 --- [cluster-ClusterId{value='637d30b40010cc2c3136f2a6', description='null'}-localhost:27017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=30945100}
2022-11-23 01:57:32.350 INFO 27912 --- [cluster-rtt-ClusterId{value='637d30b40010cc2c3136f2a6', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:2, serverValue:244}] to localhost:27017
2022-11-23 01:57:33.378 INFO 27912 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoint(s) beneath base path '/actuator'
2022-11-23 01:57:38.837 INFO 27912 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8789
2022-11-23 01:57:39.815 INFO 27912 --- [main] c.s.p.s.SafewayPricingPodApplication : Started SafewayPricingPodApplication in 13.727 seconds (JVM running for 16.498)
2022-11-23 01:57:40.214 INFO 27912 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 474d379f2b3c
2022-11-23 01:58:45.394 INFO 28460 --- [main] c.s.p.s.SafewayPricingPodApplication : Starting SafewayPricingPodApplication using Java 11.0.15 on HYD-LAP-00446 with PID 28460 (D:\Safeway\safeway-pricing-pod\build\classes\java\main started by rdosapati in D:\Safeway\safeway-pricing-pod)
2022-11-23 01:58:45.402 INFO 28460 --- [main] c.s.p.s.SafewayPricingPodApplication : No active profile set, falling back to 1 default profile: "default"
2022-11-23 01:58:47.231 INFO 28460 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2022-11-23 01:58:47.494 INFO 28460 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 254 ms. Found 8 MongoDB repository interfaces.
2022-11-23 01:58:50.047 INFO 28460 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.6.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Microsoft/11.0.15+10-LTS"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsCommandListener@25214797], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@4e5c8ef3]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsConnectionPoolListener@60928a61], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
2022-11-23 01:58:50.081 INFO 28460 --- [cluster-ClusterId{value='637d3101dd37a60aa28ea570', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:1, serverValue:246}] to localhost:27017
2022-11-23 01:58:50.081 INFO 28460 --- [cluster-rtt-ClusterId{value='637d3101dd37a60aa28ea570', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:2, serverValue:245}] to localhost:27017
2022-11-23 01:58:50.086 INFO 28460 --- [cluster-ClusterId{value='637d3101dd37a60aa28ea570', description='null'}-localhost:27017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=36260300}
2022-11-23 01:58:51.109 INFO 28460 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoint(s) beneath base path '/actuator'
2022-11-23 01:58:56.983 INFO 28460 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8789
2022-11-23 01:58:57.972 INFO 28460 --- [main] c.s.p.s.SafewayPricingPodApplication : Started SafewayPricingPodApplication in 13.299 seconds (JVM running for 14.132)
2022-11-23 01:58:58.339 INFO 28460 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 474d379f2b3c
2022-11-23 14:37:28.100 INFO 25288 --- [main] c.s.p.s.SafewayPricingPodApplication : Starting SafewayPricingPodApplication using Java 11.0.15 on HYD-LAP-00446 with PID 25288 (D:\Safeway\safeway-pricing-pod\build\classes\java\main started by rdosapati in D:\Safeway\safeway-pricing-pod)
2022-11-23 14:37:28.108 INFO 25288 --- [main] c.s.p.s.SafewayPricingPodApplication : No active profile set, falling back to 1 default profile: "default"
2022-11-23 14:37:31.248 INFO 25288 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2022-11-23 14:37:31.616 INFO 25288 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 361 ms. Found 8 MongoDB repository interfaces.
2022-11-23 14:37:35.351 INFO 25288 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.6.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Microsoft/11.0.15+10-LTS"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsCommandListener@3b3056a6], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@6d4a05f7]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsConnectionPoolListener@51d8f2f2], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
2022-11-23 14:37:35.402 INFO 25288 --- [cluster-rtt-ClusterId{value='637de2d7b2fbfa697ad4ca51', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:1, serverValue:248}] to localhost:27017
2022-11-23 14:37:35.405 INFO 25288 --- [cluster-ClusterId{value='637de2d7b2fbfa697ad4ca51', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:2, serverValue:247}] to localhost:27017
2022-11-23 14:37:35.407 INFO 25288 --- [cluster-ClusterId{value='637de2d7b2fbfa697ad4ca51', description='null'}-localhost:27017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=40102500}
2022-11-23 14:37:37.738 INFO 25288 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 14 endpoint(s) beneath base path '/actuator'
2022-11-23 14:37:44.948 INFO 25288 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8789
2022-11-23 14:37:48.053 INFO 25288 --- [main] c.s.p.s.SafewayPricingPodApplication : Started SafewayPricingPodApplication in 21.02 seconds (JVM running for 22.798)
2022-11-23 14:37:51.289 INFO 25288 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 474d379f2b3c
2022-11-23 14:41:38.103 WARN 25288 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Failed to register application as Application(name=spring-boot-management, managementUrl=http://HYD-LAP-00446.mshome.net:8789/actuator, healthUrl=http://HYD-LAP-00446.mshome.net:8789/actuator/health, serviceUrl=http://HYD-LAP-00446.mshome.net:8789/) at spring-boot-admin ([http://localhost:8081/instances]): Connection refused: no further information: localhost/127.0.0.1:8081; nested exception is io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: localhost/127.0.0.1:8081. Further attempts are logged on DEBUG level
2022-11-23 14:42:58.162 WARN 25288 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Failed to register application as Application(name=spring-boot-management, managementUrl=http://HYD-LAP-00446.mshome.net:8789/actuator, healthUrl=http://HYD-LAP-00446.mshome.net:8789/actuator/health, serviceUrl=http://HYD-LAP-00446.mshome.net:8789/) at spring-boot-admin ([http://localhost:8081/instances]): Connection refused: no further information: localhost/127.0.0.1:8081; nested exception is io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: localhost/127.0.0.1:8081. Further attempts are logged on DEBUG level
2022-11-23 14:50:45.876 INFO 8656 --- [main] c.s.p.s.SafewayPricingPodApplication : Starting SafewayPricingPodApplication using Java 11.0.15 on HYD-LAP-00446 with PID 8656 (D:\Safeway\safeway-pricing-pod\build\classes\java\main started by rdosapati in D:\Safeway\safeway-pricing-pod)
2022-11-23 14:50:45.887 INFO 8656 --- [main] c.s.p.s.SafewayPricingPodApplication : No active profile set, falling back to 1 default profile: "default"
2022-11-23 14:50:48.081 INFO 8656 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2022-11-23 14:50:48.375 INFO 8656 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 285 ms. Found 8 MongoDB repository interfaces.
2022-11-23 14:50:51.601 INFO 8656 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.6.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Microsoft/11.0.15+10-LTS"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsCommandListener@698d6d30], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@78065fcd]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsConnectionPoolListener@3407aa4f], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
2022-11-23 14:50:51.638 INFO 8656 --- [cluster-rtt-ClusterId{value='637de5f3d35164210eba3287', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:1, serverValue:250}] to localhost:27017
2022-11-23 14:50:51.640 INFO 8656 --- [cluster-ClusterId{value='637de5f3d35164210eba3287', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:2, serverValue:249}] to localhost:27017
2022-11-23 14:50:51.641 INFO 8656 --- [cluster-ClusterId{value='637de5f3d35164210eba3287', description='null'}-localhost:27017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=38798900}
2022-11-23 14:50:53.459 INFO 8656 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 14 endpoint(s) beneath base path '/actuator'
2022-11-23 14:51:00.128 INFO 8656 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8789
2022-11-23 14:51:01.701 INFO 8656 --- [main] c.s.p.s.SafewayPricingPodApplication : Started SafewayPricingPodApplication in 16.63 seconds (JVM running for 17.556)
2022-11-23 14:51:02.148 INFO 8656 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 474d379f2b3c
2022-11-23 15:04:41.675 INFO 19680 --- [main] c.s.p.s.SafewayPricingPodApplication : Starting SafewayPricingPodApplication using Java 11.0.15 on HYD-LAP-00446 with PID 19680 (D:\Safeway\safeway-pricing-pod\build\classes\java\main started by rdosapati in D:\Safeway\safeway-pricing-pod)
2022-11-23 15:04:41.685 INFO 19680 --- [main] c.s.p.s.SafewayPricingPodApplication : No active profile set, falling back to 1 default profile: "default"
2022-11-23 15:04:43.682 INFO 19680 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2022-11-23 15:04:43.908 INFO 19680 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 221 ms. Found 8 MongoDB repository interfaces.
2022-11-23 15:04:46.627 INFO 19680 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.6.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Microsoft/11.0.15+10-LTS"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsCommandListener@d9f5fce], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@49653791]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsConnectionPoolListener@45b7c97f], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
2022-11-23 15:04:46.662 INFO 19680 --- [cluster-rtt-ClusterId{value='637de93601bca465df0c3784', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:2, serverValue:252}] to localhost:27017
2022-11-23 15:04:46.663 INFO 19680 --- [cluster-ClusterId{value='637de93601bca465df0c3784', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:1, serverValue:251}] to localhost:27017
2022-11-23 15:04:46.666 INFO 19680 --- [cluster-ClusterId{value='637de93601bca465df0c3784', description='null'}-localhost:27017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=29995500}
2022-11-23 15:04:47.738 INFO 19680 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoint(s) beneath base path '/actuator'
2022-11-23 15:04:53.379 INFO 19680 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8789
2022-11-23 15:04:54.865 INFO 19680 --- [main] c.s.p.s.SafewayPricingPodApplication : Started SafewayPricingPodApplication in 13.935 seconds (JVM running for 15.517)
2022-11-23 15:04:55.946 INFO 19680 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 474d379f2b3c
2022-11-23 15:31:34.966 INFO 19680 --- [boundedElastic-3] org.mongodb.driver.connection : Opened connection [connectionId{localValue:3, serverValue:253}] to localhost:27017
2022-11-23 15:31:54.928 WARN 19680 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Failed to register application as Application(name=spring-boot-management, managementUrl=http://HYD-LAP-00446.mshome.net:8789/actuator, healthUrl=http://HYD-LAP-00446.mshome.net:8789/actuator/health, serviceUrl=http://HYD-LAP-00446.mshome.net:8789/) at spring-boot-admin ([http://localhost:8081/instances]): Connection refused: no further information: localhost/127.0.0.1:8081; nested exception is io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: localhost/127.0.0.1:8081. Further attempts are logged on DEBUG level
2022-11-23 15:32:21.900 INFO 27508 --- [main] c.s.p.s.SafewayPricingPodApplication : Starting SafewayPricingPodApplication using Java 11.0.15 on HYD-LAP-00446 with PID 27508 (D:\Safeway\safeway-pricing-pod\build\classes\java\main started by rdosapati in D:\Safeway\safeway-pricing-pod)
2022-11-23 15:32:21.905 INFO 27508 --- [main] c.s.p.s.SafewayPricingPodApplication : No active profile set, falling back to 1 default profile: "default"
2022-11-23 15:32:24.110 INFO 27508 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2022-11-23 15:32:24.393 INFO 27508 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 275 ms. Found 8 MongoDB repository interfaces.
2022-11-23 15:32:27.440 INFO 27508 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.6.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Microsoft/11.0.15+10-LTS"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsCommandListener@60928a61], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@27358a19]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsConnectionPoolListener@8077c97], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
2022-11-23 15:32:27.470 INFO 27508 --- [cluster-ClusterId{value='637defb3734f7e4f0e40a925', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:2, serverValue:255}] to localhost:27017
2022-11-23 15:32:27.474 INFO 27508 --- [cluster-ClusterId{value='637defb3734f7e4f0e40a925', description='null'}-localhost:27017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=36538700}
2022-11-23 15:32:27.474 INFO 27508 --- [cluster-rtt-ClusterId{value='637defb3734f7e4f0e40a925', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:1, serverValue:254}] to localhost:27017
2022-11-23 15:32:29.078 INFO 27508 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoint(s) beneath base path '/actuator'
2022-11-23 15:32:35.042 INFO 27508 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8789
2022-11-23 15:32:36.110 INFO 27508 --- [main] c.s.p.s.SafewayPricingPodApplication : Started SafewayPricingPodApplication in 14.909 seconds (JVM running for 15.8)
2022-11-23 15:32:36.371 WARN 27508 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Failed to register application as Application(name=spring-boot-management, managementUrl=http://HYD-LAP-00446.mshome.net:8789/actuator, healthUrl=http://HYD-LAP-00446.mshome.net:8789/actuator/health, serviceUrl=http://HYD-LAP-00446.mshome.net:8789/) at spring-boot-admin ([http://localhost:8081/instances]): Connection refused: no further information: localhost/127.0.0.1:8081; nested exception is io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: localhost/127.0.0.1:8081. Further attempts are logged on DEBUG level
2022-11-23 15:33:12.558 INFO 26548 --- [main] c.s.p.s.SafewayPricingPodApplication : Starting SafewayPricingPodApplication using Java 11.0.15 on HYD-LAP-00446 with PID 26548 (D:\Safeway\safeway-pricing-pod\build\classes\java\main started by rdosapati in D:\Safeway\safeway-pricing-pod)
2022-11-23 15:33:12.566 INFO 26548 --- [main] c.s.p.s.SafewayPricingPodApplication : No active profile set, falling back to 1 default profile: "default"
2022-11-23 15:33:14.402 INFO 26548 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2022-11-23 15:33:14.630 INFO 26548 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 222 ms. Found 8 MongoDB repository interfaces.
2022-11-23 15:33:17.904 INFO 26548 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.6.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Microsoft/11.0.15+10-LTS"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsCommandListener@54c11750], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@221b77d7]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsConnectionPoolListener@5cd8d029], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
2022-11-23 15:33:17.972 INFO 26548 --- [cluster-ClusterId{value='637defe51fc01f540cc935d4', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:2, serverValue:257}] to localhost:27017
2022-11-23 15:33:17.975 INFO 26548 --- [cluster-rtt-ClusterId{value='637defe51fc01f540cc935d4', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:1, serverValue:256}] to localhost:27017
2022-11-23 15:33:17.977 INFO 26548 --- [cluster-ClusterId{value='637defe51fc01f540cc935d4', description='null'}-localhost:27017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=61783400}
2022-11-23 15:33:21.201 INFO 26548 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoint(s) beneath base path '/actuator'
2022-11-23 15:33:28.783 INFO 26548 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8789
2022-11-23 15:33:29.988 INFO 26548 --- [main] c.s.p.s.SafewayPricingPodApplication : Started SafewayPricingPodApplication in 18.169 seconds (JVM running for 19.099)
2022-11-23 15:33:31.128 INFO 26548 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 474d379f2b3c
2022-11-23 15:38:32.642 INFO 15120 --- [main] c.s.p.s.SafewayPricingPodApplication : Starting SafewayPricingPodApplication using Java 11.0.15 on HYD-LAP-00446 with PID 15120 (D:\Safeway\safeway-pricing-pod\build\classes\java\main started by rdosapati in D:\Safeway\safeway-pricing-pod)
2022-11-23 15:38:32.647 INFO 15120 --- [main] c.s.p.s.SafewayPricingPodApplication : No active profile set, falling back to 1 default profile: "default"
2022-11-23 15:38:35.035 INFO 15120 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2022-11-23 15:38:35.406 INFO 15120 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 361 ms. Found 8 MongoDB repository interfaces.
2022-11-23 15:38:38.566 INFO 15120 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.6.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Microsoft/11.0.15+10-LTS"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsCommandListener@27358a19], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@8077c97]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsConnectionPoolListener@22865072], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
2022-11-23 15:38:38.602 INFO 15120 --- [cluster-ClusterId{value='637df1260ca5c1430382044e', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:1, serverValue:258}] to localhost:27017
2022-11-23 15:38:38.601 INFO 15120 --- [cluster-rtt-ClusterId{value='637df1260ca5c1430382044e', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:2, serverValue:259}] to localhost:27017
2022-11-23 15:38:38.606 INFO 15120 --- [cluster-ClusterId{value='637df1260ca5c1430382044e', description='null'}-localhost:27017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=35362600}
2022-11-23 15:38:39.654 INFO 15120 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoint(s) beneath base path '/actuator'
2022-11-23 15:38:45.395 INFO 15120 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8789
2022-11-23 15:38:46.474 INFO 15120 --- [main] c.s.p.s.SafewayPricingPodApplication : Started SafewayPricingPodApplication in 14.76 seconds (JVM running for 15.67)
2022-11-23 15:38:47.355 INFO 15120 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 474d379f2b3c
2022-11-23 15:41:28.676 INFO 6664 --- [main] c.s.p.s.SafewayPricingPodApplication : Starting SafewayPricingPodApplication using Java 11.0.15 on HYD-LAP-00446 with PID 6664 (D:\Safeway\safeway-pricing-pod\build\classes\java\main started by rdosapati in D:\Safeway\safeway-pricing-pod)
2022-11-23 15:41:28.681 INFO 6664 --- [main] c.s.p.s.SafewayPricingPodApplication : No active profile set, falling back to 1 default profile: "default"
2022-11-23 15:41:30.969 INFO 6664 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2022-11-23 15:41:31.231 INFO 6664 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 257 ms. Found 8 MongoDB repository interfaces.
2022-11-23 15:41:33.882 INFO 6664 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.6.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Microsoft/11.0.15+10-LTS"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsCommandListener@305b43ca], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@4601047]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsConnectionPoolListener@25e8e59], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
2022-11-23 15:41:33.911 INFO 6664 --- [cluster-rtt-ClusterId{value='637df1d5a5a1e41a975370e0', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:2, serverValue:261}] to localhost:27017
2022-11-23 15:41:33.912 INFO 6664 --- [cluster-ClusterId{value='637df1d5a5a1e41a975370e0', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:1, serverValue:260}] to localhost:27017
2022-11-23 15:41:33.913 INFO 6664 --- [cluster-ClusterId{value='637df1d5a5a1e41a975370e0', description='null'}-localhost:27017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=30210300}
2022-11-23 15:41:35.078 INFO 6664 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoint(s) beneath base path '/actuator'
2022-11-23 15:41:40.867 INFO 6664 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8789
2022-11-23 15:41:42.042 INFO 6664 --- [main] c.s.p.s.SafewayPricingPodApplication : Started SafewayPricingPodApplication in 14.087 seconds (JVM running for 15.1)
2022-11-23 15:41:43.017 INFO 6664 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 1f68f4e6dbcc
2022-11-23 15:41:43.253 INFO 6664 --- [boundedElastic-3] org.mongodb.driver.connection : Opened connection [connectionId{localValue:3, serverValue:262}] to localhost:27017
2022-11-23 15:46:08.190 INFO 4648 --- [main] c.s.p.s.SafewayPricingPodApplication : Starting SafewayPricingPodApplication using Java 11.0.15 on HYD-LAP-00446 with PID 4648 (D:\Safeway\safeway-pricing-pod\build\classes\java\main started by rdosapati in D:\Safeway\safeway-pricing-pod)
2022-11-23 15:46:08.195 INFO 4648 --- [main] c.s.p.s.SafewayPricingPodApplication : No active profile set, falling back to 1 default profile: "default"
2022-11-23 15:46:08.699 WARN 4648 --- [main] onfigReactiveWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to process import candidates for configuration class [com.safeway.pricing.safeway.SafewayPricingPodApplication]; nested exception is java.lang.IllegalStateException: Failed to introspect annotated methods on class org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration
2022-11-23 15:46:08.735 ERROR 4648 --- [main] o.s.boot.SpringApplication : Application run failed
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to process import candidates for configuration class [com.safeway.pricing.safeway.SafewayPricingPodApplication]; nested exception is java.lang.IllegalStateException: Failed to introspect annotated methods on class org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration
at org.springframework.context.annotation.ConfigurationClassParser.processImports(ConfigurationClassParser.java:609) ~[spring-context-5.3.23.jar:5.3.23]
at org.springframework.context.annotation.ConfigurationClassParser.doProcessConfigurationClass(ConfigurationClassParser.java:310) ~[spring-context-5.3.23.jar:5.3.23]
at org.springframework.context.annotation.ConfigurationClassParser.processConfigurationClass(ConfigurationClassParser.java:249) ~[spring-context-5.3.23.jar:5.3.23]
at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:206) ~[spring-context-5.3.23.jar:5.3.23]
at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:174) ~[spring-context-5.3.23.jar:5.3.23]
at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:331) ~[spring-context-5.3.23.jar:5.3.23]
at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:247) ~[spring-context-5.3.23.jar:5.3.23]
at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:311) ~[spring-context-5.3.23.jar:5.3.23]
at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:112) ~[spring-context-5.3.23.jar:5.3.23]
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:746) ~[spring-context-5.3.23.jar:5.3.23]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:564) ~[spring-context-5.3.23.jar:5.3.23]
at org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.refresh(ReactiveWebServerApplicationContext.java:66) ~[spring-boot-2.7.5.jar:2.7.5]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:734) ~[spring-boot-2.7.5.jar:2.7.5]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408) ~[spring-boot-2.7.5.jar:2.7.5]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:308) ~[spring-boot-2.7.5.jar:2.7.5]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306) ~[spring-boot-2.7.5.jar:2.7.5]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295) ~[spring-boot-2.7.5.jar:2.7.5]
at com.safeway.pricing.safeway.SafewayPricingPodApplication.main(SafewayPricingPodApplication.java:19) ~[main/:na]
Caused by: java.lang.IllegalStateException: Failed to introspect annotated methods on class org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration
at org.springframework.core.type.StandardAnnotationMetadata.getAnnotatedMethods(StandardAnnotationMetadata.java:162) ~[spring-core-5.3.23.jar:5.3.23]
at org.springframework.context.annotation.ConfigurationClassParser.retrieveBeanMethodMetadata(ConfigurationClassParser.java:402) ~[spring-context-5.3.23.jar:5.3.23]
at org.springframework.context.annotation.ConfigurationClassParser.doProcessConfigurationClass(ConfigurationClassParser.java:325) ~[spring-context-5.3.23.jar:5.3.23]
at org.springframework.context.annotation.ConfigurationClassParser.processConfigurationClass(ConfigurationClassParser.java:249) ~[spring-context-5.3.23.jar:5.3.23]
at org.springframework.context.annotation.ConfigurationClassParser.processImports(ConfigurationClassParser.java:599) ~[spring-context-5.3.23.jar:5.3.23]
... 17 common frames omitted
Caused by: java.lang.IllegalStateException: Failed to introspect Class [org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration] from ClassLoader [jdk.internal.loader.ClassLoaders$AppClassLoader@30946e09]
at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:485) ~[spring-core-5.3.23.jar:5.3.23]
at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:459) ~[spring-core-5.3.23.jar:5.3.23]
at org.springframework.core.type.StandardAnnotationMetadata.getAnnotatedMethods(StandardAnnotationMetadata.java:151) ~[spring-core-5.3.23.jar:5.3.23]
... 21 common frames omitted
Caused by: java.lang.NoClassDefFoundError: javax/servlet/Filter
at java.base/java.lang.Class.getDeclaredMethods0(Native Method) ~[na:na]
at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3166) ~[na:na]
at java.base/java.lang.Class.getDeclaredMethods(Class.java:2309) ~[na:na]
at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:467) ~[spring-core-5.3.23.jar:5.3.23]
... 23 common frames omitted
Caused by: java.lang.ClassNotFoundException: javax.servlet.Filter
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) ~[na:na]
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) ~[na:na]
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[na:na]
... 27 common frames omitted
2022-11-23 15:48:26.182 INFO 25248 --- [main] c.s.p.s.SafewayPricingPodApplication : Starting SafewayPricingPodApplication using Java 11.0.15 on HYD-LAP-00446 with PID 25248 (D:\Safeway\safeway-pricing-pod\build\classes\java\main started by rdosapati in D:\Safeway\safeway-pricing-pod)
2022-11-23 15:48:26.189 INFO 25248 --- [main] c.s.p.s.SafewayPricingPodApplication : No active profile set, falling back to 1 default profile: "default"
2022-11-23 15:48:28.117 INFO 25248 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2022-11-23 15:48:28.371 INFO 25248 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 249 ms. Found 8 MongoDB repository interfaces.
2022-11-23 15:48:31.152 INFO 25248 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.6.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Microsoft/11.0.15+10-LTS"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsCommandListener@22865072], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@563317c1]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsConnectionPoolListener@5d5d3a5c], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
2022-11-23 15:48:31.182 INFO 25248 --- [cluster-ClusterId{value='637df3770fa12b414983625d', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:1, serverValue:264}] to localhost:27017
2022-11-23 15:48:31.185 INFO 25248 --- [cluster-ClusterId{value='637df3770fa12b414983625d', description='null'}-localhost:27017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=32121600}
2022-11-23 15:48:31.185 INFO 25248 --- [cluster-rtt-ClusterId{value='637df3770fa12b414983625d', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:2, serverValue:263}] to localhost:27017
2022-11-23 15:48:32.475 INFO 25248 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoint(s) beneath base path '/actuator'
2022-11-23 15:48:38.848 INFO 25248 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8789
2022-11-23 15:48:39.759 INFO 25248 --- [main] c.s.p.s.SafewayPricingPodApplication : Started SafewayPricingPodApplication in 14.297 seconds (JVM running for 15.257)
2022-11-23 15:48:40.448 INFO 25248 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 1f68f4e6dbcc
2022-11-23 15:48:40.629 INFO 25248 --- [boundedElastic-3] org.mongodb.driver.connection : Opened connection [connectionId{localValue:3, serverValue:265}] to localhost:27017
2022-11-23 15:51:53.625 INFO 20940 --- [main] c.s.p.s.SafewayPricingPodApplication : Starting SafewayPricingPodApplication using Java 11.0.15 on HYD-LAP-00446 with PID 20940 (D:\Safeway\safeway-pricing-pod\build\classes\java\main started by rdosapati in D:\Safeway\safeway-pricing-pod)
2022-11-23 15:51:53.630 INFO 20940 --- [main] c.s.p.s.SafewayPricingPodApplication : No active profile set, falling back to 1 default profile: "default"
2022-11-23 15:51:55.518 INFO 20940 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2022-11-23 15:51:55.801 INFO 20940 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 275 ms. Found 8 MongoDB repository interfaces.
2022-11-23 15:51:58.695 INFO 20940 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.6.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Microsoft/11.0.15+10-LTS"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsCommandListener@3ef3f661], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@baa9ce4]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsConnectionPoolListener@5b332439], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
2022-11-23 15:51:58.728 INFO 20940 --- [cluster-ClusterId{value='637df446eaa7bc114943ace2', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:1, serverValue:266}] to localhost:27017
2022-11-23 15:51:58.730 INFO 20940 --- [cluster-rtt-ClusterId{value='637df446eaa7bc114943ace2', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:2, serverValue:267}] to localhost:27017
2022-11-23 15:51:58.732 INFO 20940 --- [cluster-ClusterId{value='637df446eaa7bc114943ace2', description='null'}-localhost:27017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=34754400}
2022-11-23 15:51:59.912 INFO 20940 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoint(s) beneath base path '/actuator'
2022-11-23 15:52:05.872 INFO 20940 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8789
2022-11-23 15:52:07.113 INFO 20940 --- [main] c.s.p.s.SafewayPricingPodApplication : Started SafewayPricingPodApplication in 14.221 seconds (JVM running for 15.23)
2022-11-23 15:52:07.731 INFO 20940 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 1f68f4e6dbcc
2022-11-23 15:52:07.858 INFO 20940 --- [boundedElastic-3] org.mongodb.driver.connection : Opened connection [connectionId{localValue:3, serverValue:268}] to localhost:27017
2022-11-23 15:52:57.162 WARN 20940 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Failed to register application as Application(name=spring-boot-management, managementUrl=http://172.19.240.1:8789/actuator, healthUrl=http://172.19.240.1:8789/actuator/health, serviceUrl=http://172.19.240.1:8789/) at spring-boot-admin ([http://localhost:8081/instances]): Connection refused: no further information: localhost/127.0.0.1:8081; nested exception is io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: localhost/127.0.0.1:8081. Further attempts are logged on DEBUG level
2022-11-23 15:56:37.812 INFO 5460 --- [main] c.s.p.s.SafewayPricingPodApplication : Starting SafewayPricingPodApplication using Java 11.0.15 on HYD-LAP-00446 with PID 5460 (D:\Safeway\safeway-pricing-pod\build\classes\java\main started by rdosapati in D:\Safeway\safeway-pricing-pod)
2022-11-23 15:56:37.819 INFO 5460 --- [main] c.s.p.s.SafewayPricingPodApplication : No active profile set, falling back to 1 default profile: "default"
2022-11-23 15:56:39.799 INFO 5460 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2022-11-23 15:56:40.056 INFO 5460 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 251 ms. Found 8 MongoDB repository interfaces.
2022-11-23 15:56:42.805 INFO 5460 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.6.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Microsoft/11.0.15+10-LTS"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsCommandListener@60928a61], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@27358a19]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsConnectionPoolListener@8077c97], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
2022-11-23 15:56:42.839 INFO 5460 --- [cluster-rtt-ClusterId{value='637df562d294a96365d82aaa', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:2, serverValue:269}] to localhost:27017
2022-11-23 15:56:42.840 INFO 5460 --- [cluster-ClusterId{value='637df562d294a96365d82aaa', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:1, serverValue:270}] to localhost:27017
2022-11-23 15:56:42.843 INFO 5460 --- [cluster-ClusterId{value='637df562d294a96365d82aaa', description='null'}-localhost:27017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=31033900}
2022-11-23 15:56:43.994 INFO 5460 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoint(s) beneath base path '/actuator'
2022-11-23 15:56:49.657 INFO 5460 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8789
2022-11-23 15:56:50.537 INFO 5460 --- [main] c.s.p.s.SafewayPricingPodApplication : Started SafewayPricingPodApplication in 13.471 seconds (JVM running for 14.405)
2022-11-23 15:56:51.472 INFO 5460 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 1f68f4e6dbcc
2022-11-23 15:56:51.664 INFO 5460 --- [boundedElastic-3] org.mongodb.driver.connection : Opened connection [connectionId{localValue:3, serverValue:271}] to localhost:27017
2022-11-23 16:02:22.507 INFO 17272 --- [main] c.s.p.s.SafewayPricingPodApplication : Starting SafewayPricingPodApplication using Java 11.0.15 on HYD-LAP-00446 with PID 17272 (D:\Safeway\safeway-pricing-pod\build\classes\java\main started by rdosapati in D:\Safeway\safeway-pricing-pod)
2022-11-23 16:02:22.514 INFO 17272 --- [main] c.s.p.s.SafewayPricingPodApplication : No active profile set, falling back to 1 default profile: "default"
2022-11-23 16:02:26.232 INFO 17272 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2022-11-23 16:02:26.672 INFO 17272 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 427 ms. Found 8 MongoDB repository interfaces.
2022-11-23 16:02:32.007 INFO 17272 --- [main] org.mongodb.driver.client : MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync|spring-boot", "version": "4.6.1"}, "os": {"type": "Windows", "name": "Windows 10", "architecture": "amd64", "version": "10.0"}, "platform": "Java/Microsoft/11.0.15+10-LTS"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsCommandListener@2bdab835], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@7b8aebd0]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[io.micrometer.core.instrument.binder.mongodb.MongoMetricsConnectionPoolListener@55222ee9], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=JAVA_LEGACY, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
2022-11-23 16:02:32.040 INFO 17272 --- [cluster-rtt-ClusterId{value='637df6bff5bc02099a5af60a', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:2, serverValue:272}] to localhost:27017
2022-11-23 16:02:32.042 INFO 17272 --- [cluster-ClusterId{value='637df6bff5bc02099a5af60a', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:1, serverValue:273}] to localhost:27017
2022-11-23 16:02:32.046 INFO 17272 --- [cluster-ClusterId{value='637df6bff5bc02099a5af60a', description='null'}-localhost:27017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=37872700}
2022-11-23 16:02:33.619 INFO 17272 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoint(s) beneath base path '/actuator'
2022-11-23 16:02:40.077 INFO 17272 --- [main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port 8789
2022-11-23 16:02:41.388 INFO 17272 --- [main] c.s.p.s.SafewayPricingPodApplication : Started SafewayPricingPodApplication in 19.907 seconds (JVM running for 21.179)
2022-11-23 16:02:42.561 INFO 17272 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 1f68f4e6dbcc
2022-11-23 16:02:42.681 INFO 17272 --- [boundedElastic-3] org.mongodb.driver.connection : Opened connection [connectionId{localValue:3, serverValue:274}] to localhost:27017
2022-11-23 16:04:08.066 INFO 17272 --- [reactor-http-nio-4] c.s.p.s.controller.LoggingController : This is an INFO level message
2022-11-23 16:04:08.069 WARN 17272 --- [reactor-http-nio-4] c.s.p.s.controller.LoggingController : This is a WARN level message
2022-11-23 16:04:08.069 ERROR 17272 --- [reactor-http-nio-4] c.s.p.s.controller.LoggingController : This is an ERROR level message
2022-11-23 17:09:01.498 WARN 17272 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Failed to register application as Application(name=spring-boot-management, managementUrl=http://172.19.240.1:8789/actuator, healthUrl=http://172.19.240.1:8789/actuator/health, serviceUrl=http://172.19.240.1:8789/) at spring-boot-admin ([http://localhost:8081/instances]): Connection refused: no further information: localhost/127.0.0.1:8081; nested exception is io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: localhost/127.0.0.1:8081. Further attempts are logged on DEBUG level
package com.safeway.pricing.safeway; package com.safeway.pricing.safeway;
import com.safeway.pricing.safeway.client.SafewayClient; import com.safeway.pricing.safeway.client.SafewayClient;
/*import com.safeway.pricing.safeway.entity.PriceDetails;
import com.safeway.pricing.safeway.filereader.ExcelReader;
import com.safeway.pricing.safeway.kafka.SendKafkaMessage;*/
import lombok.extern.slf4j.Slf4j;
import org.modelmapper.ModelMapper; import org.modelmapper.ModelMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication; import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Bean;
import reactor.core.publisher.Flux;
import java.io.FileInputStream;
@SpringBootApplication @SpringBootApplication
public class SafewayPricingPodApplication { public class SafewayPricingPodApplication {
...@@ -27,4 +20,8 @@ public class SafewayPricingPodApplication { ...@@ -27,4 +20,8 @@ public class SafewayPricingPodApplication {
return new ModelMapper(); return new ModelMapper();
} }
} }
package com.safeway.pricing.safeway.controller;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestMapping("/log")
@Slf4j
public class LoggingController {
@GetMapping
public String log() {
log.trace("This is a TRACE level message");
log.debug("This is a DEBUG level message");
log.info("This is an INFO level message");
log.warn("This is a WARN level message");
log.error("This is an ERROR level message");
return "See the log for details";
}
}
\ No newline at end of file
...@@ -52,6 +52,7 @@ public class PricingService { ...@@ -52,6 +52,7 @@ public class PricingService {
storeDetailsMany=Sinks.many().replay().all(); storeDetailsMany=Sinks.many().replay().all();
} }
public void getStoreDetails(String storeName) { public void getStoreDetails(String storeName) {
createSink();
List<StoreDetails> storeDetailsList=pricingServiceData.getStoreDetails(); List<StoreDetails> storeDetailsList=pricingServiceData.getStoreDetails();
List<StoreDetails> storeDetailsList1=storeDetailsList.stream().filter(storeDetails -> storeDetails.getStoreName().equalsIgnoreCase(storeName)).collect(Collectors.toList()); List<StoreDetails> storeDetailsList1=storeDetailsList.stream().filter(storeDetails -> storeDetails.getStoreName().equalsIgnoreCase(storeName)).collect(Collectors.toList());
Flux.fromIterable(storeDetailsList1).subscribe(storeDetails -> storeDetailsMany.tryEmitNext(storeDetails)); Flux.fromIterable(storeDetailsList1).subscribe(storeDetails -> storeDetailsMany.tryEmitNext(storeDetails));
...@@ -68,7 +69,13 @@ public class PricingService { ...@@ -68,7 +69,13 @@ public class PricingService {
} }
public Mono<StoreDetails> addStoreDetails(StoreDetails storeDetails){ public Mono<StoreDetails> addStoreDetails(StoreDetails storeDetails){
return pricingServiceData.addStore(storeDetails).doOnNext(storeDetails1 -> storeDetailsMany.tryEmitNext(storeDetails1)); Mono<StoreDetails> storeDetailsMono;
if(storeDetailsMany==null){
storeDetailsMono = pricingServiceData.addStore(storeDetails);
}else
storeDetailsMono = pricingServiceData.addStore(storeDetails).doOnNext(storeDetails1 -> storeDetailsMany.tryEmitNext(storeDetails1));
return storeDetailsMono;
} }
public Flux<ItemDetailsDTO> getItemDetails() { public Flux<ItemDetailsDTO> getItemDetails() {
return Flux.fromIterable(this.repository.findAll()) return Flux.fromIterable(this.repository.findAll())
......
#spring.active.profiles=prod #spring.active.profiles=prod
#Springboot Application
spring.application.name=spring-boot-management
server.port=8789 server.port=8789
spring.mvc.pathmatch.matching-strategy = ANT_PATH_MATCHER spring.mvc.pathmatch.matching-strategy = ANT_PATH_MATCHER
client.host=http://localhost:8789 client.host=http://localhost:8789
#Mongodb
spring.data.mongodb.database=pricingdb spring.data.mongodb.database=pricingdb
spring.data.mongodb.host=localhost spring.data.mongodb.host=localhost
spring.data.mongodb.port=27017 spring.data.mongodb.port=27017
\ No newline at end of file
#actuator
management.endpoints.web.exposure.include=*
management.endpoint.health.show-details=always
management.endpoint.loggers.enabled=true
management.server.servlet.context-path=/actuator
#Admin server
spring.boot.admin.client.url=http://localhost:8081
spring.boot.admin.client.instance.prefer-ip=true
#Logfile
logging.file.name=product-service.log
logging.file.max-history=20
logging.file.max-size=20MB
spring:
data:
mongodb:
database: pricingdb
host: localhost
port: 27017
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment