Discussion:
Deploying refresh pack to Deployment Manager on WASND 6.0
(too old to reply)
j***@regions.com
2009-07-21 18:16:26 UTC
Permalink
When I try to deploy 6.0-WS-WAS-LinuxX32-RP0000002.tar to the deployment manager, I get an error message that basically states the product is not valid. Any ideas?

Details:
---------------------------------------------------
IBM Update Installer for WebSphere Software is being run from an incorrect path.

It mist be run from the /updateinstaller directory, where is the installation location of the product to be updated.
---------------------------------------------------


In the logs /logs/update there are two directories:
*Directory unknown.install, the file updatelog.txt has the following snippet:
---------------------------------------------------
(Jul 21, 2009 12:09:08 AM), UpdateInstaller, com.ibm.ws.install.ni.ismp.actions.PopulateTitleBarAction, msg1, IBM Update Installer for WebSphere Software V6.0.2.7
(Jul 21, 2009 12:09:08 AM), UpdateInstaller, com.ibm.ws.install.ni.ismp.actions.IdentifySelectedProductAction, err, CWUPI0012E: A supported product could not be detected at the specified location.
(Jul 21, 2009 12:09:08 AM), UpdateInstaller, com.ibm.ws.install.ni.ismp.actions.SetExitCodeAction, msg1, CWUPI0000I: EXITCODE=1
(Jul 21, 2009 12:09:08 AM), UpdateInstaller, com.ibm.ws.install.ni.ismp.actions.ISMPLogSuccessMessageAction, msg1, INSTCONFFAILED
---------------------------------------------------


*Directory tmp, the file updatetrace.log has the following :
---------------------------------------------------

2009-07-21T12:43:06
1248198186402
8
com.ibm.ws.install.ni.framework.logging.J2SELoggingBridge
WARNING
class com.ibm.ws.install.ni.framework.product.ProductPlugin

10
Exception: com.ibm.ws.install.ni.updi.product.xd.XDV6ProductPlugin


2009-07-21T12:43:06
1248198186403
9
com.ibm.ws.install.ni.framework.logging.J2SELoggingBridge
WARNING
class com.ibm.ws.install.ni.framework.product.ProductPlugin

10
Stack trace follows...


2009-07-21T12:43:06
1248198186406
10
com.ibm.ws.install.ni.framework.logging.J2SELoggingBridge
WARNING
class com.ibm.ws.install.ni.framework.product.ProductPlugin

10
java.lang.ClassNotFoundException: com.ibm.ws.install.ni.updi.product.xd.XDV6ProductPlugin
at java.net.URLClassLoader.findClass(URLClassLoader.java(Compiled Code))
at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java(Compiled Code))
at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
at java.lang.Class.forName1(Native Method)
at java.lang.Class.forName(Class.java:180)
at com.ibm.ws.install.ni.framework.plugin.NIFPlugin.createPlugin(NIFPlugin.java:693)
at com.ibm.ws.install.ni.framework.plugin.NIFPlugin.createPlugins(NIFPlugin.java:115)
at com.ibm.ws.install.ni.framework.product.ProductPlugin.initAggregatedAndAvailableProductPlugins(ProductPlugin.java:394)
at com.ibm.ws.install.ni.framework.product.ProductPlugin.init(ProductPlugin.java:201)
at com.ibm.ws.install.ni.framework.plugin.NIFPlugin.createPlugin(NIFPlugin.java:708)
at com.ibm.ws.install.ni.framework.plugin.NIFPlugin.createPlugins(NIFPlugin.java:115)
at com.ibm.ws.install.ni.ismp.conditions.IsUPDIRunningFromRightDirectory.isTheParentProductSupported(IsUPDIRunningFromRightDirectory.java:137)
at com.ibm.ws.install.ni.ismp.conditions.IsUPDIRunningFromRightDirectory.evaluateTrueCondition(IsUPDIRunningFromRightDirectory.java:105)
at com.installshield.wizard.WizardBeanCondition.isMet(WizardBeanCondition.java:149)
at com.installshield.util.ConditionSet.evaluteANDExpression(ConditionSet.java:98)
at com.installshield.util.ConditionSet.isMet(ConditionSet.java:88)
at com.installshield.wizard.WizardBean.conditionsMet(WizardBean.java:312)
at com.installshield.wizard.ConditionalWizardTreeIterator.accept(ConditionalWizardTreeIterator.java:45)
at com.installshield.wizard.StandardWizardTreeIterator.accept(StandardWizardTreeIterator.java:174)
at com.installshield.wizard.StandardWizardTreeIterator.getNext(StandardWizardTreeIterator.java:86)
at com.installshield.wizard.ConditionalWizardTreeIterator.getNext(ConditionalWizardTreeIterator.java:40)
at com.installshield.wizard.MultiWizardTreeIterator.getNext(MultiWizardTreeIterator.java:68)
at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1576)




---------------------------------------------------
Juanma Martinez
2009-07-21 18:37:04 UTC
Permalink
Post by j***@regions.com
When I try to deploy 6.0-WS-WAS-LinuxX32-RP0000002.tar to the deployment manager, I get an error message that basically states the product is not valid. Any ideas?
---------------------------------------------------
IBM Update Installer for WebSphere Software is being run from an incorrect path.
It mist be run from the /updateinstaller directory, where is the installation location of the product to be updated.
---------------------------------------------------
---------------------------------------------------
Well, it first states that your are running it from an incorrect
directory. In which directory is ND installed and from which directory
are you running UpdateInstaller?

Loading...