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

Database Connection not possible: java.lang.NoSuchFieldError: CUSTOM #1464

Closed
echox opened this issue May 9, 2013 · 1 comment
Closed

Database Connection not possible: java.lang.NoSuchFieldError: CUSTOM #1464

echox opened this issue May 9, 2013 · 1 comment
Assignees
Milestone

Comments

@echox
Copy link

echox commented May 9, 2013

Problem:

Connection to database is not possible, the following exception is thrown:

Exception in thread "main" java.lang.NoSuchFieldError: CUSTOM
        at com.tinkerpop.blueprints.impls.orient.OrientBaseGraph.config(OrientBaseGraph.java:95)
        at com.tinkerpop.blueprints.impls.orient.OrientBaseGraph.<init>(OrientBaseGraph.java:90)
        at com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph.<init>(OrientTransactionalGraph.java:31)
        at com.tinkerpop.blueprints.impls.orient.OrientGraph.<init>(OrientGraph.java:26)
        at searchfoo.core.Launch.main(Launch.java:19)

My code at searchfoo.core.Launch.main(Launch.java:19):

graph = new OrientGraph("remote:localhost/foo");

Setup:

Server: OrientDB Graph Edition Snapshot 1.4.0 (May 2nd 2013 8:15 CEST)
Client: Remote Access via Blueprints API, using new OrientGraph("remote:localhost/foo")
Blueprints core is a 2.4-Snapshot build of 7abc8ab960e7f59152c1d2a19cb098195b661530 from the nuvolabase / blueprints github repo
orientdb jar files (client,commons, etc.) from the used server snapshot version

@lvca
Copy link
Member

lvca commented May 9, 2013

Update OrientDB 1.4 to last snapshot.

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

No branches or pull requests

2 participants