Skip to content

BUG: trying to open a file I made in 2.8.2 with a hypen, then changed it to an underscore and got the same error. #56

@buggsley

Description

@buggsley

iBioSim Version 2.8.3

Operating system: Windows 7

Bug reported by: u0563855@utah.edu

Description:

Stack trace:
java.lang.IllegalArgumentException: "5_2" is not a valid identifier for this model.
at org.sbml.jsbml.AbstractNamedSBase.checkIdentifier(AbstractNamedSBase.java:164)
at org.sbml.jsbml.AbstractNamedSBase.setId(AbstractNamedSBase.java:283)
at org.sbml.jsbml.AbstractNamedSBase.(AbstractNamedSBase.java:146)
at org.sbml.jsbml.AbstractNamedSBase.(AbstractNamedSBase.java:133)
at org.sbml.jsbml.Model.(Model.java:311)
at org.sbml.jsbml.SBMLDocument.createModel(SBMLDocument.java:544)
at biomodel.parser.BioModel.createSBMLDocument(BioModel.java:147)
at biomodel.parser.BioModel.loadSBMLFile(BioModel.java:6651)
at biomodel.parser.BioModel.load(BioModel.java:3109)
at main.util.FileTree.addNodes(FileTree.java:274)
at main.util.FileTree.(FileTree.java:142)
at main.Gui.refresh(Gui.java:5774)
at main.Gui.actionPerformed(Gui.java:2883)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions