You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: java.lang.IllegalArgumentException: Unable to set default URI prefix to non-compliant value `https://www./'
at org.sbolstandard.core2.SBOLDocument.setDefaultURIprefix(SBOLDocument.java:4474)
at org.sbolstandard.core2.SBOLDocument.fixDocumentURIPrefix(SBOLDocument.java:2363)
at org.sbolstandard.core2.SBOLDocument.changeURIPrefixVersion(SBOLDocument.java:2865)
The text was updated successfully, but these errors were encountered:
The error below happens when uploading to changing URI prefix for a document that includes overlapping URI prefixes like:
https://www.first/
https://www.second/
Error: java.lang.IllegalArgumentException: Unable to set default URI prefix to non-compliant value `https://www./'
at org.sbolstandard.core2.SBOLDocument.setDefaultURIprefix(SBOLDocument.java:4474)
at org.sbolstandard.core2.SBOLDocument.fixDocumentURIPrefix(SBOLDocument.java:2363)
at org.sbolstandard.core2.SBOLDocument.changeURIPrefixVersion(SBOLDocument.java:2865)
The text was updated successfully, but these errors were encountered: