The test below would verify whether the method mmap is supported on a specific shared file system. If it is not supported, contact your system administrator. If it is supported but the problem persists, contact TIBCO Support for further troubleshooting.
Here are the steps: (/glusterfs/Common/java is shared file system)
1). cp jre7_u51_64.zip /glusterfs/Common/java
2). cd /glusterfs/fexshared/Common/java
3). unzip jre7_u51_64.zip
4). cd /glusterfs/fexshared/Common/java/jre7_u51_64/bin
The result of mmap not supported:
./java -version
mmap failed for CEN and END part of zip file
Error occurred during initialization of VM
java/lang/ClassNotFoundException: error in opening JAR file /glusterfs/Common/java/jre7_u51_64/lib/rt.jar
The result of mmap supported:
java version "1.7.0_51"
Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)