-
Notifications
You must be signed in to change notification settings - Fork 871
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
g.removeVertex() doesn't work anymore [moved] #1167
Comments
Comment 1 by infected...@gmail.com, Nov 8, 2012 Full Error: Error: java.lang.NoSuchMethodError: com.orientechnologies.orient.core.db.graph.OGraphDatabase.removeVertex(Lcom/orientechnologies/orient/core/record/impl/ODocument;)V |
Comment 2 by project member l.garu...@gmail.com, Nov 11, 2012 It seems you're using wrong version of jars or probably you've got multiple versions of OrientDB in your classpath. Can you check it? |
Comment 3 by infected...@gmail.com, Nov 13, 2012 Is there anyway to check this on windows? What I am doing is simply checkout the latest from SVN, compile using ant clean installg in Ubuntu, and the copying the graph edition to my windows machine. I then run server.bat to start. |
Comment 4 by infected...@gmail.com, Nov 13, 2012 On my machine, I have the following variables: JAVA_HOME : C:\Program Files (x86)\Java\jdk1.7.0_03 |
Comment 5 by infected...@gmail.com, Nov 13, 2012 OrientDB is simply placed in C:\orientdb\ |
Comment 6 by infected...@gmail.com, Nov 13, 2012 I just uninstalled all the JRE and JDK on my machine and reinstalled the latest JRE and JDK version 7 update 9. Same issue still occurs. Let me know if I can provide more information :) |
Comment 7 by project member l.garu...@gmail.com, Nov 13, 2012 Can you change the pom.xm of orient-graph Blueprints directory to point to OrientDB 1.3.0-SNAPSHOT? Or if you don't have the TinkerPop sources try the latest 1.3.0-SNAPSHOT: https://oss.sonatype.org/content/repositories/snapshots/com/orientechnologies/orientdb/1.3.0-SNAPSHOT/ |
Comment 8 by infected...@gmail.com, Nov 13, 2012 I couldn't find a Blueprints directory in my checked out sources. There are a lot of pom.xml files all over the place, but nothing that seems to be connected to blue prints. I then tried the snapshot, but because it is not the graph edition, gremlin did not work at all: Error: java.lang.IllegalArgumentException: Cannot find a command requester for type: gremlin |
Comment 9 by project member l.garu...@gmail.com, Nov 14, 2012 Can you try latest release?
You will find a ../release/orientdb-graphed-1.3.0-SNAPSHOT with the latest compiled GraphDB. |
Comment 10 by infected...@gmail.com, Nov 14, 2012 Hi Luca, The error still occurs if I try the latest graph edition from SVN. |
Postponed to 1.4, sorry. |
Hi, same error happened on Ubuntu. Environment:
error log below:
thanks. |
What release of BP are you using? |
Hi Luca, Blueprint version is 2.2.0-SNAPSHOT. "less | grep blue" at ORIENTDB_HOME/lib
|
@RKTM Can you use the latest 1.4.0-SNAPSHOT of orientdb to try it? That version should contain the latest BP, but I haven't gotten around to trying if this is resolved yet. |
where can i get 1.4.0-SNAPSHOT of orientdb? this link has only jars. |
The GraphEd is not built in snapshots, so get this: And copy the jars in your folder. Or, much better, clone the git repository and then:
You will have a fresh OrientDB Graphed distribution under ../releases directory. Lvc@ |
I am not sure why this was closed, but I just tested using the latest snapshot (1.4.0-SNAPSHOT) and the problem still exists. |
Hi, but the problem still exists too... |
To solve this problem you need an upgraded version of Blueprints ,blueprints-orient-graph-2.3.0-SNAPSHOT.jar which you can build it using maven. Please in the pom.xml , make sure you point to OrientDB 1.4 snapshot something like this |
You meant blueprints-orient-graph-2.4.0-SNAPSHOT.jar? |
Yes blueprints-orient-graph-2.4.0-SNAPSHOT.jar :) |
I'm closing this issue. If the problem persists please reopen it rather than create a new one. |
This is Issue 1167 moved from a Google Code project.
Added by 2012-11-08T22:53:34.000Z by infected...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Defect, Priority-Medium, Release
Original description
The text was updated successfully, but these errors were encountered: