I don't understand why I have this error.
When I use newRequest, I have a RuntimeException when calling the
makeRequest(request); method.
The exception message is : "play.mvc.results.NotFound : POST /"
But what is odd, is ...
I get the following error on compile:
An unexpected error occured caused by exception UnexpectedException:
While applying class play.classloading.enhancers.PropertiesEnhancer on controllers.xxxxx
I've narrowed it down to the following line in my controller:
String sender_alert_string = ...
I have the following functional test. For some reason, the get() call always end up getting a java.util.concurrent.TimeoutException: No response received after 60000ms.
Any insights? Also, I tried the same url ...
I'm using the play framework for a few separate projects and have run into this more than once. I get the following error message on startup:
An unexpected error occured caused ...