Installation Problem with Sneak Preview SP16

Hi folks,
as I was trying to install Sneak Preview NW04 SP16 Full Java version, I am facing a prbolem as below.
As a first step to install, when I clicked the SAPinst.exe, I got a screen whenin it asked me to enter the host name and the TCP/IP port to log on, with the default host and port filled in as "localhost", "21212" respectively.  I accepted the above default values and clicked on the logon button.  Then, the next screen popped up with licence agreement, and once I clicked on "I agree" button, I got the following error and could not proceed further.
"An error occurred during the installation of component SAP NetWeaver Sneak Preview '04 Support Release 1 > Migration - Target System installation.  Press the log view button to get extended error information or press OK button to terminate the installation.  Log files are written to C:\PROGRA~1\SAPINS~1\MW04SR1\WEBAS_~1\ONE_HOST".
In the log browser, which popped up later, I have noted the following three warnings.
"Error 5 ( Access is denied), in execution of of a "RegOpenKeyEx" function, line (67), with parameter
(System\CurrentControlSet\Services\NSCService)".
"The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
Services\NSCService' does not exist on the 'localhost' host".
"The step setDefaults with step key J2EE_SystemCopy_OneHost|ind|ind|ind|WebAs|640|0|J2EE_SystemCopy|ind|ind|ind|ind|0|J2EE_EngineEnterpriseDialogs|ind|ind|ind|WebAs|630|0|setDefaults was executed with statur ERROR".
And, when I clicked the View Log button, I got the following info.
SAPinst is getting started.
Please be patient ...
guiengine: no GUI connected; waiting for a connection on host VICKY, port 21212 to continue with the installation
guiengine: login in process.
SAPinst component stack:
========================
  Preinstall|ind|ind|ind|ind|ind|0
