Indeed. I assume you are using Play to write a REST API, and so you interact with it entirely via the console, and never visit it directly in the browser? 2.1 fixes this, not only do you get a line number and column number, you get the line of code printed with a carat under the column. The work around in 2.0 is to hit the play app in your web browser, where it should give you the line of code, a few lines of context, and the error highlighted.