Listener is inactive

Hi ,
just wanted to have some ideas about the listener and oracle scheduler.
I have some oracle procedure which i let oracle scheduler to run it. I let one of the job to be broken.
However, i''ve 'turn it off' the oracle listener.
Reason why i turn off the oracle listener is to let the oracle scheduler to be unable.
However, for some time i saw that the jobs are still running as well as the broken job.
Please help me to clarify this issue.
Regards ... Feizz

I don't think the Listener has anything to do with running the Oracle scheduler.
Listener provides the connection services to the Oracle clients in dedicated server.
After the connection is established the server processes and user processes handles the clients requests.
If you want to stop the Oracle job from running just use dbms_job procetures like this:
DBMS_JOB.BROKEN (
job IN BINARY_INTEGER,
broken IN BOOLEAN,
next_date IN DATE DEFAULT SYSDATE);
OR permanently remove the job:
DBMS_JOB.REMOVE (
job IN BINARY_INTEGER );
If this is the only job running in your database you can also set the processes to 0 like the following:
set system job_queue_processes=0
Thanks

Similar Messages

  • Patch6: paradox-ORA 12222 TNS : no such protocol adopter

    getting a ORA 12222 TNS : no such protocol adopter found
    after installing patch 6 over existing oracle 9i AS 1.0.2.0.0
    and forms 6i and reports 6i server,when we are running the test form with all the settings required for running forms as servlets tesst forms is coming successfully.But when with the same parameter we are running our form which makes databse connection gives the above ORA error 12222.
    to ensure that it is not a protocol adapter problem we remove one line
    ;serverURL= ---- this line is commented-----
    serverURL=/servlet/oracle.forms.servlet.ListenerServlet
    and put instead
    serverURL=
    ;serverURL=/servlet/oracle.forms.servlet.ListenerServlet ---this line is commented ----
    After replacing again we tried to run the test.fmx as well as our form.Both were running successfully.
    Since this one line change made Listener Servlet inactive and forms listerner as active component.
    looking at the above situation we came to conclusion that it should not be a TNS protocol adaptor probel. so there must be either some problem with the configuration or some probelem with the patch 6 itself.
    (we would like to mention that earlier we did same thing with patch 5 and getting error FRM-92100.This error was resolved when we used patch 6 with one additional line
    in formsweb.cfg
    as "networkRetries=30" )
    we are using windows 2000
    null

    A few more facts..
    while installing we had done a custom install for patch 6 .Druing this a error came up as
    a wrtie error while trying to copy NLSRTL33.DLL while installing server patch component during custom install.
    does anyone out there know .. what this DLL is for.
    Regards
    Sunil choudhary

  • IIOP provider

    Hello,
    I have a following problem: I have an application which is downloaded to client through .jnlp. This application use IIOP, and I want it to run on j2ee WAS engine.
    So I use port 50102 and intial context factory
    com.sap.engine.services.jndi.CosNamingInitialContextFactoryImpl"/>
    And when I start IIOP provider in Visual Administrator, and than scan for my port activity, it seems that port 50102 is inactive, and application give error
    com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext.
    Note: system number = 01
    If anyone know what I'm doing wrong please post me.
    Thanks
    Miroslav Koskar

    Yes I tried it. It didn't work.
    In Visual Administrator the IIOP provider is started but when I scan port actvity, the port on which it should listen is inactive.
    If you have any idea please post.
    Best Regards,
    Miroslav Koskar

  • Kerberos: not working properly after DirectAccess configuration wizard

    Hi;
    I've setup test lab, at the end of the configuration wizard there is an error on Kerberos status
    The certificate binding for HTTPS Port 443 has changed. This certificate is used to authenticate remote clients with Kerberos. Without the correct certificate, authentication of remote clients connecting via DirectAccess will not work as expected.
    2. If you bind port 443 with another certificate for use with a different application, ensure that DirectAccess is configured to use the same certificate binding as that application.
    I would suspect the issue has something to do with my SSL being tied to my exchange server that is on the same server.
    does someone know how to fix this error? 
    I am also getting an error: The IP-HTTPS listener is inactive and cannot accept connections from DirectAccess clients.
    thank in advance

    If you are using a wildcard or SAN certificate that encompasses both names, the one used by Exchange and the one used by DirectAccess, you might be able to make the wizard happy. I'm not sure, I have never tried. I really think you should change course
    and setup DA on it's own server. Even if you get it working, this is not going to be a good test bed because you will be far away from a standard configuration, and you won't be able to expect good results or a reliable testing platform.

  • APEX listener - empty page ??

    Hi,
    I have installed tomcat / APEX listener on Oracle Enterprise Linux 5 (with 11gR2 database)
    The configuration seems to be done ... but the page: http://oel52server:8080/apex/apex give me an empty page ?
    do you know what's wrong ?
    Cyryl

    Thanks for the answers.
    I have a similar problem-- but I believe it may not be because of JDK ver. (becaue I already use ver. 6.0).
    Although I am able to see the Apex login page. http://localhost:8888/apex/, but no images are displayed. Moreover it asks for Workspace, Username, Password which I am unaware of (it did not ask for any such information while installing apex). It looks like none of the buttons/links are active. Did I do anything wrong while installing apex?
    This is how I installed Apex.
    1. Downloaded and installed tomcat application server and Apex Listener as per the instructions given in the link:
    http://www.oracle.com/technology/products/database/application_express/html/apex_listener_install_web.html
    (section B. Installing with Apache Tomcat in the installation )
    2. The images are copied to the following location (as given in the instruction):
    C:\apache-tomcat-6.0.24\webapps\ROOT\images
    3. Started both oracle db server and tomcat app. server
    4. Opened the page http://localhost:8888/apex/Config
    at this point I get the login page with no images and inactive links/buttons.
    Appreciate any help.
    Thank you,
    Pravy

  • Apex Listener config recommendations

    Our DBA is installing Apex Listener 1.1.2.131.15.23 for the first time, and had a question regarding some setup. Right now it's just a stand alone copy. In the JDBC Settings, what are your recommendations for the following settings?
    Initial Pool Size: 3
    Maximum Statements: 10
    Minimum Connections: 1
    Inactivity Timeout: 1800 seconds
    Maximum Connections: 10
    Abandoned Connection Timeout: 900 seconds
    If there is some recommended reading on how to determine the best way to set this up, that would be great.

    Hello Rick,
    it's hard to give you actual values. These settings concern, more or less, your load expectations. The numbers you need are
    - average number of concurrent sessions (work load)
    - maximum number of concurrent sessions (peek load)
    Some settings might as well depend on your applications.
    Recommended reading would be the Table A-1 of the Installation and Developers Guide, where the parameters you picked are described among other configuration parameters.
    Just some thoughts on connection handling:
    The APEX Listener uses a pool of connections to the database that is shared among all users. Usually it would be a waste of resources to have a dedicated connection for each application session, as there are usually times when there's no user activity, e.g. when a user is reading a report. So you want to make the pool size as small as possible without negative impact on your user experience. To achieve this, you may initialize your pool to be able to serve your average work load and allow it to grow to the expected peek. You may want to set the minimum number of connections below that value, so resource consumption is reduced in times of low charge.
    The timeouts concern the reduction of the pool size due to reduced load (inactivity timeout - a connection isn't needed any more) or failures or unexpected long database reaction times (abandoned connection).
    Statements caching can reduce database load and response times, but increases resource consumption of the Listener and may result in inacurate results if cached values are outdated.
    If you have more practical questions on that topic, don't hesitate to ask.
    -Udo

  • Listener EA2: database connection pool and connection revalidation

    Hi all,
    As one can expect from early adopter release there could be some bugs but I can't find any references in forum to my situation:
    * My 11g XE database and listener are starting as windows services when server boots operating system (Windows Server 2003 R2).
    * I configured my web server (unsupported Jetty 9.0.0.M1) to start as windows service when operating system starts.
    * Apex Listener 2.0.0.268.17.05 configured to connect with XE using JDBC thin driver with default settings (initial pool size 3, max statements 10, min connections 1, max connections 10, inactivity timeout 1800, abandoned connection timeout 900)
    * Because web server starts a bit faster than Oracle database when apex connects first time it gets "ORA-12528, TNS:listener: all appropriate instances are blocking new connections" (could be that database still starting but already registered service with listener)
    * From listener.log file I can see that all further connections made from Apex listener succeeds
    * When I try to open any apex page with browser I am getting 404 error and apex listener logs error (*time is 2 days after system startup*):
    2012-11-30 3:56:02 PM oracle.dbtools.common.config.db.DatabaseConfig badConfiguration
    SEVERE: The pool named: apex is not correctly configured, error: Listener refused the connection with the following error:
    ORA-12528, TNS:listener: all appropriate instances are blocking new connections
    ConnectionPoolException [error=BAD_CONFIGURATION]
         at oracle.dbtools.common.jdbc.ConnectionPoolException.badConfiguration(ConnectionPoolException.java:62)
         at oracle.dbtools.common.config.db.DatabaseConfig.badConfiguration(DatabaseConfig.java:146)
         at oracle.dbtools.common.config.db.DatabaseConfig.createPool(DatabaseConfig.java:168)
         at oracle.dbtools.common.config.db.DatabaseConfig.getConnection(DatabaseConfig.java:68)
         at oracle.dbtools.common.jdbc.ora.OraPrincipal.connection(OraPrincipal.java:25)
         at oracle.dbtools.apex.ModApexContext.getConnection(ModApexContext.java:320)
         at oracle.dbtools.apex.Procedure.getProcedure(Procedure.java:166)
         at oracle.dbtools.apex.OWA.validateProcedure(OWA.java:384)
         at oracle.dbtools.apex.security.Security.isValidRequest(Security.java:171)
         at oracle.dbtools.apex.ModApex.validateRequest(ModApex.java:233)
         at oracle.dbtools.apex.ModApex.doGet(ModApex.java:79)
         at oracle.dbtools.apex.ModApex.service(ModApex.java:263)
         at oracle.dbtools.rt.web.HttpEndpointBase.modApex(HttpEndpointBase.java:288)
         at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:127)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
         at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:665)
         <... Jetty web server stack ...>
         at java.lang.Thread.run(Unknown Source)
    2012-11-30 3:56:02 PM oracle.dbtools.rt.web.HttpEndpointBase modApex
    * Oracle listener log for same time (no errors here):
    30-NOV-2012 15:56:01 * (CONNECT_DATA=(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=SYSTEM))(SERVICE_NAME=xe)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1078)) * establish * xe * 0
    30-NOV-2012 15:56:01 * (CONNECT_DATA=(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=SYSTEM))(SERVICE_NAME=xe)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1079)) * establish * xe * 0
    30-NOV-2012 15:56:01 * (CONNECT_DATA=(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=SYSTEM))(SERVICE_NAME=xe)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1080)) * establish * xe * 0
    30-NOV-2012 15:56:01 * (CONNECT_DATA=(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=SYSTEM))(SERVICE_NAME=xe)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1081)) * establish * xe * 0
    * For some reason apex listener keeps first connection status and won't try to establish new connection if first attempt finished with ORA-12528
    * The same scenario is valid when at time of web server start oracle database/listener is not available - even if database and listener starts and apex successfully establishes further connections all apex pages gets 404 error
    * If I restart web server windows service (while oracle db and listener still running) browser opens apex pages without errors and apex listener does not log any errors
    * I know that I can avoid this error delaying start of web server windows service but it would be nice to have production release 2.x without such bugs

    Hi,
    Is there any way to use the connection pool or Datasource while connecting to database?If I am using a stateless sesssion bean and using a Data Access layer which just creates a database session to write the persistence toplink objects how I can make use of application server connection pool?Hi Vinod,
    Yes, TopLink allows you to use the app server's connection pooling and transaction services. Chapter 2 of the Oracle9iAS TopLink Foundation Library Guide provides details as do the TopLink examples. The easiest way to set this up is by using the sessions.xml file. The sample XML below is from the file <toplink903>\examples\ias\examples\ejb\sessionbean\sessions.xml. Here we are adding the datasource defined in OC4J and specifying that we are using the OC4J transaction controller also.
    <login>
    <user-name>sa</user-name>
    <password></password>
    <datasource>java:comp/env/jdbc/ejbJTSDataSource</datasource>
    <uses-external-transaction-controller>true</uses-external-transaction-controller>
    <uses-external-connection-pool>true</uses-external-connection-pool>
    </login>
    <external-transaction-controller-class>oracle.toplink.jts.oracle9i.Oracle9iJTSExternalTransactionController</external-transaction-controller-class>
    When using this approach you need to change your TopLink code slightly in the EJB methods:
    a. Acquire the ACTIVE unit of work from the server
    session (again, see the EmployeeSessionEJB code
    example) with something like:
    UnitOfWork uow = clientSession.getActiveUnitOfWork();
    b. Calls to uow.commit() can be ommitted or commented out
    because the EJB will handle this. Note that of course
    the methods you create in the EJB that are using this
    approach must have TX Required (default).
    Hope this helps.
    Pete

  • GSD and ONS shutting down automatically when listener is started.

    Issue with RAC database Node 2
    OS: Windows 2003 Server (64-bit)
    Problem 1:
    After patching Oracle to a higher version i.e from 10.2.0.3.0 P31 to 10.2.0.4.0 P35, the second database node was not starting up properly. When starting, the node hangs with blue screen.
    Cause:
    The above problem was because the second node, when starting up the cluster related services,
    was not able to communicate with the first node through the cluster interconnect network (heartbeat).
    The node tries to ping the heartbeat several times and the node gets evicted from the cluster resulting in BSOD.
    We found that several times this type of node eviction had occurred.
    Due to several evictions of Node 2, Node 1 locks Voting Disk to prevent from corruption.
    NOde 2 again while starting tries to communicate to the Voting Disk to join the cluster.
    But since those files are locked by Node 1, Node2 is not able to access those files and this also results in BSOD.
    The above information was found out from ocssd logs.
    ocssd.log
    =========
    WARNING: clssnmLocalJoinEvent: takeover aborted due to ALIVE node on Disk
    WARNING: clssnmRcfgMgrThread: not possible to join the cluster. Please reboot the node.Solution:
    The only way to release the lock was to reboot the Node 1. We rebooted the node 1 and the lock was released.
    Now both the nodes were able to communicate with the configuration files and there were no BSOD on node 2.
    All the cluster related services were started without any issues and the node joined the cluster.
    Problem 2:
    After problem 1 got solved, we noticed one more issue with the node 2.
    We noticed that in node 2, when listener is started, the GSD and ONS node applications dies.
    When we stop the listener, GSD and ONS starts.
    Also when I try to start the instance on Node 2, it hangs in the startup command.
    Oracle is not able to start the instance. Also the configuration assistants, srvctl etc was not working.
    I got information that if GSD is not started, then DBCA,srvctl and other commands do not work.
    But how to resolve the issue described (highlighted) in problem 2.
    Please help me....
    Thanks & Regards,
    Mahesh Menon,
    Oracle DBA,
    Key Information Technology LLC.

    Hi Bibii and welcome to Discussions,
    first of, you have posted in the Mac Pro section not the MacBook Pro section here http://discussions.apple.com/category.jspa?categoryID=190
    Anyway, is this really a shutdown or is it just sleeping ?
    If sleeping check the Energy Savings settings in the System Preferences for when your MBP should go to sleep when inactive.
    Regards
    Stefan

  • Inactive Window - keyListener

    i have a problem. I wrote a program, that reacts on a keyevent. That works, but only if the window of my program is active. And theres the problem, because it should even react on the keyevent if another window is active.
    It this possible in Java? If not, what are the alternatives?
    judy

    Hi judy333!
    Unfortunatelly I never exploited this issue in Java, but think about calling C-language programs just to listen environment events and to notify program, ie; removing from dormant state (inactive). As you can see, it is a hack on OS, be careful! In past I was successful using Object Pascal and MASM but I do not consider it a good solution!
    Good luck and success!
    (also try forum about native methods)

  • IPod, restarting, text fading, clickwheel inactive

    I purchased an 80 5G ipod at the beginning of November, 2006. Since then, I have experienced 2 major issues with this thing. The first was completely my own fault - upon disconnecting the iPod from my computer, I yanked the USB cable out as soon as the icon disappeared from the desktop. The iPod still had all the songs, but there was nothing in my music folder. There was no way of retrieving all the 80GB of songs I had stored on it. A wave of massive depression ensued.
    Then, last week, when things were finally going smoothly again, another issue happend. I was listening to a track, and it just died. The text menu on the iPod sort of faded like a nintendo which just shat itself.
    But, I plugged it into my computer at the office, and all the songs were still there. So, I unplugged the iPod from the USB cable, and all of a sudden, the thing restarted itself. The clickwheel stopped working. I restarted it using the buttons - and it worked. Was the clickwheel really not working?
    I decided to restore the iPod in iTunes again. After the restart, the click wheel was still inactive. The only button which worked was the 'hold' button. When I turned it on, the little lock would show up on the screen, then, when I took it off HOLD, the text suddenly began to fade again. I'd press any button on the iPod and the thing would just begin the restart cycle again.
    I went to the mac store. First thing they said was, "not under warranty". The next thing they said was "probably a 'chip' issue." The only alternative they suggested was to get it replaced for about 18000 YEN (i'm guessing about 140-160 US dollars). I wasn't willing to spend that much on something I had already spent over 300 for (which only lasted a year and a bit).
    I asked the store attendant to restore it again - he used disk utility to wipe it clean, and then ran the iPod restore in iTunes.
    The Ipod still didn't working.
    I had a 1G iPod which lasted 5 years. By the end of its life, it would only work for about 40 minutes, but it never had any problems. In fact, every apple product I have purchased, until now, has NEVER had any major issues like this. I was not happy.
    BUT, I come into work today, and the bloody thing started working again. ***.
    G4 Powerbook   Mac OS X (10.4.10)  
    G4 Powerbook   Mac OS X (10.4.10)  
    G4 Powerbook   Mac OS X (10.4.10)  

  • Listener is not updated

    Hello,
    I have a problem with listener. It looks like it is not updated by PMON. I have application server with jdbc pool connected to Oracle database. After restarting the application server the number of established connection is always growing till the listener state is going to status blocked. The netstat command shows expected number of connection as well as results from v$session view. For instance
    select count(*) from v$session shows 176
    but lsnrctl services shows
    Service "xxxx.xxx.local" has 1 instance(s).
    Instance "xxxx", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:444 refused:0 state:ready
    LOCAL SERVER
    What can I do to solve this problem?
    Thank you very much in advance.
    Lukasz.

    Looks like the problem with the application server connection pool configuration and the connections established to the database are not exiting properly.
    The number of connections to the database keep growing as no session is exiting.
    You might be observing more INACTIVE sessions that are still connected to the database. Check your application server configuration and documentation related to application server to end the session once it is completed the transaction.
    check below for a count of active and inactive sessions
    sql> select status, count(*) from v$session group by status;

  • XI--WebSphereMQ : Receiver Channel Inactive in MQ

    Hi,
    I am trying to Integrate XI with WebSphere MQ v5.3.
    For this i have created a QueueManager, Queue, Channel (ReceiverType) in MQ. In XI (JMS Adapter- WebSphereMQ ) i have specified the neessary parameters.
    Transport/NetWork Protocol : TCP/IP
    JMS-Compliant      : WebSphereMQ(non-JMS)
    Delivery mode      : Persist JMS messages in JMS Provider
    Mapping of Message : Message Payload = JMS Payload
    When i activate the channel, in Adapter monitering( for JMS), i could see a red traffic light.
    Details : null.
    When i went to WebSphereMQ, i found that the status of Receiver Channel is Inactive.
    I want to know:
    1)While creating my Queue manager i did not create a listener for TCP/IP. Should i create my QueueManager with TCP/IP Listener.
    2)How can i make my Receiver Channel Active in WebSphereMQ. Tried to right Click on the channel (say start). But it dosen't work.
    3)What is the parameter that i need to specify for Character SetID (CCSID) in XI(JMS Adapter- WebspherMQ).
    4)Is there anything more on WebsphereMQ side i need to setup?
    Regards,
    Siva Maranani.

    I have read the document Keeping Channels Up and Running (WebSphere software) and I have some questions.
    http://www-1.ibm.com/support/docview.wss?rs=203&uid=swg24006699&loc=en_US&cs=utf-8&lang=en
    Our setup:
    QueueManager on iSeries (5724B41   V5R3M0      WebSphere MQ for iSeries )
    We use SAP XI as MQ client. (SunOS) WebSphere classes for JMS (com.ibm.mq.jms.MQQueueConnectionFactory)
    MQI channel of type server-connection channel.
    Transport service TCP/IP.
    Problem description:
    Within SAP XI we use an Adapter type called JMS. This adapter type supports 2 types of connections:
    A) Sender
    Transport protocol :     WebSphereMQ (non-JMS)
    B) Receiver
    Transport protocol :     WebSphereMQ (MQSeries) JMSprovider
    On our iSeries we have 1 QueueManager with only 1 channel (*SRVCN = server-connection) which contains several queue's, queue's of type Sender (defined in SAP XI) and queue's of type Receiver (defined in SAP XI).
    Note:      Keywords like sender and receiver must be seen from SAP XI as point of view.
    queue's of type Sender ==> data is sent from iSeries towards SAP XI.
    queue's of type Receiver ==> data is sent from SAP XI towards iSeries.
    If we look with NETSTAT command (on iSeries), we see on the ports connected to queue's of type Sender, each 5 seconds network activity. It looks that SAP XI polls every 5 seconds to see if a message is present in the corresponding queue. The result is that that connection is never longer idle than 5 seconds.
    For the queue's (ports) of the corresponding Receiver connections, we see that the connection remains idle (if no data is transferred) for 4 hours. After 4 hours, the connection is broken which results is error:
    Job AMQRMPPA on AS/400 shows me message AMQ9209
    Message . . . . : Connection to host 'xxxxxxxx (xx.xx.xx.xx)' closed.
    Cause . . . . . : An error occurred receiving data from 'xxxxxxxx
    (xx.xx.xx.xx)' over TCP/IP. The connection to the remote host has
    unexpectedly terminated.
    Recovery . . . : Tell the systems administrator.
    We expect that the firewall give a session-timeout. We can not change that !!!
    Questions:
    Is there a way (settings) that we can force communication over the "receiver type" connection? I believe the channel remains active. TCP keep-alive and heartbeats are valid for channels. In the document mentioned above I read that values for heartbeats are specified "on both ends of the channel" and needs to be negotiated.
    However, I am not able to specify such a value at SAP XI site, at least I don't know how?
    Is there ANY documentation which described the use of the SAP XI in combination with MqSeries (like the intercommunication PDF of WebSphere MQ)?
    Is there any documentation regarding additional parameters?
    Rgds,
    Wilbert Karremans
    <a href="http://www-1.ibm.com/support/docview.wss?rs=203&uid=swg24006699&loc=en_US&cs=utf-8&lang=en">Keeping Channels Up and Running (WebSphere software)</a>

  • TAB keystroke is inactive in one session, active in the other

    This is a problem I've been experiencing with Tiger, but it is still present with Leopard :
    for some reason, the TAB keystroke (the one above the Permanent-Maj-CAPS keystroke, on the left side of the keyboard) is inactive in one session.
    On the other user session, it works just right. So it is not a "keyboard-hardware" problem (at least...).
    please, help me.... Using a computer with no TAB keystroke is really upsetting...
    thanks.

    Open the Speech pane of System Preferences and check whether either the speech key or the listening key has become set to tab; if so, change the setting.
    (25832)

  • MacBook OSX 10.5.5 shuts down after 30 minutes of inactivity

    If I leave my MacBook unattended, it shuts down after exactly 30 minutes. It asks me if I'm sure I want to Logout. This also happens when I've got iTunes running and listening to music but away from my computer for the 30 minutes. I've tried changing the Sleep options in Energy Saver (System Preferences) but to no avail. Not sure if this was an issue before I downloaded 10.5.5 onto this computer because I've only just begun listening to iTunes through this computer and new speakers and thus been leaving the computer unattended for this length of time. The MacBook is almost 1 year old. I've got it plugged in to power.
    I'd appreciate any suggestions on how to prevent this.

    Figured it out myself. MacBook wasn't actually shutting down, but rather logging out. Went to System Prefs,; Security; and unchecked logout after _ minutes of inactivity.

  • Listener won't release connections

    Hi,
    I'm getting "Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: All connections in the Universal Connection Pool are in use"
    after a few seconds of single user use on my Apex (4.1) application.
    Looking at the admin page I can see that the "active" connections have reached the max connections setting.
    Problem is, the active sessions counter never reduces. I am just entering the demo app that comes with Apex going into orders and selecting one.
    Trying exactly the same on my laptop with local listener and database set up the active connections are released and return to 0 when I do exactly the same.
    The JDBC settings are as follows: Inital Pool 3, Min connections 1, max 10, Max statements 10, Inactivity TO 1800, Statement TO 900.
    Increasing the max connections simply delays the problem.
    Any ideas as to why the connections are not being released back into the pool? Thought it might be something wrong with the Apex install which was done for using the app server, but I can't see anything from the installation guide that helps.
    Cheers
    Mark

    Apex listener 1.1.4.195.00.12
    DB 11.2
    Apex 4.1
    Here is the log, as soon as I start using the demo app I get closed connection messages, and for each one I get an active connection in the admin console, until eventually there are none available.
    Sometimes it seems to behave, but other times it doesn't work at all.
    I have the listener running on an application server (stand alone). But if I have the listener running on my local PC it gives the same issues.
    I have tried installing the db, apex, listener all on my laptop and the demo app works just fine with none of these closed connection messages
    Log below:
    c:\apexlstnr>java -jar apex.war
    INFO: Starting: C:\apexlstnr\apex.war
    See: 'java -jar apex.war --help' for full range of configuration options
    INFO: Extracting to: C:\Users\carym\AppData\Local\Temp\apex
    INFO: Using classpath: file:/C:/Users/carym/AppData/Local/Temp/apex/apex/____emb
    edded/start.jar:file:/C:/Users/carym/AppData/Local/Temp/apex/apex/WEB-INF/lib/ap
    ex.jar:file:/C:/Users/carym/AppData/Local/Temp/apex/apex/WEB-INF/lib/commons-fil
    eupload-1.2.1.jar:file:/C:/Users/carym/AppData/Local/Temp/apex/apex/WEB-INF/lib/
    je-4.0.103.jar:file:/C:/Users/carym/AppData/Local/Temp/apex/apex/WEB-INF/lib/ojd
    bc6.jar:file:/C:/Users/carym/AppData/Local/Temp/apex/apex/WEB-INF/lib/ojmisc.jar
    :file:/C:/Users/carym/AppData/Local/Temp/apex/apex/WEB-INF/lib/poi-3.6-20091214.
    jar:file:/C:/Users/carym/AppData/Local/Temp/apex/apex/WEB-INF/lib/ucp.jar:file:/
    C:/Users/carym/AppData/Local/Temp/apex/apex/WEB-INF/lib/xdb-11.2.0.jar:file:/C:/
    Users/carym/AppData/Local/Temp/apex/apex/WEB-INF/lib/xmlparserv2-11.2.0.jar:
    INFO: Starting Embedded Web Container in: C:\Users\carym\AppData\Local\Temp\apex
    Oct 29, 2012 9:52:51 AM ____bootstrap.Deployer deploy
    INFO: Will deploy application path=C:\Users\carym\AppData\Local\Temp\apex\apex\W
    EB-INF\web.xml
    Oct 29, 2012 9:52:51 AM ____bootstrap.Deployer deploy
    INFO: deployed application path=C:\Users\carym\AppData\Local\Temp\apex\apex\WEB-
    INF\web.xml
    Using config file: C:\Users\carym\AppData\Local\Temp\apex\apex-config.xml
    -- listing properties --
    PropertyCheckInterval=60
    ValidateConnection=true
    MinLimit=1
    MaxLimit=10
    InitialLimit=3
    AbandonedConnectionTimeout=900
    MaxStatementsLimit=10
    InactivityTimeout=1800
    MaxConnectionReuseCount=1000
    APEX Listener version : null
    APEX Listener server info: Grizzly/1.9.18-o
    Oct 29, 2012 9:52:56 AM com.sun.grizzly.Controller logVersion
    INFO: Starting Grizzly Framework 1.9.18-o - Mon Oct 29 09:52:56 GMT 2012
    INFO: http://localhost:8080/apex started.
    Using JDBC driver: Oracle JDBC driver version: 11.2.0.2.0
    Closed Connection
    Closed Connection
    Closed Connection
    Closed Connection
    Closed Connection

