I'm trying to import an XMI file that I exported from Provision as a test. Upon initiating the import, I get the following two message boxes appearing:
- javaw.exe -mx1000m -ms600m -jar "C:\Program Files\Metastorm\ProVision614\Program\pvXMI1.jar" "C:\ProVision\XMI\paramXMI.xml"
- Could not create the Java virtual machine.
The xmiLog.txt file has the following:
The 'no null' constraint is violated
null
null
null
null
null
The 'no null' constraint is violated
null
null
The 'no null' constraint is violated
null
null
null
null
null
null
null
null
The 'no null' constraint is violated
The 'no null' constraint is violated
null
The 'no null' constraint is violated
null
null
null
null
null
null
The 'no null' constraint is violated
null
null element. source=43026, target=43011
null element. source=43094, target=43103
null element. source=43094, target=43103
null element. source=43094, target=43103
null element. source=43094, target=43103
null
null
null
null
null
null
Exception in thread "main" java.lang.Exception: pvEclipse - java.lang.Exception: pvEclipse - org.eclipse.emf.ecore.resource.Resource$IOWrappedException: The object 'org.eclipse.uml2.uml.internal.impl.OpaqueActionImpl@57807a (name: Move NOS to CDC, visibility: ) (isLeaf: false) (body: null, language: null)' is not contained in a resource.
at com.metastorm.uml_2_0_transformer.io.pvXMI2.main(pvXMI2.java:48)
I've asked our help desk to veryfy my JVM installation and everything looks good from that side. Does anyone have any ideas?