6/13/2010 7:39:28 AM
Title:
Flex Builder JVM Terminated Exit Code 1
I am into trouble . I reinstalled my flex builder 3 times but getting the same error again . It was working fine for last one year and suddenly it started crashing .
I am getting the following error when I try to launch the flex builder
Flex Builder JVM Terminated Exit Code 1
following are my ini property values
-vmargs
-Xms128m
-Xmx512m
-XX:MaxPermSize=256m
-XX:PermSize=64m
-Djava.net.preferIPv4Stack=true
Thanks for your help
Bujji
6/13/2010 8:00:34 AM
it seems that the problem is not in the flex but the JAVA virtual machine. Reinstall the java, that should fix the problem
6/13/2010 8:09:33 AM
Flex runs on JAVA.Your java runtime is corrupt, so flex is not working. YOu can try reinstalling it from this location
http://www.java.com/en/download/manual.jsp
6/13/2010 10:10:52 AM
Bit confused , I see flex builder comes with its own JRE and using its own JRE when I start the flex builder.
In my case it is using C:\Program Files\Adobe\Flex Builder 3\jre\bin . Do I need to reinstall only this part ? Because I have other programs which are using java are working fine .
Regards
Bujji
6/13/2010 10:44:01 AM
The problem is not a normal one.It can be some conflict in the registry / In some class refrences or JDK/JRE related. Flex requires both JDK and JRE. I think atleast version 5 is required for flex to run.
IF your problem is not resolved on updating the JRE to latest the you can follow these alternatives :
1) You can try using the eclipse by installing the flex builder plugin on eclipse.
2) Use some registry cleaning software
3) Use the latest Flash builder 4.0
4) Try installing it on the same location where it was installed first time.
Inder
Points: 2880
Posts:0
6/14/2010 1:46:05 AM
Buji , your problem is related to java. You should uninstall anything that your system have related to java , like JDK, JRE etc and then uninstall the flex. Now reinstall flex again and it should work. Let me know if still you have the problem
6/15/2010 8:47:39 AM
Thanks a lot every one for their response . Unfortunately uninstalling java and reinstalling will definitely kill my 10 days to reconfigure all my other applications( which are working fine now, not sure they may impact or not ) . I am asking for separate machine especially for flex development . ( about to get it :) :) )
Once again thanks a lot for all your help
Regards
Bujji
6/15/2010 8:48:43 AM
Every one gave their valuable answers kindly make all as accepted answers
3/18/2011 2:07:35 PM
If you experience a JVM terminated error as a result of upgrading a Mac 10.5.x machine to Java 1.6 (BlackBerry PlayBook instructions guide you to do this) the solution is to re-install Java and is detailed on my blog. That’ll get you up and running with Flash Builder but you still won’t be able to work with the PlayBook without upgrading to Mac OS X 10.6.
http://www.roguish.com/blog/?p=266
3/24/2011 12:53:08 AM
in my case,
<mx:DataGrid rowHeight="20" ... borderStyle="none" ... >
Flex builder is operating well.
<mx:DataGrid rowHeight="0" ... borderStyle="none" ... >
"exit code=1"
check your mxml code.
it seems that the problem is in "Source-Design convertor" in the flex builder.