Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/jquery-ui/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
OrientDB控制台诊断-不是很有帮助吗?_Orientdb - Fatal编程技术网

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

OrientDB控制台诊断-不是很有帮助吗?,orientdb,Orientdb,我正在运行一些OrientDB脚本,并获得以下信息。我怎样才能使脚本中的报告行带有错误-错误消息非常没有帮助 另外,do设置详细10开头也没有帮助 ... Property created successfully. Property created successfully. Property created successfully. Property created successfully. Error: com.orientechnologies.orient.core.exc

我正在运行一些OrientDB脚本,并获得以下信息。我怎样才能使脚本中的报告行带有错误-错误消息非常没有帮助

另外,
do设置详细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
错误:

Error: com.orientechnologies.orient.core.exception.OCommandExecutionException: Class not found: Subscription
    DB name="my.db"
意味着您试图在不存在的类上执行命令,在本例中为订阅

希望能有帮助


“问候”

原来是Orient DB 3.0.2

此外,如果在长时间脚本执行期间需要更好的反馈,请从以下内容开始脚本:

set echo on;

我知道这意味着什么,但我希望在引用的地方有一个行号