I have installed required soft for hot folder functionality for 1905.
Can some one please help if i missing any config.
Please provide local required configs for hot folder functionality and Currently Which i am using in local.properties file configs but those are not working as expected?
# Hot folder .... cluster.node.groups=integration,yHotfolderCandidate azure.hotfolder.storage.container.hotfolder=master/hotfolder azure.hotfolder.storage.account.connection-string=UseDevelopmentStorage=true;
#azure.hotfolder.storage.container.name=devstoreaccount1
#azure.hotfolder.storage.container.match.pattern=^((?!ignore).)*$
#azure.hotfolder.storage.polling.fixed.rate=150000
#azure.hotfolder.storage.polling.fetch.batch-size=1
#azure.hotfolder.storage.delete.remote.files=true cloud.hotfolder.default.images.root.url=http://127.0.0.1:10000/${azure.hotfolder.storage.account.name}/${azure.hotfolder.storage.container.name}/${tenantId}/images cloud.hotfolder.default.images.media.folder.qualifier=azureimages
I am getting below error after server up:
Caused by: com.microsoft.azure.storage.StorageException: An unknown failure occurred : Connection refused: connect at com.microsoft.azure.storage.StorageException.translateException(StorageException.java:67) ~[azure-storage-8.1.0.jar:?] at com.microsoft.azure.storage.core.ExecutionEngine.executeWithRetry(ExecutionEngine.java:209) ~[azure-storage-8.1.0.jar:?] at com.microsoft.azure.storage.blob.CloudBlobContainer.exists(CloudBlobContainer.java:744) ~[azure-storage-8.1.0.jar:?] at com.microsoft.azure.storage.blob.CloudBlobContainer.createIfNotExists(CloudBlobContainer.java:354) ~[azure-storage-8.1.0.jar:?] at com.microsoft.azure.storage.blob.CloudBlobContainer.createIfNotExists(CloudBlobContainer.java:301) ~[azure-storage-8.1.0.jar:?] at de.hybris.platform.cloud.azure.hotfolder.remote.session.AzureBlobSession.getContainer(AzureBlobSession.java:338) ~[classes/:?] at de.hybris.platform.cloud.azure.hotfolder.remote.session.AzureBlobSession.list(AzureBlobSession.java:82) ~[classes/:?] at de.hybris.platform.cloud.azure.hotfolder.remote.session.AzureBlobSession.list(AzureBlobSession.java:1) ~[classes/:?] at de.hybris.platform.cloud.azure.hotfolder.remote.session.AzureBlobSession$FastClassBySpringCGLIB$62ee35a.invoke(<generated>) ~[classes/:?] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.13.RELEASE.jar:5.1.13.RELEASE] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:750) ~[spring-aop-5.1.13.RELEASE.jar:5.1.13.RELEASE] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.13.RELEASE.jar:5.1.13.RELEASE] at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.13.RELEASE.jar:5.1.13.RELEASE] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.13.RELEASE.jar:5.1.13.RELEASE] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689) ~[spring-aop-5.1.13.RELEASE.jar:5.1.13.RELEASE] at de.hybris.platform.cloud.azure.hotfolder.remote.session.AzureBlobSession$EnhancerBySpringCGLIB$7b2cda7c.list(<generated>) ~[classes/:?] at de.hybris.platform.cloud.azure.hotfolder.remote.inbound.AzureBlobInboundSynchronizer.transferFilesFromRemoteToLocal(AzureBlobInboundSynchronizer.java:432) ~[classes/:?] at de.hybris.platform.cloud.azure.hotfolder.remote.inbound.AzureBlobInboundSynchronizer.lambda$2(AzureBlobInboundSynchronizer.java:408) ~[classes/:?] at org.springframework.integration.file.remote.RemoteFileTemplate.execute(RemoteFileTemplate.java:437) ~[spring-integration-file-5.1.3.RELEASE.jar:5.1.3.RELEASE] at de.hybris.platform.cloud.azure.hotfolder.remote.inbound.AzureBlobInboundSynchronizer.synchronizeToLocalDirectoryAndGetFileInfo(AzureBlobInboundSynchronizer.java:407) ~[classes/:?] ... 36 more Caused by: java.net.ConnectException: Connection refused: connect.