如何通过将大型xml数据文件与xdp模板合并来创建pdf文件
最近更新: 2025年5月5日
- 适用对象:
- Experience Manager 6.5
创建对象:
- 中级
- 管理员
将大型xml数据文件与xdp模板合并时,可能会在日志文件中看到以下错误
POST /services/OutputService/GeneratePdfOutput HTTP/1.1] com.adobe.fd.output.internal.exception.OutputServiceException AEM_OUT_001_003:Unexpected Exception: client timeout reached org.omg.CORBA.TIMEOUT: client timeout reached
要修复上述错误,请执行以下操作
更改aries超时
- 停止AEM服务器
- 在AEM安装的crx-quickstart文件夹下创建名为 install 的文件夹
- 创建名为 org.apache.aries.transaction.config 的文件,该文件包含以下内容
aries.transaction.timeout="1200"
在“安装文件夹”下。 您可以根据需要更改超时值。 超时值以秒为单位
创建org.apache.aries.transaction配置后,您可以从configMgr中编辑事务超时值,而不是编辑文件
更改Jacorb ORB提供程序设置
- 打开OSGi ConfigMgr
- 搜索 Jacorb ORB提供程序
- 添加以下条目
jacorb.connection.client.pending_reply_timeout=600000
上述设置将挂起回复超时(也称为CORBA客户端超时)设置为600秒。 - 保存更改
recommendation-more-help
8de24117-1378-413c-a581-01e660b7163e