avatar of 乔治 乔治
关注 私信
0
关注
0
关注者

回测可以输出日志,但实盘没有日志输出,看到以下错误,可能是什么原因呢?

创建于: 2018-07-10 01:56:19, 更新于:
comments   3
hits   1424

2018/07/09 17:48:10 [Flush] unable to open database file 2018/07/09 17:48:12 [Flush] unable to open database file 2018/07/09 17:48:17 [Flush] unable to open database file 2018/07/09 17:48:18 [Flush] unable to open database file 2018/07/09 17:48:19 [Flush] unable to open database file 2018/07/09 17:48:24 [Flush] unable to open database file 2018/07/09 17:48:25 [Flush] unable to open database file 2018/07/09 17:48:26 [Flush] unable to open database file 2018/07/09 17:48:32 [Flush] unable to open database file 2018/07/09 17:48:33 [Flush] unable to open database file 2018/07/09 17:48:38 [Flush] unable to open database file 2018/07/09 17:48:39 [Flush] unable to open database file 2018/07/09 17:48:40 [Flush] unable to open database file 2018/07/09 17:48:45 [Flush] unable to open database file 2018/07/09 17:48:46 [Flush] unable to open database file 2018/07/09 17:48:47 [Flush] unable to open database file 2018/07/09 17:48:52 [Flush] unable to open database file 2018/07/09 17:48:53 [Flush] unable to open database file 2018/07/09 17:48:54 [Flush] unable to open database file 2018/07/09 17:48:57 [Flush] unable to open database file

相关推荐
全部留言
avatar of 发明者量化-小小梦
发明者量化-小小梦
``` “一个database connect,既有查询又有更新(不同的statement,且不论顺序),执行完之后,不关闭, 会产生一个扩展名为s3db-journal的(临时)文件, 若再次使用该connect执行更新,则产生“unable to open database file”的异常。 所以,一个connect执行完之后要么close,要么自己处理临时文件。” ``` 可能是这个原因。 方便发下 代码么?
2018-07-10 10:19:10
avatar of 发明者量化-小小梦
发明者量化-小小梦
好的 不客气 ^^
2018-07-11 14:06:51
avatar of 乔治
乔治
谢谢梦总。问题已经解决了,原因是我的运行托管者的服务器磁盘空间满了。清除了后就可以了,谢谢啦。
2018-07-11 10:14:03