Menu

#53 Null pointer exception in XMI export

v1.0_(example)
open
nobody
5
2012-10-15
2008-05-26
Anonymous
No

Hello, when I attempt to export a quick sample file with version 5.0.2.1570
I get a dialog stating the following:


Staruml

Error(s) occurred while exporting XMI.

Error message: Access violation at address 03F56CD7 in module 'XMIAddIn.dll'. Read of address 00000000

OK

The sample file is attached.

Discussion

  • Nobody/Anonymous

    sample file producing crash

     
  • Kermudge0n

    Kermudge0n - 2008-05-27

    Logged In: YES
    user_id=1236628
    Originator: NO

    I have the same problem with my model. How do these issues get assigned?

     
  • Nobody/Anonymous

    Logged In: NO

    Same problem here.

     
  • David Avsajanishvili

    Probably, XMI exporting component is buggy.
    The error described above is generated
    because of very different reasons.
    For example, access violation occurs
    if exists a DIRECT RELATION between
    PACKAGE and CLASS - after relation
    removed, the error isn't generated anymore

    In the attachment file error is generating
    because of "Frame1" present in Model, but
    not present on any diagram. After this object
    is removed from the model, XMI is generated
    successfully.

    Somebody has to get down to work on this problem,
    examine this file: staruml/staruml-xmi/src/code/XMIExporter.pas,
    and fix the bugs.

     

Log in to post a comment.