Django + PyOrient :EC2 中的 db_create socket.timeout 异常



我正在使用orientDB社区版本2.2.35pyorient 1.5.5

client.db_create(db_name, pyorient.DB_TYPE_GRAPH, pyorient.STORAGE_TYPE_PLOCAL)

启动服务器后,这在本地运行良好。

但是当我在ec2机器上运行相同的代码时,它会抛出socket.timeout exception.

我最初认为这可能是一个CORS问题,但事实并非如此。还有什么问题?

使用 sudo 命令运行 orientDB 服务器解决了这个问题。

db_create(( 尝试修改 OSystem/dirty.fl 文件,我在服务器日志上获得了权限被拒绝异常。

FileNotFoundException: /home/ubuntu/orientdb-community-2.2.35/databases/OSystem/dirty.fl (Permission denied)

相关内容

  • 没有找到相关文章

最新更新