I'm developing a project in Play 2.4, and I run it using the activator UI. I recently had to forcibly stop the app by pressing "Stop" on the UI, and I haven't been able to get it to work since. Now, on ANY project I open using activator, it never even gets past building the project. It throws this error:
java.lang.IllegalArgumentException: URI has an authority component
Use 'last' for the full log.
First, I'm a noob to the UI (I'm used to Play 1.x), so I don't know what this refers to, or even where to enter such a command. A more verbose error message would be very helpful
Second, why would activator suddenly have these issues? I haven't changed any configuration files (or any files). I had the same error a while back when it automatically updated from activator 1.3.2 to 1.3.4, but the error was gone once I restarted activator.
Edit
Though this is almost certainly related to the possible duplicate referenced, several things tell me the scenario is different. The file .sbt/repositories
seems to work with only the two slashes, not the three mentioned in the referenced answer. Also, changing the number of slashes in this file didn't solve anything when I encountered this problem. The fact that this occurred in response to forced closure makes me suspect corruption of some config file somewhere, but this one didn't seem to be it.