Starting a GOS-Service direct

Hello,
In my application i´m using the generic object services by starting the service "view attachment-list" directly (in a 4.6C System).
For the first call the service works fine, but how should i do by changing the published object? In this case i need e refresh of the alv because of the changed object - but i can´t find a method to do this! Also i can´t find a method to destroy the alv-control...
Maybe you can help me!
Thanks,
Christof
The program-steps look like this:
data:     ref_cust_gos      type ref to cl_gui_custom_container,
     ref_gos_manager type ref to cl_gos_manager,
     wa_object     type borident.
CREATE OBJECT ref_cust_gos
  EXPORTING
    container_name              = 'CUST_CONT'.
CREATE OBJECT ref_gos_manager.
wa_object-objkey = '1'.          
wa_object-objtype = 'ZTEST'.     
CALL METHOD ref_gos_manager->start_service_direct
  EXPORTING
    ip_service       = 'VIEW_ATTA'
    is_object        = wa_object
    io_container     = ref_cust_gos  
CALL METHOD ref_gos_manager->unpublish.
wa_object-objkey = '2'.          
wa_object-objtype = 'ZTEST'.     
CALL METHOD ref_gos_manager->start_service_direct
  EXPORTING
    ip_service       = 'VIEW_ATTA'
    is_object        = wa_object
    io_container     = ref_cust_gos

Hi Raja,
the coding in my program look like this:
data:
ref_cust_cont   type ref to cl_gui_custom_container,
ref_gos_manager type ref to cl_gos_manager,
wa_object       type borident.
if ref_cust_cont is initial.
  custom container
    CREATE OBJECT ref_cust_cont
    EXPORTING
    container_name = 'CUST_CONT'.
  GOS-manager
    CREATE OBJECT ref_gos_manager.   
endif.
wa_object-objkey  = lv_key.   "1
wa_object-objtype = 'ZTEST'.
starting the service direct
    CALL METHOD ref_gos_manager->start_service_direct
      EXPORTING
      ip_service = 'VIEW_ATTA'
      is_object = wa_object
      io_container = ref_cust_cont
    EXCEPTIONS
      no_object        = 1
      object_invalid   = 2
      execution_failed = 3
      OTHERS           = 4
Now the attachment-list of the new object '2' (objectkey) should be shown... so the same procedure starts again:
wa_object-objkey  = lv_key.   "2
wa_object-objtype = 'ZTEST'.
starting the service direct
    CALL METHOD ref_gos_manager->start_service_direct
      EXPORTING
      ip_service = 'VIEW_ATTA'
      is_object = wa_object
      io_container = ref_cust_cont
    EXCEPTIONS
      no_object        = 1
      object_invalid   = 2
      execution_failed = 3
      OTHERS           = 4
Now the ALV should show the attachment list of object "2" but it doesn´t. It also doesn´t help when i´m using the method PUBLICATION_CHANGED after the method-call START_SERVICE_DIRECT!
May be you have a code sample for me?!
Regards
chris

Similar Messages

  • Display attachment with GOS-Service direct

    Hello,
    In my application i´am using the generic object services by starting the service "view attachment-list" directly (in a 4.6C System).
    In transaction FB03 it is possible to show the original scanned document from the opt. archive in the  attachment list .
    The accounting will now be able to see the attachment in the payment proposal list (F110) . I created this in report ZFZALI20 (copy from RFZALI20) in the code below. This works fine for document type 'KN' (FI), but not for type 'RN' (MM).
    Then  the attachment list is empty first. But when I start transaction FB03 in a parallel task and refresh or start the attachment again with a double click in F110, then the attachment appears right.
    Is there any solution for this phenomenon.
    Regards,
    Fred
    FORM anlagenliste.
    data: go_myobject type ref to cl_gos_manager.
    data:
    lo_container type ref to cl_gui_custom_container,
    ls_object type borident.
    create object go_myobject.
    concatenate gt_item_main-bukrs gt_item_main-belnr  gt_item_main-gjahr
                                                 INTO ls_object-objkey .
    ls_object-objtype = 'BKPF'.      " BOR-Objekttyp
    ls_object-logsys = 'ITAIS3'.     " Log. System des ITA-Viewer
    Aufruf Service
    call method go_myobject->start_service_direct
    exporting ip_service = 'VIEW_ATTA'
               is_object = ls_object.
           io_container = lo_container.
    ENDFORM.                    " anlagenliste

    Hi Raja,
    the coding in my program look like this:
    data:
    ref_cust_cont   type ref to cl_gui_custom_container,
    ref_gos_manager type ref to cl_gos_manager,
    wa_object       type borident.
    if ref_cust_cont is initial.
      custom container
        CREATE OBJECT ref_cust_cont
        EXPORTING
        container_name = 'CUST_CONT'.
      GOS-manager
        CREATE OBJECT ref_gos_manager.   
    endif.
    wa_object-objkey  = lv_key.   "1
    wa_object-objtype = 'ZTEST'.
    starting the service direct
        CALL METHOD ref_gos_manager->start_service_direct
          EXPORTING
          ip_service = 'VIEW_ATTA'
          is_object = wa_object
          io_container = ref_cust_cont
        EXCEPTIONS
          no_object        = 1
          object_invalid   = 2
          execution_failed = 3
          OTHERS           = 4
    Now the attachment-list of the new object '2' (objectkey) should be shown... so the same procedure starts again:
    wa_object-objkey  = lv_key.   "2
    wa_object-objtype = 'ZTEST'.
    starting the service direct
        CALL METHOD ref_gos_manager->start_service_direct
          EXPORTING
          ip_service = 'VIEW_ATTA'
          is_object = wa_object
          io_container = ref_cust_cont
        EXCEPTIONS
          no_object        = 1
          object_invalid   = 2
          execution_failed = 3
          OTHERS           = 4
    Now the ALV should show the attachment list of object "2" but it doesn´t. It also doesn´t help when i´m using the method PUBLICATION_CHANGED after the method-call START_SERVICE_DIRECT!
    May be you have a code sample for me?!
    Regards
    chris

  • User profile synchronization service wont start after SharePoint Service pack SP2

    Hi
    -Using SharePoint 2010 with 1 appserver and 2 frontend webservers on Service Pack2. (ms server 2008r2, SQLServer2008r2).
    -Farmaccount has been set to local admin on all sp servers.
    -Firstly, the User Profile Service Application runs fine and is started. Dont mix it with the User profile synchronization Service.
    Prior to installing SP2 User profile service application and user profile synchronization service were running fine.
    The first thing I did after the installation of SP2 was running the:
    -psconfig -cmd upgrade -inplace b2b -wait
    As SharePoint setup user (spadmin).
    This ran fine on the 2 front end web servers.
    However i got one fault on the Appserver:
    I have also tried:
    PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures
    which led to same resulting error.
    So I tried to start the Use profile synchronization service as suggested manually by logging on with the Farmaccount, starting the user profile synchronization service through Central Administration. This led to Stuck on Starting status. 
    The windows services Forefront had status starting, then stopped.
    One question:
    Prior to starting the User profile synchronization service through Central Administration. What account and startup status should the 2 Forefront Windows Services have? (Automatic and local system?) or (Automatic and Farmaccount?) or (Disabled and Local
    system?) or (Disabled and farmaccount?). Because i know that SharePoint UPA will provision these services though Central Administration. However what is the default state prior to starting the Synchronization service?
    So i continue...
    Since it was stuck on starting i stopped it with:
    stop-SPServiceInstance -identity <upaSyncguid>
    which gave me:
    Stop-SPServiceInstance : An object of the type Microsoft.SharePoint.Administrat
    ion.SPServiceInstanceJobDefinition named "job-service-instance-36bdf2ef-58f2-45
    e5-8f78-ab75f646611a" already exists under the parent Microsoft.SharePoint.Admi
    nistration.SPTimerService named "SPTimerV4". Rename your object or delete the
    and i could fix with:
    #Stop the stopping:
    stsadm -o provisionservice -action stop -servicetype "Microsoft.Office.Server.Administration.ProfileSynchronizationService, Microsoft.Office.Server.UserProfiles,
    Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" -servicename FIMSynchronizationService
    I also removed the forefront certificate from personal - certificate store, as this is provisioned when user profile synchronization service is provisioned.
    That set the Central Administration Status on the User profile synchronization Service to disabled. Fine.
    Everytime i tried to start the user profile synchronization service (logged on as farmaccount), left it for 10-15 min and did iisreset and restart sharepoint timer service, and also tried rebooting the appserver. No change.
    A thought, is it important to restart timer service and do iisreset on the two frontend servers after trying to start the user profile synchronization service on the appserver?
    I'm getting to the point were i just want to delete the whole service application and set it up anew...
    any tips will be greatly appreaciated.
    brgs
    Bjorn

    You're very welcome, hope it helped, if not the I suggest you clear the configuration cache as follows.
    The config cache is where config settings are stored locally on the Microsoft SharePoint server, so a SQL call isn’t required.
    To clear the cache:
    Stop the SP Timer service. To do this, follow these steps:
    Click Start, point to Administrative Tools, and then click
    Services.
    Right-click SharePoint 2010 Timer, and then click Stop.
    Close the Services console.
    On the computer that is running Microsoft SharePoint Server 2010 and on which the Central Administration site is hosted, click
    Start, click Run, type explorer, and then press ENTER.
    In Windows Explorer, locate and then double-click the following folder:
    %SystemDrive%\ProgramData\Microsoft\SharePoint\Config\GUID
    Notes
    The %SystemDrive% system variable specifies the letter of the drive on which Windows is installed. By default, Windows is installed on drive C.
    The GUID placeholder specifies the GUID folder. There may be more than one of these.
    The ProgramData folder may be hidden. To view the hidden folder, follow these steps:
    On the Tools menu, click Folder Options.
    Click the View tab.
    In the Advanced settings list, click Show hidden files and folders under
    Hidden files and folders, and then click OK.
    You can also simply type this directly in the path if you do not want to show hidden files and folders.
    Back up the Cache.ini file. (Make a copy of it. DO NOT DELETE THIS FILE, Only the XML files in the next step)
    Delete all the XML configuration files in the GUID folder (DO NOTE DELETE THE FOLDER). Do this so that you can verify that the GUID folders content is replaced by new XML configuration files when the cache is rebuilt.
    Note When you empty the configuration cache in the GUID folder, make sure that you
    do NOT delete the GUID folder and the Cache.ini file that is located in the GUID folder.
    Double-click the Cache.ini file.
    On the Edit menu, click Select All.
    On the Edit menu, click Delete.
    Type 1, and then click Save on the
    File menu. (Basically when you are done, the only text in the config.ini file should be the number 1)
    On the File menu, click Exit.
    Start the Timer service. To do this, follow these steps:
    Click Start, point to Administrative Tools, and then click
    Services.
    Right-click SharePoint 2010 Timer, and then click Start.
    Close the Services console.
    Note The file system cache is re-created after you perform this procedure. Make sure that you perform this procedure on all servers in the server farm.
    Make sure that the Cache.ini file in the GUID folder now contains its previous value. For example, make sure that the value of the Cache.ini file is not 1.
    Check in the GUID folder to make sure that the xml files are repopulating. This may take a bit of time.
    BRGS
    Mishagri

  • Batch file to start and stop services

    I've setup a CF Probe on my Development Server to ensure my
    CF Production server is up and running (services = Apache and CF
    Application Server). It checks the PROD login page and if it times
    out in 30 sec the probe fails. I understand I can execute a file
    (batch file with net start and net stop) but the problem is I need
    to have the probe somehow point to the .bat file on the PROD server
    and not on the local machine. How can I remotely access this batch
    file and execute it? I don't know how to point to the file on the
    other server... can anyone help?

    Hi Ken,
    You had pointed me in the right direction regarding the
    psstools in order to create a batch file that can remotely start
    and stop services.
    i used the psexec command and am able to successfully restart
    the services needed remotely... however when i pick the file in the
    coldfusion administrator (in the probes section) how to i point to
    the batch file to run? it seems like the probe is not running the
    script like i want... the file is located on the c:\ so i entered
    c:\test2.bat...
    Thanks,
    Matt
    Matt,
    You should review the online help in the cfadmin for probes
    and the links it points you to in the developer's guide. Basically
    you need to define a new probe in the cfadmin by clicking the
    "Define New Probe" button. One of the probe's attributes will be
    what action. Define the action as a program and point it at a batch
    file running psexec. You will probably need to run CFMX as a
    specific user and not as localsystem, which is the default.

  • How to start OracleOraDb10g_home1iSQL*Plus service from command line (PC)

    After installing 10G, I now have a service with this name: OracleOraDb10g_home1iSQL*Plus
    I need to be able to start/stop the service from windows 2000 command line,
    BUT "net start OracleOraDb10g_home1iSQL*Plus" DOES NOT WORK.
    Adding quotes around the service name does not solve the problem either.
    Both attempts give "The service name is invalid" errors.
    Can anyone provide a solution?
    THANKS!

    Sorry, but none of the suggestions works. Thanks for trying though.
    1) Renaming the service only changes the display name, and then when you use "net start", it errors with: "The service name is invalid"
    2) call isqlplus start errors with "isqlplus is not recognized as an internal or external command..."
    3) You cannot execute isqlplussvc.exe directly either.
    Any more suggestions?

  • Problem: Deployment to WL10.3 Server Instance started as Windows Service

    Hi Everybody,
    I have deployed my J2EE Application to a Standalone WebLogic Server Instance (in development mode) started from the Windows Command Level via startWebLogic.cmd. I also tested the deployment to a Clustered Managed Server Environment(1 AdminServer+2 MS Servers in the cluster; development mode), all servers started from the command line. The application could be tested and everything worked fine.
    But:
    When I set up the WebLogic Server Instance(s) as a Windows Service(s) (following the instructions http://e-docs.bea.com/wls/docs103/server_start/winservice.html) my application can’t be deployed at startup time.
    I get 3 ClassNotFoundExceptions:
    - on startup class "DMS-Startup" (oracle.dms.wls.DMSStartup)
    - on startup class "ODL-Startup" (oracle.core.ojdl.weblogic.ODLConfiguration)
    - on startup class "JPS Startup Class" (oracle.security.jps.wls.JpsWlsStartupClass)
    The Service is started but under Administration Console/Deployments the Enterprise Application is marked as “New” and not as “ Active”. The other Deployments: adf.oracle.domain(1.0, 11.1.1.0.0), jsf(1.2, 1.2.7.1) and jstl(1.2, 1.2.0.1) are shown as “Active”.
    I tried to redeploy the Application directly from the JDeveloper to the running Standalone WLS Instance (Single Server) - as I did before.
    The Deployment failed:
    [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application ... on AdminServer.: .
    weblogic.management.DeploymentException:
    #### Deployment incomplete.
    #### Nov 25, 2008 9:58:53 PM
    Deployment Failed
    Why does the deployment work on the WLS Instance started from command line and why does it fail when started as Windows Service?
    I am Using WLServer 10.3 and the JDeveloper 11g on a Windows Vista OS - both installed via jdevstudio11110install.exe. My Web Application uses BC and ADF Faces.
    The Windows Service is set up by doing the following in a server-specific script placed under the USERDOMAIN_HOME directory:
    set DOMAIN_NAME=mydomain
    set USERDOMAIN_HOME=C:\Oracle\Middleware\user_projects\domains\mydomain
    set JAVA_OPTIONS=Dweblogic.Stdout = … Dweblogic.Stderr=…
    set MEM_ARGS=-Xms40m –Xmx250m
    call "C:\Oracle\Middleware\wlserver_10.3\server\bin\installSvc.cmd"
    And there’s one more problem with the Windows Service:
    I’m not able to Uninstall the service from a server-specific script, first setting the DOMAIN_NAME and the SERVER_NAME=AdminServer and than
    using call "C:\Oracle\Middleware\wlserver_10.3\server\bin\uninstallSvc.cmd".
    I must do this directly in the registry.
    Is anything missing? What’s wrong?
    Please help!
    Thanks
    Anita
    Edited by: user586097 on 26.11.2008 11:55
    Edited by: user586097 on 26.11.2008 12:00
    Edited by: user586097 on 26.11.2008 12:02

    This thread was very helpful to get WebLogic 11g running as a Windows service. My problem was that I couldn't get the Enterprise Manager application to deploy correctly on startup, so I had to tweak both the installSvc.cmd and my script that installs the service (by copying important Java Options from the startup script that works as noted above). It was too hard to discern what exactly Enterprise Manager needed, so I copied a whole bunch.
    What I ended up doing was using this as a script to install the Windows service:
    echo off
    SETLOCAL
    set DOMAIN_NAME=base_domain
    set USERDOMAIN_HOME=C:\Oracle\Middleware\user_projects\domains\base_domain
    set SERVER_NAME=AdminServer
    set PRODUCTION_MODE=false
    set JAVA_OPTIONS=-client -Xms512m -Xmx1024m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=256m -Dweblogic.Name=AdminServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Xverify:none -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Ddomain.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\BASE_D~1 -Doracle.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.security.jps.config=C:\Oracle\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Dsso.filter.enable=true -DUSE_JAAS=false -Djps.policystore.hybrid.mode=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.auth=ACC -noverify -Doracle.core.ojdl.logging.usercontextprovider=oracle.core.ojdl.logging.impl.UserContextImpl -Dtangosol.coherence.log=jdk -Dwc.oracle.home=C:\Oracle\Middleware\Oracle_WC1 -DjiveHome=C:\Oracle\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\fmwconfig\servers\AdminServer\owc_discussions_11.1.1.1.0 -Dtangosol.coherence.log=jdk -Doracle.core.ojdl.logging.usercontextprovider=oracle.core.ojdl.logging.impl.UserContextImpl -Doracle.mds.bypassCustRestrict=true -Djava.awt.headless=true -XX:+UseParallelGC -XX:+DisableExplicitGC -Dem.oracle.home=C:\Oracle\Middleware\Oracle_WC1 -Djava.awt.headless=true -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1031\profiles\default\sysext_manifest_classpath
    call "C:\Oracle\Middleware\wlserver_10.3\server\bin\installSvc.cmd"
    ENDLOCAL
    and slightly modifying my installSvc.cmd to:
    set CLASSPATH=%WEBLOGIC_CLASSPATH%;%CLASSPATH%;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\commons-cli-1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\Oracle\Middleware\Oracle_WC1\webcenter\modules\oracle.portlet.server_11.1.1\oracle-portlet-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar
    It needed those extra .jars to deploy properly.
    Edited by: user11090163 on Sep 2, 2009 9:04 AM

  • HP touchsmart 520, error unable to start bluetooth stack service

    I am wanting to use the bluetooth feature on my Touchsmart 520 for transferring pics, audio files etc.  My periphal device is a Samsung Galaxy S5.   My phone shows that it is paired with my pc, when i try to access via bluetooth I get the error message unable to start bluetooth stack service.  My Touchsmart uses the Broadcom adapter that came with the pc.  Help!!!
     CapnRon1

    Hello @CapnRon1,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I understand you are having issues transferring files between your Samsung Galaxy S5 and your HP touchsmart 520 Desktop PC. I am providing you with some steps you can try below:
    Step 1. Go to device manager
    Step 2. Right click on "Bluetooth Peripheral Device" that you want
    Step 3. Select "Update Driver Software..."
    Step 4. Choose "Browse my computer for driver software"
    Step 5. Choose "Let me pick from a list of device drivers on my computer"
    Step 6. Select "Ports (COM & LPT)"
    Step 7. Select "Microsoft" at "Manufacturer" list
    Step 8. Finally select "Standard Serial over Bluetooth link"
    If you are still unable to pair with a Bluetooth device try the following:
    Step 1. Search for "Change device" in the Windows 8 Start menu.
    Step 2. Click on where it says Change device installation settings.
    Step 3. Select the No, let me choose what to do option.
    Step 4. Check the automatically get the device app option
    Step 5. Click Save changes to save the settings you just chose
    As well you can try this:
    Step 1: Go to RUN (Windows Logo + R) and type “services.msc” and Enter
    Step 2: Now find “Bluetooth Support Service” and double click on it
    Step 3: Now click on Log On Tab and Type in "Local Service" without quotes
    Step 4. Click on “This Account”
    Step 5: Now remove any passwords leave the password field blank
    Step 6: Underneath the upper left title should be a hyperlink "Start" Click it
    You can also check:
    Power Management tab and unchecked the box that said "Allow the computer to turn off this device to save power."  Problem solved.  Thank you for your willingness and persistance in helping me resolve the issue.
    I would be happy to assist you further is you require it, but first I would encourage you to post your product number for your computer. I am linking an HP Support document below that will show you how to find your product number. As well, if you could indicate which operating system you are using. And whether your operating system is 32-bit or 64-bit as with this and the product number I can provide you with accurate information.
    How Do I Find My Model Number or Product Number?
    Which Windows operating system am I running?
    Is the Windows Version on My Computer 32-bit or 64-bit?
    Please re-post with the requested information and I would be happy to provide you with assistance. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • NT startup parmaters for multiple weblogic servers started as a service

    I have the need to start multiple weblogic servers, using NT services.
    I have created a second folder with a properties file listening on another
    port.
    I am using the following startup parameter
    -J-Dweblogic.system.name=Test
    My question, this works when I type the startup parameter, is their anyway
    to have this automatically entered
    on server startup.
    Is their a registry setting to make this permanent
    Thanks

    The answer is...
    - Use a product to turn applications into an NT Service (e.g.
    ServiceMill)
    - Directly run the Weblogic Server Java class via that application
    --> As many WLs on one machine as you like.
    Send mail if you need specific details.
    Best regards
    Daniel Hoppe
    -----Original Message-----
    From: [email protected] (Ed) [mailto:[email protected]]
    Posted At: Wednesday, August 30, 2000 2:34 AM
    Posted To: install
    Conversation: NT startup parmaters for multiple weblogic servers started
    as a service
    Subject: Re: NT startup parmaters for multiple weblogic servers started
    as a service
    I wish that was the case.
    The problem is, while you enter the startup parameter once, it only
    is good for that startup of the weblogic server,
    The next time the server reboots and the services start, unless you
    re-enter the startup parameter -J-Dweblogic.system.name=Foldername
    The weblogic server starts using the wrong properties file.
    Is their anyway using NT services to have the correct instance of WL
    to start everytime.
    I have checked this newsgroup and this question has been posted
    before, but so far no one seems to have the answer.
    I know in a production eniviorment someone must be running more that
    one instance of a WL server as a service, Hopefully their is an
    answer on how this is done.
    Thank you
    Kumar Allamraju <[email protected]> wrote:
    Not that i know of.
    but you are specifying this startup parameter only one time too!!!
    Kumar
    None of your bussines wrote:
    I have the need to start multiple weblogic servers, using NT
    services.
    I have created a second folder with a properties file listening onanother
    port.
    I am using the following startup parameter
    -J-Dweblogic.system.name=Test
    My question, this works when I type the startup parameter, is theiranyway
    to have this automatically entered
    on server startup.
    Is their a registry setting to make this permanent
    Thanks

  • OS Error in starting the OCFS Service on windows server 2008

    Hi,
    Installing the Oracle 11g R1 CRS on windows server 2008 operating system . It is displaying the folllowing error message
    ERROR : OS in Error in starting the OCFS Service
    Can any one please tell what could be the issue ..
    Thank You

    Solved this after some trawling through xml configuration files on the server.
    The file C:\Oracle\product\11.1.0\db_1\owb\j2ee\config\http-web-site.xml contains the reference to keystore.jks:
              <ssl-config keystore="*%ORACLE_HOME%*/owb/j2ee/config/keystore.jks" keystore-password="-&gt;keystoreadmin"/>
    changing this to:
              <ssl-config keystore="C:\Oracle\product\11.1.0\db_1/owb/j2ee/config/keystore.jks" keystore-password="-&gt;keystoreadmin"/>
    and the OC4J container starts successfully.
    Regards,
    -Haakon-

  • Getting an error message when trying to reinstall iTunes - 'Apple Mobile Device' failed to start. Verify that you have sufficient privileges to start the system services.

    After a recent iTunes update my iTunes failed to start. I uninstalled it and then reinstalled it again, but during installation an error message pops up saying: 'Apple Mobile Device' failed to start. Verify that you have sufficient privileges to start the system services. The three option buttons which can be clicked are 'Abort', 'Retry' and 'Ignore'. I tried pressing ignore, which allowed iTunes to install. However, it seemed that not all parts off the programme installed, as it wouldn't allow me to open iTunes again. Whenever I press retry it just makes the same message pop up again. How can I show that I have 'sufficient privileges'?

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • Error while starting the Informatica services

    Hi All,
    I have installed Informatica on my local machine. All of sudden my Informatica services in services.msc went down. If I start the Informatica service means, it is starting in services.msc. But after few seconds it is again going down in services.msc. Again if I start the service then it is starting and after 15 seconds it is going down again and again. I am not sure with the issue.
    Due to that Informatica administrator page is not logging in and also I couldn’t connect to any of the Informatica clients.
    I checked the catalina.out file and find the below error message:
    Cannot start node due to the error: [[RSVCSHARED_00014] The Repository Capability ['Persistence'] failed to initialize due to: '[DBPERSISTER_0009] Failed to connect to database with connection string 'jdbc:informatica:oracle://localhost:1521;ServiceName=ora.idc.oracle.com;MaxPooledStatements=20;CatalogOptions=0;BatchPerformanceWorkaround=true' as user 'hdm'']
    Starting Tomcat on HTTP port 6005.
    Domain service init method is called.
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x2b9cd2fe, pid=7920, tid=7980
    # Java VM: Java HotSpot(TM) Client VM (11.2-b01 mixed mode windows-x86)
    # Problematic frame:
    # C [PMUTILS.dll+0xed2fe]
    # An error report file with more information is saved as:
    # C:\Informatica\9.0.1\tomcat\bin\hs_err_pid7920.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    The content of hs_err_pid7920.log is:
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x2b9cd2fe, pid=7920, tid=7980
    # Java VM: Java HotSpot(TM) Client VM (11.2-b01 mixed mode windows-x86)
    # Problematic frame:
    # C [PMUTILS.dll+0xed2fe]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x00b79c00): JavaThread "main" [_thread_in_native, id=7980, stack(0x00090000,0x00190000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    Registers:
    EAX=0x00000000, EBX=0xffffffff, ECX=0x71d7e78e, EDX=0x00190000
    ESP=0x0018ed2c, EBP=0x00000000, ESI=0x00000000, EDI=0x00000000
    EIP=0x2b9cd2fe, EFLAGS=0x00010246
    Top of Stack: (sp=0x0018ed2c)
    0x0018ed2c: a5478bb0 00b79c00 256a9688 0018eff4
    0x0018ed3c: 256a9688 2e963ca4 2e940828 2e963d44
    0x0018ed4c: 00000000 0018efd4 00000000 00b79c00
    0x0018ed5c: 0018edec 00b79c00 00000000 00000000
    0x0018ed6c: 0000000b 0018ef08 00b79c00 00000000
    0x0018ed7c: 00000114 00000006 00000001 00001db1
    0x0018ed8c: 00000002 00650053 00760072 00630069
    0x0018ed9c: 00200065 00610050 006b0063 00310020
    Instructions: (pc=0x2b9cd2fe)
    0x2b9cd2ee: 10 33 ff ff d0 83 7c 24 54 06 72 54 8b 44 24 20
    0x2b9cd2fe: 8b 08 55 55 8d 54 24 34 52 55 68 cc 2c a1 2b 50
    Stack: [0x00090000,0x00190000], sp=0x0018ed2c, free space=1019k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [PMUTILS.dll+0xed2fe]
    [error occurred during error reporting (printing native stack), id 0xc0000005]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.informatica.powercenter.sdkint.repository.ISystemUtility._getNumberOfCpuSockets()I+0
    j com.informatica.powercenter.sdkint.repository.ISystemUtility.getNumberOfCpuSockets()I+0
    j com.informatica.isp.domainservice.nodeconfiguration.NodePredefinedResourceLoader.loadPredefinedResources(Ljava/lang/String;)Ljava/util/List;+308
    j com.informatica.isp.corecommon.core.NodeResources.listPredefinedResources(Ljava/lang/String;)Ljava/util/List;+26
    j com.informatica.isp.domainservice.nodeconfiguration.NodeConfigurationImpl.init(Lcom/informatica/isp/domainrepositoryservice/DomainRepositoryService;)V+99
    j com.informatica.isp.domainservice.DomainServiceImpl.init()V+133
    j com.informatica.isp.domainservice.DomainServiceLifeCycleHandler.initService()V+26
    j com.informatica.pcsf.servicesframework.service.impl.Service.init(Lcom/informatica/pcsf/servicesframework/service/impl/PortHandler;)V+55
    j com.informatica.pcsf.servicesframework.service.impl.ServicesFrameworkImpl.startService(Lcom/informatica/pcsf/servicesframework/service/ServiceMetadata;)V+65
    j com.informatica.isp.tools.ispstarter.JSFStarter.init()V+515
    j com.informatica.isp.tools.ispwebstarter.ISPWebStarterServlet.init()V+3
    j javax.servlet.GenericServlet.init(Ljavax/servlet/ServletConfig;)V+6
    j org.apache.catalina.core.StandardWrapper.loadServlet()Ljavax/servlet/Servlet;+717
    j org.apache.catalina.core.StandardWrapper.load()V+2
    j org.apache.catalina.core.StandardContext.loadOnStartup([Lorg/apache/catalina/Container;)V+172
    j org.apache.catalina.core.StandardContext.start()V+1219
    j org.apache.catalina.core.ContainerBase.addChildInternal(Lorg/apache/catalina/Container;)V+149
    j org.apache.catalina.core.ContainerBase.addChild(Lorg/apache/catalina/Container;)V+26
    j org.apache.catalina.core.StandardHost.addChild(Lorg/apache/catalina/Container;)V+25
    j org.apache.catalina.startup.HostConfig.deployWAR(Ljava/lang/String;Ljava/io/File;Ljava/lang/String;)V+482
    j org.apache.catalina.startup.HostConfig.deployWARs(Ljava/io/File;[Ljava/lang/String;)V+223
    j org.apache.catalina.startup.HostConfig.deployApps()V+25
    j org.apache.catalina.startup.HostConfig.start()V+147
    j org.apache.catalina.startup.HostConfig.lifecycleEvent(Lorg/apache/catalina/LifecycleEvent;)V+132
    j org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Ljava/lang/String;Ljava/lang/Object;)V+68
    j org.apache.catalina.core.ContainerBase.start()V+306
    j org.apache.catalina.core.StandardHost.start()V+303
    j org.apache.catalina.core.ContainerBase.start()V+266
    j org.apache.catalina.core.StandardEngine.start()V+221
    j org.apache.catalina.core.StandardService.start()V+132
    j org.apache.catalina.core.StandardServer.start()V+88
    j org.apache.catalina.startup.Catalina.start()V+32
    v ~StubRoutines::call_stub
    j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
    j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
    j org.apache.catalina.startup.Bootstrap.start()V+37
    j org.apache.catalina.startup.Bootstrap.main([Ljava/lang/String;)V+158
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x28e20400 JavaThread "Timer-2" daemon [_thread_blocked, id=7472, stack(0x2b6c0000,0x2b7c0000)]
    0x28e1fc00 JavaThread "pool-1-thread-1" [_thread_in_native, id=812, stack(0x2b580000,0x2b680000)]
    0x28e1f800 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2" daemon [_thread_blocked, id=4944, stack(0x2b440000,0x2b540000)]
    0x28e1f400 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1" daemon [_thread_blocked, id=7584, stack(0x2b300000,0x2b400000)]
    0x28e1ec00 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0" daemon [_thread_blocked, id=1492, stack(0x2b1c0000,0x2b2c0000)]
    0x28e1e800 JavaThread "Timer-1" daemon [_thread_blocked, id=7896, stack(0x2b080000,0x2b180000)]
    0x28e1e000 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2" daemon [_thread_blocked, id=324, stack(0x2af40000,0x2b040000)]
    0x00b00c00 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1" daemon [_thread_blocked, id=6196, stack(0x2ae00000,0x2af00000)]
    0x00b00800 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0" daemon [_thread_blocked, id=6460, stack(0x2acc0000,0x2adc0000)]
    0x28b4c400 JavaThread "Timer-0" daemon [_thread_blocked, id=7064, stack(0x2ab80000,0x2ac80000)]
    0x28ce0400 JavaThread "UserManagementServiceBroadcaster" daemon [_thread_blocked, id=1644, stack(0x29a70000,0x29b70000)]
    0x28ce1400 JavaThread "DomainConfigurationServiceBroadcaster" daemon [_thread_blocked, id=7712, stack(0x29930000,0x29a30000)]
    0x28dc8400 JavaThread "Thread-1" daemon [_thread_blocked, id=7032, stack(0x297f0000,0x298f0000)]
    0x28dc8000 JavaThread "Thread 6 of 6 in DomainServiceThreadPool" daemon [_thread_blocked, id=4344, stack(0x296b0000,0x297b0000)]
    0x28c4fc00 JavaThread "Thread 5 of 6 in DomainServiceThreadPool" daemon [_thread_blocked, id=2208, stack(0x29570000,0x29670000)]
    0x28c4f400 JavaThread "Thread 4 of 6 in DomainServiceThreadPool" daemon [_thread_blocked, id=7764, stack(0x29430000,0x29530000)]
    0x28c4f000 JavaThread "Thread 3 of 6 in DomainServiceThreadPool" daemon [_thread_blocked, id=528, stack(0x29330000,0x29430000)]
    0x28ce3400 JavaThread "Thread 2 of 6 in DomainServiceThreadPool" daemon [_thread_blocked, id=7532, stack(0x29230000,0x29330000)]
    0x28c3dc00 JavaThread "Thread 1 of 6 in DomainServiceThreadPool" daemon [_thread_blocked, id=6804, stack(0x29130000,0x29230000)]
    0x00af3000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=7476, stack(0x27af0000,0x27bf0000)]
    0x00aed000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=7292, stack(0x279b0000,0x27ab0000)]
    0x00ae1c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=1180, stack(0x27870000,0x27970000)]
    0x00ace800 JavaThread "Finalizer" daemon [_thread_blocked, id=7360, stack(0x27730000,0x27830000)]
    0x00aca000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5392, stack(0x275f0000,0x276f0000)]
    =>0x00b79c00 JavaThread "main" [_thread_in_native, id=7980, stack(0x00090000,0x00190000)]
    Other Threads:
    0x00ac6c00 VMThread [stack: 0x274b0000,0x275b0000] [id=2060]
    0x00af3800 WatcherThread [stack: 0x27c30000,0x27d30000] [id=4612]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 18240K, used 3293K [0x03250000, 0x04610000, 0x059b0000)
    eden space 16256K, 20% used [0x03250000, 0x03587618, 0x04230000)
    from space 1984K, 0% used [0x04420000, 0x04420000, 0x04610000)
    to space 1984K, 0% used [0x04230000, 0x04230000, 0x04420000)
    tenured generation total 241984K, used 22696K [0x059b0000, 0x14600000, 0x23250000)
    the space 241984K, 9% used [0x059b0000, 0x06fda0a0, 0x06fda200, 0x14600000)
    compacting perm gen total 37376K, used 37232K [0x23250000, 0x256d0000, 0x27250000)
    the space 37376K, 99% used [0x23250000, 0x256ac290, 0x256ac400, 0x256d0000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x00433000      C:\Informatica\9.0.1\tomcat\bin\infasvcs.exe
    0x77a80000 - 0x77c00000      C:\windows\SysWOW64\ntdll.dll
    0x77150000 - 0x77260000      C:\windows\syswow64\kernel32.dll
    0x75980000 - 0x759c7000      C:\windows\syswow64\KERNELBASE.dll
    0x758e0000 - 0x75980000      C:\windows\syswow64\ADVAPI32.dll
    0x769d0000 - 0x76a7c000      C:\windows\syswow64\msvcrt.dll
    0x77490000 - 0x774a9000      C:\windows\SysWOW64\sechost.dll
    0x76cb0000 - 0x76da0000      C:\windows\syswow64\RPCRT4.dll
    0x755e0000 - 0x75640000      C:\windows\syswow64\SspiCli.dll
    0x755d0000 - 0x755dc000      C:\windows\syswow64\CRYPTBASE.dll
    0x6d8b0000 - 0x6db06000      C:\Informatica\9.0.1\java\jre\bin\client\jvm.dll
    0x76780000 - 0x76880000      C:\windows\syswow64\USER32.dll
    0x768b0000 - 0x76940000      C:\windows\syswow64\GDI32.dll
    0x76bc0000 - 0x76bca000      C:\windows\syswow64\LPK.dll
    0x76c10000 - 0x76cad000      C:\windows\syswow64\USP10.dll
    0x73b60000 - 0x73b92000      C:\windows\system32\WINMM.dll
    0x7c340000 - 0x7c396000      C:\windows\system32\MSVCR71.dll
    0x76ef0000 - 0x76f50000      C:\windows\system32\IMM32.DLL
    0x76dc0000 - 0x76e8c000      C:\windows\syswow64\MSCTF.dll
    0x74590000 - 0x745dc000      C:\windows\system32\apphelp.dll
    0x6d340000 - 0x6d348000      C:\Informatica\9.0.1\java\jre\bin\hpi.dll
    0x77a50000 - 0x77a55000      C:\windows\syswow64\PSAPI.DLL
    0x6d860000 - 0x6d86c000      C:\Informatica\9.0.1\java\jre\bin\verify.dll
    0x6d3e0000 - 0x6d3ff000      C:\Informatica\9.0.1\java\jre\bin\java.dll
    0x6d8a0000 - 0x6d8af000      C:\Informatica\9.0.1\java\jre\bin\zip.dll
    0x75af0000 - 0x7673a000      C:\windows\syswow64\SHELL32.DLL
    0x76e90000 - 0x76ee7000      C:\windows\syswow64\SHLWAPI.dll
    0x77260000 - 0x773bc000      C:\windows\syswow64\ole32.dll
    0x6d6c0000 - 0x6d6d3000      C:\Informatica\9.0.1\java\jre\bin\net.dll
    0x76bd0000 - 0x76c05000      C:\windows\syswow64\WS2_32.dll
    0x758d0000 - 0x758d6000      C:\windows\syswow64\NSI.dll
    0x74ee0000 - 0x74f1c000      C:\windows\system32\mswsock.dll
    0x74970000 - 0x74976000      C:\windows\System32\wship6.dll
    0x74ed0000 - 0x74ed5000      C:\windows\System32\wshtcpip.dll
    0x74870000 - 0x74886000      C:\windows\system32\CRYPTSP.dll
    0x74830000 - 0x7486b000      C:\windows\system32\rsaenh.dll
    0x74ec0000 - 0x74ecb000      C:\windows\system32\profapi.dll
    0x739f0000 - 0x73a00000      C:\windows\system32\NLAapi.dll
    0x739e0000 - 0x739f0000      C:\windows\system32\napinsp.dll
    0x739c0000 - 0x739d2000      C:\windows\system32\pnrpnsp.dll
    0x739b0000 - 0x739bd000      C:\windows\system32\wshbth.dll
    0x749f0000 - 0x74a34000      C:\windows\system32\DNSAPI.dll
    0x739a0000 - 0x739a8000      C:\windows\System32\winrnr.dll
    0x749d0000 - 0x749ec000      C:\windows\system32\IPHLPAPI.DLL
    0x749c0000 - 0x749c7000      C:\windows\system32\WINNSI.DLL
    0x73b50000 - 0x73b56000      C:\windows\system32\rasadhlp.dll
    0x74930000 - 0x74968000      C:\windows\System32\fwpuclnt.dll
    0x6d610000 - 0x6d619000      C:\Informatica\9.0.1\java\jre\bin\management.dll
    0x6d6e0000 - 0x6d6e9000      C:\Informatica\9.0.1\java\jre\bin\nio.dll
    0x2b7c0000 - 0x2b810000      C:\Informatica\9.0.1\server\bin\pmjrepn.dll
    0x00870000 - 0x00890000      C:\Informatica\9.0.1\server\bin\pmsdkcmn.dll
    0x2b810000 - 0x2b88a000      C:\Informatica\9.0.1\server\bin\pmdec.dll
    0x28690000 - 0x2869c000      C:\Informatica\9.0.1\server\bin\pmassert.dll
    0x6b850000 - 0x6bbf1000      C:\windows\WinSxS\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.1_none_dcc7eae99ad0d9cf\mfc90u.dll
    0x74770000 - 0x74813000      C:\windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_50916076bcb9a742\MSVCR90.dll
    0x745e0000 - 0x74664000      C:\windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_ec83dffa859149af\COMCTL32.dll
    0x721c0000 - 0x721c5000      C:\windows\system32\MSIMG32.dll
    0x76940000 - 0x769cf000      C:\windows\syswow64\OLEAUT32.dll
    0x286b0000 - 0x286bd000      C:\Informatica\9.0.1\server\bin\pmcutils.dll
    0x74b20000 - 0x74b71000      C:\windows\system32\WINSPOOL.DRV
    0x74280000 - 0x742bc000      C:\windows\system32\OLEACC.dll
    0x2b890000 - 0x2b8bd000      C:\Informatica\9.0.1\server\bin\pmi18n.dll
    0x4a800000 - 0x4a89c000      C:\Informatica\9.0.1\server\bin\pmicuuc32.dll
    0x4ad00000 - 0x4b81d000      C:\Informatica\9.0.1\server\bin\pmicudt32.dll
    0x4a900000 - 0x4a9b0000      C:\Informatica\9.0.1\server\bin\pmicuin32.dll
    0x2b8e0000 - 0x2bb38000      C:\Informatica\9.0.1\server\bin\PMUTILS.dll
    0x75300000 - 0x75307000      C:\windows\system32\WSOCK32.dll
    0x2bb50000 - 0x2bb6b000      C:\Informatica\9.0.1\server\bin\pmserial.dll
    0x71af0000 - 0x71b2c000      C:\windows\system32\pdh.dll
    0x2bb80000 - 0x2bc80000      C:\Informatica\9.0.1\server\bin\PMLIBEAY32.dll
    0x73280000 - 0x7330e000      C:\windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_50916076bcb9a742\MSVCP90.dll
    0x2bc90000 - 0x2bcce000      C:\Informatica\9.0.1\server\bin\ice.dll
    0x2bce0000 - 0x2bdeb000      C:\Informatica\9.0.1\server\bin\ACE.dll
    0x74b00000 - 0x74b11000      C:\windows\system32\NETAPI32.dll
    0x74af0000 - 0x74af9000      C:\windows\system32\netutils.dll
    0x74ad0000 - 0x74ae9000      C:\windows\system32\srvcli.dll
    0x74ac0000 - 0x74acf000      C:\windows\system32\wkscli.dll
    0x2be00000 - 0x2bebd000      C:\Informatica\9.0.1\server\bin\pmrepsdk.dll
    0x2bed0000 - 0x2d572000      C:\Informatica\9.0.1\server\bin\pmrepcmn.dll
    0x2d590000 - 0x2d709000      C:\Informatica\9.0.1\server\bin\pmxml.dll
    0x2d720000 - 0x2d909000      C:\Informatica\9.0.1\server\bin\pmxerces-c_2_7.dll
    0x774e0000 - 0x775d5000      C:\windows\syswow64\WININET.dll
    0x76a80000 - 0x76bb7000      C:\windows\syswow64\urlmon.dll
    0x759d0000 - 0x75aee000      C:\windows\syswow64\CRYPT32.dll
    0x77670000 - 0x7767c000      C:\windows\syswow64\MSASN1.dll
    0x76f50000 - 0x7714f000      C:\windows\syswow64\iertutil.dll
    0x2d920000 - 0x2d938000      C:\Informatica\9.0.1\server\bin\PmCmnVari.dll
    0x2d950000 - 0x2d95f000      C:\Informatica\9.0.1\server\bin\pmproctasklib.dll
    0x70e30000 - 0x711cc000      C:\windows\WinSxS\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.1_none_dcc7eae99ad0d9cf\mfc90.dll
    0x2d970000 - 0x2d9b3000      C:\Informatica\9.0.1\server\bin\PmCmnExpr.dll
    0x2d9d0000 - 0x2da62000      C:\Informatica\9.0.1\server\bin\pmexpr.dll
    0x2da80000 - 0x2da90000      C:\Informatica\9.0.1\server\bin\pmlicense.dll
    0x2daa0000 - 0x2dd23000      C:\Informatica\9.0.1\server\bin\pmpcsfcmn.dll
    0x2dd40000 - 0x2dd54000      C:\Informatica\9.0.1\server\bin\pmpcsfprtcl.dll
    0x2dd70000 - 0x2dda0000      C:\Informatica\9.0.1\server\bin\libcurl.dll
    0x2ddb0000 - 0x2dde0000      C:\Informatica\9.0.1\server\bin\SSLEAY32.dll
    0x2ddf0000 - 0x2de29000      C:\Informatica\9.0.1\server\bin\PMODLNT.dll
    0x2de40000 - 0x2de88000      C:\Informatica\9.0.1\server\bin\pmesapi.dll
    0x2dea0000 - 0x2dee3000      C:\Informatica\9.0.1\server\bin\pminfa.dll
    0x2df00000 - 0x2e08e000      C:\Informatica\9.0.1\server\bin\pmreplib.dll
    0x2e0a0000 - 0x2e0b0000      C:\Informatica\9.0.1\server\bin\pmsso.dll
    0x742c0000 - 0x74340000      C:\windows\system32\UxTheme.dll
    0x721a0000 - 0x721b3000      C:\windows\system32\dwmapi.dll
    0x72c40000 - 0x72c4d000      C:\windows\WinSxS\x86_microsoft.vc90.mfcloc_1fc8b3b9a1e18e3b_9.0.30729.1_none_da4695fc507e16e1\MFC90ENU.DLL
    0x2e290000 - 0x2e2c3000      C:\Informatica\9.0.1\server\bin\pmjsysutiln.dll
    0x757e0000 - 0x75863000      C:\windows\syswow64\CLBCatQ.DLL
    0x748f0000 - 0x748fa000      C:\windows\system32\wbem\wbemprox.dll
    0x74890000 - 0x748ec000      C:\windows\system32\wbemcomn.dll
    0x74820000 - 0x7482e000      C:\windows\system32\RpcRtRemote.dll
    0x71e00000 - 0x71e0f000      C:\windows\system32\wbem\wbemsvc.dll
    0x71d60000 - 0x71df6000      C:\windows\system32\wbem\fastprox.dll
    0x71ce0000 - 0x71cf8000      C:\windows\system32\NTDSAPI.dll
    VM Arguments:
    jvm_args: -Dcatalina.base=C:\Informatica\9.0.1\tomcat -Dcatalina.home=C:\Informatica\9.0.1\tomcat -Djava.endorsed.dirs=C:\Informatica\9.0.1\tomcat\common\endorsed -Duser.dir=C:\Informatica\9.0.1\tomcat\bin -DINFA_HOME=C:\Informatica\9.0.1 -DINFA_DEV_LOG_DIR= -DINFA_DOMAINS_FILE=C:\Informatica\9.0.1\domains.infa -Djava.io.tmpdir=C:\Informatica\9.0.1\tomcat\temp -Xrs -Xms256m -Xmx512m -Djava.library.path=C:\Informatica\9.0.1\server\bin
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    CLASSPATH=.;C:\Program Files (x86)\Java\jre7\lib\ext\QTJava.zip
    PATH=C:\Informatica\9.0.1\server\bin;C:\Program Files (x86)\Java\jre7\bin;C:\Informatica\9.0.1\clients\tools\datadirect;C:\app\Tomar\product\11.2.0\dbhome_1\bin;C:\Informatica\9.0.1\server\bin;C:\Informatica\9.0.1\clients\tools\datadirect;C:\Informatica\9.0.1\tools\datadirect;C:\app\Tomar\product\11.2.0\client_2;C:\Informatica\9.0.1\clients\tools\datadirect;C:\Informatica\9.0.1\clients\DeveloperClient\bin;D:\app\product\11.2.0\dbhome_2\bin;C:\Program Files (x86)\RSA SecurID Token Common;C:\app\Tomar\product\11.2.0\dbhome_3\bin;C:\app\Tomar\product\11.2.0\dbhome_2\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\ThinkPad\Bluetooth Software\;C:\Program Files\ThinkPad\Bluetooth Software\syswow64;C:\Program Files (x86)\QuickTime\QTSystem\;
    USERNAME=R8X8W8B$
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 5, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows NT 6.1 Build 7601 Service Pack 1
    CPU:total 4 (8 cores per cpu, 2 threads per core) family 6 model 5 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, ht
    Memory: 4k page, physical 3985044k(1819076k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Client VM (11.2-b01) for windows-x86 JRE (1.6.0_12-b04), built on Jan 17 2009 09:57:14 by "java_re" with MS VC++ 7.1
    time: Mon Apr 01 19:43:59 2013
    elapsed time: 24 seconds

    879625 wrote:
    Due to that Informatica administrator page is not logging in and also I couldn’t connect to any of the Informatica clients.
    I checked the catalina.out file and find the below error message:
    Cannot start node due to the error: [[RSVCSHARED_00014] The Repository Capability ['Persistence'] failed to initialize due to: '[DBPERSISTER_0009] Failed to connect to database with connection string 'jdbc:informatica:oracle://localhost:1521;ServiceName=ora.idc.oracle.com;MaxPooledStatements=20;CatalogOptions=0;BatchPerformanceWorkaround=true' as user 'hdm'']
    Starting Tomcat on HTTP port 6005.
    Domain service init method is called.
    # An unexpected error has been detected by Java Runtime Environment:
    are you able to connect with the userid and pwd which you have used during the install (eg: inf_repo and password) in the jdbc connection string "jdbc:informatica:oracle://localhost:1521;ServiceName=ora.idc.oracle.com"
    and also which java version are using. Looks like the Java is having issues as the jdbc is using this java.
    Thanks,
    RM

  • Error while starting the shared service server

    Hi john,
    I am getting the following error while starting the shared service server.
    *25 Jul 2009 10:26:39 - org.apache.slide.common.Domain - ERROR - Unable to migrate hub groups to css*
    So shared service console is not starting.
    Please tell me the solution for it.
    Thanks
    Edited by: user11358816 on Jul 24, 2009 10:06 PM
    Edited by: user11358816 on Jul 24, 2009 10:09 PM

    Hi John,
    Yes,It was working earlier.
    When I have added NTLM authentication for FDM I am getting that error,but instead of that if
    I am adding the authentication provider as LDAP(CSS) I am not getting that error.
    So finally i have added only one authentication provider and that is LDAP(CSS).
    I fallowed ur document for integrating the FDM application with planning application.(http://john-goodwin.blogspot.com/2008/07/planning-v11-drill-back.html )
    For the global logon information I have given admin and password , which I have given while adding the LDAP authentication (CSS).
    I am getting machine profile missing error when i clicked on the dimension and the target dimension test box contain connection failed.
    Can u suggest me where am I wrong?
    Thanks
    Edited by: user11358816 on Jul 26, 2009 9:42 PM

  • Error REP-0001 While starting the Report service

    Hi
    When trying to start the reports service from 9iAS, i am getting error message as "REP-0001 Unable to open the message file", and in the Window Title it shows "Message 16200 not found, No message file for product rw".
    Regards
    Ranganath

    Hi,
    You(The user) need to have access permission to read the mesg files. The DBA installing Reports will be able to run the reports.
    Grant read access to rwus.msb and rwus.msg files on $ORACLE_HOME/reports/mesg/
    Try to run it, should work.
    Thanks,
    Oracle Reports Team.

  • Unable to start admin server service for weblogic (startWebLogic.sh) Linux

    I installed ECM 11g on Linux 64-bit , installed weblogic 12
    so when I try to start admin server service for weblogic (startWebLogic.sh) and following error its showing
    I found solution to give full access permeation for the user , but it's still same issue
    and i am triyng to start services from the users how installed the Weblogic and ECM
    bash-4.1$ '/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/startWebLogic.sh' .
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/home/ecm/Oracle/Middleware/patch_wls1211/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/ecm/Oracle/Middleware/patch_ocp371/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/lib/jvm/jdk1.6.0_33/lib/tools.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/weblogic_sp.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/weblogic.jar:/home/ecm/Oracle/Middleware/modules/features/weblogic.server.modules_12.1.1.0.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/webservices.jar:/home/ecm/Oracle/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/home/ecm/Oracle/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/home/ecm/Oracle/Middleware/oracle_common/soa/modules/commons-cli-1.1.jar:/home/ecm/Oracle/Middleware/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/common/derby/lib/derbyclient.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/xqrl.jar:/home/ecm/Oracle/Middleware/Oracle_ECM1/ucm/idc/jlib/idcloader.jar:/home/ecm/Oracle/Middleware/Oracle_ECM1/ucm/idc/components/NativeOsUtils/classes-NativeOsUtils.jar
    PATH=/home/ecm/Oracle/Middleware/wlserver_12.1/server/bin:/home/ecm/Oracle/Middleware/modules/org.apache.ant_1.7.1/bin:/usr/lib/jvm/jdk1.6.0_33/jre/bin:/usr/lib/jvm/jdk1.6.0_33/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/ecm/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    java version "1.6.0_33"
    Java(TM) SE Runtime Environment (build 1.6.0_33-b04)
    Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03, mixed mode)
    Starting WLS with line:
    /usr/lib/jvm/jdk1.6.0_33/bin/java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=AdminServer -Djava.security.policy=/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/weblogic.policy -Xverify:none -Djava.endorsed.dirs=/usr/lib/jvm/jdk1.6.0_33/jre/lib/endorsed:/home/ecm/Oracle/Middleware/wlserver_12.1/endorsed -da -Dplatform.home=/home/ecm/Oracle/Middleware/wlserver_12.1 -Dwls.home=/home/ecm/Oracle/Middleware/wlserver_12.1/server -Dweblogic.home=/home/ecm/Oracle/Middleware/wlserver_12.1/server -Dcommon.components.home=/home/ecm/Oracle/Middleware/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain -Djrockit.optfile=/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig/servers/AdminServer -Doracle.domain.config.dir=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig -Digf.arisidbeans.carmlloc=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig/carml -Digf.arisidstack.home=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.ossoiap_11.1.1,/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dipm.oracle.home=/home/ecm/Oracle/Middleware/Oracle_ECM1 -Ducm.oracle.home=/home/ecm/Oracle/Middleware/Oracle_ECM1 -Dem.oracle.home=/home/ecm/Oracle/Middleware/oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/home/ecm/Oracle/Middleware/patch_wls1211/profiles/default/sysext_manifest_classpath:/home/ecm/Oracle/Middleware/patch_ocp371/profiles/default/sysext_manifest_classpath weblogic.Server
    <Sep 12, 2012 12:08:02 PM EEST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Sep 12, 2012 12:08:03 PM EEST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Sep 12, 2012 12:08:03 PM EEST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 20.8-b03 from Sun Microsystems Inc..>
    <Sep 12, 2012 12:08:04 PM EEST> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for 13340309 Thu Feb 16 18:30:21 IST 2012
    WebLogic Server Temporary Patch for 13019800 Mon Jan 16 16:53:54 IST 2012
    WebLogic Server Temporary Patch for BUG13391585 Thu Feb 02 10:18:36 IST 2012
    WebLogic Server Temporary Patch for 13516712 Mon Jan 30 15:09:33 IST 2012
    WebLogic Server Temporary Patch for BUG13641115 Tue Jan 31 11:19:13 IST 2012
    WebLogic Server Temporary Patch for BUG13603813 Wed Feb 15 19:34:13 IST 2012
    WebLogic Server Temporary Patch for 13424251 Mon Jan 30 14:32:34 IST 2012
    WebLogic Server Temporary Patch for 13361720 Mon Jan 30 15:24:05 IST 2012
    WebLogic Server Temporary Patch for BUG13421471 Wed Feb 01 11:24:18 IST 2012
    WebLogic Server Temporary Patch for BUG13657792 Thu Feb 23 12:57:33 IST 2012
    WebLogic Server 12.1.1.0 Wed Dec 7 08:40:57 PST 2011 1445491 >
    <Sep 12, 2012 12:08:06 PM EEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING.>
    <Sep 12, 2012 12:08:06 PM EEST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool.>
    <Sep 12, 2012 12:08:06 PM EEST> <Notice> <LoggingService> <BEA-320400> <The log file /home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/logs/AdminServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms, such as Windows.>
    <Sep 12, 2012 12:08:06 PM EEST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to /home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/logs/AdminServer.log00009. Log messages will continue to be logged in /home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/logs/AdminServer.log.>
    <Sep 12, 2012 12:08:06 PM EEST> <Notice> <Log Management> <BEA-170019> <The server log file /home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/logs/AdminServer.log is opened. All server side log events will be written to this file.>
    Sep 12, 2012 12:08:09 PM oracle.security.jps.internal.keystore.file.FileKeyStoreManager openKeyStore
    WARNING: Opening of file based keystore failed.
    <Sep 12, 2012 12:08:09 PM EEST> <Error> <Security> <BEA-090892> <The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.>
    <Sep 12, 2012 12:08:09 PM EEST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.
    weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1402)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1022)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:148)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsRuntimeException: JPS-06514: Opening of file based keystore failed.
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:167)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsException: JPS-06514: Opening of file based keystore failed.
         at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPDPService(PolicyUtil.java:2855)
         at oracle.security.jps.internal.policystore.PolicyUtil.getPDPService(PolicyUtil.java:3097)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:164)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.service.keystore.KeyStoreServiceException: JPS-06514: Opening of file based keystore failed.
         at oracle.security.jps.internal.keystore.file.FileKeyStoreManager.openKeyStore(FileKeyStoreManager.java:374)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.doInit(FileKeyStoreServiceImpl.java:104)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:76)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:66)
         at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:157)
         Truncated. see log file for complete stacktrace
    >
    <Sep 12, 2012 12:08:09 PM EEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED.>
    <Sep 12, 2012 12:08:09 PM EEST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down.>
    <Sep 12, 2012 12:08:09 PM EEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN.>
    bash-4.1$

    Looks to be a cert or keystore issue. How do you have that setup?

  • Install OEM 12c fails on "start oracle management service". win2008

    Windows Server 2008 R2 Enterprise SP1 x64
    Oracle Database 11g release 11.2.0.3.0
    I install OEM 12c(12.1.0.3) following this manual: Installing Enterprise Manager System
    before start i've installed WebLogic Server 10.3.6 and aplied 2 patches specified in this manual
    installation type is advanced, small, so i have created database from the appropriate template
    i also installed cygwin and started ssh-service
    the installation of OEM process fails on 73% "start oracle management service" with this message:
    INFO: oracle.sysman.top.oms:Starting OMS ...
    INFO: oracle.sysman.top.oms:Executing command: cmd /c set NEED_EXIT_CODE=1&&C:\Oracle\Middleware\oms\bin\emctl.bat start oms
    INFO: oracle.sysman.top.oms:Oracle Enterprise Manager Cloud Control 12c Release 3 
    INFO: oracle.sysman.top.oms:Copyright (c) 1996, 2013 Oracle Corporation.  All rights reserved.
    INFO: oracle.sysman.top.oms:Windows service OracleManagementServer_EMGC_OMS1_1 failed to be started
    INFO: oracle.sysman.top.oms:Oracle Management Server is Down
    INFO: oracle.sysman.top.oms:Please check C:/Oracle/gc_inst/em/EMGC_OMS1\sysman\log\emctl.log for error details
    SEVERE: oracle.sysman.top.oms:Starting of OMS failed.
    in C:/Oracle/gc_inst/em/EMGC_OMS1\sysman\log\emctl.log i got this:
    2013-09-06 12:24:27,012 [main] ERROR commands.BaseCommand logAndPrint.620 - Oracle Management Server Could Not Be Started
    Check EM Server log file for details: C:\Oracle\gc_inst\user_projects\domains\GCDomain\servers\EMGC_OMS1\logs\EMGC_OMS1.out
    2013-09-06 12:24:27,012 [main] INFO  commands.StartCommand startOMS.337 - startOMS finished with result: 1
    2013-09-06 12:24:30,974 [main] INFO  commands.StartCommand startOMS.371 - net start return code is 2
    2013-09-06 12:24:30,974 [main] ERROR commands.BaseCommand logAndPrint.620 - Windows service OracleManagementServer_EMGC_OMS1_1 failed to be started
    2013-09-06 12:24:34,094 [main] INFO  commands.BaseCommand printMessage.404 - statusOMS finished with result: 8
    2013-09-06 12:24:34,094 [main] ERROR commands.BaseCommand logAndPrint.620 - Please check C:/Oracle/gc_inst/em/EMGC_OMS1\sysman\log\emctl.log for error details
    and in C:\Oracle\gc_inst\user_projects\domains\GCDomain\servers\EMGC_OMS1\logs\EMGC_OMS1.out this:
    <06.09.2013 12:24:01 ICT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 23.25-b01 from Oracle Corporation>
    <06.09.2013 12:24:01 ICT> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for 13349651 Thu May 24 10:18:28 IST 2012
    WebLogic Server Temporary Patch for BUG14482558 Fri Jan 11 11:20:16 IST 2013
    WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050 >
    <06.09.2013 12:24:03 ICT> <Info> <Security> <BEA-090065> <Getting boot identity from user.>
    Enter username to boot WebLogic server:Error: Failed to get value from Standard Input
    Enter password to boot WebLogic server:
    <06.09.2013 12:24:04 ICT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: Booting as admin server, but servername, EMGC_OMS1, does not match the admin server name, EMGC_ADMINSERVER
         at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:67)
         at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
         at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
         at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
         at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
         at weblogic.Server.main(Server.java:71)
    >
    <06.09.2013 12:24:04 ICT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    wlst:
    wls:/offline>
    what I did wrong? how to start WLS server?

    Hi,
    First of all with EM 12.1.0.x any version you are not required to install wls separately, we have single installer for em and wls. Is there any specific reason you installer wls separately?
    Coming back to your issue: can you check
    %OMS_HOME%\BIN>emctl istart oms completes successfully.
    %OMS_HOME%\BIN>emctl istop oms completes successfully.
    Also open an SR with Oracle support and share the number. We should debug such issue through SR so that we can share logs and come find a root cause.

