Skip to Content
0
Former Member
Jan 05, 2017 at 08:01 AM

Build problems in checkoutaddon files

43 Views

I am facing DEV Build problems through jenkins for checkoutaddon files whenever i am making any change in checkout addon files. Same piece of code is working perfectly fine in our local systems. Also after several deployments, the same code works in our DEV environment as well. I don't see any error in jenkins while build and deployment process, but after delivery address page, whenever i am hitting billing address page i am getting below error in console logs :-

INFO | jvm 1 | main | 2017/01/02 12:57:42.297 | [m INFO | jvm 1 | main | 2017/01/02 12:58:10.925 | [0;31mERROR [ajp-bio-8010-exec-10] [10.32.80.174] [TKErrorPageController] An exception occured: INFO | jvm 1 | main | 2017/01/02 12:58:10.925 | [morg.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported

The most weird part is, the same piece of code is working properly in our local systems. So can you please provide some help in resolving this issue.

Any idea why we are facing this kind of issue.