Search code examples
javaapache-flexintellij-ideaflex4.5socketexception

IntelliJ Idea 11 Flex compilation issue


I have problem with completing my code. It works fine in Flash Builder. But I used it previously in Idea and it was much faster. So I imported my FB files into new Idea project. But when I try to debug I receive error message:

Using built-in compiler shell, up to 4 parallel threads See compiler settings at File | Settings | Compiler | Flex Compiler page

Starting Flex compiler: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java -d32 -Dapplication.home=/Applications/Adobe/flex_sdk_4 -Xmx384m -Dsun.io.useCanonCaches=false -Djava.awt.headless=true -Duser.language=en -Duser.region=en -Xmx512m -classpath "/Applications/IntelliJ IDEA 11.app/plugins/flex/lib/idea-flex-compiler-fix.jar:/Applications/IntelliJ IDEA 11.app/plugins/flex/lib/flex-compiler.jar:/Applications/Adobe/flex_sdk_4/lib/flex-compiler-oem.jar" com.intellij.flex.compiler.FlexCompiler 58789

Compilation completed with 1 error and 0 warnings

java.net.SocketTimeoutException: Accept timed out

I tried to restart my computer. I have clean OS installation and I don't have any program that should block it.

If it helps I develop on OS X 10.7

Thanks for your replies.


Solution

  • Just did a fresh install of IDEA 11.1.3 and Flex SDK 4.6 and got this error with a brand-new Flash Mobile app+module.

    Here's how I fixed it:

    1. Go to Settings > Compiler > Flex Compiler

    2. Choose Mxmlc/compx instead of the default Built-in compiler shell (Screenshot: http://puu.sh/10Nhg)

    3. Compile your application