| Line 425... |
Line 425... |
| 425 |
} catch (TException e) {
|
425 |
} catch (TException e) {
|
| 426 |
logger.error("Problem.. thrift exception with Transaction service " , e);
|
426 |
logger.error("Problem.. thrift exception with Transaction service " , e);
|
| 427 |
e.printStackTrace();
|
427 |
e.printStackTrace();
|
| 428 |
continue;
|
428 |
continue;
|
| 429 |
}
|
429 |
}
|
| 430 |
//flipkartItem = new CatalogClient("catalog_service_server_host_amazon","catalog_service_server_port").getClient().getFlipkartItemBySkyAtFlipkart(skuAtFlipkart);
|
430 |
flipkartItem = new CatalogClient("catalog_service_server_host_amazon","catalog_service_server_port").getClient().getFlipkartItemBySkyAtFlipkart(skuAtFlipkart);
|
| 431 |
flipkartItem = new CatalogClient().getClient().getFlipkartItemBySkyAtFlipkart(skuAtFlipkart);
|
431 |
//flipkartItem = new CatalogClient().getClient().getFlipkartItemBySkyAtFlipkart(skuAtFlipkart);
|
| 432 |
sku = flipkartItem.getItem_id();
|
432 |
sku = flipkartItem.getItem_id();
|
| 433 |
if(sku==0){
|
433 |
if(sku==0){
|
| 434 |
System.out.println("SKU Mapping doesnt exists " + skuAtFlipkart);
|
434 |
System.out.println("SKU Mapping doesnt exists " + skuAtFlipkart);
|
| 435 |
sb.append(orderId + " "+ subOrderId + " SKU Mapping doesnt exist" + " " +skuAtFlipkart+ "\n");
|
435 |
sb.append(orderId + " "+ subOrderId + " SKU Mapping doesnt exist" + " " +skuAtFlipkart+ "\n");
|
| 436 |
continue;
|
436 |
continue;
|