Hi Pvasek, 

    Here you need to remove 

        <handler 
class="com.orientechnologies.orient.graph.handler.OGraphServerHandler">
            <parameters>
                <parameter value="true" name="enabled"/>
                <parameter value="50" name="graph.pool.max"/>
            </parameters>
        </handler>

   from orientdb-server-config.xml. Seems use of orient.getDatabase() and 
orient.getGraph() are mutually exclusive configurations. To 
orient.getGraph() to work you need to configure db with above handler and 
to orient.getDatabase() to work you need to remove above handler. 

Thanks,
Asela

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to