我有一个客户,我试图帮助远程,他们不会让我访问他们的机器,所以这有点困难。
有他可以看的日志文件吗?有谁知道我怎么帮他站起来跑的吗?
编辑1
2014-07-04 10:47:25.490 Notice: Starting MarkLogic Server 7.0-3 amd64 in C:\Program Files\MarkLogic with data in C:\Program Files\MarkLogic\Data
2014-07-04 10:47:58.355 Info: SSL FIPS mode has been enabled
2014-07-04 10:48:49.490 Emergency: Initialization: SVC-MEMALLOC: Memory allocation error: VirtualAlloc 134217728 bytes: The paging file is too small for this operation to complete.
2014-07-04 11:07:28.981 Notice: Starting MarkLogic Server 7.0-3 amd64 in C:\Program Files\MarkLogic with data in C:\Program Files\MarkLogic\Data
2014-07-04 11:07:29.740 Info: SSL FIPS mode has been enabled
2014-07-04 11:07:36.885 Info: Native plugin cache manifest initialized
2014-07-04 11:07:36.909 Warning: Retrying 0 of 5 _beginthreadex: Failed to create thread: ResumeThread failed to resume: errno=0 : No error
2014-07-04 11:07:37.110 Warning: Retrying 1 of 5 _beginthreadex: Failed to create thread: ResumeThread failed to resume: errno=0 : No error
2014-07-04 11:07:37.310 Warning: Retrying 2 of 5 _beginthreadex: Failed to create thread: ResumeThread failed to resume: errno=0 : No error
2014-07-04 11:07:37.510 Warning: Retrying 3 of 5 _beginthreadex: Failed to create thread: ResumeThread failed to resume: errno=0 : No error
2014-07-04 11:07:38.299 Emergency: Initialization: SVC-THRCREAT: Thread creation error: _beginthreadex: The handle is invalid.
2014-07-04 12:09:44.938 Notice: Starting MarkLogic Server 7.0-3 amd64 in C:\Program Files\MarkLogic with data in C:\Program Files\MarkLogic\Data
2014-07-04 12:09:45.823 Info: SSL FIPS mode has been enabled
2014-07-04 12:09:50.829 Emergency: Initialization: SVC-MEMALLOC: Memory allocation error: VirtualAlloc 134217728 bytes: The paging file is too small for this operation to complete.
2014-07-04 12:14:05.972 Notice: Starting MarkLogic Server 7.0-3 amd64 in C:\Program Files\MarkLogic with data in C:\Program Files\MarkLogic\Data
2014-07-04 12:14:06.936 Info: SSL FIPS mode has been enabled
2014-07-04 12:14:20.406 Emergency: Initialization: SVC-MEMALLOC: Memory allocation error: VirtualAlloc 134217728 bytes: The paging file is too small for this operation to complete.
2014-07-04 12:17:27.072 Notice: Starting MarkLogic Server 7.0-3 amd64 in C:\Program Files\MarkLogic with data in C:\Program Files\MarkLogic\Data
2014-07-04 12:17:28.242 Info: SSL FIPS mode has been enabled
2014-07-04 12:17:43.696 Emergency: Initialization: SVC-MEMALLOC: Memory allocation error: VirtualAlloc 67108864 bytes: The paging file is too small for this operation to complete.发布于 2014-07-04 18:32:17
如果运行默认的MarkLogic安装程序,则MarkLogic将以程序文件结尾。默认情况下,它的数据文件(包括日志)也会出现在Windows上。最有趣的日志文件是ErrorLog.txt,您可以在以下站点找到它:
C:\Program Files\MarkLogic\Data\Logs\ErrorLog.txt注意事项:这些日志每天旋转,并保存6天。如果你正在寻找昨天的一个,它将是ErrorLog_1.txt。
关于MarkLogic不能启动的原因:如果没有更多的信息,这是有点难以判断的。美联储( ErrorLog )很可能会透露更多信息。
哈哈!
发布于 2014-07-04 18:55:21
正如您在日志中所看到的,存在一个内存问题。船上有多少内存?您可能需要增加交换空间。这至少应该和内存的大小一样大。因此,如果您的机器有8gb内存。交换空间至少应该是这个大小。希望这能有所帮助。彼得
https://stackoverflow.com/questions/24578305
复制相似问题