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

Crashes on dumpottol #44

Closed
josephwb opened this issue Jun 10, 2014 · 2 comments
Closed

Crashes on dumpottol #44

josephwb opened this issue Jun 10, 2014 · 2 comments

Comments

@josephwb
Copy link
Member

Dumps the taxonomy fine, but crashes on the synonyms with the error:

taxomachine version alpha.alpha.prealpha
dumping ottol relationships
life
dumping ottol synonym relationships
life

Exiting due to an exception:
 'ot:ottId' property not found for NodeImpl#3.
Stack trace:

org.neo4j.graphdb.NotFoundException: 'ot:ottId' property not found for NodeImpl#3.
    at org.neo4j.kernel.impl.core.Primitive.newPropertyNotFoundException(Primitive.java:193)
    at org.neo4j.kernel.impl.core.Primitive.getProperty(Primitive.java:188)
    at org.neo4j.kernel.impl.core.NodeImpl.getProperty(NodeImpl.java:53)
    at org.neo4j.kernel.impl.core.NodeProxy.getProperty(NodeProxy.java:155)
    at org.opentree.taxonomy.TaxonomySynthesizer.dumpPreferredOTTOLSynonymRelationships(TaxonomySynthesizer.java:505)
    at org.opentree.taxonomy.MainRunner.taxonomyQueryParser(MainRunner.java:330)
    at org.opentree.taxonomy.MainRunner.main(MainRunner.java:627)
@josephwb
Copy link
Member Author

Ok, figured this out. Fixing it now.

josephwb added a commit that referenced this issue Jun 10, 2014
@josephwb
Copy link
Member Author

Fixed as of ea3e688.

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