Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ruby-on-rails-4/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
为plocal DB启动OrientDB studio_Orientdb_Orientdb2.2 - Fatal编程技术网

为plocal DB启动OrientDB studio

为plocal DB启动OrientDB studio,orientdb,orientdb2.2,Orientdb,Orientdb2.2,我可以使用plocal连接启动我的orientDb(2.2.6)实例,并可以向DB添加顶点,但我无法访问studio。当我转到时,页面是空白的。studio是否已准备就绪并可“开箱即用” orientdb-server-config.xml是: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <orient-server> <network> <protocols>

我可以使用plocal连接启动我的orientDb(2.2.6)实例,并可以向DB添加顶点,但我无法访问studio。当我转到时,页面是空白的。studio是否已准备就绪并可“开箱即用”

orientdb-server-config.xml是:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<orient-server>
  <network>
    <protocols>
        <protocol implementation="com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary" name="binary"/>
        <protocol name="http" implementation="com.orientechnologies.orient.server.network.protocol.http.ONetworkProtocolHttpDb"/>
    </protocols>
    <listeners>
        <listener protocol="binary" socket="default" port-range="2424-2430" ip-address="0.0.0.0"/>
        <listener protocol="http" port-range="2480-2485" ip-address="0.0.0.0">
            <commands>
                <command implementation="com.orientechnologies.orient.server.network.protocol.http.command.get.OServerCommandGetStaticContent" pattern="GET|www GET|studio/ GET| GET|*.htm GET|*.html GET|*.xml GET|*.jpeg GET|*.jpg GET|*.png GET|*.gif GET|*.js GET|*.css GET|*.swf GET|*.ico GET|*.txt GET|*.otf GET|*.pjs GET|*.svg">
                    <parameters>
                        <entry value="Cache-Control: no-cache, no-store, max-age=0, must-revalidate\r\nPragma: no-cache" name="http.cache:*.htm *.html"/>
                        <entry value="Cache-Control: max-age=120" name="http.cache:default"/>
                    </parameters>
                </command>
            </commands>
        </listener>
    </listeners>
  </network>
  <users>
    <user resources="*" password="root" name="root"/>
    <user resources="connect,server.listDatabases,server.dblist" password="guest" name="guest"/>
  </users>
  <properties>
    <entry value="1" name="db.pool.min"/>
    <entry value="50" name="db.pool.max"/>
    <entry value="true" name="profiler.enabled"/>
  </properties>
</orient-server>

我遗漏了什么?

你能试着下载最新版本吗?警告指出你遗漏了一些文件夹/文件…我暂时搁置了这项任务,以解决一个紧急问题。有时间我会看一看。@OleksandrGubchenko:我在使用2.2.12时也遇到同样的问题,你的操作系统是什么?你有一些防病毒/防火墙处于活动状态吗?我已经可以启动了。我复制并粘贴了studio-2.2.zip到我的插件目录中。我不得不添加一些非常宽松的权限,这些权限会打开一些主要的安全漏洞。您能否尝试下载最新版本,警告指出您缺少一些文件夹/文件…我暂时搁置此任务,以解决一个紧急问题。有时间我会看一看。@OleksandrGubchenko:我在使用2.2.12时也遇到同样的问题,你的操作系统是什么?你有一些防病毒/防火墙处于活动状态吗?我已经可以启动了。我复制并粘贴了studio-2.2.zip到我的插件目录中。不过,我不得不添加一些非常宽松的权限,这些权限会打开一些主要的安全漏洞。
2016-09-28 16:56:01:756 WARNI path variable points to 'src/site' but it doesn't exists [OServerCommandGetStaticContent]
2016-09-28 16:56:01:756 WARNI path variable points to 'src/site' but it isn't a directory [OServerCommandGetStaticContent]