Current script:
===============
if (!installer.onWindows()) {
  context.set("sapmntPath", "/sapmnt");
var info = new SystemMgt().getSystemInfo();
/* wirsinds
var min_heapSize = J2EEJavaParameter.getDefaultMaxHeapSize( Math.round(Number(info.getRamSize() / 2)));
context.set("heapSize", min_heapSize);
context.set("heapSize", 512);
//endewirsinds
var systems = new Table("t_systems");
systems.remove();
var installed = WebAS.getInstalledSystems();
var standalone = context.getBool("standalone");
var syss = [];
var localhost = installer.getHostName().toLowerCase();
for (var prop in installed) {
  var sys = installed[prop];
  if ((standalone && sys.j2eeStandalone) || (!standalone && !sys.j2eeStandalone)) {
    if (context.getBool("di")) {
      for (var it = sys.getMyInstances(); ! it.isDone(); it.next()) {
        var instance = it.get();
        var pref = instance.getPrefix();
        if ((pref == "J" || pref == "D") && instance.getHostName().toLowerCase() == localhost) {
          syss.push({SID:sys.getSID()});
          break;
    } else if (!context.getBool("prep") && context.getBool("ci")) {
      // for a completion of CI we need the system, even if it does not have an instance.
      syss.push({SID:sys.getSID()});
    } else {
      for (var it = sys.getMyInstancesOnHost(); !it.isDone(); it.next()) {
        // system has an instance on this host.
        syss.push({SID:sys.getSID()});
        break;
  context.set("WebASDump", sys.dump());
syss.sort(function(a, b) { if (a.SID < b.SID) return -1; if (a.SID > b.SID) return 1; return 0; });
for (var i = 0; i < syss.length; ++i) {
  systems.insertRow(syss<i>);
if (syss.length > 0) {
  context.set("lastsid", syss[0].SID);
} else if (!context.getBool("standalone")) {
  if (context.getBool("ci") || context.getBool("di")) {
    gui.showMessageBox("ind-rel.ind-os.ind-db.ij2ee-eng.noABAPFound");
    installer.writeError("ind-rel.ind-os.ind-db.ij2ee-eng.noABAPFound");   
} else if (context.getBool("ci") && !context.getBool("prep") && !parseBool(installer.getGlobalParameter("SeparateSCS"))) {
  gui.showMessageBox("ind-rel.ind-os.ind-db.j2ee-eng.noPrepFound");
  installer.writeError("ind-rel.ind-os.ind-db.j2ee-eng.noPrepFound");   
if (!context.get("dbType")) {
  var dbType = installer.getInstallationParameter('INSTPARA_DB').toLowerCase();
  if (dbType != "inf") {
    context.set("dbType", dbType);
var dbType = context.get("dbType");
if ((installer.getInstallationParameter('INSTPARA_DB').toLowerCase() == "ada" && !context.getBool("standalone"))
    || dbType == "db2" || dbType == "mss") {
  context.set("canCreateSchemaRemote", "true");
if (dbType == "ora") {
  context.set("dbPort", 1527);
if (info.getOSFAName().toLowerCase().indexOf("linux") != -1) {
  var shells = new Table("shells");
  var bash = "/bin/bash";
  shells.updateRow({shell:bash}, "WHERE shell='" + bash + "'");
if (context.getBool("ci")) {
  var fmgt = new FileMgt();
  var jdmp = installer.getCD("J2EE-ENG") + "/JDMP";
  var dbLoad = fmgt.isExisting(jdmp) && fmgt.isExisting(jdmp + "/IMPORT.XML") && fmgt.isExisting(jdmp+"/EXPDUMP.001");
  context.set("dbLoad", dbLoad);
Exit status of child: 1
I tried to re-install again, but faced with the same error.  Please suggest on how to go further. 
Thanks in advance.
Vicky.

hi Vicky,
Do you have admin rights to install? Access denied to Registry Key Editor means you don't have access permissions to open the registry.
you should be a part of administrator group to run the installation.
Regards
Arunkumar

Similar Messages

  • Error during upgarding sneak preview  SP16 to SP18

    I have installed sneak preview SP16 which I am trying to upgrade to SP18.
    I get an error duing the step Deploy via J2EE/SDM.
    The SDM,server0 and dispatcher are all green in the MMC and the SDM is working in "integrated mode".
    The callSdmViaSapinst.log indicates the following:-
    May 15, 2007 12:33:03... Info: Start logging to console
    May 15, 2007 12:33:03... Info:
    May 15, 2007 12:33:03... Info: ============================================
    May 15, 2007 12:33:03... Info: =   Starting to execute command 'deploy'   =
    May 15, 2007 12:33:03... Info: ============================================
    May 15, 2007 12:33:03... Info: Starting SDM - Software Deployment Manager...
    May 15, 2007 12:33:04... Info: tc/SL/SDM/SDM/sap.com/SAP AG/6.4018.00.0000.20060706111659.0000
    May 15, 2007 12:33:05... Info: SDM operation mode successfully set to: Integrated
    May 15, 2007 12:33:06... Info: Initializing Network Manager (50017)
    May 15, 2007 12:33:06... Info: Checking if another SDM is running on port 50018
    May 15, 2007 12:33:06... Error: Could not start SDM - another Server may be running already.
    May 15, 2007 12:33:06... Error: Another SDM is running already for this SDM_HOME directory. Exiting. Throwable: com.sap.sdm.client_server.launch.SDMRunningException Throwable message: Another SDM instance is running on this host
    May 15, 2007 12:33:06... Error: Processing error. Return code: 4
    Now, I tried by switching the SDM to "Standalone" mode and during this, the server0 and dispatcher were running while the SDM remains stopped. The CallSdmViaSapinst.log shows:-
    May 15, 2007 11:06:42... Info: Start logging to console
    May 15, 2007 11:06:42... Info:
    May 15, 2007 11:06:42... Info: ============================================
    May 15, 2007 11:06:42... Info: =   Starting to execute command 'deploy'   =
    May 15, 2007 11:06:42... Info: ============================================
    May 15, 2007 11:06:42... Info: Starting SDM - Software Deployment Manager...
    May 15, 2007 11:06:43... Info: tc/SL/SDM/SDM/sap.com/SAP AG/6.4018.00.0000.20060706111659.0000
    May 15, 2007 11:06:44... Info: SDM operation mode successfully set to: Standalone
    May 15, 2007 11:06:44... Info: Initializing Network Manager (50017)
    May 15, 2007 11:06:45... Info: Checking if another SDM is running on port 50018
    May 15, 2007 11:06:45... Info: -
    Starting deployment -
    May 15, 2007 11:06:45... Info: Error handling strategy: OnErrorStop
    May 15, 2007 11:06:45... Info: Prerequisite error handling strategy: OnPrerequisiteErrorStop
    May 15, 2007 11:06:45... Info: Update strategy: UpdateLowerVersions
    May 15, 2007 11:06:45... Info: Starting deployment prerequisites:
    May 15, 2007 11:06:46... Info: Loading selected archives...
    May 15, 2007 11:06:46... Info: Loading archive 'D:\SAPNetWeaver04_SP16Preview\Patch SP18\J2EE-RUNT-CD\J2EE-ENG\ONLINE\SAPJTECHS18_0.SCA'
    May 15, 2007 11:06:54... Info: Selected archives successfully loaded.
    May 15, 2007 11:06:55... Info: Actions per selected component:
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.security.core.admin'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111713.0000'/'1' updates currently deployed development component 'com.sap.security.core.admin'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060131164117.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.aii.ibtranslationclient'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413102101.0000'/'1' updates currently deployed development component 'com.sap.aii.ibtranslationclient'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060130172658.0000'/'0'.
    May 15, 2007 11:06:55... Info: No action: Selected development component 'com.sap.rprof.jddschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413101559.0000'/'1' will not update currently deployed development component 'com.sap.rprof.jddschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413101559.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/wd/wslib'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060726153907.0000'/'1' updates currently deployed development component 'tc/wd/wslib'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060126165422.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/workflowmodeler'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050606172955.0000'/'1' updates currently deployed development component 'tc/workflowmodeler'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050606172955.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/wd/pdfsvrchal'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112627.0000'/'1' updates currently deployed development component 'tc/wd/pdfsvrchal'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060126165638.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.lcr.saprfc'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'1' updates currently deployed development component 'com.sap.lcr.saprfc'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060201164038.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.aii.util.rb'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413102101.0000'/'1' updates currently deployed development component 'com.sap.aii.util.rb'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060130172658.0000'/'0'.
    May 15, 2007 11:06:55... Info: No action: Selected development component 'com.sapportals.supportplatform.dbschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111519.0000'/'1' will not update currently deployed development component 'com.sapportals.supportplatform.dbschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111519.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.util.monitor.grmg'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050818153022.0000'/'1' updates currently deployed development component 'com.sap.util.monitor.grmg'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050818153022.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.engine.customizing.ccms'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060814115206.0000'/'1' updates currently deployed development component 'com.sap.engine.customizing.ccms'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060220135356.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/supportplatform/engine'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111519.0000'/'1' updates currently deployed development component 'tc/supportplatform/engine'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060119123152.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'SQLTrace'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112013.0000'/'1' updates currently deployed development component 'SQLTrace'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060201162907.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/SL/utility/wsear'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060119145451.0000'/'1' updates currently deployed development component 'tc/SL/utility/wsear'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060119145451.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/bcb/api'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050606172625.0000'/'1' updates currently deployed development component 'tc/bcb/api'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050606172625.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.lcr.namealloc'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'1' updates currently deployed development component 'com.sap.lcr.namealloc'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060201164038.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.lcr'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'1' updates currently deployed development component 'com.sap.lcr'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060201164038.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.rprof.remoteProfile'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413101559.0000'/'1' updates currently deployed development component 'com.sap.rprof.remoteProfile'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050818153616.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sapmarkets.mesyncjco'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413101332.0000'/'1' updates currently deployed development component 'com.sapmarkets.mesyncjco'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060119123403.0000'/'0'.
    May 15, 2007 11:06:55... Info: No action: Selected development component 'tc/TechSrv/xml_das_connector_init'/'sap.com'/'SAP AG'/'6.4018.00.0000.20051027101045.0000'/'1' will not update currently deployed development component 'tc/TechSrv/xml_das_connector_init'/'sap.com'/'SAP AG'/'6.4018.00.0000.20051027101045.0000'/'0'.
    May 15, 2007 11:06:55... Info: No action: Selected development component 'tc/uddi/dbschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050606164207.0000'/'1' will not update currently deployed development component 'tc/uddi/dbschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050606164207.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/sec/wssec/app'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111002.0000'/'1' updates currently deployed development component 'tc/sec/wssec/app'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060119122320.0000'/'0'.
    May 15, 2007 11:06:55... Info: No action: Selected development component 'tc/TechSrv/XML_DAS_Connector_Schema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20051027101045.0000'/'1' will not update currently deployed development component 'tc/TechSrv/XML_DAS_Connector_Schema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20051027101045.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/wd/tools'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112627.0000'/'1' updates currently deployed development component 'tc/wd/tools'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060126165638.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.util.monitor.jarm.j2ee'/'sap.com'/'SAP AG'/'6.4018.00.0000.20051027104030.0000'/'1' updates currently deployed development component 'com.sap.util.monitor.jarm.j2ee'/'sap.com'/'SAP AG'/'6.4016.00.0000.20051027104030.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/wd/dispwda'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060726153907.0000'/'1' updates currently deployed development component 'tc/wd/dispwda'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060126165422.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sapportals.htmlb'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050121164722.0000'/'1' updates currently deployed development component 'com.sapportals.htmlb'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050121164722.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/bcb/ici'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050606172625.0000'/'1' updates currently deployed development component 'tc/bcb/ici'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050606172625.0000'/'0'.
    May 15, 2007 11:06:55... Info: No action: Selected development component 'synclog'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112013.0000'/'2' will not update currently deployed development component 'synclog'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112013.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/monitoring/systeminfo'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060814115206.0000'/'1' updates currently deployed development component 'tc/monitoring/systeminfo'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060220135356.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.aii.util.misc'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413102101.0000'/'1' updates currently deployed development component 'com.sap.aii.util.misc'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060130172658.0000'/'0'.
    May 15, 2007 11:06:55... Info: No action: Selected development component 'tc/sld/data'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'1' will not update currently deployed development component 'tc/sld/data'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/TechSrv/XML_DAS_Connector'/'sap.com'/'SAP AG'/'6.4018.00.0000.20051027101045.0000'/'1' updates currently deployed development component 'tc/TechSrv/XML_DAS_Connector'/'sap.com'/'SAP AG'/'6.4016.00.0000.20051027101045.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.aii.proxy.framework'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413102101.0000'/'1' updates currently deployed development component 'com.sap.aii.proxy.framework'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060130172658.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sapportals.supportplatform'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111519.0000'/'1' updates currently deployed development component 'com.sapportals.supportplatform'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060119123152.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected software component 'SAP_JTECHS'/'sap.com'/'SAP AG'/'1000.6.40.18.0.20060816080857''/'1' updates currently deployed software component 'SAP_JTECHS'/'sap.com'/'SAP AG'/'1000.6.40.16.0.20060221071338''/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.engine.docs.examples'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060814115206.0000'/'1' updates currently deployed development component 'com.sap.engine.docs.examples'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060220135356.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.engine.class.download'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060814115206.0000'/'1' updates currently deployed development component 'com.sap.engine.class.download'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060220135356.0000'/'0'.
    May 15, 2007 11:06:55... Info: No action: Selected development component 'com.sap.lcr.jddschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'1' will not update currently deployed development component 'com.sap.lcr.jddschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.util.monitor.jarm.ccms'/'sap.com'/'SAP AG'/'6.4018.00.0000.20051027104030.0000'/'1' updates currently deployed development component 'com.sap.util.monitor.jarm.ccms'/'sap.com'/'SAP AG'/'6.4016.00.0000.20051027104030.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/sec/vsi/app'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111002.0000'/'1' updates currently deployed development component 'tc/sec/vsi/app'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060119122320.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/uddi'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050606164207.0000'/'1' updates currently deployed development component 'tc/uddi'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050606164207.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.pmi.adm'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050818152118.0000'/'1' updates currently deployed development component 'com.sap.pmi.adm'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050818152118.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.jdo'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112029.0000'/'1' updates currently deployed development component 'com.sap.jdo'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060119123827.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/SL/CMS/Util'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413101532.0000'/'1' updates currently deployed development component 'tc/SL/CMS/Util'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060119123504.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.mobile.clientinfo'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050331133205.0000'/'1' updates currently deployed development component 'com.sap.mobile.clientinfo'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050331133205.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/conn/connectorframework'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413100235.0000'/'1' updates currently deployed development component 'tc/conn/connectorframework'/'sap.com'/'SAP AG'/'6.4016.00.0000.20051027101144.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/SL/CMS/IDEClient'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413101532.0000'/'1' updates currently deployed development component 'tc/SL/CMS/IDEClient'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060119123504.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.ip.me.insttool'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050818150135.0000'/'1' updates currently deployed development component 'com.sap.ip.me.insttool'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050818150135.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.aii.ibtransportclient'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413102101.0000'/'1' updates currently deployed development component 'com.sap.aii.ibtransportclient'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060130172658.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.ip.me.webconsole'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111540.0000'/'1' updates currently deployed development component 'com.sap.ip.me.webconsole'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060119123418.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/wd/pdfobject'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060726153907.0000'/'1' updates currently deployed development component 'tc/wd/pdfobject'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060126165422.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.lcrabapapi'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050606164103.0000'/'1' updates currently deployed development component 'com.sap.lcrabapapi'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050606164103.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/sec/app'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111002.0000'/'1' updates currently deployed development component 'tc/sec/app'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060119122320.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sapportals.htmlb.ear'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050121164722.0000'/'1' updates currently deployed development component 'com.sapportals.htmlb.ear'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050121164722.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.aii.util.xml'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413102101.0000'/'1' updates currently deployed development component 'com.sap.aii.util.xml'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060130172658.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/TechSrv/XML_DAS'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060119123705.0000'/'1' updates currently deployed development component 'tc/TechSrv/XML_DAS'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060119123705.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/wd/corecomp'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112627.0000'/'1' updates currently deployed development component 'tc/wd/corecomp'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060126165638.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/eCATTPing'/'sap.com'/'SAP AG'/'6.4018.00.0000.20041104140331.0000'/'1' updates currently deployed development component 'tc/eCATTPing'/'sap.com'/'SAP AG'/'6.4016.00.0000.20041104140331.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.rprof.dbprofiles'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413101559.0000'/'1' updates currently deployed development component 'com.sap.rprof.dbprofiles'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050818153616.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.engine.services.webservices.tool'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060814115206.0000'/'1' updates currently deployed development component 'com.sap.engine.services.webservices.tool'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060220135356.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.engine.heartbeat'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060814115206.0000'/'1' updates currently deployed development component 'com.sap.engine.heartbeat'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060220135356.0000'/'0'.
    May 15, 2007 11:06:56... Info: Ending deployment prerequisites. All items are correct.
    May 15, 2007 11:06:57... Error: Could not create JStartupClusterController connected to MessageServer[Host:hsehgal-2, Port:3601]  : Connection refused: connect Throwable: java.net.ConnectException Throwable message: Connection refused: connect
    May 15, 2007 11:06:58... Error: Could not create JStartupClusterController connected to MessageServer[Host:hsehgal-2, Port:3601]  : Connection refused: connect Throwable: java.net.ConnectException Throwable message: Connection refused: connect
    May 15, 2007 11:06:58... Error: Received exception when saving current Engine state: Could not create JStartupClusterController connected to MessageServer[Host:hsehgal-2, Port:3601]  : Connection refused: connect
    May 15, 2007 11:06:58... Info: Starting: Update: Selected development component 'SQLTrace'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112013.0000'/'1' updates currently deployed development component 'SQLTrace'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060201162907.0000'/'0'.
    May 15, 2007 11:06:58... Info: SDA to be deployed: C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\SQLTrace\SAP AG\1\6.4018.00.0000.20060706112013.0000\SQLTrace.ear
    May 15, 2007 11:06:58... Info: Software type of SDA: J2EE
    May 15, 2007 11:06:58... Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    May 15, 2007 11:06:59... Error: Could not create JStartupClusterController connected to MessageServer[Host:hsehgal-2, Port:3601]  : Connection refused: connect Throwable: java.net.ConnectException Throwable message: Connection refused: connect
    May 15, 2007 11:06:59... Info: No information about the J2EE engine cluster is available.
    The online deployment process is continuing.
    May 15, 2007 11:07:01... Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    May 15, 2007 11:07:01... Error: Aborted: development component 'SQLTrace'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112013.0000'/'1', grouped by software component 'SAP_JTECHS'/'sap.com'/'SAP AG'/'1000.6.40.18.0.20060816080857''/'1':
    CPO data could not be get.
    com.sap.sdm.apiint.serverext.servertype.deployment.DeploymentActionException: Error: Caught the following error or exception: "com.sap.sdm.apiint.serverext.servertype.deployment.DeploymentActionException"
    Additional error message is:
    Caught exception from deploy service of SAP J2EE Engine. Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.
    com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [hsehgal-2] with user name: [admin]
                        Check your login information.
                        Exception is:
    com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.interfaces.cross.DestinationException: cannot establish connection with any of the available instances:
    hsehgal-2:50004 Reason: Cannot open connection on host: 20.198.103.127 and port: 50004]
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:455)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
         at javax.naming.InitialContext.init(InitialContext.java:219)
         at javax.naming.InitialContext.<init>(InitialContext.java:195)
         at com.sap.engine.deploy.manager.DeployManagerImpl.checkCredentials(DeployManagerImpl.java:2983)
         at com.sap.sdm.serverext.servertype.inqmy.extern.DeployManagerAuthMethodInvoker.invokeCheckCredentialsInternal(DeployManagerAuthMethodInvoker.java:51)
         at com.sap.sdm.serverext.servertype.inqmy.extern.ExternalMethodInvoker.invokeCheckCredentials(ExternalMethodInvoker.java:45)
         at com.sap.sdm.serverext.servertype.inqmy.extern.ExternalMethodInvoker.invokeCheckCredentials(ExternalMethodInvoker.java:32)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineOnlineDeployerImpl.checkLoginCredentials(EngineOnlineDeployerImpl.java:173)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineJ2EE620OnlineDeployerImpl.getOldDeploymentConfigInternal(EngineJ2EE620OnlineDeployerImpl.java:924)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineJ2EE620OnlineDeployerImpl.getOldDeploymentConfiguration(EngineJ2EE620OnlineDeployerImpl.java:117)
         at com.sap.sdm.serverext.servertype.inqmy.EngineJ2EE620OnlineProcessor.getOldDeploymentConfiguration(EngineJ2EE620OnlineProcessor.java:87)
         at com.sap.sdm.serverext.servertype.inqmy.EngineJ2EE620OnlineProcessor.createCpo(EngineJ2EE620OnlineProcessor.java:75)
         at com.sap.sdm.serverext.servertype.inqmy.EngineJ2EE620OnlineProcessor.getCpo(EngineJ2EE620OnlineProcessor.java:47)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineJ2EE620OnlineDeployerImpl.performDeployment(EngineJ2EE620OnlineDeployerImpl.java:179)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineDeployerImpl.deploy(EngineDeployerImpl.java:96)
         at com.sap.sdm.serverext.servertype.inqmy.EngineProcessor.executeAction(EngineProcessor.java:224)
         at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:60)
         at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:186)
         at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:48)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:83)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:60)
         at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:127)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:73)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:120)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:89)
         at com.sap.sdm.control.command.cmds.Deploy.execute(Deploy.java:179)
         at com.sap.sdm.control.command.decorator.AssureStandaloneMode.execute(AssureStandaloneMode.java:53)
         at com.sap.sdm.control.command.decorator.AssureOneRunningSDMOnly.execute(AssureOneRunningSDMOnly.java:61)
         at com.sap.sdm.control.command.decorator.SDMInitializer.execute(SDMInitializer.java:52)
         at com.sap.sdm.control.command.decorator.GlobalParamEvaluator.execute(GlobalParamEvaluator.java:60)
         at com.sap.sdm.control.command.decorator.AbstractLibDirSetter.execute(AbstractLibDirSetter.java:46)
         at com.sap.sdm.control.command.decorator.ExitPostProcessor.execute(ExitPostProcessor.java:48)
         at com.sap.sdm.control.command.decorator.CommandNameLogger.execute(CommandNameLogger.java:49)
         at com.sap.sdm.control.command.decorator.AdditionalLogFileSetter.execute(AdditionalLogFileSetter.java:65)
         at com.sap.sdm.control.command.decorator.AbstractLogDirSetter.execute(AbstractLogDirSetter.java:54)
         at com.sap.sdm.control.command.decorator.SyntaxChecker.execute(SyntaxChecker.java:37)
         at com.sap.sdm.control.command.Command.exec(Command.java:42)
         at SDM.main(SDM.java:21)
    Caused by: com.sap.engine.interfaces.cross.DestinationException: cannot establish connection with any of the available instances:
    hsehgal-2:50004 Reason: Cannot open connection on host: 20.198.103.127 and port: 50004
         at com.sap.engine.interfaces.cross.Destination.getNextAvailableBroker(Destination.java:53)
         at com.sap.engine.interfaces.cross.Destination.getRemoteBroker(Destination.java:33)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:340)
         ... 40 more
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineJ2EE620OnlineDeployerImpl.checkLoginCredentials.DMEXC)
    Additional error message is:
    com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [hsehgal-2] with user name: [admin]
                        Check your login information.
                        Exception is:
    com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.interfaces.cross.DestinationException: cannot establish connection with any of the available instances:
    hsehgal-2:50004 Reason: Cannot open connection on host: 20.198.103.127 and port: 50004]
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:455)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
         at javax.naming.InitialContext.init(InitialContext.java:219)
         at javax.naming.InitialContext.<init>(InitialContext.java:195)
         at com.sap.engine.deploy.manager.DeployManagerImpl.checkCredentials(DeployManagerImpl.java:2983)
         at com.sap.sdm.serverext.servertype.inqmy.extern.DeployManagerAuthMethodInvoker.invokeCheckCredentialsInternal(DeployManagerAuthMethodInvoker.java:51)
         at com.sap.sdm.serverext.servertype.inqmy.extern.ExternalMethodInvoker.invokeCheckCredentials(ExternalMethodInvoker.java:45)
         at com.sap.sdm.serverext.servertype.inqmy.extern.ExternalMethodInvoker.invokeCheckCredentials(ExternalMethodInvoker.java:32)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineOnlineDeployerImpl.checkLoginCredentials(EngineOnlineDeployerImpl.java:173)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineJ2EE620OnlineDeployerImpl.getOldDeploymentConfigInternal(EngineJ2EE620OnlineDeployerImpl.java:924)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineJ2EE620OnlineDeployerImpl.getOldDeploymentConfiguration(EngineJ2EE620OnlineDeployerImpl.java:117)
         at com.sap.sdm.serverext.servertype.inqmy.EngineJ2EE620OnlineProcessor.getOldDeploymentConfiguration(EngineJ2EE620OnlineProcessor.java:87)
         at com.sap.sdm.serverext.servertype.inqmy.EngineJ2EE620OnlineProcessor.createCpo(EngineJ2EE620OnlineProcessor.java:75)
         at com.sap.sdm.serverext.servertype.inqmy.EngineJ2EE620OnlineProcessor.getCpo(EngineJ2EE620OnlineProcessor.java:47)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineJ2EE620OnlineDeployerImpl.performDeployment(EngineJ2EE620OnlineDeployerImpl.java:179)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineDeployerImpl.deploy(EngineDeployerImpl.java:96)
         at com.sap.sdm.serverext.servertype.inqmy.EngineProcessor.executeAction(EngineProcessor.java:224)
         at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:60)
         at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:186)
         at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:48)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:83)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:60)
         at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:127)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:73)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:120)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:89)
         at com.sap.sdm.control.command.cmds.Deploy.execute(Deploy.java:179)
         at com.sap.sdm.control.command.decorator.AssureStandaloneMode.execute(AssureStandaloneMode.java:53)
         at com.sap.sdm.control.command.decorator.AssureOneRunningSDMOnly.execute(AssureOneRunningSDMOnly.java:61)
         at com.sap.sdm.control.command.decorator.SDMInitializer.execute(SDMInitializer.java:52)
         at com.sap.sdm.control.command.decorator.GlobalParamEvaluator.execute(GlobalParamEvaluator.java:60)
         at com.sap.sdm.control.command.decorator.AbstractLibDirSetter.execute(AbstractLibDirSetter.java:46)
         at com.sap.sdm.control.command.decorator.ExitPostProcessor.execute(ExitPostProcessor.java:48)
         at com.sap.sdm.control.command.decorator.CommandNameLogger.execute(CommandNameLogger.java:49)
         at com.sap.sdm.control.command.decorator.AdditionalLogFileSetter.execute(AdditionalLogFileSetter.java:65)
         at com.sap.sdm.control.command.decorator.AbstractLogDirSetter.execute(AbstractLogDirSetter.java:54)
         at com.sap.sdm.control.command.decorator.SyntaxChecker.execute(SyntaxChecker.java:37)
         at com.sap.sdm.control.command.Command.exec(Command.java:42)
         at SDM.main(SDM.java:21)
    Caused by: com.sap.engine.interfaces.cross.DestinationException: cannot establish connection with any of the available instances:
    hsehgal-2:50004 Reason: Cannot open connection on host: 20.198.103.127 and port: 50004
         at com.sap.engine.interfaces.cross.Destination.getNextAvailableBroker(Destination.java:53)
         at com.sap.engine.interfaces.cross.Destination.getRemoteBroker(Destination.java:33)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:340)
         ... 40 more
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineJ2EE620OnlineDeployerImpl.performAction(DeploymentActionTypes).NO_CPO)
    May 15, 2007 11:07:01... Info: Starting to save the repository
    May 15, 2007 11:07:02... Info: Finished saving the repository
    May 15, 2007 11:07:02... Info: Starting: Update: Selected software component 'SAP_JTECHS'/'sap.com'/'SAP AG'/'1000.6.40.18.0.20060816080857''/'1' updates currently deployed software component 'SAP_JTECHS'/'sap.com'/'SAP AG'/'1000.6.40.16.0.20060221071338''/'0'.
    May 15, 2007 11:07:02... Error: Aborted: software component 'SAP_JTECHS'/'sap.com'/'SAP AG'/'1000.6.40.18.0.20060816080857''/'1':
    Failed deployment of SDAs:
    development component 'SQLTrace'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112013.0000'/'1' : aborted
    Please, look at error logs above for more information!
    May 15, 2007 11:07:02... Info: Starting to save the repository
    May 15, 2007 11:07:03... Info: Finished saving the repository
    May 15, 2007 11:07:04... Error: Could not create JStartupClusterController connected to MessageServer[Host:hsehgal-2, Port:3601]  : Connection refused: connect Throwable: java.net.ConnectException Throwable message: Connection refused: connect
    May 15, 2007 11:07:04... Error: Received exception when restoring Engine state: Could not create JStartupClusterController connected to MessageServer[Host:hsehgal-2, Port:3601]  : Connection refused: connect
    May 15, 2007 11:07:04... Error: -
    At least one of the Deployments failed -
    May 15, 2007 11:07:07... Info: Summarizing the deployment results:
    May 15, 2007 11:07:07... Error: Aborted: D:\SAPNetWeaver04_SP16Preview\Patch SP18\J2EE-RUNT-CD\J2EE-ENG\ONLINE\SAPJTECHS18_0.SCA
    May 15, 2007 11:07:07... Error: Processing error. Return code: 4
    Please advise the way ahead.

    Hi ,
    Did you able to solve te issue....kindly let me know.

  • Installation problem with Siebel8.0 on Oracle Enterprise Linux 4 system

    We are having installation problem with Siebel8.0 on Oracle Enterprise Linux 4 system.
    Using interface, when installation come up to “Installing Wizard” window where Gateway Name Server Configuration window should take place, everything just freeze up
    Using console, after installation we obtain following errors:
    Installing Siebel Enterprise Server. Please wait...
    unable to launch: "ksh export
    LD_LIBRARY_PATH=/siebel/gtwysrvr/lib;PATH=${PATH}:.;/root/istemp8058094162222/_bundledJRE_/bin/java
    -Dtemp.dir=/root -cp /siebel/gtwysrvr/bin/setup.jar run -args LANG=ENU
    MODE=LIVE MODEL_FILE=/siebel/gtwysrvr/admin/enterprise_console.scm" error code:
    "236"(SBL-STJ-00152)
    LD_LIBRARY_PATH=/siebel/siebsrvr/lib;PATH=${PATH}:.;/root/istemp8058094162222/_bundledJRE_/bin/java
    -Dtemp.dir=/root -cp /siebel/siebsrvr/bin/setup.jar run -args LANG=ENU
    REPEAT=FALSE MODE=LIVE MODEL_FILE=/siebel/siebsrvr/admin/siebel_server.scm"
    error code: "236"(SBL-STJ-00152)
    LD_LIBRARY_PATH=/siebel/siebsrvr/mgmtagent/lib;PATH=${PATH}:.;/root/istemp8058094162222/_bundledJRE_/bin/java
    -Dtemp.dir=/root -cp /siebel/siebsrvr/mgmtagent/bin/setup.jar run -args
    LANG=ENU MODE=LIVE
    MODEL_FILE=/siebel/siebsrvr/mgmtagent/admin/mgmtagent_ses.scm" error code:
    "236"(SBL-STJ-00152)
    Running command :
    ./ssincfgw -is:javaconsole -console -args LANG=ENU MODE=LIVE MODEL_FILE=/siebel/gtwysrvr/admin/enterprise_console.scm
    Infinite loop of following error pops out:
    An error occurred during wizard bean change notification:
    java.lang.NoClassDefFoundError
    at ConfigInitialize.execute(ConfigInitialize.java:21)
    at com.installshield.wizard.StandardWizardListener.execute(StandardWizardListener.java:123)
    Is there any clue how this error can be solved??
    Thanks in advance!!
    Gordon
    Message was edited by:
    user605023

    I'm facing the same error message while install Siebel 8.0 on OEL. But before I had this ksh problem, it complains about disc space first, and I actually has plenty of disk space under the directory (it needs only 0.7 G and I have 17G free). Anybody has encountered such problem before?
    /net/sdcnas05/vol/engfs01/v_sia/8.0SIA[20405|http://forums.oracle.com/forums/]/Release/Linux/Server/Siebel_Enterprise_Server
    -bash-3.00$ ./setuplinux -is:javaconsole -console
    Initializing InstallShield Wizard........
    Initializing InstallShield Wizard........
    Launching InstallShield Wizard........
    0% 25% 50% 75% 100%
    Welcome to the InstallShield Wizard for Siebel Enterprise Server
    The InstallShield Wizard will install Siebel Enterprise Server on your
    computer.
    To continue, choose Next.
    Siebel Enterprise Server
    Siebel Systems
    Press 1 for Next, 3 to Cancel or 4 to Redisplay [1]
    Siebel Enterprise Server Install Location
    Please specify a directory or press Enter to accept the default directory.
    Directory Name: [siebel] /slot/ems1115/appmgr/20405
    Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]
    Please select the products you wish to install.
    [ ] 1 - Gateway Name Server
    [ ] 2 - Siebel Server
    [ ] 3 - Database Configuration Utilities
    [ ] 4 - EAI Connectors
    To select an item enter its number, or 0 when you are finished: [0]: 1
    [X] 1 - Gateway Name Server
    [ ] 2 - Siebel Server
    [ ] 3 - Database Configuration Utilities
    [ ] 4 - EAI Connectors
    To select an item enter its number, or 0 when you are finished: [0]: 2
    [X] 1 - Gateway Name Server
    [X] 2 - Siebel Server
    [ ] 3 - Database Configuration Utilities
    [ ] 4 - EAI Connectors
    To select an item enter its number, or 0 when you are finished: [0]:
    Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]
    Configuring uninstallers. Please wait...
    0% 25% 50% 75% 100%
    Choose the setup type that best suits your needs.
    [X] 1 - Typical
    [ ] 2 - Compact
    [ ] 3 - Custom
    To select an item enter its number, or 0 when you are finished: [0]
    Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]
    Please select the languages you wish to install.
    [X] 1 - enu - English (American)
    [ ] 2 - fin - Finnish
    [ ] 3 - kor - Korean
    [ ] 4 - cht - Chinese (Traditional)
    [ ] 5 - ita - Italian (Standard)
    [ ] 6 - esn - Spanish (Modern)
    [ ] 7 - deu - German (Standard)
    [ ] 8 - chs - Chinese (Simplified)
    [ ] 9 - tha - Thai
    [ ] 10 - dan - Danish
    [ ] 11 - heb - Hebrew
    [ ] 12 - fra - French (Standard)
    [ ] 13 - nld - Dutch (Standard)
    [ ] 14 - ptb - Portuguese (Brazilian)
    [ ] 15 - csy - Czech
    [ ] 16 - jpn - Japanese
    [ ] 17 - ptg - Portuguese (Standard)
    [ ] 18 - ara - Arabic (Sa`udi)
    [ ] 19 - sve - Swedish
    To select an item enter its number, or 0 when you are finished: [0]
    Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]
    {color:#ff0000}*Drive "/slot/ems1115/appmgr/20405" does not have enough space to install the*
    selected configuration. Please free up "766446" KB on drive
    *"/slot/ems1115/appmgr/20405" before continuing.*{color}
    -bash-3.00$ pwd
    /slot/ems1115/appmgr/20405
    -bash-3.00$ df -h .
    Filesystem Size Used Avail Use% Mounted on
    sdc1002nap-vlan1:/vol/ems_39426_1115
    71G 55G 17G 77% /slot/ems1115

  • I am having problems with the Preview application.  When I try to use it to open a pdf document it gets hung-up and I have to select force quit to close it.   Any ideas on how to resolve this problem?  Thanks for any help

    I am having problems with the Preview application.  When I try to use it to open a pdf document it gets hung-up and I have to select force quit to close it.   Any ideas on how to resolve this problem?  Thanks for any help

    Can you open the Preview program without loading a file, like by itself?
    If it doesn't load then I suspect a corrupt Preview preference file.
    Deleting the System Preference or other .plist file
    Can you open other files with Preview, like jpg's and images?
    How about other PDFs? or is it just that one you have downloaded?
    Run through this list of fixes
    Step by Step to fix your Mac

  • I had a problem with print preview of billing document.

    HI all,
    I had a problem with print preview of billing document which contains two output types ZR1 ZR2..
    For the footer text of billing document I maintained the font size as 7,5 pts, But when i go for print preview from output type ZR1 the font size of footer text is very small and looks good for output type ZR2.
    If i change the print options-->logical destination of output type ZR1 same as Output type ZR2, the footer text looks good.
    I think there is some issue with logical destination in print options for the output type ZR1, how can i resolve  it.

    hi,
    for both the output types , r u using same sapscript or smartform?
    if yes then, u can control it in output options of smartform and also in sapscript , you can control through if condition.
    and if differect sapscript or smartform then you should not get such problem.
    you can check the sapscript or smartfrom in TNAPR table.

  • Problems with Apple Preview filled forms and compatibility with Windows?

    Anyone else having problems with Apple Preview filled out forms and compatibility with Microsoft Windows after Lion?
    I've had it happen recently with two different people, where the data I had entered on a fillable PDF form could not be seen by Microsoft Windows, but I saw my data just fine.
    I don't know what version of Adobe Acrobat they were running.
    Thanks,
    kt

    You will get that first message when the document has been changed in a way that invalidates the internal digital signature that's applied when a document is Reader-enabled. Certain changes are allowed (e.g., filling fields, commenting, signing) and will not invalidate the signature, but others are not. The exact cause of the change is often hard to track down, but it can be due to font problems, some type of file corruption, or something that Acrobat/Reader attempts to correct when the file is opened/saved. You will also get the message if the users system time is not correct and is currently set to some time before the document was Reader-enabled. It seems best to use the most recent version of Acrobat to enabled the documents and recent versions of Reader to work with them.
    It problem is probably not related to the user using anything in the Sign pane.

  • HT4623 How can i solve installation problem with iOS 6.

    How can i solve installation problem with iOS 6. I've tried to install it on my iPhone 4 but nothing turned out. Thanks in advance!!!!

    can you connect your device to Tiunes and check to see if there are any files in
    OSX: ~/Library/Logs/Crashreporter/Mobiledevice/<Devicename>/
    Windows: %appdata%\Apple Computer\Logs\Crashreporter\MobileDevice\<Devicename>
    specifically named OTA......
      Also for the failed itunes restore please attach the contents of the latest log in
    OSX:   ~/Library/Logs/<iphone or ipod or ipad> updater logs
    Windows: C:/User/ Appdata/Roaming/iTunes/<iphone or ipod or ipad> updater logs

  • Problems with Print Preview in PO.

    Hi Experts, I need your help!!
    I have problems with print preview in purchase order, if the PO has moviments ( GR or Invoice ) I cant see the form of PO in Print Preview...Anybody has idea about happen?
    I can see the form before i make the movements after i cant see anymore..This is right?
    There is the document explain the problem
    [http://www.easy-share.com/1903543233/PO_PROBLEM1.doc]
    Thanks

    Hi,
    What is the particular error message which prevented you from print preview?  I have not seen such case before in many systems.
    Cheers,
    HT

  • Software Installation Problems with Media Source and Nomad Explo

    Hello Creative Users,
    recently I had to reinstall my operating system on the PC. I have an IBM Thinkpad R30 with a Sitecom USB2.0 pccard. I am running WinXP Pro SP2 with all latest updates.
    I have a Nomad Jukebox Zen Xtra with Firmware .20.08 and an update harddri've of 80GB.
    As long as I was running the software on my previous installation everything worked fine.
    I installed the driver .26.02. This recognized the Jukebox. Musicmatch is able to communicate to the Jukebox and recognizes all files on it.
    When I installed Nomad Explorer I got an error ctregserv failed because ctin...dll is not found.
    When I tried to install Media Source from the original disk it showed an error after 30% Media Source not found. Install Media Source before continuing.
    This is what I received now with all verisons of Media Source and Noamd Explorer incl. .30.0.
    Can someone help me as synchronizing with Musicmatch is a pain.
    Thanks
    Rolf

    Hi everyone,
    as I saw many questions regarding installation problems with Mediasource or Nomad Explorer
    in this forum I will answer my own question right here. I was pointed to the answer by a friend with a similar problem on some other software.
    When trying to install the Creative software under WinXP SP2 I happens that the registration does not work. the reason are missing write attributes to the keys for
    Creative software. To correct that go to: Start, Run and enter regedit. Hit ok and you are in the registration editor.
    Find the Creative location unde HKEYS_SOFTWARE. Click right mouse button and choose
    properties.
    Check full access for your user as well the system user. click on advanced and mark both all the users you want to install from. Check the lower box below the user window sayin something about roghts being propagetd to lower folders etc. Cklick conform and ok, click confirm on previous screen and close regedit.
    Now you should be ok and able to install.
    Regards
    Rolf

  • MOVED: Installation Problems with PM8M2-V

    This topic has been moved to Intel P4 & Celeron P4 based board.
    Installation Problems with PM8M2-V

    port 1. I did try it on port 2. The odd thing is that this mobo is the first that I have seen where SATA is not recognized in the BIOS setup.
    I did solve the problem, though. I bought a Via chipset mobo from a different manufacturer. I was tired of spending hours on this project and the fact that MSI tech support told me that it was Microsoft's problem was no help. I didn't want to create a separate drive image of this one mobo. The fact is that MSi created a mobo that required loading additional drivers for SATA to be recognized- I have not worked with any other manufacturer who required additional drivers loaded to work with SATA (a drive standard). 
    The new mobo fired right up, recognized the SATA, and I was able to Sysprep the PC in no time. Case solved!

  • Problems creating program with Sneak Preview

    Hi
    I am a Java programmer who want to learn some ABAP and therefore I have downloaded the sneak preview ABAP. According to other people in here, the best way to start learning is "Teach yourself ABAP in 21 days" online in addition to help.sap.com.
    When I try to create a program from "Teach yourself ABAP in 21 days" I get a question if I want to "register the object". Anyone who knows what the "Access key" is for registering this object? Or am I way out of line when I try to combine this online book with the sneak preview??
    Feedback received with load greetings!

    Answered by one of my fellow and unknown colleagues that suddenly entered the room

  • How do i use r/3 webservice with sneak preview (7.0.9) of developer studio.

    Hi,
        I am having a problem importing an r/3 webservice using adaptive rfc in the sneak preview edition of java NW2004s (7.0.9).
    the webservice requries http authentication to get the wsdl file. so i have to use webservice destinations when creating my adaptive rfc model (to get the username and password boxes on the URL )
    So the steps i take are :-
    1. New Model
    2. import adaptive webservice model
    3. enter model name and package
    4. local file system or url
    5. Use destinations for metadata and execution & enter web service destinations (in my case 'meta' and 'exec')
    6. enter wsdl location (http://-hostname-/sap/bc/srt/rfc/sap/Z_DSKTP_USR?sap-client=200&wsdl=1.1&mode=sap_wsdl)
    7. enter username and password. & click next
    ... at this point i get 'Error loading the WSDL file'. the log shows that this due to a 401(unauthorized) error.
    when i follow the same steps in 6.0.19IDE  (instead of 7.0.9 IDE) it works fine.
    i used a packet sniffer (ethereal) to record the network traffic and can see the Authorization header is not sent from the 7.0.9 IDE  but is sent in the 6.0.19 IDE .
    so i think this is a bug in the sneak preview version of the 7.0 IDE. and i am just wondering what other people think? has anyone else seen this? anyone know of a patch or work around? or seen any sap notes about it?
    i am just using this to evaluate webservices and am not really worried about authentication anyway so i guess the other option is to try to make r/3 not use http authentication for the webservice app? does anyone know how to do this?
    any help greatly appreciated.
    regards,
    rob munro.
    Message was edited by:
            robert munro

    Sorry, but i do not understand this post at all... Can anyone explain it to me? Is he saying my IDE is running on something other than Unicode?
    PS: I tried one of the Scanner constructors that takes a charset parameter. That fixed the odd output! However, every Chinese character has been replaced with a question mark. (It was a series of weird characters before i used the constructor with a charset parameter.)

  • Authorization problem in Sneak preview 2004s ABAP version

    Hi all,
    I have successfully downloaded the sneak preview 2004s ABAP version, I hv created the client 001 for BI. when I try to create DataSource or Transformations system saying You have no authorization for DataSource and when i try to create infosource, it is saying <b>You are not authorized to display the InfoSource</b>,but system allow me to created info cube.
    Any in puts plz.
    Regards.
    Hari
    Pages: 1

    Hi Rich,
    thx a lot for your quick reply.The problem is i cannot find it.
    I run SE80 trx, i create a simple WD application and a view. I select the view, then and i have three "frames" (from the left):
    - The standard SE80 tree
    - In the "layout" tab of the WD application, i have the browser preview (but it shows the standard IE error page) and a window with the UI of the windows, designed in a tree (rootuielementcontainer).
    But nothing about view designer.
    I have sapgui 6.40 patch lev.20
    Thx a lot
    Andrea

  • Installation problem with NW'04 SR1: database connection failed

    Hi all,
    while installing NW '04 SR1 on Windows Server 2003 SP1 and MS SQL Server 2000 SP4 I ran into an error related to the database connection. While performing the step "Load Java Database content" SAPinst crashes with the message
    com.sap.sql.log.OpenSQLException: Could not load class com.ddtek.jdbc.sqlserver.SQLServerDriver.
    The connection to the SLQ Server with e.g. the Query Analyzer is OK. I had a problem with this installation setup before (have a look at the corresponding <a href="https://forums.sdn.sap.com/thread.jspa?threadID=338638&tstart=0">thread</a> ), the JDBC drivers where missing on the installation master but after copying them in the right direction the installation went on with no problem up to this point...
    Has anybody an idea what could have happened here? Is this maybe a problem connected to the one I recently had
    Below I attached the sapinst.log and jload.log with more detailed messages.
    sapinst.log ###########
    INFO 2007-03-12 22:06:24
    Working directory changed to C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_~1\ONE_HOST.
    INFO 2007-03-12 22:06:24
    Output of D:\Java/bin/java.exe '-classpath' './sharedlib/antlr.jar;./sharedlib/exception.jar;./sharedlib/jddi.jar;./sharedlib/jload.jar;./sharedlib/logging.jar;./sharedlib/offlineconfiguration.jar;./sharedlib/opensqlsta.jar;./sharedlib/tc_sec_secstorefs.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\base.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\util.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\sqlserver.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\spy.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_jce_export.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_jsse.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_smime.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_ssl.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/w3c_http.jar' '-showversion' '-Xmx512m' 'com.sap.inst.jload.Jload' '-sec' 'WPT,jdbc/pool/WPT,D:\usr\sap\WPT\SYS\global/security/data/SecStore.properties,D:\usr\sap\WPT\SYS\global/security/data/SecStore.key' '-dataDir' 'S:/D51030724\J2EE_OSINDEP\J2EE-ENG/JDMP' '-job' 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/IMPORT.XML' '-log' 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.log' is written to the logfile C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_~1\ONE_HOST/jload.java.log.
    WARNING 2007-03-12 22:06:26
    Execution of the command "D:\Java/bin/java.exe '-classpath' './sharedlib/antlr.jar;./sharedlib/exception.jar;./sharedlib/jddi.jar;./sharedlib/jload.jar;./sharedlib/logging.jar;./sharedlib/offlineconfiguration.jar;./sharedlib/opensqlsta.jar;./sharedlib/tc_sec_secstorefs.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\base.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\util.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\sqlserver.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\spy.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_jce_export.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_jsse.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_smime.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_ssl.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/w3c_http.jar' '-showversion' '-Xmx512m' 'com.sap.inst.jload.Jload' '-sec' 'WPT,jdbc/pool/WPT,D:\usr\sap\WPT\SYS\global/security/data/SecStore.properties,D:\usr\sap\WPT\SYS\global/security/data/SecStore.key' '-dataDir' 'S:/D51030724\J2EE_OSINDEP\J2EE-ENG/JDMP' '-job' 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/IMPORT.XML' '-log' 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.log'" finished with return code 1. Output:
    java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) Client VM (build 1.4.2_13-b06, mixed mode)
    12.03.2007 22:06:25 com.sap.inst.jload.Jload main
    INFO: Jload -sec WPT,jdbc/pool/WPT,D:\usr\sap\WPT\SYS\global/security/data/SecStore.properties,D:\usr\sap\WPT\SYS\global/security/data/SecStore.key -dataDir S:/D51030724\J2EE_OSINDEP\J2EE-ENG/JDMP -job C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/IMPORT.XML -log C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.log
    12.03.2007 22:06:26 com.sap.inst.jload.Jload main
    SCHWERWIEGEND: couldn't connect to DB
    com.sap.sql.log.OpenSQLException: Could not load class com.ddtek.jdbc.sqlserver.SQLServerDriver.
    ERROR 2007-03-12 22:06:26
    CJS-20065  Execution of JLoad tool 'D:\Java/bin/java.exe '-classpath' './sharedlib/antlr.jar;./sharedlib/exception.jar;./sharedlib/jddi.jar;./sharedlib/jload.jar;./sharedlib/logging.jar;./sharedlib/offlineconfiguration.jar;./sharedlib/opensqlsta.jar;./sharedlib/tc_sec_secstorefs.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\base.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\util.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\sqlserver.jar;D:\usr\sap/WPT/JC10/j2ee\jdbc\spy.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_jce_export.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_jsse.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_smime.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/iaik_ssl.jar;D:/usr/sap/WPT/SYS/global/security/lib/tools/w3c_http.jar' '-showversion' '-Xmx512m' 'com.sap.inst.jload.Jload' '-sec' 'WPT,jdbc/pool/WPT,D:\usr\sap\WPT\SYS\global/security/data/SecStore.properties,D:\usr\sap\WPT\SYS\global/security/data/SecStore.key' '-dataDir' 'S:/D51030724\J2EE_OSINDEP\J2EE-ENG/JDMP' '-job' 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/IMPORT.XML' '-log' 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.log'' aborts with returncode 1. Check 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.log' and 'C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.java.log' for more information.
    jload.log ###########
    12.03.07 22:06 com.sap.inst.jload.Jload main
    INFO: Jload -sec WPT,jdbc/pool/WPT,D:\usr\sap\WPT\SYS\global/security/data/SecStore.properties,D:\usr\sap\WPT\SYS\global/security/data/SecStore.key -dataDir S:/D51030724\J2EE_OSINDEP\J2EE-ENG/JDMP -job C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/IMPORT.XML -log C:\PROGRA1\SAPINS1\NW04SR1\WEBAS_1\ONE_HOST/jload.log
    12.03.07 22:06 com.sap.inst.jload.Jload main
    SEVERE: couldn't connect to DB
    com.sap.sql.log.OpenSQLException: Could not load class com.ddtek.jdbc.sqlserver.SQLServerDriver.
    Best regards,
    Bernd

    Hello Kairat,
    Please follow the below mentioned guide to install it.
    Check all the parameters to set and run pre requisite checker before starting installation.
    Keep in mind that before starting any SAP installation you should always run prerequisite checker.
    https://websmp205.sap-ag.de/instguides --> SAP Netweaver -->SAP Netweaver 7.0 -- > Installations --> EHP2
    Regards,
    Amit Barnawal

  • Hyperion planning installation(Problem with application server deployment)

    Hi There:
    I am new to hyperion planning.I am trying to install planning.I got problem with Hyperion Configuration utility while configuring application server deployment.Its show message failed.Please guide me how to fix this.If it is possible can you please send me any personal documentation on installation.I am trying this for past 4 day's.Below is the error its showing in configtool
         ... 10 more
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, INFO, Validating dependencies...
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel$5, DEBUG, Product: Planning; Dependencies: []
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, DEBUG, task to execute: HspDBPropertyLocation
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, DEBUG, task to execute: applicationServerDeployment
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.PanelEventDispatcher, DEBUG, constructor
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, INFO, AppServerSelectionPanel in queryEnter
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, INFO, Server: WebLogic 8.1; deployment type = both
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, INFO, Server: WebSphere 5.1; deployment type = both
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, INFO, Server: Tomcat 5.0.28; deployment type = both
    (Mar 09, 2008, 08:26:08 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, INFO, AppServerSelectionPanel in queryExit
    (Mar 09, 2008, 08:26:08 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, DEBUG, AppServer selected: WebLogic 8.1
    (Mar 09, 2008, 08:26:08 PM), com.hyperion.cis.config.wizard.ProductCustomInputPanel, ERROR, Error:
    java.lang.NullPointerException
         at com.hyperion.cis.config.wizard.ProductCustomInputPanel.queryEnter(ProductCustomInputPanel.java:88)
         at com.installshield.wizard.awt.AWTWizardUI.currentBeanChanged(Unknown Source)
         at com.installshield.wizard.swing.SwingWizardUI.currentBeanChanged(Unknown Source)
         at com.installshield.wizard.StandardWizardListener.currentBeanChanged(Unknown Source)
         at com.installshield.wizard.Wizard$RunThread.run(Unknown Source)
    (Mar 09, 2008, 08:26:09 PM), com.hyperion.cis.config.AppServerDeployer, DEBUG, Starting WebLogic 8.1 deployment...
    (Mar 09, 2008, 08:26:09 PM), com.hyperion.cis.config.AppServerDeployer, DEBUG, pre-Deploy: Planning
    (Mar 09, 2008, 08:26:09 PM), com.hyperion.cis.config.AppServerDeployer, DEBUG, Deploy: Planning
    (Mar 09, 2008, 08:26:09 PM), com.hyperion.cis.config.wizard.RunAllTasksWizardAction, ERROR, Error:
    java.lang.NullPointerException
         at com.hyperion.cis.config.AppServerDeployer.initContexts(AppServerDeployer.java:628)
         at com.hyperion.cis.config.AppServerDeployer.deploy(AppServerDeployer.java:548)
         at com.hyperion.cis.config.AppServerDeployer.deploy(AppServerDeployer.java:526)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.executeDeployerTask(RunAllTasksWizardAction.java:251)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.execute(RunAllTasksWizardAction.java:156)
         at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)
    (Mar 09, 2008, 08:26:13 PM), com.hyperion.cis.config.wizard.CustomSummaryPanel, DEBUG, CustomSummaryPanel in queryExit
    Please help me.Email id:[email protected]
    Thanks
    Harsha.
    Message was edited by:
    user603943

    I think the installation of planning on Vista is difficult. As some of the files doesn't support even i am tired of doing that.
    But tell me one thing have you installed all other products , I mean Essbase, (server, client) , AAS and Shared services.
    Are they working good .
    I have formatted my system to XP and installed everything , but the problem is when i install planning it prompts me that IIS 5 should be greater other wise EPM will not install...
    there are lot of things with planning 1) i can't datasource as it is not highlighting when we configure with Shared services
    2) It does not create product instance .
    If any one can fix this thing by giving me a suggestions.
    Advance Thanks

Maybe you are looking for

  • Load data from BW 7.0 DSO into a ECC 6.0 SD standard/Custom pricing table

    Gurus, We have a scenario, where we need to load data from a BW DSO to SD standard/Custom pricing table in ECC 6.0. That data will be few thousand records. Per my knowledge, in BPS, retractors are available to update data from BW to ECC and OpenHub a

  • Facing issue in Connecting to Oracle 10g database in OBIEE+

    Hi All I have done the BASIC installation of OBIEE+ on Windows [local system]. I have tested for all the services running and they are running fine. As Oracle 10g is our databse i need to connect to the databse. Please guide me with step by step proc

  • Depreciation - Post in the Previous Year

    Hi, I am trying to post the depreciation for Jan 2010, but the system is giving the error that I need to post in the preious year first. However when i am trying to post the depreciation for the previous year, its giving the error that previous year

  • Mac Book Air 13" the right device for occasionally editing photos?

    Hello! I am owner of an iMac 24" and know I want to replace my three years old thinkpad. Mainly, I am using my iMac for editing photos. With the MacBook Air I also want to be flexible to edit my photos also during a holiday or in the train etc. Do yo

  • Saving as .psd ("layers" option checked), why don't others see the layers?

    Recently I've been having an issue where I've been saving a file in .psd format and I have no issues opening it up, editing it and seeing all the layers. But I have sent it to several people and everyone has opened it and only seen a single layer as