Home > Flex > An internal build error has occurred – Flex

An internal build error has occurred – Flex

While debugging on my current project, my flex builder got crashed with out any known reason.

And when I restart my Flex builder I got this error.

An internal build error has occurred. Right-click for more information.

Well just to start with…

  • No information provided at all on right clicking.

  • You don’t get jumped on the location. Strange but don’t know why?
  • Shows error at line -1.  Where to find this line?

After googling for a while I encounter that many of the Flex developer has faced this similar error. Have a look what  9Media has to say for the same. They have compile some of the most interesting set of reason found for this error.

I was more interested in the  2nd point which talks about “adl.exe” process. I couldn’t locate the specified process.

After, trying hare I restarted my system. Well, yes it solved my problem too.

So, my conclusion is that there might be any other process which still running (considering my last action i.e. debugging the application).

I also tried the empty “switch“  case. And yes, it is one of the reason for this error. I guess Flex builder throws a general error for all these unknown and strange reasons.

Hope Adobe came up with little bit more creative and informative error messages in next build.

  1. Sandeep
    September 9, 2010 at 11:52 am | #1

    Hi Mayur,

    I also agree with your view, Adobe must have provided a little more detail of from where the error popped up, at least the file name in the stack trace..

    Even i also got this error, and when i checked the Help -> About Eclipse SDK -> Configuration Details -> View Error Log. i coud see something like below.

    java.lang.NumberFormatException: For input string: “9 0″
    at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
    at java.lang.Double.valueOf(Unknown Source)
    at flex2.compiler.mxml.builder.Builder$TextValueParser.percentage(Builder.java:190)
    at flex2.compiler.mxml.lang.TextParser.parseValue(TextParser.java:202)
    at flex2.compiler.mxml.lang.TextParser.parse(TextParser.java:170)
    at flex2.compiler.mxml.builder.Builder$TextValueParser.parseValue(Builder.java:88)
    at flex2.compiler.mxml.builder.Builder.processPropertyText(Builder.java:312)

    I lost 1 full day, then came to know that in my title window mistakenly i have coded as below,

    width=”80%” height=”9 0%” showCloseButton=”true”

    a space in the 90% as “9 0%’” cost my one full day.

    So guys if any body came across such error there is a chance of programming mistake as well.

    Thanks
    Sandeep

  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.