Adobe Flex Builder 3 short dump [JVM terminated. Exit code=1...]
I’ve tried reinstalling the application and even removed the old versions of JRE references. Nothing helped and just as before I had to rely to googling and looking at configuration files.
The problem lied in the small FlexBuilder.ini file located in the root installation directory. The contents of the file included the following settings:
-vmargs -Xms128m -Xmx512m -XX:MaxPermSize=256m -XX:PermSize=64m -Djava.net.preferIPv4Stack=true
I’ve modified the contents to exclude the last lines and vuala, the application went back to it’s usual state [sure I lost all my projects but its nice to have a working EDI once again].
Tags: builder, development, error, fix, Flex, problem, short dump, solution, workaround
hi
i am facing the same problem.
you said you modified the last lines.Exactly, which lines did u modify and what modifications did you make.
Can you please post the current contents of your FlexBuilder.ini file.
Hi There,
I’ve done this a while back and my memory tells me that it should be the line: -Djava.net.preferIPv4Stack=true.
If I look at my current settings I can see the following 3 lines in my configuration file:
-vmargs
-Xms128m
-Xmx512m
Just had the same thing happen. Removing that last line fixed it, and the projects are still intact. Thanks, saved me a lot of headscratching.
I removed all lines from the FlexBuilder.ini file except for:
-vmargs
-Xms128m
-Xmx512m
(left a carriage return for last line)
My Flex Builder now appears to be working…
Ivan, your last post was a life saver, thank you sir.