intellij idea - Updating to Ubuntu 15.04, my Flex compiler stopped working -
after updating ubuntu 15.04, cannot compile flex applications using intellij 13. these logs:
when run command command line, following error:
what can fix it? no apparent code error appears, looks compiler/library configuration.
edit:
- tried install newer version of flex , air. still happens.
- i have no strange firewall option in iptables (have nothing @ when querying
iptables -l
). - i reinstalling (
sudo apt-get install oracle-java7-installer
) exact same version (perhaps updates).
is possible java installation corrupted upgrade? have tried reinstalling jdk? see using oracle jdk intellij expects. should not problem ubuntu, recommend reinstalling jdk , intelij/flex compiler. maybe have newer versions deal problem.
however error not shown in ide connectexception java. "signals error occurred while attempting connect socket remote address , port. typically, connection refused remotely (e.g., no process listening on remote address/port)." can see has sockets terminal log. flex compiler fails open socket.
perhaps sockets became inaccessible after upgrade reason. check firewall if ubuntu version has 1 on. , check if have access sockets trying use.
Comments
Post a Comment