@santosh, on the world map, once there are a lot of fleets everywhere, there are so many possible convoy routes that the javascript that calculates all the possible destinations can take a very long time. The browser will often times think there is a problem because the script is taking so long and will pop up an error message about it. If you tell it to stop the script, which the browser I'm guessing has as the default, then the webpage, as loaded by the browser and javascript, won't be in the correct state and this sort of error can happen.
So when playing the World Map, it can really help to play on a faster computer, if available, don't have a bunch of stuff running at the same time, and make sure to use an up to date browser which will have a faster java script processor or whatever it is called.
That isn't to say that you can't cause the same error message through order mis-entry. But this is a very common issue on the world map due to the java script run time issue.