Book a Demo

Author Topic: LayoutDiagram: Internal application error  (Read 5297 times)

unclejohn

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
LayoutDiagram: Internal application error
« on: August 10, 2016, 05:39:42 pm »
Hi everyone,

I've got a problem while layouting diagrams.

I have written a little Java program which creates hundreds of components in my repository. The components have dependencies to each other. Therefore I am creating a composite diagram for each component and adding some diagram objects to it.

After that I'm using the LayoutDiagram method of the Project-Interface for layouting all diagrams. But exactly at the 108th diagram I get an Exception (internal application error) without any useful information and the Windows process of EA also crashes.

Does anybody know something about this issue? Any suggestions?

Thanks a lot in advance!
Michael

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: LayoutDiagram: Internal application error
« Reply #1 on: August 10, 2016, 06:16:32 pm »
Might be an out of memory or stackoverflow error or something similar.

Hard to debug those buggers I'm afraid  :-\

Geert

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: LayoutDiagram: Internal application error
« Reply #2 on: August 11, 2016, 08:50:31 am »
I think the only way to address this would be to send a sample model (and script if it can't be reproduced via the GUI) to Sparx Systems for investigation.

unclejohn

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: LayoutDiagram: Internal application error
« Reply #3 on: August 11, 2016, 05:49:16 pm »
I helped myself with closing and exiting the repository after a defined amount of diagrams. Afterwards I open the repository again and go on with layouting the diagrams. That works for me at this point.