Re: [orientdb] Cannot open local storage

2014-06-03 Thread Hung Tran Dinh
Hi Artem Orobets, I am pretty sure that there is no any other applications involved here. I get that problem with OrientDB console, and OrientDB studio on the same database. When one access, another could not. My Best, Hung Tran On Wed, Jun 4, 2014 at 12:39 PM, Artem Orobets wrote: > Hi Hung,

[orientdb] Re: Cannot open local storage

2014-06-03 Thread Hung Tran
Hi, For more information, when my application can access the database, i cannot access it from Console due to the error above, and vice versa. I got the same issue with OrientDB Studio. Look like it is locked by application name. Could you check it? It is really annoying. I got it since v1.7 (

Re: [orientdb] cannot export database in orientdb community edition 1.7 final: java.lang.NullPointerException

2014-06-03 Thread Artem Orobets
Hi Jonathan, Could you create a bug report ? Providing a full stack trace will speedup fixing. Best regards, Artem Orobets *Orient Technologies the Company behind OrientDB* 2014-06-04 3:50 GMT+03:00 Jonathan Rosen : > Here is a very

Re: [orientdb] Cannot open local storage

2014-06-03 Thread Artem Orobets
Hi Hung, Have you checked that any other process haven't access the database in the same time? Best regards, Artem Orobets * Orient Technologiesthe Company behind OrientDB* 2014-06-03 11:32 GMT+03:00 Hung Tran : > Hi, > > Since the last update to Orient v1.7, I often see this error although I

Re: [orientdb] Re: OrientSQL: how to query for properties starting with $ ?

2014-06-03 Thread Artem Orobets
Hi, Good point as for backtics. Could you create an issue to support that? Best regards, Artem Orobets * Orient Technologiesthe Company behind OrientDB* 2014-06-02 11:01 GMT+03:00 MrFT : > > But they *did* end up in the database, and t

Re: [orientdb] Financial Social Schema

2014-06-03 Thread Artem Orobets
Hi Kae, Document model is more similar to Object-Oriented model, where some entity may have another entity as a property. It is more efficient than have properties for JOIN. Best regards, Artem Orobets * Orient Technologiesthe Company behind OrientDB* 2014-06-02 12:23 GMT+03:00 kae : > Thanks

Re: [orientdb] Re: OHazelcastPlugin ... error on reading distributed request: deploy_db

2014-06-03 Thread Artem Orobets
Hi Frens, 2014-05-27 12:34 GMT+03:00 Frens Jan Rumph : > However, connecting with the instances via the console (e.g. with connect > remote:localhost:2434 username password or connect remote:localhost:2435 > username password) results in the console displaying: > >> Connecting to remote Server in

Re: [orientdb] OrientDB multiple select automatically order by @rid

2014-06-03 Thread Artem Orobets
Hi Munish, SQL predicates semantic doesn't imply order. Have you tried following? select from [#1:87, #1:10, #1:11] Best regards, Artem Orobets * Orient Technologiesthe Company behind OrientDB* 2014-06-04 0:30 GMT+03:00 Munish Chopra : > Hi Luca, > > My goal is to fetch multiple records in

[orientdb] cannot export database in orientdb community edition 1.7 final: java.lang.NullPointerException

2014-06-03 Thread Jonathan Rosen
Here is a very simple database creation script for testing purposes: --begin creation script --create orientdb database create database remote:localhost/testcreate2 root pass plocal graph; --connect to database connect remote:localhost/testcreate2 admin admin; --create class PRODUCTS as graph ver

[orientdb] OrientDB multiple select automatically order by @rid

2014-06-03 Thread Munish Chopra
Hi Luca, My goal is to fetch multiple records in a particular order and I have their @rids. E.g :- Let say I have a user table If I do, select from user where @rid = 1:87 or @rid = 1:10 or @rid = 11 the result will be automatically ordered as per @rid . result will be @rid name 1:10

[orientdb] Manage linkset in Edge (edge over subgraph) with JavaScript

2014-06-03 Thread László Rékasi
Hi, I am looking for an example about adding, removing items from linkset embedded in edge with Javascript. Do you have any? something like: var myEdge = v1.addEdge("MyEdgeClass", v2, null, null, "Field1", "String Value", "LinkSetField", [ so what to put here? ]); also, would like to remove it

[orientdb] NPE on using GremlinPipeline with OrientGraph

2014-06-03 Thread N Bijalwan
Whenever I use GremlinPipeline with OrientGraph to traverse the graph i get following exception. I am currently using version 1.7 for Orient Db and 2.5.0 for Blueprint but i got this exception in previous version as well. * java.lang.NullPointerException* at com.tinkerpop.pipes.transform.Ver

Re: [orientdb] OTransactionOptimistic and transaction start counter

2014-06-03 Thread Odysseas
Hi Andrey, We are now using the 1.7 release. On Tuesday, June 3, 2014 1:07:53 AM UTC-4, Andrey Lomakin wrote: > > Hi Odysseas, > Give me couple of days I will look on your question/issue. > > Which version do you use btw ? > > > On Tue, Jun 3, 2014 at 3:03 AM, Odysseas > wrote: > >> >> I have run

[orientdb] Re: Escaping newlines in a string with SQL UPDATE

2014-06-03 Thread MrFT
I found a workaround using the MERGE command update V merge { "value2": "Hello\nWorld! Backslash = \\ " } where key = "x" BUT there are other strange issues with escaped BACKSLASHES! The following FAILS with java.lang.IllegalStateException: Missing closed string character: '"', position: 75 u

[orientdb] Cannot open local storage

2014-06-03 Thread Hung Tran
Hi, Since the last update to Orient v1.7, I often see this error although I rebuilt my database again. " orientdb> connect remote:localhost/test admin admin Connecting to database [remote:localhost/test] with user 'admin'... Error: com.orientechnologies.orient.core.exception.OStorageException:

[orientdb] Escaping newlines in a string with SQL UPDATE

2014-06-03 Thread MrFT
Hello, I am running queries through OrientDB studio, and I want to store newlines in a property. I tried things like UPDATE MyClass set mytext = 'Hello*\n*World' and UPDATE MyClass set mytext = "Hello*\n*World" but no luck. How can this be done? Or is it a bug? (insert into MyClass content {

Re: [orientdb] Re: OHazelcastPlugin ... error on reading distributed request: deploy_db

2014-06-03 Thread Frens Jan Rumph
Anyone have any suggestions? On Tuesday, May 27, 2014 6:54:25 PM UTC+2, Frens Jan Rumph wrote: > > Hi Artem, > > Sure, see the files attached. > > Br, > Frens Jan > > On Tuesday, May 27, 2014 3:38:42 PM UTC+2, Artem Orobets wrote: >> >> Hi Frens, >> >> Could you provide full logs from 'orient-a' a

[orientdb] Cannot route COMMAND operation to the distributed node

2014-06-03 Thread madhu
Hi Lvca, The following exception occurred when executing select EXPAND query in orinetdb-community v1.7 distributed system. The same query is working in standalone. Query: *select EXPAND($8) LET $1 = (select count(SEV_INWIN) as CRITICAL from V where ICON_TYPE IN [1,2,3,4,5,7] and SEV_INWIN I