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.")

Similar Messages

  • Hp smart web printing stopped working in ie 8...is there a fix?

    using Hp G71 lap top...window 7 64-bit  HP smart web printing stopped working
    I use IE 8 ...I tried IE9 and the Updated HPSWP and it failed as well
    why is your software no longer functional.

    same problem here. worked for a while on two of my computers, and then stopped working. windows 7 64 bit ie 9.0.12

  • Web Services Not Working because wwv_flow_collections view is empty

    Hello,
    I followed this example to try and get a web service running in my Application:
    http://apex.oracle.com/i/doc/advnc_rest_web_eg_2.htm
    When I run the page and enter the zip code 43221 they recommend with a radius of 5, I get no results. When debugging and throwing the query into SQL Dev, I have no records in my wwv_flow_collections view. Looking at the tables that comprise the view, wwv_flow_collections$ and wwv_flow_collection_members$, these two tables would join on c.id = m.collection_id alone, but there are additional in-line selects involving the DUAL table that make the query return 0 records and therefore the view is empty. I've never messed with these views/tables, are these auto-populated by APEX? Can they be updated? Right now I cannot get any web services to work because of this. Here is the from clause for the wwv_flow_collections view:
    FROM
    wwv_flow_collections$ c,
    wwv_flow_collection_members$ m
    WHERE
    c.session_id =
    SELECT
    v('SESSION')
    FROM
    dual
    AND c.security_group_id =
    SELECT
    wwv_flow.get_sgid
    FROM
    dual
    AND c.id = m.collection_id
    AND c.flow_id =
    SELECT
    nv('FLOW_ID')
    FROM
    dual
    Can anyone help? Thanks in advance!
    John

    John,
    I have been working this week to set up the exact same thing and got the same empty result set that you have. In this case I believe it has nothing to do with APEX. I downloaded soapUI 4.0.1 which tests web services and used the WSDL described in the APEX Webservices tutorial for http://www.ignyte.com/webservices/ignyte.whatsshowing.webservice/moviefunctions.asmx?wsdl to create the same sample requests. It also returns no results.
    So, I decided to use a different public WSDL and try to get it working. Here are my steps taken below:
    BACKGROUND:
    - I am using APEX 4.0 on an 11gR2 database, with ACLS set up for the APEX schema this app is using.
    - First off, the site I used I just found through google. It is a currency conversion rate webservice. It is explained here: http://www.webservicex.net/CurrencyConvertor.asmx
    - The WSDL is found here: http://www.webservicex.net/CurrencyConvertor.asmx?WSDL
    SETTING UP THE WEBSERVICE:
    1. In a new APEX application I went to "*Shared Components*" -> "*Web Service References*" -> "*Create*" to create a new web service reference
    2. Selected manual
    3. Called the webservice CURRENCY_TEST
    4. Set the URL to http://www.webservicex.net/CurrencyConvertor.asmx
    5. Set the Action to http://www.webserviceX.NET/ConversionRate (Action can be found in the WSDL - showing a few lines below)
    <pre class="jive-pre">
    <wsdl:binding name="CurrencyConvertorSoap" type="tns:CurrencyConvertorSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="ConversionRate">
    <soap:operation soapAction="*http://www.webserviceX.NET/ConversionRate*" style="document"/>
    <wsdl:input>
    <soap:body use="literal"/>
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal"/>
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    </pre>
    6. WSDL explains that the version is *1.1* in this case. (However, this same WSDL has the same operation for 1.2 so it probably would work)
    7. No Authentication
    8. soapUI 4.0.1 gave me the soap request which in this case is the following:
    <pre class="jive-pre">
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:web="http://www.webserviceX.NET/">
    <soapenv:Header/>
    <soapenv:Body>
    <web:ConversionRate>
    <web:FromCurrency>#FROM_CURRENCY#</web:FromCurrency>
    <web:ToCurrency>#TO_CURRENCY#</web:ToCurrency>
    </web:ConversionRate>
    </soapenv:Body>
    </soapenv:Envelope>
    </pre>
    9. Stored response in collection CURRENCY_COLLECTION
    10. Saved my web service reference
    11. Test the web service reference (you have to be on the web service references page and instead of the icon view of the report, use the list view. Click on the test icon to test the web service)
    12. On the test page, change #FROM_CURRENCY# to USD (for US dollars) and #TO_CURRENCY# to EUR (Euros)
    13. Click the test button and you should see a valid soap response with a currency rate within the ConversionRateResult tags
    USING THE WEBSERVICE AND GETTING RESULTS:
    1. Went back to the application and hit "*Create Page*" -> "*Form*" -> "*Form and Report on Web Service*"
    2. Selected my CURRENCY_TEST web service reference
    3. Next on the next page
    4. For input parameters, left the defaults to create 2 inputs, From_Currency and To_Currency
    5. Soap Style for this is Document (found in the WSDL as an attribute just after the soapAction attribute in the WSDL snippet above)
    6. Message Format is Literal (Also found above in the wsdl:output for this operation under the use attribute)
    7. XPATH is a bit complicated. In this case put */ConversionRateResponse* (I used the soapUI 4.0.1 to send the request and get back the soap response to see what the response tags would include and which path I'm going to)
    8. Message Namespace is http://www.webserviceX.NET/ (which is also found in the response soap message - I'd really recommend a tool to test this outside of APEX)
    9. For Parameter Names there is only one and it is ConversionRateResult (also found in the response soap message)
    10. Finish and run the report.
    OTHER GOTCHAS:
    So I finally got this to work, but in my case I was querying a remedy webservice and the xml tags I get back are all xmlns:ns0 and all response tags prefaced with ns0:
    In this case I had to after using the wizard go back and edit my query to change xmlns to xmlns:ns0 since the builder only assumes xmlns.
    <pre class="jive-pre">
    select extractValue(value(t),'/*/ns0:Assigned_Group','xmlns:ns0="urn:HPD_IncidentInterface_WS"') "Assigned_Group"
    , extractValue(value(t),'/*/ns0:Assignee','xmlns:ns0="urn:HPD_IncidentInterface_WS"') "Assignee"
    , extractValue(value(t),'/*/ns0:Resolution','xmlns:ns0="urn:HPD_IncidentInterface_WS"') "Resolution"
    , extractValue(value(t),'/*/ns0:Status','xmlns:ns0="urn:HPD_IncidentInterface_WS"') "Status"
    from wwv_flow_collections c,
    table(xmlsequence(extract(c.xmltype001,'//ns0:HelpDesk_Query_ServiceResponse','xmlns:ns0="urn:HPD_IncidentInterface_WS"'))) t
    where c.collection_name = 'INCIDENT_TEST'
    </pre>
    Good Luck!
    Jonathon

  • Data services stop working after updating to new OS version for Q10

    I am from Qatar, after i updated my device ( Q10 SNQ100-3 ) to new OS ( 10.2.1.537 ), the mobile data services stopped working, but it works everytime I connect to wifi. This is the same with Z10. Please need help.

    Hi and Welcome to the Community!
    With a strong carrier network signal (e.g., not merely WiFi), I suggest the following steps, in order, even if they seem redundant to what you have already tried (step 1 should result in a message coming to your BB...please wait for that before proceeding to the next step):
    1) Register HRT
    KB00510 How to register a BlackBerry smartphone with the wireless network
    Please wait for one "registration" message to arrive
    2) Reboot
    Pre-BB10 Devices ONLY. With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes.
    BB10 Devices. Hold the top button down until the counter reaches zero. Wait for the device to be fully shut down (e.g., nothing at all displayed on the screen, no LED lights, etc.). Hold the top button until the red LED is lit. Wait through the full boot-up process. IF this fails, you can attempt the battery-pull method above, but it is normally NOT recommended unless nothing else works.
    See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
    Hopefully that will get things going again for you! If not, then you should contact your mobile service provider for formal support.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • "no serializer is registered..." error with a web service not working

    I'm using JDeveloper 10.1.3
    EJB 3.0
    I'm having issues with the web service not working after I create a client for it. The web service works fine up until I generate the proxy on the other side.
    ERROR An error occurred for port: {http://buslogic/}MyWebService1SoapHttpPort: no serializer is registered for (class buslogic.runtime.....
    I saved the file before I added the proxy and the wsdl looks the same between the working one and the non working one. I can not pin point the when the change to the web service is occuring. It seemed to work once all the way up until I had a ADF page trying to retrieve data, another time it failed when the proxy was created.
    I can get the version that I saved to work immediately after the version that does not fails.
    Any help would be greatly appreciated,
    Dan

    I'm using JDeveloper 10.1.3
    EJB 3.0
    I'm having issues with the web service not working after I create a client for it. The web service works fine up until I generate the proxy on the other side.
    ERROR An error occurred for port: {http://buslogic/}MyWebService1SoapHttpPort: no serializer is registered for (class buslogic.runtime.....
    I saved the file before I added the proxy and the wsdl looks the same between the working one and the non working one. I can not pin point the when the change to the web service is occuring. It seemed to work once all the way up until I had a ADF page trying to retrieve data, another time it failed when the proxy was created.
    I can get the version that I saved to work immediately after the version that does not fails.
    Any help would be greatly appreciated,
    Dan

  • Web cam stopped working with Windows 7 (but works fine with Ubuntu Live CD).

    Since two days my web cam stopped working. I am using Windows 7 64 bit and I have a Toshiba L505d S5992. It does not show in Device Manager and Windows Update doesn't recognize it, manually I can not install it, so my best guess it was broken.
    But then I tried the LiveDVD of Ubuntu 10.10 (64 bit) and it recognized immediately my web cam and the blue light came on. I have no clue what happened with Windows 7 but it's getting very frustrating.
    Any help would be very welcome at this point.

    Download the webcam application for your unit from this website.
    Uninstall it on the programs and features then installed the downloaded webcam application.
    Hope this will help you solve the issue.

  • After update to 11.2.202.228 mz USB 1.1 web cam stop working

    Hi,
    I have a camera from MediaTech company, it is written on it MT400 and serial number 2604050599. Before latest update it works, after install newest version of Flash Player it stop working. I tested it on http://testmycam.com as one of Adobe employee advices on forum but I have only black rectangle. On top left corner of this rectangle it is written Camera: USB PC Camera (SN9C 102) , FPS 10. I disabled Hardware acceleration but problem remains. 
    As I remember this camera is USB 1.1. Does new Flash Version support USB 1.1?
    I have checked on Device Manager on my Windows XP Home Edition 2002 Version with SP3 device driver version it is written:
    Manufacturer : Sonix
    Driver date: 2004-04-02 (I can't find newer drivers on web )
    Driver version: 4.6.6.1
    Is it bug or Flash Player stops supporting such devices?
    Regards

    I pressed Allow, before pressing Allow background was grey, after Allow
    it gets black. I see the name of this camera on list. I also try another
    camera from Logitech (I can't remember what name was it, but one of the
    newest) and everything works which suggest it is strictly related with
    this specific camera which I'm using.
    Regards
    W dniu 2012-03-31 08:39, Nodster pisze:
    >
          Re: After update to 11.2.202.228 mz USB 1.1 web cam stop working
    created by Nodster <http://forums.adobe.com/people/Nodster> in /Using
    Flash Player/ - View the full discussion
    <http://forums.adobe.com/message/4304094#4304094

  • Netctl - other services stop working

    After I switched to netctl, some services stopped working, including fail2ban, mpd, munin-node, nfsd, ntpd.
    This is the line of my dhcp in systemctl. Still "activating" after 3 hours of internet usage?
    netctl@ethernet\x2ddhcp.service                loaded activating start     start
    When I run
    # netctl stop ethernet-dhcp
    all the other services start, and my internet connection still works. What am I doing wrong?
    DHCP card (problem):
    Description='Internet'
    Interface=enp2s0
    Connection=ethernet
    IP=dhcp
    IP6=dhcp
    DHCPClient=dhclient
    Another network card:
    Description='Intern'
    Interface=enp3s7
    Connection=ethernet
    IP=static
    Address=('192.168.x.x/24')
    SkipNoCarrier=yes

    Lupin Saiko,
    Please go to Settings --> General and turn off Location Services. Then turn it back on.
    Hope this helps

  • Coldfusion services stop working when windows 2000 hotfix patches are installed on the windows 2000 operating system

    The following windows 2000 hotfix patches were installed on
    windows 2000 operating system -
    KB917537
    KB917159
    KB914388
    Coldfusion service stopped working and wouldn't restart
    later...When I uninstalled the patches. I got back coldfusion. Do I
    have to make changes in the settings of coldfusion administrator
    for having hotfix patches?

    Princess MX wrote:
    > Please see the attached in response.
    All of these are old and show CF working just fine. Do you
    have any
    errors from the time CF stopped working? Is there anything in
    the event
    viewer? When you say "stop working", do you mean fails to
    start, throws
    errors, silently fails? How have you configured CF?
    Multiserver? Single
    server? Does CF still work through the built-in webserver?
    Can you start
    CF from the command line jrun?
    Jochem
    Jochem van Dieten
    Adobe Community Expert for ColdFusion

  • Web services wont work no matter what i do

    got a new laserjet MFP M127FW and everything thus far works except eprint.
    IF i can get it to enable, it only does so after i reboot (power cycle) the printer.
    if i try and enable it via the web management it will never say it was enabled, it just clocks (spinning icon that says connecting)
    then SOMETIMES the web interface will say its enabled and SOMETIMES i can see the randomly generated email it gives me, BUT it only lasts for about 5 minutes then Web Services disables itself again.
    i have forwarded everyport listed in this forum and the how to created by someone here.
    I have even put the printer in the DMZ - still doesnt work.
    N-O-T-H-I-N-G is making Web services work... period.
    I have flashed the firmware to the latest (did that right out of the box)
    there is nothing left for me, as the user to do... eprint/web services is broken. period.
    i saw someone state that the code that is supposed to print is the name in the randomly generated email you are given.
    and i tried to use that to register the unit on hpconnect but it just says "unexpected error"
    also when i try to do things from the lcd screen, such as print information sheet, enable/disable web services, view email, it just clocks (never ending spinning icon.. i left it like that overnight and it never stopped.
    IF i am fast enough and see the randomly generated email in the Web GUI, and then try to use the LCD to print the code, or do anything aside from via email, (which it does display if the web gui shows it) it says the services are unavailable
    once again, i have spent the last 2 days, totalling over 10 hours trying to make this work and IF it is enabled, i think it is just a false positive, even though the random email does display it doesnt work and then within 5 minutes, web services disables itself again.
    I am not some average user, i am a 20yr veteran of PC/MAC/Networking, and i have never seen a printer do this that wasnt flat out broken.
    but since this is the only thing not working, thus far, i believe it to simply be a firmware issue.
    lastly.... when trying to enable the web services the NIC lights on the back of the printer are blinking 100% nonstop, forever and ever.. until i power cycle it.
    its as if the web services is locked up or stuck in a loop.
    also restore defaults from the LCD or web GUI doesnt do anything... nothing is changed... and i am never presented with the initial startup like one would expect.
    is there a way to force the printer to an out of the box state where it flushes anything and everything back to a factory state? (where i have to go through the initial setup again ?
    p.s.
    network settings are fine, i can print to the printer from ipads, iphone, pc's and 2 MAC's.. so everything on the network side works... just not Web services
    This question was solved.
    View Solution.

    I was able to talk to a fantastic tech in cloud services who remembered a nun documented fix
    USE THE LEVEL 3 DNS SERVERS!!! No other DNS servers will work
    This literally within 10 seconds made HP Web Services work!!!!
    209.244.0.3
    209.244.0.4
    I Switched my entire network to this
    Huge kudos to cloud services!!!

  • One of the Web Service not working

    Hi All,
    I have created a AIF for Posting Goods Receipt for a Purchase Order.
    The form is using 2 web services: 1) for Getting the Purchase Order details, and 2) for posting the Goods Receipt for that PO.
    The form was working absolutely fine for the Customer, i.e. customer was able to fetch the PO details as well as Post the Goods Receipt for that PO.
    Then, based on the UAT comments from the customer, we did some minor changes in the function module correponding to the web service which fetches the PO details. We also did some script changes in the form.
    After the deploying the changes, the Web service corresponding to Post Goods Receipt has stopped working for the Customer, though the other web service(PO Get Details) is still working fine for them. When the Customer clicks the Button on which the Post Goods Receipt web service is called, they get no response at all.
    What is more surprising is that both the web services are still working fine for us(developers).
    Please help.

    Hi Chintan,
    One of the fields on the form was mapped to the SAP field which was of length 16 characters.
    If the user enters more than 16 charcters on the form....iTHe Web Service does nothing
    I restricted the length to 16 on the form and it started working again

  • Web service not working when called remotely

    Hi there!
    I built a simple web service to generate a sequence number to be cosumed by PDF forms.
    It works perfecly when I run PDFs on my machine, using localhost, etc.
    Whem deployed on the client's servers it does not work. The only difference is the client is running LiveCycle on Linux over their inhouse corporate network.
    When the web service is added to forms in LC Designer, the ws structure is built correctly and if called from a web browser the XML response is ok too.
    I've checked LiveCycle log file - there's nothing there, the ws is not even being called.
    Where should I look for error messages or other resources to aid me in identifying the problem?
    Thank you very much for any hints!
    Marcos

    Hi there!
    I built a simple web service to generate a sequence number to be cosumed by PDF forms.
    It works perfecly when I run PDFs on my machine, using localhost, etc.
    Whem deployed on the client's servers it does not work. The only difference is the client is running LiveCycle on Linux over their inhouse corporate network.
    When the web service is added to forms in LC Designer, the ws structure is built correctly and if called from a web browser the XML response is ok too.
    I've checked LiveCycle log file - there's nothing there, the ws is not even being called.
    Where should I look for error messages or other resources to aid me in identifying the problem?
    Thank you very much for any hints!
    Marcos

  • Apple Mobile Device Service Stopped Working

    Every time I try to connect my iPod to my computer I get a dialog box that says the Apple Mobile Device Service has stopped working.  I tried restarting the service as well as removing and installing iTunes but nothing has worked.  This is the problem report:
    Product
    Apple Mobile Device Service
    Problem
    Stopped working
    Date
    5/19/2011 6:34 PM
    Status
    Report Sent
    Problem signature
    Problem Event Name:          APPCRASH
    Application Name:          AppleMobileDeviceService.exe
    Application Version:          17.58.0.21
    Application Timestamp:          4c0ed767
    Fault Module Name:          StackHash_1051
    Fault Module Version:          6.0.6002.18327
    Fault Module Timestamp:          4cb73436
    Exception Code:          c0000374
    Exception Offset:          000b06fc
    OS Version:          6.0.6002.2.2.0.768.2
    Locale ID:          1033
    Additional Information 1:          1051
    Additional Information 2:          02c3801373e44c8ae79a3815f4e98689
    Additional Information 3:          ba5e
    Additional Information 4:          da208998bf6fd45fdde812ad99d7d444

    I tried restarting the service as well as removing and installing iTunes but nothing has worked.
    Doublechecking, m. When you did your iTunes reinstall, was it a complete uninstall/reinstall as per the following document?
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7

  • Apple Mobile Device Service Stopped Working 8.2

    Ugh. I know there have been many posts on this, and I've tried all the suggestions, but nothing has helped.
    I'm running Vista Ultimate x64. I upgraded to iTunes 8.2. The second it finished installing, I got a message that said "Apple Mobile Device Stopped Working and Was Closed". The computer recognizes my iPhone, and there are no errors in the device manager, but iTunes says "iTunes can not sync with the iPhone because Apple Mobile Device Service is not started. Here's what I've done so far:
    I added application exceptions for everything in the Apple Mobile Device and iTunes folders to my Norton 360 firewall.
    I uninstalled everything Apple related (including mobile device service, bonjour, etc), cleaned my registry and re-installed 8.2.
    I uninstalled again and went back to 8.1 The mobile device service worked, but when I opened iTunes I got an iTunes message that said "iTunes can not open ituneslibrary.itl because it was created by a newer version of iTunes."
    I uninstalled, reinstalled 8.2, uninstalled just the mobile device service, and installed just the mobile device service from 8.1. Everything was fine until I opened iTunes and got an error message that said "iTunes recquires a newer version of Apple Mobile Device Support. Please upgrade".
    So at this point it looks like my options are: Go back to 8.1 and start over with a brand new library (which is a huge pain because I've got over 300 gigs of music and at least 50 playlists that I use for my work) OR stay with 8.2 and not be able to sync my iPhone (also a huge pain because, well, I need to be able to sync).
    Here's the log entry in my Event Viewer every time the "Appple Mobile Device Stopped Working" error pops up: "Faulting application AppleMobileDeviceService.exe, version 2.50.39.0, time stamp 0x49f9b7cf, faulting module RPCRT4.dll, version 6.0.6001.18051, time stamp 0x48002cd4, exception code 0xc0000005, fault offset 0x00018092, process id 0x14d8, application start time 0x01c9e9f70b1e30ad."
    Does anybody have any ideas? Does it have something to do with my system being 64 bit and where iTunes installs its drivers and such? Is there another update coming soon, Apple?
    Thanks,
    Matt

    Stay with itunes 8.1 - sounds like that was working for you.
    Get the itunes database file for itunes 8.1 out of the *Previous iTunes Libraries* folder.
    http://support.apple.com/kb/TS1967

  • Web service call - works locally but not on mobile?

    Hi,
    I have a web service call (the service is hosted on the cloud so it's an external, permamnent domain) which works fine when I'm testing it locally using the Flex Buritto built in emulator or directly using my browser.
    But when trying from an android phone (tried a few of them - nexus one, nexus s and galaxy tab) the service is being called but never returns anything.
    Is there a good way to trace to call / understand the problem?
    Thanks,
    Nir

    Oh. well that would explain alot of it. its not a stupid question we are all learning. You have to put a crossdomain xml in server on the root directory. there are alot of different ways to implement it.
    this should point you on the right direction.
    http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html
    here is a very basic format basically allowing anyone to call my service.
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy
      SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
      <allow-access-from domain="*" />
    </cross-domain-policy>
    miguel

Maybe you are looking for

  • Why has my mac book made a beeping sound?

    my macbook has mad a beeping sound does any one know why?

  • Do the new iPod Touches shoot video and take pictures?

    Do the new iPod Touches shoot video and take pictures? The new Nanos shoot video. You'd think the Touch would. I spent maybe 20 minutes reading Apple info pages, an iPod comparison page, and even quickly searched the User Guide, but saw nothing about

  • Unlimited minutes after 9?

    Do unlimited minutes after 9pm on weekdays include all networks or just verizon? 

  • I Photo lost my photoes

    Where have they gone, I have the frames and the names but the hotoes does not show. How do I find them.

  • Long Boot Time - 2011 Mac Mini, 10.7.4

    I'm experiencing a pretty substantial delay when booting my Mac mini; it takes about 70 seconds from power button to desktop.  I'm using a newly installed OWC SSD and a fresh install of OS X 10.7.4.  After doing performing some basic troubleshooting