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

java.lang.InternalError: unresolved reference #18

Open
raedtjr opened this issue Apr 10, 2018 · 0 comments
Open

java.lang.InternalError: unresolved reference #18

raedtjr opened this issue Apr 10, 2018 · 0 comments

Comments

@raedtjr
Copy link

raedtjr commented Apr 10, 2018

When trying to map a specific xsd file I got an exception which I can not solve.
Exception in thread "main" java.lang.InternalError: unresolved reference at com.sun.xml.xsom.impl.parser.DelayedRef._get(DelayedRef.java:103) at com.sun.xml.xsom.impl.parser.DelayedRef$Element.get(DelayedRef.java:199) at com.sun.xml.xsom.impl.ElementDecl.getSubstAffiliation(ElementDecl.java:115) at com.sun.xml.xsom.impl.ElementDecl.updateSubstitutabilityMap(ElementDecl.java:179) at com.sun.xml.xsom.impl.parser.ParserContext.getResult(ParserContext.java:141) at com.sun.xml.xsom.parser.XSOMParser.getResult(XSOMParser.java:214) at tr.com.srdc.ontmalizer.XSD2OWLMapper.parseXSD(XSD2OWLMapper.java:128) at tr.com.srdc.ontmalizer.XSD2OWLMapper.<init>(XSD2OWLMapper.java:96) at test.main(test.java:13)
the xsd file is quite big and includes some import. I can share it in case it is required.
Any help would be much appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant