Token Exception while generating accessToken and publicToken

ruchanavjyot1907
Please investigate below exception, tried to generate accessToken and publicToken with newly generated API (new API keys are used correctly in my code).

Error JSON response is available in below logs:


INFO 2017-04-10 10:48:39,776 [main] com.TradeRobotBatch.kiteAPI.api.kitehttp.KiteRequest - JSON Response: {"error_type":"TokenException","message":"Invalid checksum","status":"error"}
ERROR 2017-04-10 10:48:39,776 [main] com.TradeRobotBatch.kiteAPI.api.kitehttp.KiteRequest - OrderResponse Error Type: TokenException
ERROR 2017-04-10 10:48:39,776 [main] com.TradeRobotBatch.kiteAPI.api.kitehttp.KiteRequest - OrderResponse Message: Invalid checksum
ERROR 2017-04-10 10:48:39,776 [main] com.TradeRobotBatch.kiteAPI.api.kitehttp.KiteRequest - OrderResponse Error Code: 403
session expired
ERROR 2017-04-10 10:48:39,776 [main] com.TradeRobotBatch.business.TradeRobotConfiguration - Exception:
com.TradeRobotBatch.kiteAPI.api.kitehttp.exceptions.KiteTokenException
at com.TradeRobotBatch.kiteAPI.api.kitehttp.KiteRequest.dealWithKiteException(KiteRequest.java:241)
at com.TradeRobotBatch.kiteAPI.api.kitehttp.KiteRequest.postRequest(KiteRequest.java:54)
at com.TradeRobotBatch.kiteAPI.api.kiteconnect.KiteConnect.requestAccessToken(KiteConnect.java:178)
at com.TradeRobotBatch.business.TradeRobotConfiguration.kiteConnect(TradeRobotConfiguration.java:474)
This discussion has been closed.