nevermind i can just post it. it is pasted below. it says that the plugin definition file (plugin.json) is missing. maybe this is the issue? how do i fix this?
2014-10-21 18:49:57:510 INFO Loading configuration from: /Users/xxx/Sites/releases/releases/orientdb-community-1.7.9/config/orientdb-server-config.xml... [OServerConfigurationLoaderXml]
2014-10-21 18:49:57:640 INFO OrientDB Server v1.7.9 (build 3) is starting up... [OServer]
2014-10-21 18:49:57:644 INFO Databases directory: /Users/xxx/Sites/releases/releases/orientdb-community-1.7.9/databases [OServer]
2014-10-21 18:49:57:673 INFO Listening binary connections on
0.0.0.0:2424 (protocol v.21, socket=default) [OServerNetworkListener]
2014-10-21 18:49:57:674 INFO Listening http connections on
0.0.0.0:2480 (protocol v.10, socket=default) [OServerNetworkListener]
2014-10-21 18:49:57:682 INFO Installing dynamic plugin 'studio-1.7.8.zip'... [OServerPluginManager]
2014-10-21 18:49:57:725 INFO Installing GREMLIN language v.2.5.0 - graph.pool.max=50 [OGraphServerHandler]
2014-10-21 18:49:57:728 INFO Installing Script interpreter. WARN: authenticated clients can execute any kind of code into the server by using the following allowed languages: [sql] [OServerSideScriptInterpreter]
2014-10-21 18:49:57:810 INFO OrientDB Server v1.7.9 is active. [OServer]
2014-10-21 19:12:38:337 INFO Created database 'ipdb' of type 'plocal' [ONetworkProtocolBinary]
2014-10-21 19:17:33:004 INFO Installing dynamic plugin 'orientdb-lucene-1.7.9-SNAPSHOT-dist.jar'... [OServerPluginManager]
2014-10-21 19:17:33:005 SEVE Plugin definition file ('plugin.json') is not found for dynamic plugin 'orientdb-lucene-1.7.9-SNAPSHOT-dist.jar' [OServerPluginManager]Error on installing dynamic plugin 'orientdb-lucene-1.7.9-SNAPSHOT-dist.jar'
Plugin definition file ('plugin.json') is not found for dynamic plugin 'orientdb-lucene-1.7.9-SNAPSHOT-dist.jar'
-> com.orientechnologies.orient.server.plugin.OServerPluginManager.installDynamicPlugin(OServerPluginManager.java:297)
-> com.orientechnologies.orient.server.plugin.OServerPluginManager.updatePlugin(OServerPluginManager.java:185)
-> com.orientechnologies.orient.server.plugin.OServerPluginManager.updatePlugins(OServerPluginManager.java:270)
-> com.orientechnologies.orient.server.plugin.OServerPluginManager.access$000(OServerPluginManager.java:54)
-> com.orientechnologies.orient.server.plugin.OServerPluginManager$1.run(OServerPluginManager.java:87)
-> java.util.TimerThread.mainLoop(Timer.java:555)
-> java.util.TimerThread.run(Timer.java:505)
2014-10-21 19:17:38:004 INFO Installing dynamic plugin 'orientdb-lucene-1.7.9-SNAPSHOT-dist.jar'... [OServerPluginManager]
2014-10-21 19:17:38:016 INFO Lucene index plugin installed and active. Lucene version: LUCENE_47 [OLuceneIndexPlugin]
2014-10-21 19:17:56:011 INFO Received shutdown command from the remote client /
192.168.1.10:59198 [ONetworkProtocolBinary]
2014-10-21 19:17:56:011 INFO Remote client /
192.168.1.10:59198 authenticated. Starting shutdown of server... [ONetworkProtocolBinary]
2014-10-21 19:17:56:012 INFO OrientDB Server is shutting down... [OServer]
2014-10-21 19:17:56:012 INFO Shutting down listeners: [OServer]
2014-10-21 19:17:56:012 INFO - ONetworkProtocolBinary /
0.0.0.0:2424: [OServer]
2014-10-21 19:17:56:012 INFO - ONetworkProtocolHttpDb /
0.0.0.0:2480: [OServer]
2014-10-21 19:17:56:012 INFO Shutting down protocols [OServer]
2014-10-21 19:17:56:012 INFO Shutting down plugins: [OServerPluginManager]
2014-10-21 19:17:56:013 INFO - studio [OServerPluginManager]
2014-10-21 19:17:56:013 INFO - automaticBackup [OServerPluginManager]
2014-10-21 19:17:56:013 INFO - script-interpreter [OServerPluginManager]
2014-10-21 19:17:56:013 INFO - jmx [OServerPluginManager]
2014-10-21 19:17:56:042 INFO - graph [OServerPluginManager]
2014-10-21 19:17:56:042 INFO - lucene-index [OServerPluginManager]
2014-10-21 19:17:56:042 INFO Shutting down databases: [OServer]
2014-10-21 19:17:56:043 INFO - storage: ipdb... [Orient]
2014-10-21 19:17:56:063 INFO OrientDB Engine shutdown complete [Orient]
2014-10-21 19:17:56:063 INFO OrientDB Server shutdown complete [OServer]