Intellij 14 Unable to import scala project: Unable to connect to localhost

After upgrading to intellij 14, i am trying to import existing scala projects in the ide(after removing previous .idea folder). I am getting unable to connect to localhost. The logs are attached and the screen shot too



Attachment(s):
idea.log.zip
Screen Shot 2014-11-11 at 14.54.53.png
0

After upgrade, this issue is present in Idea 13 as well. gen-idea plugin works fine though

0

Hi! Thank you for the report. Could you please provide us with a minimal example project to reproduce this issue? Have you tried to import projects in another OS? What is the version of Scala plugin you use?

0

Hi,
    Many thanks for getting back to my question. This is happening for importing a bare minimal project as well as trying to create a new scala and sbt project. I am using scala plugin version 1.1.1 on intellij 14 on mac Yosemite

Regards,
Sameer

0

I founf the real issue. This was to do with some incorrect entries in my /etc/hosts file. The correct entries are

##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1 localhost
::1             localhost

0

请先登录再写评论。