Skip to Main Content

SQL Developer Data Modeler

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How can I find out what is causing this error in SQL Developer Data Modeler

carpenteriAug 9 2010 — edited Aug 13 2010
Friends,

I am trying to import entities into into SQL Developer Data Modeler from Oracle Designer 10.1.2.3.

In case of need I perform these steps to perform the import:

File --> Import --> Oracle Designer Model --> Select database connection --> Select work area --> select application system --> select one entity --> Click finish --> Import starts


During the import process I see an alert dialog box with the message:
There are errors in import - check Log file 
Clicking Ok dismisses the alert box and I see the following summary screen:
Oracle SQL Developer Data Modeler Version: 2.0.0 Build: 584
Oracle SQL Developer Data Modeler Import Log
Date and Time: 2010-08-09 14:27:26
Design Name: erdtest
RDBMS: Oracle Database 10g

		All Statements: 		32
		Imported Statements: 	32
		Failed Statements: 		0
		Not Recognized Statements: 	0
The Entity is then displayed in the Logical View within SQL Developer Data Modeler.

Upon checking the log file I see the following entry:
2010-08-09 13:50:34,025 [Thread-11] ERROR ODExtractionHandler - Error during import from Designer Repository 

java.lang.NullPointerException
	at oracle.dbtools.crest.imports.oracledesigner.logical.ODORelation.createArcs(Unknown Source)
	at oracle.dbtools.crest.imports.oracledesigner.logical.ODORelation.generate(Unknown Source)
	at oracle.dbtools.crest.imports.oracledesigner.ODExtractionHandler.generateDesign(Unknown Source)
	at oracle.dbtools.crest.imports.oracledesigner.ODExtractionController$Runner.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:619)
Can anyone shed any light on this error?

Thanks in advance for any help you may be able to provide.
This post has been answered by SueHarper on Aug 13 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 10 2010
Added on Aug 9 2010
11 comments
3,079 views