Cisco UXL Web service is in a STOPPED state!!

This is on UCCX 8.5
I have a issue where the Cisco UXL Web service is in a STOPPED state!!
Running this command:
admin:utils service list
I see the following:
Cisco UXL Web Service[STOPPED]  Component is not running
I then am trying to run this command:
admin:utils service start Cisco UXL Web Service
But get the following :
Executed command unsuccessfully
Invalid service name for start/stop, valid names are:
How do I enable the Web service?!?!?

The UXL service is not used by CCX.
It used by UCM to Conduct authentication checks by verifying the  end user name and password when an end user logs in to Cisco IP Phone  Address Book Synchronizer.
It is just something that was not removed when Cisco ported CCX to the Linux platform, maybe they have plans to use it in a future release.
Graham

Similar Messages

  • Service Application Remains in Stopping State Between Reboots

    These SharePoint service applications are a real pain!
    I'm trying to stop a service application, but it remains in a hung "stopping" state (even between reboots!). I've also tried to delete the service application from powershell using "Remove-SPServiceApplication $spapp". But it doesn't
    work. Additionally, this service application is associated with a SQL database that no longer exists. Is there a best practice for how to address this?
    Please help.
    Dave

    Hi Dave,
    Please provide more information about the issue service application.
    You could try executing the following command to unprovision the service:
    Get-SPServiceInstance
    $srvc = Get-SPServiceInstance "GUID"
    $srvc.Unprovision()
    More information:
    http://sharepoint.stackexchange.com/questions/16146/deleted-service-application-service-instances-remain
    Regards,
    Rebecca Tu
    TechNet Community Support

  • 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

  • Web Service Runtime error

    Hello everyone
    In our newly built AP0 ( dev, qa & prod ) systems there are many errors of web service and now the systems are being used by Users.
    Error --> 000 SAPSYS WS 4 Error in techincal configuration Error during the retrieval of the  logon data store,
    checked the below link .
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/46/4420e292b75e3fe10000000a11466f/frameset.htm
    Followed the help and  ran the report SRT_ADMIN_CHECK
    I see that the RFC is not defined and BG job (SAP_SOAP_RUNTIME_MANAGEMENT) is configured.
    The above BG job is not in the standard job list.
    Can someone help me to know more about the need of the web service and Can we stop this error by following sapnote 1163844.
    Thanks in advance
    Medha
    Edited by: MedhaD on Sep 2, 2010 8:52 PM

    Can someone help me plsss !!!!

  • Workflow and Web Services

    im running through the tutorials / information here:
    https://blogs.oracle.com/ebusinesssuiteintegration/entry/invoking_web_service_from_orac_1
    http://docs.oracle.com/cd/E18727_01/doc.121/e12065/T511473T516922.htm#sigdg_sifwfprocess
    im having trouble with the receive event in the workflow. as far as i can tell everything is working correclty. i can kick off the workflow from a PLSQL anonymous block, this calls my web service and i get an entry in WF_WS_JMS_IN with the response from my web service.
    however, the workflow stops there (dosnt reach the end node). in the status monitor (apps) i get a green line up to the receive event, the results of the we service are never sent as a message (see the second link for a diagram of the workflow im re-creating)
    first real workflow experience bar a 2 day training cource so im hoping whatever i have missed will be obvious to the workflow gurus. NB the code etc has been coppied exactly from the examples in the links (for reference). the only difference is the web service which appears to work fine as it returns the expected string into WF_WS_JMS_IN
    Cheers

    There is a white paper on OTN about communicating between BPEL and Workflow using java event subscriptions - all you need is to have BPEL installed as well. If you can do that, you should be able to communicate with web services.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://thoughts.workflowfaq.com ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Web Service Error - No Result Tree to Report On

    After successfully creating a web service reference and then using the 'Form and Report on Web Service' wizard I get an error, after defining the input items, at the 'Web Service results' Stage.
    It states :
    "No Result Tree to Report On
    This Web service does not have a result tree in its definition that is appropriate for a report. You may wish to run the Form on Web Service wizard instead."
    This web service returns an array of records and runs successfully outside of HTML_DB. Has anyone else had this problem ? I cannot find any information about this so far. I am using App Ex v2, 10g App Server and 9i (9.2.0.4.0) DB. The WSDL file for the web service is below.
    Thanks
    <?xml version="1.0" encoding="UTF-8" ?>
    - <!-- Generated by the Oracle JDeveloper 10g Web Services WSDL Generator
    -->
    - <!-- Date Created: Wed Jun 21 10:10:07 BST 2006
    -->
    - <definitions name="18_WS" targetNamespace="http://TESTDB/18_WS.wsdl" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://TESTDB/18_WS.wsdl" xmlns:ns1="http://TESTDB/_WS.xsd">
    - <types>
    - <schema targetNamespace="http://TESTDB/_WS.xsd" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
    - <complexType name="TESTDB_CollectCountTable" jdev:packageName="TESTDB" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    - <all>
    <element name="array" type="ns1:ArrayOfTESTDB_CollectCountRecordUser" />
    </all>
    </complexType>
    - <complexType name="TESTDB_CollectCountRecordUser" jdev:packageName="TESTDB" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    - <all>
    <element name="code" type="string" />
    <element name="category" type="string" />
    <element name="total" type="decimal" />
    </all>
    </complexType>
    - <complexType name="ArrayOfTESTDB_CollectCountRecordUser" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    - <complexContent>
    - <restriction base="SOAP-ENC:Array">
    <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns1:TESTDB_CollectCountRecordUser[]" />
    </restriction>
    </complexContent>
    </complexType>
    </schema>
    </types>
    - <message name="getCollectionCount0Request">
    <part name="pNumlink" type="xsd:decimal" />
    </message>
    - <message name="getCollectionCount0Response">
    <part name="return" type="ns1:TESTDB_CollectCountTable" />
    </message>
    - <portType name="_WSPortType">
    - <operation name="getCollectionCount">
    <input name="getCollectionCount0Request" message="tns:getCollectionCount0Request" />
    <output name="getCollectionCount0Response" message="tns:getCollectionCount0Response" />
    </operation>
    </portType>
    - <binding name="_WSBinding" type="tns:_WSPortType">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
    - <operation name="getCollectionCount">
    <soap:operation soapAction="" style="rpc" />
    - <input name="getCollectionCount0Request">
    <soap:body use="encoded" namespace="18_WS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
    </input>
    - <output name="getCollectionCount0Response">
    <soap:body use="encoded" namespace="18_WS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
    </output>
    </operation>
    </binding>
    - <service name="18_WS">
    - <port name="_WSPort" binding="tns:_WSBinding">
    <soap:address location="http://testserver:7778/RCAHMS_WebServices-NMRSPK18_WS-context-root/_WS" />
    </port>
    </service>
    </definitions>

    This has been the subject of bug 5394491 for several weeks now without any resolution. It looks like this error will prevent the use of Jdeveloper web services that use array parameters in the current versions of Application Express. We are not planning to use Application Express for this purpose any more as there is no information about the bug (or fix) forthcoming.

  • Consuming a web service using UTL_HTTP, Complex XML types

    this is the first time i have encountered a complex type calling a web service from PLSQL. i have sucsessfully called other methods from this same web service so i know its working.
    this is what i have to pass in:
    <xs:complexType name="AddJobRequestStructure">
    <xs:sequence>
    <xs:element name="AffectedUnits" type="ro:UnitIdentificationStructureArray" />
    <xs:element name="ServiceCode" type="xs:string" />
    <xs:element name="RecordTypeCode" type="xs:string" />
    <xs:element name="MultipleDescriptionCodes" type="ro:DescriptionSeverityStructureArray" />
    </xs:sequence>
    </xs:complexType>
    concentraiting on the parameter "AffectedUnits" type =
    <xs:complexType name="UnitIdentificationStructure">
    <xs:sequence>
    <xs:element name="UnitID" type="xs:string" />
    <xs:element name="StreetID" type="xs:string" />
    <xs:element name="UniqueStreetReferenceNumber" type="xs:string" />
    <xs:element name="UnitNumber" type="xs:string" />
    <xs:element name="Location" type="xs:string" />
    <xs:element name="PAON" type="ro:AONstructure" />
    <xs:element name="Easting" type="xs:double" />
    <xs:element name="Northing" type="xs:double" />
    </xs:sequence>
    </xs:complexType>
    for simple types i build the XML such as:
    request.body := request.body||'<ServiceCode xsi:type="xs:string">'||some_value||'</ServiceCode>';
    (request being a type that holds the namespace,method,body and envelope tag)
    just to re-itterate, i have other web service methods (from the same web service) working this way, however im not sure where to start with this complex type, so any help would be great
    Cheers.

    Thanks for the response, I’m not familiar with XML or web services so I appreciate the input. There is indeed an intermediate type. The web service documentation I have does state that the complex type can take multiple records, however we will only ever be passing one, it was this mention of an array that threw me, i asumed the array was the complex type - rather than there being an array of complext types for the handling of multiple records.
    <xs:complexType name="UnitIdentificationStructureArray">
    <xs:complexContent>
    <xs:restriction base="soapenc:Array">
    <xs:sequence />
    <xs:attribute ref="soapenc:arrayType" n1:arrayType="ro:UnitIdentificationStructure[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
    </xs:restriction>
    </xs:complexContent>
    </xs:complexType>
    I assumed I had to pass each element of the complex type in separately and then reference this somehow in the parent, but it sound like, from what you say, I can just pass in XML containing the data in the correct structure
    Could you give me a basic example of how this XML fragment might look?
    Apologies for the lack of understanding - XML is failry new to me, this is as far as i have got
    Cheers

  • Azure Cloud Service Stuck in "Stopping" state for a long time (12 hours)

    Does anyone have suggestions what to do with the issue I have. I tried to stop my Cloud Service the service is now basically stuck in "Stopping" State and been there over 12 hours. In my Cloud service there is 16 Virtual Machines I am using in
    testing.
    I tried to start Cloud Service but it also failed with error "Could not start the virtual machine deployment.".
    Is there something I could do or some way to get Microsoft Support (without paying extra)? I have "Visual Studio Premium with MSDN" so i have no other support but billing from Microsoft :(

    Managed to find the solution. I stopped and deallocated all the Virtual Machines. After that the Cloud Service status changed to stopped state. After that it was possible to start the Cloud Service again.

  • Windows service entered the stopped state

    hello,
    my windows service running on Windows Server 2008 R2 SP1 stopps two or three times per month undefined with the Event ID 7036 : service entered the stopped state. 10 mins later it starts again alone: service entered the running state.
    What I also see is that some other services enter in the stopped state and then enter the running state: with Event ID 7036, but more frequently, means several times per day:
    SoftwareProtectionService
    WindowsModuleInstaller
    ApplicationExperience
    WMI Performance Adapter
    Portable Device Enumerator Service
    What is the problem here, I could not find any solution yet.
    thx

    Hi,
    Sometimes services are started only when they are needed. Most services you listed are Manual in startup type which means they will be started manually when it is needed. 
    Also if you disable a service manually, dependency services will also be stopped. 
    Here are 2 threads which mentioned 2 services in your list and they are also start/stop even 10 minutes. 
    Windows Modules Installer Stops & Restarts Frequently
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/d8e192ed-92ff-451b-9646-add8214c4e84/windows-modules-installer-stops-restarts-frequently
    7036 - Service entered the stopped/started state Messages
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/8360b321-8225-42f1-a3e8-a75020dad227/7036-service-entered-the-stoppedstarted-state-messages

  • Web Service that is neither servlet nor EJB

    Hello,
    I would appreciate if someone can clarify the following for me:
    If I want to implement a Web Service using Java, it seems the server MUST be either a servlet or an EJB. It cannot be a standalone Java class.
    This makes sense because Web Services rely on HTTP, and therefore on the server side we need a HTTP server that recieves the SOAP-on-HTTP message and passes it to the appropriate URI (a servlet or an EJB).
    But what if I want to implement my web service outside of a servlet container and outside of an EJB container? Are there no tools and libraries out there that can provide some of the functions that a HTTP server provides - thus enabling me to transform my standalone Java class into a web service.
    If we can have standalone web service clients (i.e. not contained in a J2EE container), why can't we have standalone web service servers?

    This makes sense because Web Services rely on HTTP.This statement is not fully correct.
    For example, using Axis you can write a Web-service driven by JMS.
    To run a JMS-driven web service on Axis, you dont need a J2EE container or web server.
    It can run as a stand-alone program.
    Ajay

  • How to stop a web service inside a deployed EAR in Weblogic 10.3

    Hi,
    I want to stop a webservice from the weblogic UI console in Weblogic 10.3 but cannot find any link for the same kindly help me on the same.
    Scenario is as follows
    I can see my EAR deployed under Deployment tab, when I expand the same I can see the web service but there isn't any link available to explicitly stop only that particular web service.
    Can I do this at all in weblogic if yes? Please suggest.
    Thanks
    VR
    Edited by: sorry the page got stuck and refreshed filling details and re-submitting

    Hi VR
    From Weblogic Admin Console, Deployments, on right side click on the link named with your EAR Application. It opens detailed page with more tabs. Click on the tab named Targets. Here select your WebService module and click on Change Targets button. Uncheck the server where it is targetted (Deployed), click on Yes. And activate the changes.
    Thanks
    Ravi Jegga

  • XE web service stopped working

    I installed XE 10g rel 2 on a Ubuntu Linux server a few weeks ago (so that's how much experience I have). I've been using the web service (server:8080/apex from one Vista and one XP client) for a few days. After a few hours of light work today, a couple of simple queries seemed to hang. Eventually I tried to end the sessions under the admin panel, but they didn't stop. I tried to restart the database, but then could no longer connect. Seems port 8080 is no longer serving. Restarting the server didn't help.
    The network connection is OK. The database is up: I can access it using SQL*Plus from locally on the server.
    While hacking at this problem, I have:
    - changed tnsnames.ora, replacing server name with server IP address. NB server name is moo.mag. Oracle seems to know it as moo and sometimes as moo.mag. /etc/hosts is shown below.
    - changed the password for user oracle and added user oracle to group dba.
    Below I have:
    - tnsnames.ora
    - listener.ora
    - listener.log
    - /etc/hosts
    Help is appreciated!
    Paul
    oracle@moo:~/app/oracle/product/10.2.0/server/network/admin$ cat /etc/hosts
    127.0.0.1 localhost
    127.0.1.1 moo.mag moo
    # The following lines are desirable for IPv6 capable hosts
    ::1 ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
    lsnrctl status:
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 18-APR-2009 23:08:58
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 18-APR-2009 22:39:33
    Uptime 0 days 0 hr. 29 min. 25 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Listener Log File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.22)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    oracle@moo:~/app/oracle/product/10.2.0/server/bin$
    # listener.ora Network Configuration File:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /usr/lib/oracle/xe/app/oracle/product/10.2.0/server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.22)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    # tnsnames.ora Network Configuration File:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.22)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    listener.log from about the time of the problem I think:
    18-APR-2009 20:17:32 * http * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.27)(PORT=53269)) * handoff * http * 0
    18-APR-2009 20:17:40 * http * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.27)(PORT=53270)) * handoff * http * 0
    18-APR-2009 20:17:55 * http * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.27)(PORT=53271)) * handoff * http * 0
    18-APR-2009 20:17:55 * http * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.27)(PORT=53272)) * handoff * http * 0
    18-APR-2009 20:21:08 * service_update * XE * 0
    18-APR-2009 20:21:11 * service_update * XE * 0
    18-APR-2009 20:21:11 * service_update * XE * 0
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=moo.mag)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    18-APR-2009 20:21:17 * service_died * XE * 12537
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=moo.mag)(PORT=1521)))
    Listener completed notification to CRS on stop
    18-APR-2009 20:21:22 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=moo)(USER=oracle))(COMMAND=stop)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * stop * 0
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production on 18-APR-2009 20:26:00
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Log messages written to /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Trace information written to /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/trace/listener.trc
    Trace level is currently 0
    Started with pid=4465
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.22)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    Linux Error: 99: Cannot assign requested address
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production on 18-APR-2009 20:38:58
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Log messages written to /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Trace information written to /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/trace/listener.trc
    Trace level is currently 0
    Started with pid=5775
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.22)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    18-APR-2009 20:38:58 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=moo)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status * 0
    18-APR-2009 20:54:39 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=moo)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status * 0
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.22)(PORT=1521)))
    Listener completed notification to CRS on stop
    18-APR-2009 21:07:50 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=moo)(USER=oracle))(COMMAND=stop)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * stop * 0
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production on 18-APR-2009 21:07:50
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Log messages written to /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Trace information written to /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/trace/listener.trc
    Trace level is currently 0
    Started with pid=6613
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.22)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    18-APR-2009 21:07:50 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=moo)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status * 0
    18-APR-2009 21:25:39 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=moo)(USER=paul))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status * 0
    18-APR-2009 21:25:43 * ping * 0
    18-APR-2009 21:26:15 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=moo)(USER=paul))(COMMAND=services)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * services * 0
    18-APR-2009 21:26:32 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=moo)(USER=paul))(COMMAND=reload)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * reload * 1190
    TNS-01190: The user is not authorized to execute the requested listener command
    18-APR-2009 21:51:32 * ping * 0
    18-APR-2009 21:51:35 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=moo)(USER=paul))(COMMAND=reload)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * reload * 1190
    TNS-01190: The user is not authorized to execute the requested listener command
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.22)(PORT=1521)))
    Listener completed notification to CRS on stop
    18-APR-2009 22:19:33 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=moo)(USER=oracle))(COMMAND=stop)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * stop * 0
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production on 18-APR-2009 22:21:05
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Log messages written to /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Trace information written to /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/trace/listener.trc
    Trace level is currently 0
    Started with pid=4461
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.22)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    Linux Error: 99: Cannot assign requested address
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production on 18-APR-2009 22:39:32
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Log messages written to /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Trace information written to /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/trace/listener.trc
    Trace level is currently 0
    Started with pid=5612
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.22)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    18-APR-2009 22:39:33 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=moo)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status * 0
    18-APR-2009 22:44:35 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=moo)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status * 0
    18-APR-2009 23:08:58 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=moo)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status * 0
    oracle@moo:~/app/oracle/product/10.2.0/server/network/log$

    Thanks - nothing jumps out...
    bigdelboy wrote:
    I note use of 192.168.0.22 in various configuration files .... and maybe not in some others ... this may not be helpful.
    I'm looking to make sure this is consistent.
    tnsping tns_service_name
    Returns OK on both client and server.
    sqlplus x/y@+tns_service_name+
    I haven't used this from the remote client before. I tried from the network client
    sqlplus id/pwd@XE
    Got
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    lsnrctl status
    As shown before:
    paul@moo:/usr/lib/oracle/xe/app/oracle/admin/XE/bdump$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 19-APR-2009 12:21:18
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 18-APR-2009 22:39:33
    Uptime 0 days 13 hr. 41 min. 45 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Listener Log File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.22)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    Ensure the firewall is okay on ports 1521 and 8080.
    Suddenly stopped on two different remote clients running different OS and different firewalls, so it won't likely be a local problem. I suppose the router could have decided to block the port. Browsing on server shows server up and running on default, but not serving port 8080. (I.e., "lynx 192.168.0.22:80" is OK; "lynx 192.168.0.22:8080" returns "Unable to connect to remote host.")

  • Stop loading images from Web Service

    Using the following code I put multiple request for images to the web service:
                        var pageArray:ArrayCollection = new ArrayCollection;
                        pageArray = event.result as ArrayCollection;
                        for (var ii:int = 0; ii < pageArray.length; ii++)
                            var filePage:FilePage = (filePages.placeImagesHere.addElement(new FilePage) as FilePage);
                            filePage.load('image_'+pageArray[ii].imageID.toString());
    The loading takes place as multiple images are returned fom the server. All is well until the user wants to abort the image loading to view something else. removeAllElements() is called when a Close button is pressed but the images are still returned in the background.
                         placeImagesHere.removeAllElements();
    If many images are to be returned the user has to wait for this to finish before the next lot of images can be viewed. I would have expected the function removeAllElements() would stop the process but it doesn't.
    Is there any was to 'flush' or stop all previous image requests?
    Thanks,
    Stewart.

    Thanks for the reply but the for loop finishes and the asynchronous event of receiving the images still occurs.
    For example, the for loop loads 500 images. The web service takes 2 or 3 mintues to process all the images and returns them into each requesting Image component. The Close button calls the removeAllElements from the Images' parent so they no longer appear on the screen. However, the browser is still receiving the images. You can see the transfering data message flick on and off in the status line al the bottom of the browser.
    The web service hasn't received all the requests at this point so they are still in transit from the browser to the web service.
    Using a timer to load the images just means the images requests take longer to send to the web service.
    What I need to do is cancel all image load requests when the user presses the Close button.
    Hope this make sense.
    Stewart.

  • Labview Web Service Stop

    I started to use Labview Web Service and I have a couple of suggestions
    In the Startup Vis you are able to monitor the status of the web service, but you are not able to close it. It says that labview will automatically close the Labview Web Service when closing a standalone exe, but there are some schenarios where you might want to close programatically the web service. e.g.:
    - When building a standalone exe and you want to be able to close the service programatically.
    Also,
    As soon as the web service receives a URI that doesn't have a Web Resource, it throws an error without been able to handle it. Been able to handle the error could be beneficial when trying to make a dynamic routing system e.g. Many web frameworks.
    BR

    Darshan,
    Yeah, I believe your method would indeed allow you to programatically stop and start the web service.  The easiest way I can think to do this is to use the System Exec.VI to start the process, and then again to kill that process.  Take a look at the following example that shows how to stop a process using LabVIEW.  
    http://digital.ni.com/public.nsf/allkb/80432B061C5​A4C888625705400737BE8
    If you are building an executable and want to make it a background process, you will want to take a look at the following link:
    http://digital.ni.com/public.nsf/allkb/EFEAE56A94A​007D586256EF3006E258B
    Regards,
    Shane C
    Regards,
    Shane C
    Applications Engineer
    National Instruments

  • CISCO UNIFIED CONTACT CENTER EXPRESS - ORACLE WEB SERVICES

    We need to access to an Oracle database information through Web Services, in a system witch Cisco Unified Contact Center Express 8.5.
    Is there any way to do this? Thank you!

    Hi Alicia,
    Incase you are planning to obtain real time stats from the CRA_DB which is the UCCX db, this can be done via the use of a wallboard.
    -This displays the data such as
    available agents in CSQs, call volumes, talk times, wait times, and number of handled calls. You can enable the Unified CCX system to write Unified CCX real-time information to a database that can then be displayed on a wallboard.
    -Not sure if this is what you are looking for, let me know, thanks
    Prashanth