Maybe you are looking for

  • FF 9,0.1 hangs every 30 mins, Windows 7 64-bit -- fix?

    Every 30 mins. while FF 9.0.1 is open, I get 3 events in Windows Event Viewer at the same exact time -- #4624(account successfully logged on), #4672(special privileges assigned to new logon), and #7036(Windows Error Reporting Service starts). Then co

  • Table of content in .book is not linked correctly, it is linked to it self.

    Hi! I desperately need some advice on an urgent matter. I made a perfekt little .book-file with a table of content at the front of the book. Then I realized that when i turned it in to a .pdf the table of content ( it is also shown i the left-window

  • Spry Tooltips That Don't Extend The Page

    I am working on an intranet based returns system, and I am having a problem with tooltips that are 600px wide. If the tooltip is triggered near the edge of the page the tooltip will make the page wider, causing a scrollbar appear. It is impossible to

  • Remove leading Zeros from the mapped context node(Table)

    HI, I have he following requirement: In the Leave approval application , in the Approver worklist we have the coloumn to display the resuqester's Perner. The perner starts with leading zeros. We have to remove these leading zeros. I have refer the fo

  • LR5 (Mac OS X 10.7.5):  Fails when opening catalogs.

    Upon opening any catalog or creating a new catalog, LR5 fails with the the message:  "An error occurred when attempting to change modules."  The workspace is blank.  Clicking on any of the module buttons causes another of the same error message to be