[orientdb] Re: Why can't I delete the edge?

2015-04-20 Thread Esen Sagynov
at 12:09:37 PM UTC+9, nagaraja sosale ramaswamy wrote: this ought to work: delete edge Permissions where @rid = #15:1 the record id should not be enclosed in quotes. explains why you are getting a class cast exception. On Sunday, April 19, 2015 at 2:54:05 PM UTC+5:30, Esen Sagynov wrote

[orientdb] Why can't I delete the edge?

2015-04-19 Thread Esen Sagynov
delete edge Permissions where @rid = '#15:1' Why doesn't it work? I can't delete this edge in the Studio. It shows the following error: java.lang.ClassCastException: java.lang.String cannot be cast to com.orientechnologies.orient.core.db.record.OIdentifiable I can't do either: delete edge

Re: [orientdb] Distributed OrientDB via Multi-host Docker

2015-03-06 Thread Esen Sagynov
(fleetctl). This will work on Vagrant or Amazon EC2/VPC. The repository is available here: https://github.com/ abcum/docker-orientdb.git Tobie On Tuesday, 6 January 2015 07:19:42 UTC, Esen Sagynov wrote: I can successfully telnet to each server from any other server because incoming requests

Re: [orientdb] Distributed OrientDB via Multi-host Docker

2015-01-05 Thread Esen Sagynov
suggest you to try if connections are allowed between hosts with CURL. Lvc@ On 5 January 2015 at 07:19, Esen Sagynov kadi...@gmail.com javascript: wrote: Using ODB 2.0-SNAPSHOT (Jan 5, 2015). My nodes in Docker containers on separate physical machines cannot join to each other

[orientdb] Distributed OrientDB via Multi-host Docker

2015-01-04 Thread Esen Sagynov
Using ODB 2.0-SNAPSHOT (Jan 5, 2015). My nodes in Docker containers on separate physical machines cannot join to each other. The establish a connection however eventually they refuse joining because some conditions aren't met. The following are logs on Host 2: 2015-01-05 06:07:15:691 INFO