Issue while SCS installation of NW 7.3 EHP1 on Windows 2008

Hello Everyone,
I am trying to start Application as JAVA : SCS installation in Distributed mode. I am installing with user having administrator rights. But in the execution phase i am getting the below error and unable to proceed.
in sapinst.log:
ERROR 2012-01-30 03:29:58.964
MUT-03025  Caught ESAPinstException in module call: .
ERROR 2012-01-30 03:29:59.11
FCO-00011  The step setUserEnvironment with step key |NW_Java_SCS|ind|ind|ind|ind|0|0|NW_Users_Create_Do|ind|ind|ind|ind|users|0|setUserEnvironment was executed with status ERROR ( Last error reported by the step: Assertion failed: in
function (role, readAccountData) {
    if (readAccountData === undefined) {
        readAccountData = true;
    NWUsers.trace("NWUsers.getAccountData(", role, ")");
    this._initAccountData();
    ASSERT(arguments.callee, this.haveAccountData(role), "role " + role + " is not created yet.");
    var ad = this._readAccountDataFromKeydb(role);
    if (readAccountData) {
        ad = this._readAccountData(ad);
    var masterpwd = this.getMasterPassword();
    if (ad.password == "" && this._useMasterPasswordForAccountData(ad) && ad.type == "USER" && masterpwd !== undefined && role != NWUsers.roles.J2EEGuest && !ad.locked) {
        ad.password = masterpwd;
    NWUsers.trace("NWUsers.getAccountData(): ", dump_properties(ad));
    return ad;
role SAPSIDDB is not created yet.).
Please can you suggest on this.
Thanks!
- Tushar

HI,
Please check other logs just below or above the sapinst.log as well (latest ones). I don't know about any roles by the name SAPSIDDB.
Try posting them. And please post if your were able to solve it. Probably a retry would be also a better option. I am sure you are using proper user IDs. Windows 2008 has lot of problems because of authorizations. Make sure all authorizations regarding OS levels users have been thoroughly checked. It seems to be as a windows error rather than installation problem.
Varun

Similar Messages

  • Installation ERP 6.0 EHP4 on MSCS windows 2008 - oracle 10

    Hi,
    I'm installing an ERP 6.0 EHP4 on platform windows 2008 - oracle 10 with MSCS.
    Cluster is configure as described in SAP installation manual.
    Network configuration is set up as described in SAP installation manual.
    During step --> First MSCS Node (7.3.5 Configuring the First MSCS Node) sapinst got an error before end of input parameters.
    In other forum I've found to check MSCS network configuration, but it seems OK.
    Any idea ?
    Thanks.
    Maurizio Manera
    TRACE      2010-02-19 16:36:03.878
      Call block:CollectClusterParameters_windows_ind_ind_ind
        function:CollectClusterParameters_windows_ind_ind_ind_DialogPhase_dGetSAPClusterParameters
    is validator: false
    TRACE      2010-02-19 16:36:03.878 [syxxcnamrs.cpp:278]
               PSyHostsEntry CSyIPNameResolverImpl::getHostByName(const iastring& hostName) const
    IP name gnutti-sapgr resolves to IP address(es): 192.168.0.133
    TRACE      2010-02-19 16:36:03.878
    Function setMessageIdOfExceptionMessage: modlib.jslib.invalidIPAddressNumber
    WARNING[E] 2010-02-19 16:36:03.878
               CJSlibModule::writeError_impl()
    MUT-03028  Number value 0x-3f580000 is bigger than 0xFFFFFFFF.
    TRACE      2010-02-19 16:36:03.878 [iaxxejsbas.hpp:488]
               EJS_Base::dispatchFunctionCall()
    JS Callback has thrown unknown exception. Rethrowing.
    ERROR      2010-02-19 16:36:03.893 [sixxcstepexecute.cpp:977]
    FCO-00011  The step dGetSAPClusterParameters with step key |MSCS_A|windows|ind|ind|ind|0|0|CollectClusterParameters|windows|ind|ind|ind|3|0|dGetSAPClusterParameters was executed with status ERROR .
    TRACE      2010-02-19 16:36:03.893
    SAPInst calls the LogInquirer. The output of the LogInquirer can be found in file sapinst_loginquirer.log.
    TRACE      2010-02-19 16:36:03.909 [iaxxgenimp.cpp:712]
                CGuiEngineImp::showMessageBox
    <html> <head> </head> <body> <p> An error occurred while processing option SAP ERP 6.0 EHP4 Ready - Support Release 1 > Software Life-Cycle Options > System Copy > Oracle > Target System Installation > High-Availability System > Based on AS ABAP > First MSCS Node. You can now: </p> <ul> <li> Choose <i>Retry</i> to repeat the current step. </li> <li> Choose <i>View Log</i> to get more information about the error. </li> <li> Stop the option and continue with it later. </li> </ul> <p> Log files are written to C:\Program Files/sapinst_instdir/ERPEhP4/LM/COPY/ORA/SYSTEM/HA/AS-ABAP/MSCS-A.
    TRACE      2010-02-19 16:36:03.909 [iaxxgenimp.cpp:1257]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    <p>
    Edited by: Eric Brunelle to delete html tag on Feb 19, 2010 1:47 PM

    Hi,
    my SAP system is 7.01 kernel based so I can't apply control.xml of "Note 1249469 - SAP NetWeaver Based On Kernel 7.11: Windows".
    I've just download new control.xml file attached to "Note 1326698 - SAP NetWeaver 7.01 SR1/Business Suite 7 SR1: Windows" but error still remains.
    So I've compared the two control.xml files in corrispondence of function IPAddress(adr), where the error "modlib.jslib.invalidIPAddressNumber" is returned.
    The difference between files are reported below (first control.xml for kernl 701 and before control.xml files for kernel 7.11).
    I've noticed that in my control.xml files is missing the following code:
          while (num < 0) {
            num += 0x100000000;
    For a test I've tried to modify my control.xml files adding this code and there is no error; I can see "Parameter Summary" of sapinst program. Now I can go on with installation, clicking on next.
    Now I've to decide if going on with installation or opening a support message to SAP Support for validating this solution.
    What do you think about this ?
    Bye
    Maurizio
    7.01 - control.xml
          Trace("IPAddress", "IPAddress(number ", adr, ")");
          var num = Number(adr);
          if (isNaN(num) || num > 0xFFFFFFFF || num < 0) {
            throw new Exception("modlib.jslib.invalidIPAddressNumber", "0x" + num.toString(16));
          this._adr = Number(adr);
    7.11 - control.xml
          Trace("IPAddress", "IPAddress(number ", adr, ")");
          var num = Number(adr);
          while (num < 0) {
            num += 0x100000000;
          if (isNaN(num) || num > 0xFFFFFFFF || num < 0) {
            throw new Exception("modlib.jslib.invalidIPAddressNumber", "0x" + num.toString(16));
          this._adr = num;

  • CUCM 8.6 Installation on VMWare Workstation 9.X On windows 2008 R2

    Hi
    Iam trying to intall CUCM 8.6 on Vmware 9
    i get installation fail, I have attached screenshot for your reference
    what iam doing wrong ? is this possible to intall Windows 2008 R2 and Vmware 9 workstation ?
    any advice will be helpfull to solve my issue.
    OS : windows 2008 R2 64bit
    Vmware : 9 workstation
    Ram: 16GB
    HDD :  SATA 1TB
    Processor : Xeon Quad Core.
    Thanks
    Balaji

    Hi,
    The host OS should not matter as that will not be visible to CUCM's hardware detection script, it's more likely that the guest OS choice (i.e. which variant of Redhat Linux) or physical CPU may not be compatable.
    Normally when instaling CUCM you would use an OVA Tempalte when creating a CUCM VM using ESXi:
    http://software.cisco.com/download/release.html?mdfid=283782839&flowid=26422&softwareid=283088407&release=8.6(1)&relind=AVAILABLE&rellifecycle=&reltype=latest
    This has the the exact guest OS settings CUCM Expects, you could carry on with trial and error to see if you can homefully get the correct settings. The following information from the Cisco Wiki on virtualising CUCM may be a useful reference:
    http://docwiki.cisco.com/wiki/Unified_Communications_VMware_Requirements
    Personally I recomend you bite the bullet and use ESXi, the free variant works a treat with CUCM, the main issue may be if your hardware is in-compatable (i.e. ESXi does not have the built-in drivers).
    Thanks
    Stephen Welsh
    CTO
    http://www.unifiedfx.com

  • SAP EHP5 MSCS installation with IBM DB2 9.7 on windows 2008 R2

    Dear Sir
    i am installing SAP EHP5 high availability with IBM DB2 9.7 on windows 2008 R2
    first cluster node installation is completed,
    now i am going to install database instance, before that i am configuring the database for MSCS as per installation guide,
    but the database group is note creating in Failover cluster manager.
    if you have any solution please reply
    regards
    gourishankar baikerikar

    HI,
    Thats a printing mistake in installation guide..
    copy db2mscs.ese file to db2mscs.cfg ...
    Remove all the unwanted stuff like explination of parameter paragraphs
    Confgure required parameters like  below and make sure there are no unwanted spaces in the txt file.
    #Global section
    DB2_INSTANCE = DB2SID
    DB2_LOGON_USERNAME = XXXXXX\db2sid
    DB2_LOGON_PASSWORD = password
    CLUSTER_NAME = GXXXXX
    MSCS Group for Node 0
    GROUP_NAME = DB2 SID Group
    DB2_NODE = 0
    #IP_NAME = DB2 IP SID
    #IP_ADDRESS=192.168.0.xx
    #IP_SUBNET=255.255.255.0
    #IP_NETWORK=Ethernet(3)
    NETNAME_NAME =  DB2 NetName SID
    NETNAME_VALUE = DB2SID
    #NETNAME_DEPENDENCY = DB2 IP SID
    Open you cluster console and select NODE A there you should be able to identify the disks for DB clustering,
    Copy that name and paste it here for  DISK_NAME
    DISK_NAME = DATABASE_CD2                  
    DISK_NAME = DBLOGS_CD4
    #INSTPROF_DISK = Disk M:
    #TARGET_DRVMAP_DISK = Disk M:
    With the above process you should be able to cluster your DB.
    2) Please provide all the steps that you were identified to install , that would give more clarity to reply back where ever required.
    Thanks,
    Rahul

  • Error: SAP installation of ERP Sr3 with ORACLE 10g on Windows 2008 server

    Dear all,
    while installaing SAP ERP SR3 with ORACLE 10g on windows 2008 server...
    we are getting error as not support.
    please confirm wether this version of OS is uspported or not.
    thanking you in all,
    by
    Animesh

    actualy we tried to change Oraparam.ini file in the installation folder...
    edited ...  windows= 5.0, 5.1, 6.0
    we had entered 6.0
    Yes - that is necessary.
    and started ... but after starting we are getting ERROR like unKNOWN and installation popup (OUI popup) exiting with .. error popup.
    Yes - because Oracle delivers its own Java version - which is too old to run on Windows 2008.
    if you suggest us to use 2003 64 bit for temporaray .... purpose.
    and is there any specified procedure to UPgrade OS.
    like... DB should be updated before OS upgradation.
    You can run 10.2.0.4 on Windows 2003 x64 nicely and upgrade to Windows 2008. Since there is no "upgrade" (it is the highest version supported) there´s no need to do anything.
    The question you have to ask is:
    Why do you need Windows 2008? Is there any technical implication?
    Markus

  • MAPToolkit 9.1 Installation on Windows 2008 R2 Std SP1 64-bit fails

    Hi,
    I tried an installation of the MAPToolkit V9.1 on Windows 2008 R2 SP1 with an SQL Server 2012 MAPS instance installed, but it fails with:
    Applying execute package: MAPSetup_x64.msi, action: Install,
     path: C:\ProgramData\Package Cache\{D1E2ED68-9318-49A7-8B8A-7E8B5A2ADA29}v9.1.265.0\MAPSetup_x64.msi
     , arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7" INSTALLDIR="D:\Apps\Microsoft Assessment and Planning Toolkit"
     TRANSFORMS="" CEIPENABLED="0" LOCALDBDROP="0"'
    e000: Error 0x80070643: Failed to install MSI package.
    e000: Error 0x80070643: Failed to execute MSI package.
    e000: Error 0x80070643: Failed to configure per-machine MSI package.
    i319: Applied execute package: MAPSetup_x64.msi, result: 0x80070643, restart: None
    e000: Error 0x80070643: Failed to execute MSI package.
    i318: Skipped rollback of package: MAPSetup_x64.msi, action: Uninstall, already: Absent
    i319: Applied rollback package: MAPSetup_x64.msi, result: 0x0, restart: None
    Any idea?
    Thanks in advance!

    This log is coming from the installation log file Microsoft_Assessment_and_Planning_Toolkit_20140731105729.log
    There is a second log with the name Microsoft_Assessment_and_Planning_Toolkit_20140731105729_0_MAPSetup_x64.msi.log
    I see the following messages in this file:
    Action start 10:57:49: RegisterProduct.
    MSI (s) (B0:D0) [10:57:49:136]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
    MSI (s) (B0:D0) [10:57:49:136]: Doing action: PublishComponents
    MSI (s) (B0:D0) [10:57:49:136]: Note: 1: 2205 2:  3: ActionText
    Action ended 10:57:49: RegisterProduct. Return value 1.
    MSI (s) (B0:D0) [10:57:49:137]: Note: 1: 2205 2:  3: PublishComponent
    MSI (s) (B0:D0) [10:57:49:137]: Note: 1: 2228 2:  3: PublishComponent 4: SELECT `PublishComponent`.`ComponentId`, `PublishComponent`.`Qualifier`, `PublishComponent`.`AppData`, `Feature`, `Component`.`ComponentId`, `Component`.`RuntimeFlags` FROM `PublishComponent`,
    `Component`, `Feature`  WHERE `PublishComponent`.`Component_` = `Component`.`Component` AND `PublishComponent`.`Feature_` = `Feature`.`Feature` AND ((`Feature`.`Action` = 1 OR `Feature`.`Action` = 2)  OR (`Feature`.`Action` = 4 AND `Feature`.`Installed`
    = 0) OR (`Feature`.`Action` = 3 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)))
    Action start 10:57:49: PublishComponents.
    MSI (s) (B0:D0) [10:57:49:137]: Doing action: _ConfigureDatabase
    MSI (s) (B0:D0) [10:57:49:137]: Note: 1: 2205 2:  3: ActionText
    Action ended 10:57:49: PublishComponents. Return value 0.
    MSI (s) (B0:7C) [10:57:49:139]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI3BF8.tmp, Entrypoint: ConfigureDatabase
    Action start 10:57:49: _ConfigureDatabase.
    CreateStartInstance: Failed to start instance.. Error Code: 0x89C5010A.
    ConfigureDatabase: CreateStartInstance failed. Error Code: 0x89C5010A.
    CustomAction _ConfigureDatabase returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    MSI (s) (B0:D0) [10:57:49:278]: Machine policy value 'DisableRollback' is 0
    Action ended 10:57:49: _ConfigureDatabase. Return value 3.
    MSI (s) (B0:D0) [10:57:49:279]: No System Restore sequence number for this installation.
    MSI (s) (B0:D0) [10:57:49:279]: Unlocking Server
    Action ended 10:57:49: INSTALL. Return value 3.
    Property(S): DiskPrompt = Microsoft Assessment and Planning Toolkit Installation [1]
    Property(S): UpgradeCode = {39243C24-3EA1-473D-8240-3646837D0EC7}
    Property(S): PROCESSOR_ARCHITECTURE_VALUE = AMD64

  • Oracle 11g installation issue while linking

    Dear All,
    I am installing Oracle11g as p, At the time while the installation is in progress faced errors related to links.
    we skipped those errors and completed the installation. But after that we are unable to login sqlplus with SIDadm
    error: /usr/lib/hpux64/dld.so: Unable to find library 'libsqlplus.so'.
    Killed
    It seems obvious that the error is related to those skipped links. Now I tried to relink them using the command
    $ORACLE_HOME/bin/relink all, But some links are failed
    I found one common error " sh: cc:  not found"
    Doest it mean we do not have CC installed at HP-UX IA 64 level?
    Could you let me know how do we proceed to resove this linking issue..
    Thanks and Regards

    Hi ,
    Can you please specify the value of SHLIB_PATH environment variable for ora<sid>. The value $ORACLE_HOME/lib should be present.
    Regards.
    Ruchit.

  • ISSUES WHILE STARTING HTTP SERVER FOR A NEW INSTALLATION OF 10G AS

    I installed 10g AS version 10.1.3.1. I am having this issue while running the installation:
    The Configuration assistants are failing with the following error:
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=621769602,pid=30999)
    failed to start a managed process after the maximum retry limit
    Log:
    /opt/dba/oracle/product/10.1.3.1/OracleAS_1/opmn/logs//HTTP_Server~1.log
    Configuration assistant "Oracle Process Management and Notification Configuration Assistant" failed
    I am using a staticports.ini file with the following values
    Oracle HTTP Server port =81
    Oracle HTTP Server Listen port = 81
    Oracle HTTP Server SSL port = 444
    Oracle HTTP Server Listen (SSL) port = 444
    I am not sure what the following are for and what values i should for them so i commented them
    #Oracle Notification Server Request port = port_num
    #Oracle Notification Server Local port = port_num
    #Oracle Notification Server Remote port = port_num
    #ASG port = port_num
    Has anyone encountered this issue ??

    Port numbers less than 1024 are privileged ports on Unix/Linux. In order for OHS to run on one of the privileged port (e.g. 81 and 441 in your case) you must enable OHS to run as root. By default OHS runs a non-root user, the user that installed Oracle Application Server.
    So to start with installer do not specify custom (static) ports and complete the installation. OHS will be assigned some non-privileged port by installer. Post installation follow the instructions here to change the ports to 81 and 441:
    http://download.oracle.com/docs/cd/B32110_01/core.1013/b32196/ports.htm#CIHJEEJH
    Thanks
    Shail

  • Issues in WebLogic while OID Installation

    Hi!
    I'm currently installing an OID.
    During installation the installation tries to start managed servers but there occurs an java.ioexception.
    <Nov 10, 2009 3:08:00 PM CET> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Nov 10, 2009 4:37:38 PM CET> <Notice> <Security> <BEA-090171> <Loading the identity certificate and private key stored under the alias DemoIdentity from the jks keystore file E:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server\lib\DemoIdentity.jks.>
    <Nov 10, 2009 4:37:38 PM CET> <Notice> <Security> <BEA-090169> <Loading trustedcertificates from the jks keystore file E:\ORACLE~1\MIDDLE~1\WLSERV~1.3\server\lib\DemoTrust.jks.>
    <Nov 10, 2009 4:37:38 PM CET> <Notice> <Security> <BEA-090169> <Loading trusted
    certificates from the jks keystore file E:\ORACLE~1\MIDDLE~1\JDK160~1\jre\lib\se
    curity\cacerts.>
    <Nov 10, 2009 4:37:58 PM CET> <Error> <NodeManager> <BEA-300048> <Unable to start the server wls_ods1 : Exception while starting server 'wls_ods1': java.io.IOException: Server failed to start up. See server output log for more details.>
    <Nov 10, 2009 5:19:26 PM CET> <Error> <NodeManager> <BEA-300048> <Unable to start the server wls_ods1 : Exception while starting server 'wls_ods1': java.io.IOException: Server failed to start up. See server output log for more details.>
    Systeminfos:
    OS: Windows 2008 Enterprise 64Bit
    java version: 1.6.0 (comes with WebLogic delivery)
    Weblogic Version: wls1031
    IDM Version: 11.1.1.1.0
    If you need futher information to help me please ask.
    thank you in advance

    Hi again,
    I restarted the weblogic server while installation was running and now it managed somehow to start the managed server.
    But i still need a solution for the problem above. because i ran into another error... maybe because i restarted the weblogic server.
    The installation fails now to create asinstance with following error
    "An internal operation has failed: Unable to validate nonj2eemanagement application deployment on admin server"

  • Issues while creating a search project in BCC

    Hi There,
    Migrating the apps from 2007.3 to 10.0.3.Experiencing issues while creating a search project.
    Step #1.In Search Administration,navigating through Project > Global Settings & creating a Content Label named as "Catalog"
    Step #2.Navigating through Project > Create Production Project.Creating a project with Content Set as "CatalogSet"
    Step #3.Adding a Content with this info:
              Content Name: Catalog
              Type of Content : ATG Repository
              IndexingOutputConfig Path : /atg/commerce/search/ProductCatalogOutputConfig
              Host name : localhost
              RMI : 10160 ( RMI port of commerce instance)
         Creating a content & getting the message as New Content "CatalogTest" has been created.
         Issue #1: Content is not displaying in the Content eventhough content has been created successfully.
         Issue #2: Getting error for "Default Text Processing Options"
         You can refer these issues in the attached screenshot "Content-Page-with-error.jpg"
    Step #4.Creating a new TPO as "English" & trying to "Associate Search Project" & getting an error.Refer the attached error log "Associate-Search-Project.log"
    Due to these issues, "Build Index" button is disabled.Did anybody experienced these issues? Any help/comments are appreciated.
    Also attached the full server logs as commerce-server.log & publishing-server.log.
    Since no options for attachment in this forum, I posted the attachment in this link.Please refer it.
    https://groups.google.com/forum/?fromgroups#!topic/atg_tech/csEHi-x3Nyc
    Thanks in advance!
    Mani
    Edited by: user11263665 on Apr 25, 2012 10:38 PM

    We faced the same problem when migrating from 2007 to ATG 10.0.3. The reason this error comes up is because the Search depends on a local customization adapter /atg/searchadmin/adapter/customization/LocalCustomizationDataAdapter which adds English as a language in the text processing options.
    After the migration you need to import the initial ATG search related data into your Search schema. These instructions have been mentioned in the ATG install guide. Here is the extract from the docs.
    Note: The import scripts import data using startSQLRepository. Make sure your JTDataSource and
    FakeXADatasource are configured to permit this in home/localconfig. JTDataSource should automatically
    point to FakeXADataSource. FakeXADataSource should point to the administration database, and
    FaxeXADataSource_production should point to the production database. Note that some product
    installation processes, including Oracle ATG Web Knowledge Manager Self Service, need FakeXADataSource
    pointed at the production database, so you may need to change the FakeXADataSource between installations.
    once you are done with the configurations above, import only the searchadmindata xml into search schema as this imports the LocalCustomizationDataAdapter config information into your search schema. Once this is done, you should be good to index.
    <ATG10dir>\home\bin\startSQLRepository.bat|sh -m SearchAdmin.AdminUI
    -repository /atg/searchadmin/SearchAdminRepository -import
    <ATG10dir>\Search10.1\SearchAdmin\common\data\initial\searchadmindata.
    xml

  • An issue while installing oracle 10g express edition on Ubuntu 10.04-64bit

    Hi,
    I'm running into an issue while installing oracle 10g express edition on my Ubuntu 10.04-64 bit installed machine using oracle-xe-universal_10.2.0.1-1.0_i386.deb package. The issue actually came up when I was trying to reinstall the package after uninstalling it due to some problem I had with my login credentials. To elaborate further on it, the /etc/init.d/oracle-xe script does not get created when I execute the debian package and thus i'm unable to configure the required credentials and stuff after the installation. I doubt whether this has something to do with the procedure I followed when uninstalling the previous package it. But what I did was just what's mentioned in the following [http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25144/toc.htm] user guide published by oracle.
    Another important clue would be, the platform of my machine is amd64bit although I'm dealing with an installation package preferred for i386. But I believe it's the only thing available in the oracle software download section. Hence I had to use the --force-architecture option to install it. But after reading some post published on this forum, I've figured out that it does not affect the usual execution of the software. Anyway,  I would greatly appreciate some help on this matter.
    [1] http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25144/toc.htm
    Thanks and Regards,
    Prabath Abeysekara
    Edited by: 829281 on Jan 18, 2011 7:52 PM

    Hi,
    Finally I've managed to find a solution for this issue. Thanks a lot for all the replies.
    Here's how I got rid of it.
    Addressing all the facts one by one,
    1.The problem of not getting the /etc/init.d/oracle-xe script generated was avoided
    by removing all the configuration files that were previously created while installing
    the product. The following command can be used to accomplish that task.
    *$ dpkg --purge oracle-xe*
    2.Next, Initially the password I used during the configuration process was "admin".
    Although I tried a couple of times installing the product providing the aforementioned
    password, the web UI kept prompting "Invalid Credentials" message not allowing me
    to login. But, this particular issue could be avoided by giving some other simple
    password.
    Finally, got it working and once again thanks a bunch for taking the burden of
    replying this thread.
    Cheers,
    Prabath

  • Facing issue while deployment on 11.1.1.6 soa server

    Problem Summary
    Facing issue while deployment on 11.1.1.6 soa server
    Problem Description
    We are facing issue while deploying a bpm project over a newly built bps-soa server 11.1.1.6.
    While we are deploying a bpm project, first it is taking around 40mins to create .jar file and then while deploying, it is getting failed with transaction timed out error.
    "composite: Onboarding: javax.ejb.EJBException: Transaction Rolledback.: weblogic.transaction.internal.TimedOutException: Transaction timed out after 301 second".
    we have tried with changing all transaction parameters also like JTA,XA( as similar to our exiting running QA/PROD environment which is on 11.1.1.5) but even then facing the same issue.
    The code were originally build over 11.1.1.5 version, for the first time opening with jdev, code gets migrated and over the upgraded code we did some business specific changes and now trying to deploy over the new server.
    Code is getting successfully compiled and also .jar file is creating properly but while deployment facing error(As shared earlier).
    Also tried to deploy the same .jar file using em consle(to soa-infra) but facing similar issue.
    Error Codes
    Problem Category/Subcategory
    BPM 11g installation issues
    Uploaded Files
    Template Question Responses
    1) ### Product Versions Including Build Numbers ###
    BPM SOA suite 11.1.1.6
    2) ### Is the Issue Reproducible ###
    Yes, mentioned in issue detailes.
    3) ### OS Version ###
    SunOS xxxxx 5.10 Generic_144488-06 sun4v sparc SUNW,T5440
    More logs:
    Name
    === ODM Data Collection ===
    [2013-02-27T01:10:59.436-05:00] [soa_server1] [WARNING] [] [oracle.soa.bpel.engine.deployment] [tid: [STUCK].ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 486af90ee4d37577:-6eb9b41c:13d15783e85:-8000-000000000000142f,1:18454:2] [APP: soa-infra] Unable to obtain the audit metadta java.lang.IllegalStateException: The transaction associated with this transaction-scoped persistence context has been rolled back and as a result, the EntityManager has been closed. No further operations are allowed in this transaction context. Please see the server log for the cause of the rollback.
    [2013-02-27T01:11:17.402-05:00] [soa_server1] [WARNING] [] [oracle.soa.bpel.engine.deployment] [tid: [STUCK].ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 486af90ee4d37577:-6eb9b41c:13d15783e85:-8000-000000000000142f,1:18454:2] [APP: soa-infra] Unable to obtain the audit metadta java.lang.IllegalStateException: The transaction associated with this transaction-scoped persistence context has been rolled back and as a result, the EntityManager has been closed. No further operations are allowed in this transaction context. Please see the server log for the cause of the rollback.
    [2013-02-27T01:11:18.147-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.bpel.engine.deployment] [tid: [STUCK].ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 486af90ee4d37577:-6eb9b41c:13d15783e85:-8000-000000000000142f,1:18454:2] [APP: soa-infra] BPEL Component "default/Onboarding!2.0*soa_8130f118-f9b5-462a-8e75-5ec0f34b45bd/Remediation" successfully loaded.
    [2013-02-27T01:11:18.166-05:00] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine] [tid: [STUCK].ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 486af90ee4d37577:-6eb9b41c:13d15783e85:-8000-000000000000142f,1:18454:2] [APP: soa-infra] Unable to activate process Remediation[[
    javax.ejb.EJBException: Transaction Rolledback.: weblogic.transaction.internal.TimedOutException: Transaction timed out after 300 seconds
    BEA1-172EC48037986ACD0C13
    at weblogic.transaction.internal.ServerTransactionImpl.wakeUp(ServerTransactionImpl.java:1788)
    at weblogic.transaction.internal.ServerTransactionManagerImpl.processTimedOutTransactions(ServerTransactionManagerImpl.java:1676)
    at weblogic.transaction.internal.TransactionManagerImpl.wakeUp(TransactionManagerImpl.java:1988)
    at weblogic.transaction.internal.ServerTransactionManagerImpl.wakeUp(ServerTransactionManagerImpl.java:1586)
    at weblogic.transaction.internal.WLSTimer.timerExpired(WLSTimer.java:35)
    at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    ; nested exception is: weblogic.transaction.internal.TimedOutException: Transaction timed out after 300 seconds
    BEA1-172EC48037986ACD0C13
    weblogic.transaction.internal.TimedOutException: Transaction timed out after 300 seconds
    BEA1-172EC48037986ACD0C13
    at weblogic.transaction.internal.ServerTransactionImpl.wakeUp(ServerTransactionImpl.java:1788)
    at weblogic.transaction.internal.ServerTransactionManagerImpl.processTimedOutTransactions(ServerTransactionManagerImpl.java:1676)
    at weblogic.transaction.internal.TransactionManagerImpl.wakeUp(TransactionManagerImpl.java:1988)
    at weblogic.transaction.internal.ServerTransactionManagerImpl.wakeUp(ServerTransactionManagerImpl.java:1586)
    at weblogic.transaction.internal.WLSTimer.timerExpired(WLSTimer.java:35)
    at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    javax.ejb.EJBException: Transaction Rolledback.: weblogic.transaction.internal.TimedOutException: Transaction timed out after 300 seconds
    BEA1-172EC48037986ACD0C13
    at weblogic.transaction.internal.ServerTransactionImpl.wakeUp(ServerTransactionImpl.java:1788)
    at weblogic.transaction.internal.ServerTransactionManagerImpl.processTimedOutTransactions(ServerTransactionManagerImpl.java:1676)
    at weblogic.transaction.internal.TransactionManagerImpl.wakeUp(TransactionManagerImpl.java:1988)
    at weblogic.transaction.internal.ServerTransactionManagerImpl.wakeUp(ServerTransactionManagerImpl.java:1586)
    at weblogic.transaction.internal.WLSTimer.timerExpired(WLSTimer.java:35)
    at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    ; nested exception is: weblogic.transaction.internal.TimedOutException: Transaction timed out after 300 seconds
    BEA1-172EC48037986ACD0C13
    at weblogic.ejb.container.internal.EJBRuntimeUtils.throwEJBException(EJBRuntimeUtils.java:156)
    at weblogic.ejb.container.internal.BaseLocalObject.postInvoke1(BaseLocalObject.java:595)
    at weblogic.ejb.container.internal.BaseLocalObject.__WL_postInvokeTxRetry(BaseLocalObject.java:455)
    at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:52)
    at oracle.bpm.bpmn.engine.ejb.impl.BPMNServerManagerBean_6gbx7k_IBPMNCubeServerManagerLocalBeanImpl.deployComponent(Unknown Source)
    at oracle.fabric.CubeServiceEngine.load(CubeServiceEngine.java:842)
    at oracle.bpm.bpmn.engine.service.BPMNServiceEngine.load(BPMNServiceEngine.java:636)
    at oracle.bpm.bpmn.engine.service.BPMNServiceEngine.load(BPMNServiceEngine.java:151)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deployComponents(CompositeDeploymentConnection.java:243)
    Caused by: weblogic.transaction.internal.TimedOutException: Transaction timed out after 300 seconds
    BEA1-172EC48037986ACD0C13
    at weblogic.transaction.internal.ServerTransactionImpl.wakeUp(ServerTransactionImpl.java:1788)
    at weblogic.transaction.internal.ServerTransactionManagerImpl.processTimedOutTransactions(ServerTransactionManagerImpl.java:1676)
    at weblogic.transaction.internal.TransactionManagerImpl.wakeUp(TransactionManagerImpl.java:1988)
    at weblogic.transaction.internal.ServerTransactionManagerImpl.wakeUp(ServerTransactionManagerImpl.java:1586)
    at weblogic.transaction.internal.WLSTimer.timerExpired(WLSTimer.java:35)
    at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
    ... 2 more
    FileName
    soa_server1-diagnostic-2.log

    2 things must be noticed:
    First: ODI 11g is not supported by JDK 7, I always use the JDK1.6.0_27 and works fine. When you try to open the ODI Studio, this message appears, telling that ODI is supported only with JDK 6 versions, so don't try to use JDK 7.
    Second: I always install the JDK in a path without spaces, like "C:\JDK1.6.0_27\" and the excatly same thing to odi install files. So I call via Command Prompt:
    C:\ODI_INSTALL\Disk1\setup.exe -jreLoc C:\JDK1.6.0_27\
    I did over 20 windows installations using these settings, it'll work perfectly.
    Regards.
    Luiz Araujo

  • Issue while installing FatWire on weblogic server

    I was trying to install CS with Weblogic as the Application server.
    During the installation of CS, I faced an issue while integrating with LDAP. In log it showed "Could not connect to the application server.Error in creating LDIF file.
    I had given the valid credentials.
    Have anyone faced this issue previously, if so please guide me thorugh.
    And also, Is it mandatory to use LDAP ?
    Thanks,
    Rahul Nair

    It sounds like the application server was turned off whilst you were running the LDAP configuration tool. The tool needs the application server to be running.
    It's not mandatory to have LDAP integration with CS, from what I have seen most existing customers don't use it. There are also some performance benefits to avoiding LDAP integration.
    If you do want LDAP integration then you don't need to configure it immediately after install. The LDAP configuration tool can be run separately, e.g. after you are happy the fresh install is working as expected.
    Phil

  • Facing issues while executing LDAPBind command in Unix

    Dear All,
    We are trying to invoke a shell script from PeopleCode(which is having the ldapbind command) through exec command. We are able to invoke the shell script but the ldapbind command fails to execute. It throws the below error
    +"/usr/bin/ldapbind: error while loading shared libraries: libclntsh.so.10.1: wrong ELF class: ELFCLASS32"+
    Not sure whether this is an issue with the installation or configuration. Kindly help us to resolve this issue.
    however when we executed this script in unix server directly, its running successfully.
    When I have tried to invoke the shell script from PeopleCode using WinExec command, got the below error from PeopleSoft itself
    +"Function '%1' cannot be run on the application server. (2,164)+
    +A PeopleCode program that is running as part of a processing group on the application server is using a PeopleCode built-in function that is not allowed on the application server."+
    Kindly help us to understand what is missing here.
    Thanks,
    Hari.A

    Still no clue to fix this issue.
    we are able to invoke the script from PeopleCode which has the LDAPBind command. We are writing the log files after invoking this script.
    We are able to see those log files getting generated also. But it's not capturing the result of LDAPBind and looks like ldapbind command is skipped from execution.
    Please help us to understand where we are missing?
    Thanks,
    Hari.A

  • Getting issue while publishing the app studio

    getting issue while publishing the app studio 
    error reported is The installable package was not created because the code generation failed.

     touchdevelop qcxhb
    & Jumping Lion is the name of the app. 
    is this the information you are looking 
    in source code it is showing the error as 
    Error downloading TouchDevelop package for script id 'qcxhb'. Reason: Errors in gamepad->game
    not sure if this can help 

Maybe you are looking for

  • Thunderbird will not send emails...but claims they are "sent" (no error message)

    Up until the beginning of this month my Thunderbird was working fine with my roadrunner email address. I have not downloaded any new software or made any changes to my settings during this time. Now I can no longer send emails (although it claims the

  • Need advice on how to make my website look better!

    ive made a website for a security company but im just not 100% happy with it, i dont know if it doesnt look professional enough or things need changing design wise. i am open to any ideas on how to make my website look better, i also dont mind if any

  • Unable to view .mov file on fcp 7

    Hello, I've been sorting through previous posts hoping to find a solution to my problem, but so far everything that's been suggested has been unsuccessful for me. I have a QT mov file (codecs: AVdn, Linear PCM, Timecode) that when imported to FCP 7 o

  • Creating Pricing Formula

    Hi All,              I need to create a pricing formula ( through txn VOFM ) but i have a doubt regarding type of formula that i should use. In txn VOFM there are following type of conditions based upon which we can create a formula: 1) Scale Base 2)

  • Trouble starting windows

    I can not boot into windows (vista Home premium 32 bit). I have tried the safe mode three different times but I still get the blue error screen. Please help me.