Hi,
I'm having an issue with a Smart Import. I keep getting a java.lang.nullpointerexception error whenever I try to import. Export from DEV Import into TEST. I've ensured that the Repository IDs are unique within each environment and across environment. So it's not a repository ID conflict. I've even run the RCC (Repository Check Utility) but it yields no relevant issues.
Below is a screenshot of the error from the Import and below that, the text.
Has anyone experienced this before? Any suggestions?

oracle.odi.impexp.smartie.OdiSmartImportException: oracle.odi.impexp.smartie.OdiSmartImportException: oracle.odi.impexp.smartie.OdiSmartImportException: java.lang.NullPointerException
at com.sunopsis.dwg.smartie.SmartImportManager.runSmartImport(SmartImportManager.java:2086)
at oracle.odi.impexp.smartie.impl.ISmartImportInstanceImpl.runSmartImport(ISmartImportInstanceImpl.java:342)
at oracle.odi.ui.smartie.imp.ImportSmartWizard$1.doInBackground(ImportSmartWizard.java:251)
at oracle.odi.ui.smartie.imp.ImportSmartWizard$1.doInBackground(ImportSmartWizard.java:1)
at oracle.odi.ui.framework.AbsUIRunnableTask.run(AbsUIRunnableTask.java:258)
at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
at java.lang.Thread.run(Thread.java:745)
Caused by: oracle.odi.impexp.smartie.OdiSmartImportException: oracle.odi.impexp.smartie.OdiSmartImportException: java.lang.NullPointerException
at com.sunopsis.dwg.smartie.RunSmartImport.run(RunSmartImport.java:2085)
at com.sunopsis.dwg.smartie.SmartImportManager.runSmartImport(SmartImportManager.java:2074)
... 6 more
Caused by: oracle.odi.impexp.smartie.OdiSmartImportException: java.lang.NullPointerException
at com.sunopsis.dwg.smartie.RunSmartImport.internalRunImportForTempObjList(RunSmartImport.java:1181)
at com.sunopsis.dwg.smartie.RunSmartImport.internalRunSmartImportForChildFCOs(RunSmartImport.java:1366)
at com.sunopsis.dwg.smartie.RunSmartImport.internalRunSmartImportForChildFCOs(RunSmartImport.java:1418)
at com.sunopsis.dwg.smartie.RunSmartImport.internalRunSmartImportForChildFCOs(RunSmartImport.java:1418)
at com.sunopsis.dwg.smartie.RunSmartImport.internalRunSmartImportForChildFCOs(RunSmartImport.java:1418)
at com.sunopsis.dwg.smartie.RunSmartImport.internalRunSmartImportForChildFCOs(RunSmartImport.java:1418)
at com.sunopsis.dwg.smartie.RunSmartImport.internalRun(RunSmartImport.java:1828)
at com.sunopsis.dwg.smartie.RunSmartImport.access$5(RunSmartImport.java:1801)
at com.sunopsis.dwg.smartie.RunSmartImport$2.doAction(RunSmartImport.java:1958)
at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)
at oracle.odi.core.persistence.dwgobject.TransactionalDwgObjectTemplate.execute(TransactionalDwgObjectTemplate.java:64)
at com.sunopsis.dwg.smartie.RunSmartImport.internalRunWorkAndMaster(RunSmartImport.java:1937)
at com.sunopsis.dwg.smartie.RunSmartImport.run(RunSmartImport.java:2077)
... 7 more
Caused by: java.lang.NullPointerException
at com.sunopsis.dwg.ImportListener4XRefs.getWorkITechno(ImportListener4XRefs.java:368)
at com.sunopsis.dwg.ImportListener4XRefs.getTargetITechno(ImportListener4XRefs.java:350)
at com.sunopsis.dwg.ImportListener4XRefs.getITechnoOfSrcTable(ImportListener4XRefs.java:311)
at com.sunopsis.dwg.ImportListener4XRefs.insertTxtXRefs(ImportListener4XRefs.java:232)
at com.sunopsis.dwg.ImportListener4XRefs.insertXRefs(ImportListener4XRefs.java:183)
at com.sunopsis.dwg.DwgObject.internalImportObjectList(DwgObject.java:6514)
at com.sunopsis.dwg.DwgObject.importObjectList(DwgObject.java:6947)
at com.sunopsis.dwg.smartie.RunSmartImport.internalRunImportForTempObjList(RunSmartImport.java:1167)
... 19 more