Maybe you are looking for

  • Error while scheduling data collector: Error adding routine 'SAPTOOLS.DBH_FWK_CLEANUP' to task scheduler

    Error Detail Exception CX_DBA_ADBC in program RAGS_SISE_ACTIVITY_JOB line 0 Kernel Error ID: WP ID: 23 WP PID: 28977 SYSID: CR5 SY-SUBRC: 0 SQL statement: Database: CR5 caused by Exception CX_SQL_EXCEPTION in class CL_SQL_STATEMENT Kernel Error ID: D

  • Flash player Crashes every time 3 items or more running...

    Since I updated to Flash Player 11,7,700,169 every time 3 or more Flash player items run, Flash Player crashes. This happens in either Firefox or IE! Eg.If the problem occurs in Firefox when I also have IE open then it affects IE & Vice Versa... Is t

  • Trying to download and update apps

    Hi! I am trying to download and update apps, message "waiting" appears and nothing happens. I have an iphone 4. Thanks.

  • Purchase Requisition Released History

    Hello! I would like to know in which MM table, have the Release History for a Purchase Requisition. For Example, The system genarate a release strategy for 3 levels.  After the correspoding approvals, ¿in which MM table the system save this Release H

  • IPhone 5 battery extremely bad!

    I upgraded to the iPhone 5 as soon as it was released, ever since I have had battery problems. I always take my charger wherever I go now, because the battery just drains way too fast. It's a pity that Apple had advertised the iPhone 5 would have a b