Tuesday, 27 March 2018

Error 404: SRVE0190E: File not found: /stores/servlet/.. in Websphere Commerce

You might encounter this error in various scenarios. The scenario for which I got this error was when I tried removing stores project from the workspace and checked out a fresh version from svn. The metadata was corrupt and was facing this issue on loading any pages from the local.

To solve this issue:
1. Open properties for WC
WC-> Properties-> Deployment Assembly -> Add the Stores project.
2. Right click server -> Add remove WC
3. Publish the server.

This should solve any dependency issues. Also do not forget to check for other dependencies between the rest projects that exist in your application.