FP1 installation after adding FastTrack

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
tcheslav
Participant
Posts: 20
Joined: Thu Jan 14, 2010 1:02 am
Location: Warsaw

FP1 installation after adding FastTrack

Post by tcheslav »

Hi.

Recently I've added FastTrack to our IBM IS 8.5 FP1 installation. After adding FastTrack is on version 8.5.0.0, which means that FP1 is not applied to this product. I've installed FP1 using -force option. On one of our environments (1 server architecture) FP1 installed sucessfully.
On second environment (3 server architecture) instalation of FP1 is failing on deploying GlossaryBrowser.ear. Below ais exact error from installation log.
Any views?

  • SEVERE: com.ibm.is.install.update.installer.Updater
    java.lang.Exception: Exit Code: 7, Info: *** Exception::ASB_admin_client:com.ascential.asb.admin.service.tools::Code(7), Message=com.ascential.asb.manager.deployme
    nt.DeploymentException: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    java.rmi.RemoteException: ; nested exception is:
    javax.ejb.EJBException: nested exception is: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    java.rmi.RemoteException: ; nested exception is:
    javax.ejb.EJBException: nested exception is: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    java.rmi.RemoteException: ; nested exception is:
    java.lang.AssertionError: 2
    at com.ascential.asb.manager.deployment.DeploymentManagerBean.redeployService(DeploymentManagerBean.java:320)
    at com.ascential.asb.manager.deployment.DeploymentManagerBean.redeploy(DeploymentManagerBean.java:227)
    at com.ascential.asb.manager.deployment.EJSRemoteStatelessDeploymentManager_b8c2930b.redeploy(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
    at java.lang.reflect.Method.invoke(Method.java:600)
    at com.ibm.rmi.util.ProxyUtil$4.run(ProxyUtil.java:612)
    at java.security.AccessController.doPrivileged(AccessController.java:251)
    at com.ibm.rmi.util.ProxyUtil.invokeWithClassLoaders(ProxyUtil.java:608)
    at com.ibm.CORBA.iiop.ClientDelegate.invoke(ClientDelegate.java:1165)
    at $Proxy40.redeploy(Unknown Source)
    at com.ascential.asb.manager.deployment._DeploymentManager_Stub.redeploy(_DeploymentManager_Stub.java:422)
    at com.ascential.asb.admin.service.server.ServiceAdminBean.upgradePackage(ServiceAdminBean.java:591)
    at com.ascential.asb.admin.service.server.ServiceAdminBean.upgradeApplication(ServiceAdminBean.java:338)
    at com.ascential.asb.admin.service.server.EJSRemoteStatelessServiceAdmin_e754b957.upgradeApplication(Unknown Source)
    at com.ascential.asb.admin.service.server._EJSRemoteStatelessServiceAdmin_e754b957_Tie.upgradeApplication__com_ascential_asb_util_common_FileTransferHelper
    __long(_EJSRemoteStatelessServiceAdmin_e754b957_Tie.java:421)
    at com.ascential.asb.admin.service.server._EJSRemoteStatelessServiceAdmin_e754b957_Tie._invoke(_EJSRemoteStatelessServiceAdmin_e754b957_Tie.java:174)
    at com.ibm.CORBA.iiop.ServerDelegate.dispatchInvokeHandler(ServerDelegate.java:622)
    at com.ibm.CORBA.iiop.ServerDelegate.dispatch(ServerDelegate.java:475)
    at com.ibm.rmi.iiop.ORB.process(ORB.java:513)
    at com.ibm.CORBA.iiop.ORB.process(ORB.java:1574)
    at com.ibm.rmi.iiop.Connection.respondTo(Connection.java:2841)
    at com.ibm.rmi.iiop.Connection.doWork(Connection.java:2714)
    at com.ibm.rmi.iiop.WorkUnitImpl.doWork(WorkUnitImpl.java:63)
    at com.ibm.ejs.oa.pool.PooledThread.run(ThreadPool.java:118)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1550)

Regards
Tcheslav
tcheslav
Participant
Posts: 20
Joined: Thu Jan 14, 2010 1:02 am
Location: Warsaw

Post by tcheslav »

I resolved the issue myself ;)

Just changed Version.xml before running FP1 installation.
I've deleted information about bussines glossary and bussines glossary anywhere. Then FP1 installation was successful. After that inserted again infromation about BG and BGA into Version.xml.

Hope this will help someone.

Regards
Tcheslav
Post Reply