Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://team.andromda.org:8080/jira/browse/CORE-17 Here is an overview of the issue: --------------------------------------------------------------------- Key: CORE-17 Summary: java.lang.OutOfMemory Error. Type: Bug Status: Open Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: AndroMDA Core Assignee: Chad Brandon Reporter: Vikram Naik Created: Sa, 25 Sep 2004 12:34 PM Updated: Sa, 25 Sep 2004 12:34 PM Environment: AndroMDA-3.0M2 Windows XP Prof JDK : j2sdk1.4.2_05 UML Tool : MagicDraw 7.2 & 7.8 Description: We use an Eclipse 3.0 plugin to invoke the AndroMDA process, within Eclipse 3.0 runtime environment. The consequence is we use the same JVM to run the process multiple times. When the AndroMDA process is invoked for the second or third run, without killing the VM, it complains about not being able to read/load the model and throws the below given exception stack trace. ######################################################## ERROR [MDRepositoryFacade] Error performing MDRepository.loadModel java.lang.OutOfMemoryError ERROR [ModelProcessor] Error performing ModelProcessor.process with model(s) --> 'jar:file:E:\Models\7.2\LLD.xml.zip!/LLD.xml' org.andromda.core.repository.RepositoryFacadeException: Error performing MDRepositoryFacade.readModel at org.andromda.repositories.mdr.MDRepositoryFacade.readModel(MDRepositoryFacade.java:132) at org.andromda.core.ModelProcessor.process(ModelProcessor.java:209) at org.andromda.core.ModelProcessor.process(ModelProcessor.java:150) .......... Caused by: java.lang.OutOfMemoryError ######################################################## Steps to reproduce the above error. 1) Invoke the AndroMDA process as an Ant build from within Eclipse 3.0. 2) Before invoking the process, configure the Ant build to use the same JVM as workspace. This will ensure that every time the Ant build invokes the AndroMDA process it will run in the same JVM. 3) On the second or the third run, you should be able to get the above error. Let me know, still if you arent able to reproduce the same error. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://team.andromda.org:8080/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel
