2017-12-14 2 views
0

Ich konnte mein Maven-Projekt nicht in IntelliJ importieren. Das Projekt hat pom.xml Datei, aber das IntelliJ lädt es nicht. Überprüfen Sie das Protokoll unter:Nicht verwaltete Datei pom.xml gefunden (Import des Maven-Projekts in IntelliJ nicht möglich)

Caused by: java.lang.RuntimeException: Cannot reconnect 
Caused by: java.rmi.RemoteException: Cannot start maven service; nested exception is: 
    java.rmi.ConnectException: Connection refused to host: localhost; nested exception is: 
    java.net.ConnectException: Operation timed out (Connection timed out) 
Caused by: java.rmi.ConnectException: Connection refused to host: localhost; nested exception is: 
    java.net.ConnectException: Operation timed out (Connection timed out) 
Caused by: java.net.ConnectException: Operation timed out (Connection timed out) 
+0

http://stackoverflow.com/a/42427510/104891 See. – CrazyCoder

+0

Es geht um Speicher. Ich denke, mein Problem ist Netzwerk, aber danke für den Vorschlag! –

+1

Siehe https://youtrack.jetbrains.com/issue/IDEA-157303 – CrazyCoder

Antwort

0

Ich hielt gerade den Block unten in etc/hosts und das funktioniert:

127.0.0.1 localhost 
Verwandte Themen