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

Get NamespaceBlock by NAME NullPointerException on TigerGraphDriver #88

Closed
DavidBakerEffendi opened this issue Mar 9, 2021 · 0 comments · Fixed by #125
Closed

Get NamespaceBlock by NAME NullPointerException on TigerGraphDriver #88

DavidBakerEffendi opened this issue Mar 9, 2021 · 0 comments · Fixed by #125
Assignees
Labels
bug Something isn't working

Comments

@DavidBakerEffendi
Copy link
Contributor

On the benchmark suite, using TigerGraph, while running neo4j-4.2.3.jar I encounter the following during the project:

Exception in thread "main" java.lang.NullPointerException: null cannot be cast to non-null type kotlin.String
	at io.github.plume.oss.domain.mappers.VertexMapper.mapToVertex(VertexMapper.kt:132)
	at io.github.plume.oss.drivers.TigerGraphDriver.vertexPayloadToNode(TigerGraphDriver.kt:422)
	at io.github.plume.oss.drivers.TigerGraphDriver.getVerticesByProperty(TigerGraphDriver.kt:354)
	at io.github.plume.oss.passes.type.GlobalTypePass.runPass(GlobalTypePass.kt:33)
	at io.github.plume.oss.Extractor$project$7$1.invoke(Extractor.kt:275)
	at io.github.plume.oss.Extractor$project$7$1.invoke(Extractor.kt:78)
	at io.github.plume.oss.Extractor$pipeline$1.invoke(Extractor.kt:362)
	at io.github.plume.oss.Extractor$project$7.invoke(Extractor.kt:276)
	at io.github.plume.oss.Extractor$project$7.invoke(Extractor.kt:78)
	at io.github.plume.oss.metrics.PlumeTimer.measure(PlumeTimer.kt:58)
	at io.github.plume.oss.Extractor.project(Extractor.kt:273)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant