首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >MarkLogic:无法在Windows 7浏览器中运行管理界面

MarkLogic:无法在Windows 7浏览器中运行管理界面
EN

Stack Overflow用户
提问于 2014-07-04 16:39:09
回答 2查看 382关注 0票数 3

我有一个客户,我试图帮助远程,他们不会让我访问他们的机器,所以这有点困难。

  • 他无法在浏览器中运行Admin界面。
  • 他在Windows 7 64位.
  • 这是他第一次安装个人电脑。
  • 他下载了MarkLogic 7 .msi,运行了它,并遵循了安装指南中的说明。
  • 当他在浏览器中访问http://localhost:8001时,会发现一个错误,即找不到它。
  • 根据说明,他在“开始程序”菜单中右键单击“开始”MarkLogic服务器,并选择“以管理员身份运行”。
  • 但他仍然会在浏览器中发现错误。
  • 他证实没有其他网站在他的个人电脑上使用这个端口。
  • Windows服务因某种原因而停止。

有他可以看的日志文件吗?有谁知道我怎么帮他站起来跑的吗?

编辑1

代码语言:javascript
复制
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.
EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2014-07-04 18:32:17

如果运行默认的MarkLogic安装程序,则MarkLogic将以程序文件结尾。默认情况下,它的数据文件(包括日志)也会出现在Windows上。最有趣的日志文件是ErrorLog.txt,您可以在以下站点找到它:

代码语言:javascript
复制
C:\Program Files\MarkLogic\Data\Logs\ErrorLog.txt

注意事项:这些日志每天旋转,并保存6天。如果你正在寻找昨天的一个,它将是ErrorLog_1.txt

关于MarkLogic不能启动的原因:如果没有更多的信息,这是有点难以判断的。美联储( ErrorLog )很可能会透露更多信息。

哈哈!

票数 2
EN

Stack Overflow用户

发布于 2014-07-04 18:55:21

正如您在日志中所看到的,存在一个内存问题。船上有多少内存?您可能需要增加交换空间。这至少应该和内存的大小一样大。因此,如果您的机器有8gb内存。交换空间至少应该是这个大小。希望这能有所帮助。彼得

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/24578305

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档