SOA Windows service V Start SOA Suite command

What is the difference between running the Window service called
"OracleDb10_homeProcessManager" and running "Start SOA Suite" from the Programs run Menu?
What components start in each case?
What programs are shut down when "Stop SOA Suite" is run from the Programs Menu?
Thanks in advance
Paul P

Oops sorry, I meant what's the difference between the <b>Oracle-soaProcessManager </b> service and the "Start SOA Suite" programs command.
<br>
Paul P

Similar Messages

  • Weblogic Server does not show managed server started when I used the Windows service to start it.

    I created a windows service to start a managed server and the services was created successfully and stated.  WHen I go to the Weblogic Server Admn console, the server is still showing shutdown.  Whenm I try to start it, it returns with error that the the service is not able to start.  Has anyone ran into anything similar.  I am running on Windows Server 2008R2 and running Weblogic Server 10.3.6 and Fusion Middleware 11.1.6.
    C

    Hi,
    For starting managed server as windows service there is no need of nodemanager .
    Please follow the steps given in the below doc:
    How to Install MS Windows Services For FMW 11g WebLogic Domain Admin and Managed Servers (Doc ID 1060058.1)
    Thanks,
    Sharmela

  • Using WLST to execute SOA Suite commands

    Hi,
    using SOA Suite 11g R1 PS1 (11.1.1.2.0)
    I am trying out the WLST commands as described in the documentation (http://download.oracle.com/docs/cd/E15523_01/web.1111/e13813/custom_soa.htm#CIHGBHAC), such as sca_listDeployedComposites and sca_undeployComposite. However, each command seems to fail with a NameError. Other commands (non-SOA Suite related) seem to work okay.
    Did anyone succeed in using the SOA Suite related command in WLST - the ones prefixed with sca_? If so: did you have to do any special set up or configuration to make it work? What is the exact syntax you are using?
    Thanks for any pointers.
    Lucas

    OKAY, it is resolved:
    To use those custom commands, you must invoke the WLST script from the Oracle home in which the component has been installed. Do not use the WLST script in the WebLogic Server home.
    The script is located at:
    +(UNIX) ORACLE_HOME_for_component/common/bin/wlst.sh+
    +(Windows) ORACLE_HOME_for_component\common\bin\wlst.cmd+
    I had started the wrong 'version' of WLST, the generic one and not the one in the SOA1 subdirectory that knows about the SOA Suite specific operations.
    regards,
    Lucas

  • Problem creating a Windows Service to Start Weblogic Adminserver

    Hi, I'm having some trouble starting the windows service for weblogic.
    The creation happens succesfully but, when I try to start the service, it fails.
    Thanks
    Debugging service ....... beasvc bpm11g_A00ASRV304W08R2
    Command Line: ....... -client -Xms32m -Xmx200m -XX:MaxPermSize=128m -XX:+UseSpinning -Xverify:none -classpath ....
    Current Directory: ....... D:\Oracle\Middleware1036\user_projects\domains\bpm11g
    Path: ....... D:\Oracle\MIDDLE~2\WLSERV~1.3\server\native\win\x64\;D:\Oracle\MIDDLE~2\WLSERV~1.3\server\bin;D:\Java\JDK17~1.0_0\jre\bin;D:\Java\JDK17~1.0_0\n
    Java Home: ....... D:\Java\JDK17~1.0_0
    Delay: ....... 0
    Thread created successfully!
    Unrecognized option: -client
    Error in java application .......
    The following line contains specific error details .......
    Unable to initialize the Java virtual machine!

    Hi,
    Remove the word "-client" from command line options. Try to start weblogic server from window services. If you are getting error please let me know.
    Now:
    Command Line: ....... -client -Xms32m -Xmx200m -XX:MaxPermSize=128m -XX:UseSpinning -Xverify:none -classpath..............+
    Changed to:
    Command Line:....... -Xms32m -Xmx200m -XX:MaxPermSize=128m -XX:+UseSpinning -Xverify:none -classpath.............
    mark if this helps you.
    Regards,
    Kishore

  • SCOM monitoring on windows services in starting or stopping state

    Hi,
    Any chance if somebody can help me to set alarm on stopping and starting state  windows services  (automatic services) in SCOM for client servers.
    Balys

    1) Using Windows Service Template to create a windows service monitor with enabled "monitor only automatic service" option
    2) Export the management pack containing the monitor which created in step 1)
    3) Modidy data source from
    TypeID="Windows!Microsoft.Windows.Win32ServiceInformationProviderWithClassSnapshotDataMapper">
        <ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
        <ServiceName>XXXX</ServiceName>
    into
    TypeID="Windows!Microsoft.Windows.WmiProviderWithClassSnapshotDataMapper">
        <NameSpace>root\cimv2</NameSpace>
        <Query>select * from win32_service </Query>
    AND
    <Setting>
              <Name>$MPElement[Name="MicrosoftSystemCenterNTServiceLibrary!Microsoft.SystemCenter.NTService"]/ServiceProcessName$</Name>
              <Value>$Data/Property[@Name='BinaryPathName']$</Value>
            </Setting>
    into
     <Setting>
              <Name>$MPElement[Name="MicrosoftSystemCenterNTServiceLibrary!Microsoft.SystemCenter.NTService"]/ServiceProcessName$</Name>
              <Value>$Data/Property[@Name='PathName']$</Value>
            </Setting>
    4) Import the management pack
    http://blogs.technet.com/b/brianwren/archive/2008/03/07/using-wildcards-with-the-windows-service-template.aspx
    Roger

  • EPMA Windows Services not starting

    Before you all jump on me, I've read almost all of the threads and documentation concerning this issue that are out there. I've checked the databases and they are configured appropriately, I've checked the IPv6 settings and they are ok. this EPMA installation is on a windows server 2008 r2 platform, Planning and other components are installed in a LINUX environment. I've got everything just about working except for the Dimension Server. The service will not start:
    Log Name: Application
    Source: Hyperion EPMA DimensionServer
    Date: 8/23/2012 11:59:52 AM
    Event ID: 0
    Task Category: None
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: my-server-name
    Description:
    Service cannot be started. Hyperion.DimensionServer.Interface.Exceptions.EPMAServiceException: Cannot initialize the Session Manager. ---> Hyperion.CommonServices.Exceptions.SessionManagerException: Session Manager could not start because database connectivity could not be established. ---> Oracle.DataAccess.Client.OracleException at Hyperion.DimensionServer.SessionManager.SessionManager.InitializeSqlConnectionString()
    --- End of inner exception stack trace ---
    at Hyperion.DimensionServer.SessionManager.SessionManager.InitializeSqlConnectionString()
    at Hyperion.DimensionServer.SessionManager.SessionManager.Initialize(String configFileName, Boolean restorePastInstanceSessions, Boolean enableCaching)
    --- End of inner exception stack trace ---
    at Hyperion.DimensionServer.Service.Main.InitializeSessionManager()
    at Hyperion.DimensionServer.Service.Main.Start()
    at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Hyperion EPMA DimensionServer" />
    <EventID Qualifiers="0">0</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2012-08-23T15:59:52.000000000Z" />
    <EventRecordID>4404</EventRecordID>
    <Channel>Application</Channel>
    <Computer>my-server-name</Computer>
    <Security />
    </System>
    <EventData>
    <Data>Service cannot be started. Hyperion.DimensionServer.Interface.Exceptions.EPMAServiceException: Cannot initialize the Session Manager. ---&gt; Hyperion.CommonServices.Exceptions.SessionManagerException: Session Manager could not start because database connectivity could not be established. ---&gt; Oracle.DataAccess.Client.OracleException at Hyperion.DimensionServer.SessionManager.SessionManager.InitializeSqlConnectionString()
    --- End of inner exception stack trace ---
    at Hyperion.DimensionServer.SessionManager.SessionManager.InitializeSqlConnectionString()
    at Hyperion.DimensionServer.SessionManager.SessionManager.Initialize(String configFileName, Boolean restorePastInstanceSessions, Boolean enableCaching)
    --- End of inner exception stack trace ---
    at Hyperion.DimensionServer.Service.Main.InitializeSessionManager()
    at Hyperion.DimensionServer.Service.Main.Start()
    at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)</Data>
    </EventData>
    </Event>
    Dimension SErver log:
    [2012-08-23T11:58:06.501-04:00] [EPMADIM] [NOTIFICATION:32] [EPMADIM-1] [EPMADIM.Hyperion.NetJNIBridge.Process.Program] [tid: EPMA NetJNIBridge] [ecid: disabled,0] Binding to port: 5255
    [2012-08-23T11:58:06.657-04:00] [EPMADIM] [NOTIFICATION:32] [EPMADIM-1] [EPMADIM.Hyperion.DimensionServer.Utility.ChannelUtility] [tid: EPMA NetJNIBridge] [ecid: disabled,0] Detected pure IPv4 environment. Using default binding.
    [2012-08-23T11:59:52.176-04:00] [EPMADIM] [NOTIFICATION:32] [EPMADIM-1] [EPMADIM.Hyperion.DimensionServer.Global] [tid: EPMA Server Startup] [ecid: disabled,0] Dimension Server terminated.
    [2012-08-23T11:59:52.380-04:00] [EPMADIM] [INTERNAL_ERROR:32] [EPMADIM-1] [EPMADIM.Hyperion.CommonServices.Exceptions.BaseException] [tid: EPMA Server Startup] [ecid: disabled,0] SVR_ERR_PROCESSMGR_CANT_INIT_SESSIONMGR:Cannot initialize the Session Manager. at Hyperion.DimensionServer.Service.Main.InitializeSessionManager()
    at Hyperion.DimensionServer.Service.Main.Start()
    I don't know if this is relevant but here's a snippet from the shared services security log:
    [2012-08-23T11:41:18.958-04:00] [EPMCSS] [TRACE] [] [oracle.EPMCSS.CSS] [tid: 29] [ecid: 0000J_K7LfyComI_mp0FyZ1GD^h3000009,0] Duplicate Entry[[
    com.hyperion.css.dal.DALUniqueConstraintException: ORA-00001: unique constraint (EBASEADM.PK_PROV_INFO) violated
    at com.hyperion.css.dal.jdbc.oracle.OracleExceptionHandler.handle(OracleExceptionHandler.java:20)
    at com.hyperion.css.dal.jdbc.wrapper.CSSPreparedStatement.executeUpdate(CSSPreparedStatement.java:129)
    at com.hyperion.css.store.policy.PolicyStoreImpl.addRolesForEntry(PolicyStoreImpl.java:985)
    at com.hyperion.css.facade.impl.CSSUserProvisioningAPIImpl.setRolesList(CSSUserProvisioningAPIImpl.java:2352)
    at com.hyperion.css.facade.CSSUserProvisioningFacade.setRolesList(CSSUserProvisioningFacade.java:1059)
    at com.hyperion.interop.lib.helper.RegistryHelper.reRegisterApplication(RegistryHelper.java:646)
    at com.hyperion.interop.lib.helper.RegistrationHelper.register(RegistrationHelper.java:565)
    at com.hyperion.interop.lib.CMSClient.register(CMSClient.java:738)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:160)
    at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:243)
    at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:86)
    at org.mozilla.javascript.gen.c66._c0(D:\Oracle\EPMSystem11R1\common\config\11.1.2.0\resources\repository\product\epmawebtier\58-register-instance-file.js:45)
    at org.mozilla.javascript.gen.c66.call(D:\Oracle\EPMSystem11R1\common\config\11.1.2.0\resources\repository\product\epmawebtier\58-register-instance-file.js)
    at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:401)
    at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3003)
    at org.mozilla.javascript.gen.c66.call(D:\Oracle\EPMSystem11R1\common\config\11.1.2.0\resources\repository\product\epmawebtier\58-register-instance-file.js)
    at org.mozilla.javascript.gen.c66.exec(D:\Oracle\EPMSystem11R1\common\config\11.1.2.0\resources\repository\product\epmawebtier\58-register-instance-file.js)
    at org.mozilla.javascript.Context.evaluateReader(Context.java:1119)
    at com.hyperion.hit.tool.deploy.script.ProductDeployScriptRunner.runNextScript(ProductDeployScriptRunner.java:187)
    at com.hyperion.cis.config.DeploymentApiAdapter.deploy(DeploymentApiAdapter.java:118)
    at com.hyperion.config.wizard.impl.RunAllTasks.executeAppDeploymentTask(RunAllTasks.java:804)
    at com.hyperion.config.wizard.impl.RunAllTasks.execute(RunAllTasks.java:498)
    at com.hyperion.config.wizard.impl.RunnAllTasksState.run(RunnAllTasksState.java:90)
    at java.lang.Thread.run(Thread.java:619)
    Any insight as to what I can do here will be appreciated!

    You should take a look at the *"Database Installation"* part from the Installation Start here guide since if you are using Oracle Database to configure the EPMA components you need to install the Full Oracle Database Client since the PATH variable includes the path to the /bin folder for the Database client.
    Following is from the installation start here guide for EPM 11.1.2.2
    Install the full Oracle Database client on the following machines before you start your installation of EPM System products:
    Performance Management Architect Dimension server.
    Note:
    1. It is important to install the full database client as part of the installation because the PATH variable is updated to include the path to the /bin folder of the Oracle client.This setting is required for successful configuration.
    2. If you are using Oracle Database 10.2.0.4+, you must use a minimum of Oracle Database client 11.1.0.6.0.
    3. Performance Management Architect and Financial Management both require that a 64-bit Oracle Database client be installed.
    Thanks
    HyperEPM

  • Windows Services not starting in OOBE after Sysprep - Windows 7 Professional 64bit

    So, I'm attempting to create an image to deploy to our Lenovo Thinkpad T540p's using Windows 7 Proffesional 64bit. At this point I'm simply setting up the image and running Sysprep /oobe/ generalize and then trying to boot into windows to make sure it works
    before we store and deploy it.
    When I do, I'm getting an error message that the services failed to start and restart the PC. I started the process listed here:
    https://social.technet.microsoft.com/Forums/windows/en-US/658528ce-6eb5-403b-ae41-458147c2c044/sysprep-failling-after-reboot-into-oobe
    But my issue seems to be a bit more complicated than that, as the issues for me seem to be coming from the registry key [\REGISTRY\MACHINE\SYSTEM\ControlSet001\Enum\ROOT\LEGACY_KL1] as being the one that:     <Data Name="Message">(c0000022):
    Failed to process reg key or one of its descendan
    I've tried starting from the Lenovo image, or our previos image but cannot avoid this error. Any ideas? Here is the logfile in full:
    https://docs.google.com/spreadsheets/d/1RlStS8OyNTsL7Y_VO2HniDz0FI0jUi-ZGnUCVlowVvs/edit#gid=192385465

    It's an image that was created by the previous tech. He appears to have modified the lenovo image (it has a bunch of lenovo bloatware still on it) and then run sysprep on it. His image works, but if I make any changes to it, it seems to break.
    Yeah, I wish I could get a hold of him and ask, but that's not really an option ><
    Edit: Interestingly enough I ran sysprep just from the image and it did the same thing...I'm not really sure what the last guy must've done to set this up

  • Starting a class as a Windows Service??

    I�ve developed a server which has a startup class. What is the best way for me to install this class as a windows service that start up automatically at computer startup??
    please help... I�m dying here
    thanx Iceland

    You could create a BAT script that starts your Java program and then use the program SRVANY.EXE to register the BAT-file as a Service.
    SRVANY is on the Resource Kit.
    Perhaps you can use http://www.firedaemon.com/ instead.
    /rolex

  • Failed to start applications after deployed as Windows service.

    I deployed Administration server as a Windows service. Started Administration server in Windows Serivices control panel. The applications FMW Welcome Page Application (11.1.0.0.0), DMS Application (11.1.1.1.0) failed. I also installed adf-richclient-demo, this application in prepared status.
    It reported "java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter", when I tried to start the applications. However the applications are Ok by starting Administration server with domain\bin\startWebLogic.cmd.
    Do any one know how to solve the issue?
    Thanks!

    I asume you are using NodeManager to start AdminServer when you says "I deployed Administration server as a Windows service".
    If so, make sure the jar file (jar that contains oracle.dms.wls.DMSServletFilter class) is added to CLASSPATH, that NodeManager uses to start the server. Node Manager starts a Server using the startup arguments configured for the Managed Server in the Server—>Configuration—>Server Start tab.
    I suggest restart the NodeManager when you modify this properties.
    Check [http://e-docs.bea.com/wls/docs81/adminguide/nodemgr.html#1144313]

  • How to get 'clover.cmd' running as Windows service?

    Right now I have the InDesign instances all running great as services so on a server reboot they start up fine. The clover/lbq part is  just the .cmd script and it's not running as a service. I looked in the documentation but haven't found any info on getting clover to run as a Windows service.
    Anyone know how to set it to do this? I'm on InDesign CS6 (server).
    thanks.

    This information is in the Install Guide that comes with EAS.Running EAS as a Windows service is an option you can select when you install it. If you did not do that, you can set it up to run as service by doing the following: (From the EAS Install Guide)----------------------------------------Adding Administration Server as a Windows ServiceYou can add Administration Server as a Windows service, even if it was not installed as a Windows service.?To add Administration Server to the list of Windows services:1. From a command prompt, navigate to the following directory: EASPATH\eas\server\bin2. Run the following command: install_service.batAdministration Services installs the Windows service as Hyperion-Essbase_Administration_Server Windows service. A message displayed in the command prompt window indicates that the service is installed.3. Start the Hyperion-Essbase_Administration_Server Windows service. See ?Starting the Administration Server Windows Service? on page 49.The Hyperion-Essbase_Administration_Server Windows service is set to start automatically each time you reboot.

  • How to set Essbase Administration Server as Windows service?

    Hi,I have installed the Essbase Admin Services 7.1.0.0 Build 261 under Tomcat application server. Now from Start menu I have to select "Start Administration Server". Is there any way to set this option as Windows Service.My system:Windows 2003 SP1,Essbase 7.1.0,Essbase Admin Services 7.1.0.0 Build 261Thanks,Grofaty

    This information is in the Install Guide that comes with EAS.Running EAS as a Windows service is an option you can select when you install it. If you did not do that, you can set it up to run as service by doing the following: (From the EAS Install Guide)----------------------------------------Adding Administration Server as a Windows ServiceYou can add Administration Server as a Windows service, even if it was not installed as a Windows service.?To add Administration Server to the list of Windows services:1. From a command prompt, navigate to the following directory: EASPATH\eas\server\bin2. Run the following command: install_service.batAdministration Services installs the Windows service as Hyperion-Essbase_Administration_Server Windows service. A message displayed in the command prompt window indicates that the service is installed.3. Start the Hyperion-Essbase_Administration_Server Windows service. See ?Starting the Administration Server Windows Service? on page 49.The Hyperion-Essbase_Administration_Server Windows service is set to start automatically each time you reboot.

  • INSTALLING WINDOWS SERVICE

    I am trying to install Hyperion Analzyer 6.5 as a service. I am able to start the server via the command line but when creating the windows service it starts and then stops.

    Hi,
    For this situation, if you use windows 8.1 tablet, it should have the cmd prompt. You may try to use the system cmd prompt to install the windows service.
    About how to install Windows service on Windows 8.1 tablet, you could ask the windows system forum.
    Regards

  • Windows service does not stop when DB is shutdown from SQL*Plus

    I have a 11g XE DB in a Windows 7 machine.
    The installation has created a Windows service called OracleServiceXE. It's status is STARTED.
    I then login to SQLPLUS as sysdba and do a shutdown immediate;
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    Problem is, when I refresh the services, the OracleServiceXE is still showing as STARTED.
    If I use the listener control to stop the listener the Windows service OracleXETNSListener changes status to BLANK.
    Why is this?

    tvCa-Oracle wrote:
    That service is a prerequisite Windows service to be able to start the database, but it is not the status of the database itself.
    When you do start the database, he may or may not start the service automatically (not sure there), but it is a needed service, for each database SID, on Windows.
    If you want to know what it is, open Task Manager or Process Explorer, only start the service (not the database), and see which OS process is launched.
    AFAIK, this is only on Windows, there's no comparable component on Linux/Unix for this.
    The Windows service OracleServiceXE has c:\app\oracle\product\11.2.0\server\bin\ORACLE.EXE XE as the Parth to executable.
    If I click on the Services tab in Task manager, then right-click the OracleServiceXE and click Go to process, it show the oracle.exe in the processes tab.
    If stop it, the service, from the Windows service control, the oracle.exe disappears and we cannot login to the DB.
    If we start the service from the windows service control, the oradim.exe appears, then a second later the oracle.exe appears. Once the DB status of the Windows service is STARTED, the oradim.exe disappears.
    So, I can start and stop the oracle DB with the Windows service. But If I stop the DB from sql*plus the the service is not stopped....

  • Oracle SOA Suite (10.1.3.3.0) install as Windows service

    Hi Guys,
    This is a repost. Since the original thread was kinda hijacked, I think maybe I should start a new thread.
    I was installing Oracle SOA Suite (10.1.3.3.0) on Windows Server 2003.
    Original issue: by default installation, 10gAS cannot run as windows service.
    Following MetaLink Note, I manually created OreacleMyHomeProcessManager service, after start this service, seems everything works fine now.
    However, in original MetaLink Note it asked to create two services, another one is OracleMyHomeASControl - but the nmesrvc.exe file cannot be found anywhere in my installation, so I did not create it.
    My questions are:
    1. Do I really need to create the 2nd service?
    2. Why the 10gAS works fine without this 2nd service?
    3. Without 2nd service, any potential problems it may cause?
    Thanks a lot in advance for reply!
    WMC
    null

    Don't worry, you are good to go. I just posted my comments on the earlier thread:
    Oracle SOA Suite (10.1.3.3.0) install question
    Thanks
    Shail

  • Problems in starting Admin server for soa suite in windows 7 homebasic

    Hi All,
    I installed SOA Suite R1 in my laptop running windows 7 home basic version.
    Its 64 bit OS but I installed the files in win32 folder as it didn't allow me to install the generic file and even win64 file.
    installation was successful but after installation once I try to start the weblogic admin server using
    startAdminServer.cmd through my command prompt. It is running for few seconds and command prompt is getting closed abruptly and nothing comes up.
    It's very strange and I am not able to find out... Please help me.
    Thanks In Advance.

    Ideally you should be able to set up the 64-bit generic installer not sure of the reason...
    Please use the correct version of 64 bit jdk and check the logs
    You can check out the weblogic admin server logs
    BEA_HOME\user_projects\domains\your_domain\servers\AdminServer\logs

Maybe you are looking for