Maybe you are looking for

  • Is it possible to merge or sync two apple IDs that belong to me so I can access purchases from both in my iCloud?

    When I got my iPad and was prompted to change my apple ID to an email address format one, I discovered I already had another apple ID using my email address - must have set it up years ago and not realised I had two apple IDs (I know - oops). I am no

  • Can I connect three projectors to my MacBook Pro? (not mirrored)

    I am doing the scenery for an opera, which is supposed to be projected onto the flats using three different projectors.  What I would like to do is hook up all three projectors to my MacBook Pro, and have different parts of the scenery show up on eac

  • WCS Lobby Ambassador and Monitor User

    I'm running our WCS authentication through ACS with TACACS and it's working fine.  However, I currently have my Help Desk setup with a monitor user so they can login and view WCS, but this does not give them the Lobby Ambassador of course.  How can I

  • Service products and Warranties

    Hi all,   Service products and warranties are created in CRM via transaction 'commpr01' . I got to know that Service materials and warranties could also be created in R/3 system.  If so which is the transaction to create service materials and warrant

  • Oracle Form Builder for EBS 11i Forms

    Hi All, I want to compile an EBS 11i forms. The EBS version is Oracle Applications : 11.5.10.2. My question is where can I find the installer for Oracle form builder to compile my .pll file? Best Regards Akhmad H Gumas