Menu

#95 NullPointerException when Import from MySQL

v1.0 (example)
closed-fixed
None
5
2015-01-26
2014-07-11
No

I got NullPointerException when I'd attempted to import from MySQL.

Versions

Eclipse IDE for Java Developers 4.4.0.20140612-0500 epp.package.java null
ERMaster 1.0.0.v20140406-0914 org.insightech.er.feature.feature.group Insightech.org

.log

!ENTRY org.insightech.er 4 0 2014-07-11 16:23:05.135
!MESSAGE
!STACK 0
java.lang.NullPointerException
at org.insightech.er.db.impl.mysql.MySQLTableImportManager.cashColumnData(MySQLTableImportManager.java:215)
at org.insightech.er.editor.model.dbimport.ImportFromDBManagerBase.run(ImportFromDBManagerBase.java:207)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)

https://sourceforge.net/p/ermaster/svn/94/tree//org.insightech.er/src/org/insightech/er/db/impl/mysql/MySQLTableImportManager.java#l215

It looks like no corresponding columnData is in columnDataMap. (Is columnDataCash means columnDataCache?)

Discussion

  • Hiroyuki Nakajima

    Thank you for your report.
    I fixed this bug at version 1.0.0.v20140727-1950.

     
  • Hiroyuki Nakajima

    • status: open --> closed-fixed
    • assigned_to: Hiroyuki Nakajima
     

Log in to post a comment.