Hi,

I'm currently running into the below issue where setting up orientdb on AWS 
ec2 instance using chef cookbook.I'm using the version community edition 
2.1.8... I followed the reference cookbook 
from https://github.com/fgimenez/orientdb-cookbook.

I see this error in the log file on when the server is started.... also it 
prompts me to enter root password for the first time server start. How 
could this be possible to enter the root password if we use chef cookbook 
to install orientdb.


2016-01-07 15:58:15:454 INFO  Installing dynamic plugin 'studio-2.1.zip'... 
[OServerPluginManager]
2016-01-07 15:58:15:460 INFO  Installing GREMLIN language v.2.6.0 - 
graph.pool.max=50 [OGraphServerHandler]Exception in thread "main" 
com.orientechnologies.orient.core.exception.OConfigurationException: 
Illegal node name '10.94.77.130_160107155147'. '.' is not allowed in node 
name
        at 
com.orientechnologies.orient.server.distributed.ODistributedAbstractPlugin.config(ODistributedAbstractPlugin.java:119)
        at 
com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin.config(OHazelcastPlugin.java:116)
        at 
com.orientechnologies.orient.server.OServer.registerPlugins(OServer.java:978)
        at 
com.orientechnologies.orient.server.OServer.activate(OServer.java:346)
        at 
com.orientechnologies.orient.server.OServerMain.main(OServerMain.java:41)


Here is the config from orientdb-server-config.xml

<!-- CLUSTER PLUGIN, TO TURN ON SET THE 'ENABLED' PARAMETER TO 'true' --> 
<handler 
class="com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin"> 
<parameters> <parameter name="nodeName" value="<%= 
node['orientdb']['hazelcast']['nodeName']%>" /> <parameter name="enabled" 
value="<%= node['orientdb']['hazelcast']['enabled']%>"/> <parameter 
name="configuration.db.default" 
value="${ORIENTDB_HOME}/config/default-distributed-db-config.json"/> 
<parameter name="configuration.hazelcast" 
value="${ORIENTDB_HOME}/config/hazelcast.xml"/> </parameters> </handler> 
Please let me know if you have resolved this issue earlier. Appreciate your 
response. Thanks.

Regards
Muthu

-- 

--- 
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