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

NPE when deleting workspace (Neo4j driver) #9

Closed
jdcasey opened this issue Feb 28, 2014 · 0 comments
Closed

NPE when deleting workspace (Neo4j driver) #9

jdcasey opened this issue Feb 28, 2014 · 0 comments
Labels
Milestone

Comments

@jdcasey
Copy link
Member

jdcasey commented Feb 28, 2014

[vert.x-eventloop-thread-2] INFO  o.c.a.d.v.Routes$BodyHandler_WorkspaceResource_delete_ - Attaching this as body handler.
Exception in thread "vertx-raw-dispatch-0" java.lang.NullPointerException
    at java.io.File.<init>(File.java:360)
    at org.commonjava.maven.atlas.graph.spi.neo4j.FileNeo4jWorkspaceFactory.deleteWorkspace(FileNeo4jWorkspaceFactory.java:62)
    at org.commonjava.maven.atlas.graph.EGraphManager.deleteWorkspace(EGraphManager.java:199)
    at org.commonjava.maven.cartographer.data.DefaultCartoDataManager.deleteWorkspace(DefaultCartoDataManager.java:846)
    at org.commonjava.maven.cartographer.data.DefaultCartoDataManager$Proxy$_$$_WeldClientProxy.deleteWorkspace(Unknown Source)
    at org.commonjava.maven.cartographer.ops.WorkspaceOps.delete(WorkspaceOps.java:56)
    at org.commonjava.maven.cartographer.ops.WorkspaceOps$Proxy$_$$_WeldClientProxy.delete(Unknown Source)
    at org.commonjava.aprox.depgraph.rest.WorkspaceController.delete(WorkspaceController.java:59)
    at org.commonjava.aprox.depgraph.rest.WorkspaceController$Proxy$_$$_WeldClientProxy.delete(Unknown Source)
    at org.commonjava.aprox.depgraph.vertx.WorkspaceResource.delete(WorkspaceResource.java:69)
    at org.commonjava.aprox.depgraph.vertx.WorkspaceResource$Proxy$_$$_WeldClientProxy.delete(Unknown Source)
    at org.commonjava.aprox.depgraph.vertx.Routes$BodyHandler_WorkspaceResource_delete_.run(Routes.java:2874)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
@jdcasey jdcasey added this to the 0.10.1 milestone Feb 28, 2014
@jdcasey jdcasey added the bug label Feb 28, 2014
@jdcasey jdcasey closed this as completed Apr 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant