S3 load FAILING with no ERROR

I’m trying to run S3-loader(snowplow-s3-loader:0.7.0-rc2) in docker container but a container just dies after sometime printing below logs.

Did run with Debug mode also, but no change.

I see no failure/off logs.

log4j:WARN No appenders could be found for logger (com.amazonaws.AmazonWebServiceClient).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[main] INFO com.snowplowanalytics.s3.loader.sinks.KinesisSink - Stream sink_failed_bad exists and is active
[main] INFO com.snowplowanalytics.s3.loader.S3Loader$ - Initializing sink with KinesisConnectorConfiguration: {regionName=ap-southeast-1, s3Endpoint=https://s3-ap-southeast-1.amazonaws.com, kinesisInputStream=snowplow_enriched_good  , maxRecords=100, connectorDestination=s3, bufferMillisecondsLimit=10000, bufferRecordCountLimit=1, s3Bucket=snowplow-s3-sink-test, kinesisEndpoint=https://kinesis.ap-southeast-1.amazonaws.com, appName=s3-loader, bufferByteSizeLimit=1000000, retryLimit=1, initialPositionInStream=TRIM_HORIZON}
[main] INFO com.snowplowanalytics.s3.loader.KinesisSourceExecutor - KinesisSourceExecutor worker created

Hey @pramod.niralakeri,

It seems like you are using release candidate. Also, version 0.7.0 is quite old currently. Can you try to use latest stable version which is 2.1.3 currently ? Let us know if the problem persists.