GlassfishESB filebc 组件导致打开文件句柄过多
我现在有一个基于 Glassfish ESB 的 CASA 应用程序在生产系统 (Win 2k3) 中运行一段时间。我最近遇到了一个非常奇怪的文件处理相关问题。碰巧我无法从产品服务器内部执行任何与文件相关的操作。我的分析引导我使用名为“OpenedFilesView”的工具,该工具列出了任何进程的所有打开文件句柄。我看到指定文件夹(在文件服务器上)上有数千个为 .LCK 文件打开的文件句柄。这是我的 casa 应用程序尝试将从不同文件夹(例如FolderA)接收的文件复制到的文件夹(例如FolderB)。我已使用 FILEBC 组件来执行此文件移动操作。有人遇到过这个/类似的问题吗?
I have an Glassfish ESB based CASA app running in production system (Win 2k3) for sometime now. I have recently encountered a very strange file handles related issue. It so happened that I was unable to perform any file related operations from inside the prod server. My analysis lead me to using the tool called "OpenedFilesView" which listed all open file handles for any process. I saw that there were thousands of file handles open for .LCK files on a specified folder (on a file server). This is the folder (say FolderB) into which my casa app tries to copy files that are received from a different folder (say FolderA). I have used FILEBC component for this file move operation. Has anyone faced this/similar issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我听说升级到 Glassfish ESB v 2.2 可以解决这个问题。我现在正在尝试...
I am told that an upgrade to Glassfish ESB v 2.2 solves this issue. I am trying it now...