11.5.0.2 Installation failing in WAS cluster server

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
venkat626
Participant
Posts: 35
Joined: Thu Feb 14, 2013 7:19 am

11.5.0.2 Installation failing in WAS cluster server

Post by venkat626 »

Hello ,

We are getting an below error while installing IS 11.5 fixpack2 in service tier.

please suggest if anyone was faced the issue earlier ?

java.lang.Exception: Exit Code: 1, Info: Info Using user ID 'wasadm' from MetadataServer.info. Building jar: /tmp/iisSharedLib1411703011049858850.tmp/sdp.jar Building ear: /tmp/iisSharedLib1411703011049858850.tmp/sdp.ear WASX7209I: Connected to process "dmgr" on node serverCellManager01 using SOAP connector; The type of process is: DeploymentManager WASX7303I: The following options are passed to the scripting environment and are available as arguments that are stored in the argv variable: "[/tmp/iisSharedLib1411703011049858850.tmp/installSharedLibraries.txt, InfoSphere]" $Id: wsadminlib.py 115 2011-01-03 15:51:00Z dingsor $ WASX7017E: Exception received while running file "/opt/IBM/InformationServer/ASBServer/etc/manageSharedLibraries.py"; exception information: com.ibm.bsf.BSFException: exception from Jython: Traceback (innermost last): File "<string>", line 66, in ? File "/opt/IBM/InformationServer/ASBServer/etc/iislib.py", line 122, in installSharedLibraries File "/opt/IBM/InformationServer/ASBServer/etc/wsadminlib.py", line 3582, in deleteApplicationByNameIfExists File "/opt/IBM/InformationServer/ASBServer/etc/wsadminlib.py", line 3379, in listApplications IndexError: index out of range: 0 IISAdminCommand:Exit(1)

Regards
Venkat
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I have not encountered that particular error. It would seem to be a bug in the installation script; you really need to involve your official support provider on this one.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

Might want to double check your version of python on the host, and look at your default system settings for user id resources. the "ulimit -a" stuff.

Make sure your file handle quantity is up to snuff.

Another gottcha I found was the "nosuid" setting on the mounts (see /etc/fstab).
Post Reply