-
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
The request SQL Create Edge using HTTP RESTful API does not work #1889
Comments
Can you report any errors in log files related to this? (log directory) |
2013-12-17 17:36:51:222 INFO Creating database local:${ORIENTDB_HOME}/databases/vk_graph [OServerCommandPostDatabase] |
What OrientDB version are you using? Please report ALWAYS the OrientDB version in the first message. |
2013-12-17 17:28:15:847 INFO Loading configuration from: C:/Users/Grigory/Documents/orientdb-community-1.6.2/config/orientdb-server-config.xml... [OServerConfigurationLoaderXml] |
It's not clear where the NPE happens. May you try it against last OrientDB version? Look at: https://github.com/orientechnologies/orientdb/wiki/Tutorial%3A-Installation#compile-your-own-the-community-edition. If the problem persists is it doable to send us the database (compressed) ? |
I compiled your source, but the problem has not been solved. |
Log Orient: |
The log "Server v1.6.2" means that you've compiled an old version. Follow these instructions: https://github.com/orientechnologies/orientdb/wiki/Tutorial%3A-Installation#compile-your-own-the-community-edition |
What is the latest version orientDB? |
The develop branch: 2.0-SNAPSHOT. |
Where is it? I git clone at address https://github.com/orientechnologies/orientdb.git Alternatively you can clone the Community Edition project from GitHub and compile it if you want to use the most latest functionality. For this task you have to install the Apache Ant tool and follow these steps:
After the compilation binaries will be placed under ../releases directory. |
Sorry it was: |
Thanks, now I will try |
log orient: |
Problem hasn't been solved... |
And what should I do? |
Please open Issue |
Grigory, |
Could you check hotfix-1.6.3 branch. |
Do you speak Russian? |
Sure but I do not do it in bug tracker ). |
How can I write to you personally? |
Error. I install release orientdb-community-1.6.3-SNAPSHOT. |
Question... I test new version orientDB, but I find new bug OrientDB REST... I can't create vertex... |
Only with 1.6.3 you have to pass the "Accept: application/json;" header. |
Reopen Issue, please... Create vertex successfully, but create edge 500 Internal Server Error Loading time: 17 ms |
Why in version OrientDB 1.7 rc1, error create edge is not corrected? |
Could you encode your url to following http://localhost:2480/command/cedgetest/sql/create edge from %2311%3A0 to %2311%3A1 sharp is treated as anchor reference and truncated so part of the request test is sent to the server. |
A post request example:
http://localhost:2480/command/your_DB/sql/create edge E from #9:1 to #9:2
Server Response:
500:Server Internal Error
The text was updated successfully, but these errors were encountered: