Datastage Installation Problem

HI,

I am trying to install IBM infosphere Datastage on my machine. which is

[root@PRC-EBEBIZS3 ~]# uname -a
Linux  "hostname" 2.6.18-238.el5 #1 SMP Sun Dec 19 14:22:44 EST 2010 x86_64 x86_64 x86_64 GNU/Linux

AS per the IBM DOC, we need to install the WAS (Websphere Administration Server ) and then proceed installing the Datastage.
I have already installed WAS and able to start and stop the server.
However my issue is in installing the datastage.
During installation it automatically start and stop the was server. after which the datastage installation fails.

ServiceException: (error code = 200; message = "projects"; severity = 0; exception = [com.installshield.database.DuplicateKeyException: projects])
        at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)
--
           /opt/IBM/WebSphere/AppServer1/profiles/AppSrv02/logs/server1 should
           contain failure information.
 
Nov 21, 2011 5:14:39 AM , SEVERE: com.ascential.acs.installer.asb.j2ee.WebSphereJ2eeService
java.lang.Exception
        at com.ascential.acs.installer.asb.j2ee.WebSphereJ2eeService.startWASAndFinalizeInstall(WebSphereJ2eeService.java:750)
--
        at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:570)
 
Nov 21, 2011 5:14:39 AM , SEVERE: com.ascential.acs.installer.asb.AsbConfigProductAction  $L(com.ibm.is.install.resources.ServicesBackboneStrings,was.startError)
 
java.lang.Exception
Nov 21, 2011 5:14:39 AM , SEVERE: com.ascential.acs.installer.asb.AsbConfigProductAction
ProductException: (error code = 601; message="EServicesbackbone89511: WebSphere Application Server cannot be started.
 
--
Nov 21, 2011 5:15:10 AM , INFO: com.ascential.acs.installer.suite.DetectAssemblyInstallFailure  ISuite10095: softwareObject is null.
Nov 21, 2011 5:15:10 AM , INFO: com.ascential.acs.installer.suite.DetectAssemblyInstallFailure  servicesbackboneISuite10093: Install status:false
Nov 21, 2011 5:15:10 AM , INFO: com.ascential.acs.installer.suite.DetectAssemblyInstallFailure  ISuite10093: Install status:ESuite10094: Not retrievable from null object
Nov 21, 2011 5:15:10 AM , SEVERE: com.ascential.acs.installer.suite.DetectAssemblyInstallFailure  ESuite10092: One or more assemblies did not install correctly
Nov 21, 2011 5:15:10 AM , INFO: com.ascential.acs.installer.asb.AsbAgentStartAction  execute
Nov 21, 2011 5:15:10 AM , INFO: com.ascential.acs.installer.suite.CopyLogFileWizardAction  execute

:wall:

Please help me on this :frowning:

Have you checked /opt/IBM/WebSphere/AppServer1/profiles/AppSrv02/logs/server1 for more information as pointed out in the error message?

Yes I did , found that server not able to satrt ,

[11/22/11 3:08:56:052 MST] 0000000a SSLConfig     W   CWPKI0041W: One or more ke
y stores are using the default password.
[11/22/11 3:08:56:059 MST] 0000000a SSLConfigMana I   CWPKI0027I: Disabling defa
ult hostname verification for HTTPS URL connections.
[11/22/11 3:09:58:240 MST] 0000000a ServerStatus  E   ADMU0002E: Exception attem
pting to process server server1: javax.management.JMRuntimeException: ADMN0022E:
 Access is denied for the getState operation on Server MBean because of insufficient or empty credentials.

I assume you are installing as root , aren't you?

Yes I am ...