`
雨过天晴0521
  • 浏览: 154737 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

amx bpm install

 
阅读更多
How to setup amx bpm remotely

note: Configure the Maximum Number of Open Files first(The maximum number of open files/file descriptors that a user can open is controlled by the operating system. However, the default threshold on Linux systems is typically too low and has to be increased.
TIBCO recommend that you set the system-wide, hard limit to a value of at least 10000, on each machine that will be part of the ActiveMatrix BPM system.)

1. Create an BPM Server(administrator, BPMEnvironment and BPMNode)
     note the enterprise name
2. Create a TIBCO Host instace remotely
    note 0) give a name to new tibcohost
         1) prefer ip to hostname 
         2) use same ems with admin
         3) use same enterprise name
3. Create BPM Node type
    note 1) choose one of the four node type
         2) enter the tibcohost name instead of BPMHost, both local and remote tibcohost are valid.
         3) enter same enviroment as bpm server Environment.



=============java.io.IOException: Too many open files==============

18 Apr 2013 11:18:49,816 [State Saver] [INFO ] stdout - !SESSION 2013-04-18 11:18:49.783 -----------------------------------------------
18 Apr 2013 11:18:49,816 [State Saver] [INFO ] stdout - eclipse.buildId=unknown
18 Apr 2013 11:18:49,816 [State Saver] [INFO ] stdout - java.version=1.7.0_17
18 Apr 2013 11:18:49,816 [State Saver] [INFO ] stdout - java.vendor=Oracle Corporation
18 Apr 2013 11:18:49,816 [State Saver] [INFO ] stdout - BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
18 Apr 2013 11:18:49,817 [State Saver] [INFO ] stdout - !ENTRY org.eclipse.osgi 4 0 2013-04-18 11:18:49.800
18 Apr 2013 11:18:49,817 [State Saver] [INFO ] stdout - !MESSAGE
18 Apr 2013 11:18:49,817 [State Saver] [INFO ] stdout - !STACK 0
18 Apr 2013 11:18:49,817 [State Saver] [INFO ] stdout - java.io.IOException: Too many open files
18 Apr 2013 11:18:49,817 [State Saver] [INFO ] stdout - at java.io.UnixFileSystem.createFileExclusively(Native Method)
18 Apr 2013 11:18:49,817 [State Saver] [INFO ] stdout - at java.io.File.createTempFile(Unknown Source)
18 Apr 2013 11:18:49,817 [State Saver] [INFO ] stdout - at org.eclipse.osgi.storagemanager.StorageManager.createTempFile(StorageManager.java:728)
18 Apr 2013 11:18:49,817 [State Saver] [INFO ] stdout - at org.eclipse.osgi.storagemanager.StorageManager.getOutputStream(StorageManager.java:790)
18 Apr 2013 11:18:49,818 [State Saver] [INFO ] stdout - at org.eclipse.osgi.internal.baseadaptor.BaseStorage.saveBundleDatas(BaseStorage.java:568)
18 Apr 2013 11:18:49,818 [State Saver] [INFO ] stdout - at org.eclipse.osgi.internal.baseadaptor.BaseStorage.saveAllData(BaseStorage.java:457)
18 Apr 2013 11:18:49,818 [State Saver] [INFO ] stdout - at org.eclipse.osgi.internal.baseadaptor.BaseStorage$StateSaver.run(BaseStorage.java:1304)
18 Apr 2013 11:18:49,818 [State Saver] [INFO ] stdout - at java.lang.Thread.run(Unknown Source)




===================== Solution ====================
File Descriptors (on Linux)
This only applies to Red Hat Enterprise Linux v5.4 and SUSE Enterprise Linux 11 (64 Bit)
The maximum number of open files/file descriptors that a user can open is
controlled by the operating system. The threshold on Linux is typically too low
and has to be increased. The exact number depends on the features selected
during installation and the size of the workspace but our experience is that 10000
is plenty. You can find out the number on your system by running ulimit -n
from a terminal window. To increase the max number of files that can be opened:
1. Edit the /etc/security/limits.conf file and add the following line:
* hard nofile 10000
2. Log out of the system and log back in. If you run sfbp, you need to restart os, then start sf with default user.
3. On machines on which TIBCO Business Studio is installed, add the following
parameter to your TIBCOBusinessStudio.ini file.
-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner




分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics