-
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
NullPointerException when querying out vertices #4284
Comments
Applied a general high level fix that avoids the problem (on graph API). |
@Laa any advice is welcome on this |
Thanks Luigi. Will your fix work for an existing data or only for the newly created data? |
Hi Yuriy, the fix will work also on existing data. I tried it on your db and it Thanks Luigi 2015-06-04 18:00 GMT+02:00 ylopotun notifications@github.com:
|
So, the mentioned exception no longer appears, but if I do: I get another NullPointerException in the server log: 2015-06-04 15:25:28:245 INFO OrientDB Server v2.1-rc3 (build UNKNOWN@r${buildNumber}; 2015-05-22 16:53:13+0000) is active. [OServer]{db=MirandaDS} Fetching error on record #14:94 java.lang.NullPointerException |
mmm.. let me check... |
Ok, I reproduced the problem. |
When we perform the following query (e.g. via console):
select expand(out('record')) from 14:15 limit 30
it returns an exception:
Error: com.orientechnologies.orient.core.exception.OCommandExecutionException: Error on execution of command: sql.select expand(out('record')) from 14:15 limit 50
Error: java.lang.NullPointerException
I'll send our sample DB via e-mail.
The text was updated successfully, but these errors were encountered: