Situation:
For some reason or another, you're unable to pull up a data map and receiving a null pointer exception error in the Java Console
java.lang.NullPointerException
at com.adeptia.indigo.applet.xml.EasySchemaDomManager.configureTarget(EasySchemaDomManager.java:117)
at com.adeptia.indigo.applet.gui.MainFrame.configureTargetSchema(MainFrame.java:3858)
at com.adeptia.indigo.applet.gui.MainFrame.configureTargetSchemaEditing(MainFrame.java:3561)
at com.adeptia.indigo.applet.gui.MainFrame$39$1.run(MainFrame.java:2978)
Tip:
One way to quickly recover the map would be to use the Import Mapping option
1) Create a new data map activity with the same source and target schemas
2) Use the Import Mapping option within the Data Mapper's Action menu to select the data mapper that is encountering the issue
3) Your mapping rules should be restored
Comments
0 comments
Article is closed for comments.