Hello everyone,

I get an error on one of my access point on the MartConfigurator (0.8 version).
The access points to one of my MySQL (InnoDB) local database. 

java.lang.ClassCastException: org.biomart.configurator.model.FakeTable cannot be cast to org.biomart.objects.objects.DatasetTable
    at org.biomart.objects.objects.DatasetColumn.getDatasetTable(DatasetColumn.java:63)
    at org.biomart.objects.objects.DatasetColumn.getReferences(DatasetColumn.java:108)
    at org.biomart.configurator.controller.MartController.getMainAttribute(MartController.java:1957)
    at org.biomart.configurator.controller.ObjectController.addConfigFromMaster(ObjectController.java:1108)
    at org.biomart.configurator.view.component.container.GuiContainerPanel$7.construct(GuiContainerPanel.java:494)
    at org.biomart.common.view.gui.SwingWorker$2.run(SwingWorker.java:128)
    at java.lang.Thread.run(Thread.java:636)

I already have errors on the schema editor / Explain Table :

java.lang.NullPointerException
    at org.biomart.configurator.utils.McUtils.listToStr(McUtils.java:157)
    at org.biomart.objects.objects.PrimaryKey.<init>(PrimaryKey.java:17)
    at org.biomart.configurator.view.gui.diagrams.ExplainTransformationDiagram$TempReal.doRecalculateDiagram(ExplainTransformationDiagram.java:267)
    at org.biomart.configurator.view.gui.diagrams.Diagram.recalculateDiagram(Diagram.java:388)
    at org.biomart.configurator.view.gui.diagrams.ExplainTransformationDiagram$TempReal.<init>(ExplainTransformationDiagram.java:243)
    at org.biomart.configurator.view.gui.dialogs.ExplainTableDialog$3.run(ExplainTableDialog.java:311)
    at org.biomart.common.view.gui.LongProcess$1.construct(LongProcess.java:100)
    at org.biomart.common.view.gui.SwingWorker$2.run(SwingWorker.java:128)
    at java.lang.Thread.run(Thread.java:636)

Any ideas of the problem ??



--
_______________________________________________
Users mailing list
[email protected]
https://lists.biomart.org/mailman/listinfo/users

Reply via email to