我想用 endeca 创建一个日记报告,所以我在 15010 [端口] 上运行日志服务器,但是当我启动 [WeeklyReportGenerator] 似乎出了点问题,我想是因为日志服务器出错,我检查日志,这是错误:
Oct 12, 2012 10:19:17 AM com.endeca.forge.base.Pipeline$Engine$1 handle
WARNING: Error in pipeline: No log files to process
Oct 12, 2012 10:19:17 AM com.endeca.rg.components.input.FileSystemMultiInput$Engine$Statistics log
INFO: LogFileInput/FileSystemInput/com.endeca.rg.components.input.FileSystemMultiInput: Progress: 1/1 (100%), 0:00:00 remaining
Oct 12, 2012 10:19:17 AM com.endeca.rg.ReportGenerator main
SEVERE: Unable to proceed
Pipeline execution interrupted by exception
No log files to process
java.lang.RuntimeException: No log files to process
at com.endeca.rg.components.input.LogFileInput$Substitution$1$Engine.portClosed(LogFileInput.java:269)
一些关于问题出什么的线索?
报告过程需要日志文件才能生成报告。 默认情况下,不会向日志服务器发送任何日志消息。
如果您查看橙色参考应用程序 (http://:8006/endeca_jspref),您会发现它确实实现了日志记录。如果您查看logging_functions.jsp,您可以看到如何发送日志消息的良好基本实现(C:\Endeca\ToolsAndFrameworks\11.1.0\reference\endeca_jspref\logging_functions.jsp )
如果您使用的是汇编程序 API,它将为您处理大多数日志记录。确保您配置了正确的主机名和端口。如果需要扩展或替换日志记录,请在汇编程序上下文.xml中查找 com.endeca.infront.navigation.event.LogServerAdapter。