OrientDB控制台诊断 - 不是很有帮助?

时间:2018-06-13 01:43:49

标签: orientdb

我正在运行一些OrientDB脚本并获得以下内容。如何在脚本中使用错误报告行 - 错误消息非常无用?

此外,开头的doing SET VERBOSE 10;也无济于事。

...
Property created successfully.

Property created successfully.

Property created successfully.

Property created successfully.

Error: com.orientechnologies.orient.core.exception.OCommandExecutionException: Class not found: Subscription
    DB name="my.db"

Loading script /Users/hristostoyanov/projects/gitlab/peruncs/recres_repos/recres/recres-webapp/src/main/odb/scripts/sample_data.sql...
Disconnecting from the database [my.db]...OK

2 个答案:

答案 0 :(得分:0)

错误:

Error: com.orientechnologies.orient.core.exception.OCommandExecutionException: Class not found: Subscription
    DB name="my.db"

表示您尝试对不存在的类执行命令,在本例中为Subscription。

希望有所帮助

此致

答案 1 :(得分:0)

原来是Orient DB 3.0.2 issue

此外,如果在长脚本执行期间需要更好的反馈,请使用以下命令启动脚本:

set echo on;