2009/3/30 Edward Kawas <[email protected]>: > Hi All, > > I am getting an exception when running a locally built t2 for the attached > workflow: > > Exception in thread "Opening dataflow(s) > [C:\Users\Eddie\Desktop\biomoby-test.xml]" java.lang.NoClassDefFoundError: > org/biomoby/shared/MobySecondaryData > at > org.biomoby.service.dashboard.data.ParametersTable$ParametersTableModel.<ini > t>(ParametersTable.java:298)
I can reproduce this. It seems to be caused by the biomoby-activity depending on jmoby-dashboard version 1.1.0-taverna instead of version 1.1.0-taverna-1. The difference between these is that the -1 version includes a dependency back to jmoby. Lacking this means that ParametersTable (from jmoby-dashboard) can't find MobySecondaryData (from jmoby). I've updated the POM of biomoby-activity and committed it, it seems to work. (I can open your workflow) Hudson should have built a new snapshot. -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester ------------------------------------------------------------------------------ _______________________________________________ taverna-hackers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/taverna-hackers Developers Guide: http://www.mygrid.org.uk/usermanual1.7/dev_guide.html FAQ: http://www.mygrid.org.uk/wiki/Mygrid/TavernaFaq
