Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Illegal character in path error #1215

Closed
sternk opened this issue Jun 4, 2014 · 1 comment
Closed

Illegal character in path error #1215

sternk opened this issue Jun 4, 2014 · 1 comment

Comments

@sternk
Copy link
Contributor

sternk commented Jun 4, 2014

Reported by mcodescu and assigned to maeder
Migrated from http://trac.informatik.uni-bremen.de:8080/hets/ticket/1215


With the ontology available at http://bioportal.bioontology.org/ontologies/ONTODM-CORE, Hets gives the error below, while Protege opens it successfully.

hets: process stop! ExitSuccess
OWL parse error: null
java.lang.IllegalArgumentException
    at java.net.URI.create(URI.java:859)
    at org.coode.xml.XMLWriterImpl.<init>(XMLWriterImpl.java:99)
    at org.coode.xml.XMLWriterFactory.createXMLWriter(XMLWriterFactory.java:84)
    at org.coode.owlapi.owlxml.renderer.OWLXMLWriter.<init>(OWLXMLWriter.java:109)
    at org.coode.owlapi.owlxml.renderer.OWLXMLRenderer.render(OWLXMLRenderer.java:71)
    at org.coode.owlapi.owlxml.renderer.OWLXMLRenderer.render(OWLXMLRenderer.java:118)
    at OWL2Parser.parse2xml(OWL2Parser.java:280)
    at OWL2Parser.parsing_option(OWL2Parser.java:261)
    at OWL2Parser.main(OWL2Parser.java:124)
Caused by: java.net.URISyntaxException: Illegal character in path at index 43: http://kt.ijs.si/panovp/OntoDM.owlOntology(<panovpOntoDMUseCase1.owlOntoDTOntology(<panovpexternal.owlOntology(<panovpexternal_OBI.owlOntology(<obopurl.obolibrary.orgiaoiao.owlexternalDerived.owlprotege-dc.owliao-main.owlexternalByHand.owlontology-metadata.owlobsolete.owlOntology(<oboro1.1external.owl
    at java.net.URI$Parser.fail(URI.java:2825)
    at java.net.URI$Parser.checkChars(URI.java:2998)
    at java.net.URI$Parser.parseHierarchical(URI.java:3082)
    at java.net.URI$Parser.parse(URI.java:3030)
    at java.net.URI.<init>(URI.java:595)
    at java.net.URI.create(URI.java:857)
    ... 8 more

@sternk sternk added this to the 1.0 milestone Jun 4, 2014
@sternk sternk closed this as completed Jun 4, 2014
@sternk
Copy link
Contributor Author

sternk commented Jun 4, 2014

Comment by maeder
Migrated from http://trac.informatik.uni-bremen.de:8080/hets/ticket/1215#comment:1


this ontology seem to have cyclic imports that are all merged into one ontology. 22dc747 fixes the created IRI

sternk pushed a commit that referenced this issue Jun 5, 2014
cmaeder pushed a commit that referenced this issue Jun 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants