Problem:
Out of memory error jump when creating deployment management profile for websphere process server by using the pcatAIX.bin.
Cause:
java's max memory size is too small to run to the end.
Solution:
Increase the -Xmx parameter of the java, run java pcat.jar directly as below.
../../java/jre/bin/java -cp :pcat.jar: -Dtemp.dir=/tmp/ -Dis.jvm.home=/opt/IBM/WebSphere/ProcServer/bin/ProfileCreator_wbi/../../java -Dis.jvm.temp=1 -Dis.media.home= -Dis.launcher.file=/opt/IBM/WebSphere/ProcServer/bin/ProfileCreator_wbi/pcatAIX.bin -Dis.jvm.file=/tmp/isjFTmbUb -Dis.external.home=/opt/IBM/WebSphere/ProcServer/bin/ProfileCreator_wbi -Xms20m -Xmx4000m run
-Xmx4000m means the most available memory size.
分享到:
相关推荐
### WebSphere Process Server 安全概述 #### 引言 本文档旨在介绍如何为基于 WebSphere Process Server V6 的业务集成系统提供安全保障。文档详细讨论了安全需求、WebSphere Process Server 如何利用 WebSphere ...
### WebSphere Process Server与WebSphere Integration Developer技术概览 #### OnDemand Business与服务导向架构(SOA) 在当今数字化时代,企业面临着前所未有的挑战和机遇。为了更好地应对这些挑战并抓住机遇,...
Developing Business Integration Solutions for IBM WebSphere Process Server. To open the document, use password:J9s2HsjA
WebSphere Process Server V6 是IBM提供的一款关键的中间件产品,它主要用于构建和执行面向服务的架构(Service-Oriented Architecture, SOA)。SOA是一种设计方法论,它允许企业将业务功能分解为独立的服务,这些...
针对WebSphere Process Server 的 Web 服务客户端编程
### WebSphere Process Server V6 技术概览 #### 一、面向服务体系架构(SOA)的背景 随着信息技术的发展,企业对于IT系统的需求也日益增长。传统的IT架构往往难以适应快速变化的业务需求,因此出现了面向服务的架构...
1. **理解导致OutOfMemory条件的原因** 2. **使用Tivoli Performance Viewer检测内存溢出状况** 3. **获取详细的垃圾收集(GC)日志** 4. **获取Java堆内存快照(Heap Dump)** 5. **解读详细的垃圾收集日志** 6. **...
此文档名为《W38S1 Administration of WebSphere Application Server V5》,是 IBM 认证课程材料的一部分,旨在为学员提供 WebSphere Application Server V5 的管理技能训练。该文档的课程代码为 WF381,版本为 ERC...
《深入解析WebSphere Portal Server:构建下一代企业门户》 WebSphere Portal Server,作为IBM旗下WebSphere平台的重要组成部分,被设计为新一代的企业门户解决方案,旨在提供一个统一、安全且易于访问的平台,使得...
### WebSphere Application Server 6.0 应用指南 #### WebSphere Application Server 6.0 开发工具介绍 **WebSphere Application Server (WAS) 6.0** 的发布标志着IBM在企业级Java应用服务器领域的新里程碑。此...
### WebSphere Application Server SSL配置详解 #### 一、概述 在现代互联网环境下,为了保障数据的安全性和隐私性,采用SSL/TLS加密已经成为一种普遍做法。本文档将详细介绍如何配置IBM WebSphere Application ...
WebSphere Application Server9.0.0.2 安装包百度云盘资源地址,非商业用途,仅供学习使用。
该解决方案中的核心产品包括:IBM WebSphere Process Server、IBM WebSphere Enterprise Service Bus、IBM WebSphere Integration Developer、IBM WebSphere Business Modeler、IBM WebSphere Business Monitor。
### WebSphere Application Server V6 自动安装应用程序知识点详解 #### 一、概述 **WebSphere Application Server (WAS) V6** 是IBM提供的一款企业级应用服务器产品,它支持多种应用开发模型,如Java EE、Web ...
IBM WebSphere Application Server 6.1 for Linux 安装步骤 IBM WebSphere Application Server 6.1 是一个功能强大的应用服务器,适用于 Linux 操作系统。本文将详细介绍在 Linux 平台上安装 WebSphere 6.1 的步骤...
### WebSphere Application Server V6.1安全手册知识点详解 #### 一、概述 《WebSphere Application Server V6.1 Security Handbook》是IBM公司为WebSphere Application Server V6.1版本编写的安全指南。该文档...
WebSphere Application Server 启动错误诊断 在本文中,我们将详细介绍 WebSphere Application Server(WAS)启动错误的诊断方法。WAS 是一个复杂的应用服务器,启动过程中可能会出现各种错误,影响服务器的正常...
IBM WebSphere Application Server - The Complete Reference Part I - Getting Started Chapter 1 - What Is WebSphere? Chapter 2 - Installing and Starting WebSphere Chapter 3 - Hello World (Wide ...
### WebSphere Application Server for Developers V7 #### 一、概述 IBM WebSphere Application Server (WAS) 是一款高性能的企业级应用服务器,适用于构建、部署和管理企业级Java应用程序。本指南旨在帮助开发者...