Activator throws IllegalArgumentException: URI has authority component

I am developing a project in Play 2.4, and I am launching it using the activator user interface. Recently, I had to force stop the application by clicking Stop in the user interface, and since then I have not been able to get it to work. Now, in ANY project that I open with the help of an activator, he does not even have time to build a project. This causes this error:

java.lang.IllegalArgumentException: URI has an authority component
Use 'last' for the full log.

Firstly, I am the user interface (I'm used to playing 1.x), so I don’t know what this means, or even where to enter such a command. A more detailed error message would be very helpful.

Secondly, why did the activator have such problems? I have not changed any configuration files (or any files). I had the same error some time ago, when it was automatically updated from activator 1.3.2 to 1.3.4, but the error disappeared after restarting the activator.

Edit

Although this is almost certainly due to possible duplication of links, several things tell me that the script is different. The file .sbt/repositoriesseems to work only with two slashes, and not with the three specified in the answer. Also, changing the number of slashes in this file did not solve anything when I ran into this problem. The fact that this happened in response to a forced close makes me suspect that some configuration file was damaged somewhere, but it didn't seem to be.

+4
2

? . .sbt sbt . .

+5

, git bash. cygwin - activator script, , cygwin, mingw32, git bash.

1.3.6 .

+1

All Articles