RakipInitiative / ModelRepository

Joint project of EFSA, Federal Institute For Risk Assessment, DTU and ANSES to create a online model repository.
GNU General Public License v3.0
2 stars 0 forks source link

Component bug: Writing joined model leads to error in Reader #325

Closed schuelet closed 1 year ago

schuelet commented 3 years ago

This only happens is this workflow: knime://external-KNIME-Server/FSKX_Testing/FSK-Lab_2.0/broken_workflows/JoinerComponent_Writer_Bug

Here we join 4 models with very long names. On writing the model, it seems that the sbml file can't be accessed by the Reader (stackOverflowError), possibly because the name is too getting too long because of all the concatenations. image.png

However, on doing the same with the basic Joiner, this error does not occur. It also doesn't occur when joining just 3 models.

schuelet commented 1 year ago

closing this. At this point so many changes have been made to editor and Joiner, that I can't see a feasible way to save this old broken workflow.