Scalability Issues - Too Many Active Sessions?

Hello,
I'm having an issue with an application I built for one of the campuses at the college I work at. The application is a queuing system where there are stations for students to check in, admin stations where staff can see these students and "call" them, and displays outside each employees office that shows the student that was called. There are about 20 of these last type of display panels. I have the following code in my page footer to poll the DB for the most recent called student for a specific room:
<script type="text/javascript">
<!--
var refresh_region = function( workstation_in, div_in ) {
    $.get(
        'wwv_flow.show',
        {"p_request"      : 'APPLICATION_PROCESS=F_NEXT_STUDENT',
         "p_flow_id"      : $v('pFlowId'),      //app id
         "p_flow_step_id" : $v('pFlowStepId'),  //page id
         "p_instance"     : $v('pInstance'),    //session id
         "x01"            : workstation_in
        function(data) {
            $(div_in).html(data);
    setTimeout(function() { refresh_region( workstation_in, div_in ) }, 5000);
refresh_region( '&P7_WORKSTATION_IN.', '#next_student_div' );
//-->
</script>The OnDemand process, F_NEXT_STUDENT runs the following query and returns the result:
select a.FIRST_NAME || ' ' || a.LAST_NAME
into   full_name
from   ONESTOP_QUEUE a
where  a.WORKSTATION_ID_CALLED = in_workstation_id
and    a.STATUS = 'CALLED'
and    a.QUEUE_ID = (
   select min( c.QUEUE_ID )
   from   ONESTOP_QUEUE c
   where  c.WORKSTATION_ID_CALLED = in_workstation_id
and    c.STATUS = 'CALLED');However, when all of these display panels are turned on (and I use code like this in other pages for similar purposes) the application becomes sluggish and eventually unresponsive. At first we had the application running off a box with Oracle XE. We eventually migrated to a full blown 11g install with APEX Listener and GlassFish. My DBA says everything looks ok on the DB side so I've been trying to dig in other areas to see where the bottleneck may be. After inspecting the Active Sessions report in APEX, I saw that there's a ton of connections being generated (> 30,000). This doesn't seem like a good thing to me and I'm trying to figure out what I'm doing wrong.
At first I was using $.post() instead of $.()get. I was also using setInterval() instead of a setTimeout() loop. However, none of these changes seemed to really help the situation much. I'm at a loss for how else to improve the performance of this application. Any suggestions on what I can try?
Most of the app's functionality is on apex.oracle.com
WORKSPACE: SCCC_TEST
USER/PASS: TEST/test
Direct URL to the page (I pass in the worksation ID): http://apex.oracle.com/pls/apex/f?p=65890:7:0::::P7_WORKSTATION_IN:ADMISSIONS_1
Thanks in advance for any help.

Hi Patrick,
UPDATE as of 3PM Eastern:
This afternoon all users lost the ability to connect to the application. My DBA is still reviewing logs but it seems that the error isn't on the DB side. The application came back up after he restarted the Apex listener. We found a bunch of the following error in the Glassfish server.log file:
[#|2013-02-25T14:34:39.021-0500|WARNING|oracle-glassfish3.1.2|com.sun.grizzly.config.GrizzlyServiceListener|_ThreadID=11;_ThreadName=Thread-2;|GRIZZLY0023: Interrupting idle Thread: http-thread-pool-80(73).|#]The max threads is currently set to 100.
After we came back up I went to page 4350:45 and cleared out all sessions. After a couple minutes I rechecked the number of sessions on this page:
Total Sessions: 27,674
Distinct Users over all sessions = 2
Sessions older than 15 minute(s) = 4Seems like way too many sessions to have after just a couple minutes.
End UPDATE
Again, thank you for taking the time to reply. Everything seems to be working fine for the past couple days, but I figured I'd provide some current data, especially since I'm still curious about all these "sessions".
Are we talking about page 4350:45 which shows the following information
Total Sessions: 9
Distinct Users over all sessions = 4
Sessions older than 1 day(s) = 0
Where does it show 17,400 sessions for you? It almost appears that your daily APEX jobs are not running which do normally purge old APEX sessions automatically. See http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35129/dbms_jobs001.htm
Yes, this was the page I was referring to. I just checked it now and it showed me the following:
Total Sessions: 10,236
Distinct Users over all sessions = 2
Sessions older than 1 day(s) = 0And it does appear that the APEX jobs are running since there are no sessions older than 1 day... unless I'm interpreting this information incorrectly.
Also, I was able to get some more data regarding page loading using the Debug info:
14763     7751818952614     nobody     101     7     show     46     4 seconds ago     0.0000
14760     7751818952614     nobody     101     7     show     46     9 seconds ago     0.5300
14757     7751818952614     nobody     101     7     show     46     14 seconds ago     0.0150
14754     7751818952614     nobody     101     7     show     46     19 seconds ago     0.0160
14751     7751818952614     nobody     101     7     show     46     24 seconds ago     0.0160
14748     7751818952614     nobody     101     7     show     46     29 seconds ago     0.0160
14745     7751818952614     nobody     101     7     show     46     34 seconds ago     0.0160
14742     7751818952614     nobody     101     7     show     46     39 seconds ago     0.0160
14739     7751818952614     nobody     101     7     show     46     44 seconds ago     0.0160
14736     7751818952614     nobody     101     7     show     46     49 seconds ago     0.0160
14733     7751818952614     nobody     101     7     show     46     54 seconds ago     0.0160
14730     7751818952614     nobody     101     7     show     46     59 seconds ago     0.0000
14727     7751818952614     nobody     101     7     show     46     64 seconds ago     0.0160
14724     7751818952614     nobody     101     7     show     46     69 seconds ago     0.0160
14721     7751818952614     nobody     101     7     show     46     74 seconds ago     0.0160
14718     7751818952614     nobody     101     7     show     46     79 seconds ago     0.0160
14715     7751818952614     nobody     101     7     show     46     84 seconds ago     0.0150
14712     7751818952614     nobody     101     7     show     46     89 seconds ago     0.5300
14709     7751818952614     nobody     101     7     show     46     94 seconds ago     0.0000
14706     7751818952614     nobody     101     7     show     46     99 seconds ago     0.0150
14703     7751818952614     nobody     101     7     show     46     104 seconds ago     0.0150
14700     7751818952614     nobody     101     7     show     46     109 seconds ago     0.0150
14697     7751818952614     nobody     101     7     show     46     114 seconds ago     0.0150
14694     7751818952614     nobody     101     7     show     46     119 seconds ago     0.0160
14691     7751818952614     nobody     101     7     show     46     2 minutes ago     0.5310
14688     7751818952614     nobody     101     7     show     46     2 minutes ago     0.5300
14685     7751818952614     nobody     101     7     show     46     2 minutes ago     0.5150
14682     7751818952614     nobody     101     7     show     46     2 minutes ago     0.5300
14679     7751818952614     nobody     101     7     show     46     2 minutes ago     0.5300
14676     7751818952614     nobody     101     7     show     46     2 minutes ago     0.5300
14673     7751818952614     nobody     101     7     show     46     3 minutes ago     0.0000
14670     7751818952614     nobody     101     7     show     46     3 minutes ago     0.5930
14667     7751818952614     nobody     101     7     show     46     3 minutes ago     0.5300
14664     7751818952614     nobody     101     7     show     46     3 minutes ago     0.5460So I'm seeing a page load time of ~0.016 or ~0.53. When I click on the details for one of the longer page view, I get the following:
0.00000     0.00000     S H O W: application="101" page="7" workspace="" request="APPLICATION_PROCESS=F_NEXT_STUDENT" session="7751818952614"     4
0.00000     0.04700     Reset NLS settings     4
0.04700     0.03100     alter session set NLS_LANGUAGE="AMERICAN"     4
0.07800     0.03100     alter session set NLS_TERRITORY="AMERICA"     4
0.10900     0.01600     alter session set NLS_CALENDAR="GREGORIAN"     4
0.12500     0.03100     alter session set NLS_SORT="BINARY"     4
0.15600     0.00000     alter session set NLS_COMP="BINARY"     4
0.15600     0.00000     ...NLS: Set Decimal separator="."     4
0.15600     0.00000     ...NLS: Set NLS Group separator=","     4
0.15600     0.00000     ...NLS: Set g_nls_date_format="DD-MON-RR"     4
0.15600     0.00000     ...NLS: Set g_nls_timestamp_format="DD-MON-RR HH.MI.SSXFF AM"     4
0.15600     0.03100     ...NLS: Set g_nls_timestamp_tz_format="DD-MON-RR HH.MI.SSXFF AM TZR"     4
0.18700     0.00000     NLS of database and client differs, characterset conversion needed     4
0.18700     0.01600     ...Setting session time_zone to -05:00     4
0.20300     0.03100     Reset NLS settings     4
0.23400     0.03100     alter session set NLS_LANGUAGE="AMERICAN"     4
0.26500     0.01600     alter session set NLS_TERRITORY="AMERICA"     4
0.28100     0.03100     alter session set NLS_CALENDAR="GREGORIAN"     4
0.31200     0.03100     alter session set NLS_SORT="BINARY"     4
0.34300     0.00000     alter session set NLS_COMP="BINARY"     4
0.34300     0.00000     ...NLS: Set Decimal separator="."     4
0.34300     0.00000     ...NLS: Set NLS Group separator=","     4
0.34300     0.00000     ...NLS: Set g_nls_date_format="DD-MON-RR"     4
0.34300     0.00000     ...NLS: Set g_nls_timestamp_format="DD-MON-RR HH.MI.SSXFF AM"     4
0.34300     0.01600     ...NLS: Set g_nls_timestamp_tz_format="DD-MON-RR HH.MI.SSXFF AM TZR"     4
0.35900     0.03100     ...Setting session time_zone to -05:00     4
0.39000     0.03100     Setting NLS_DATE_FORMAT to application date format: DD-MON-YYYY HH:MIPM     4
0.42100     0.01600     Setting NLS_TIMESTAMP_FORMAT to application timestamp format: DD-MON-YYYY HH:MIPM     4
0.43700     0.03100     Setting NLS_TIMESTAMP_TZ_FORMAT to application timestamp time zone format: DD-MON-YYYY HH:MIPM     4
0.46800     0.00000     ...NLS: Set g_nls_date_format="DD-MON-YYYY HH:MIPM"     4
0.46800     0.00000     ...NLS: Set g_nls_timestamp_format="DD-MON-YYYY HH:MIPM"     4
0.46800     0.00000     ...NLS: Set g_nls_timestamp_tz_format="DD-MON-YYYY HH:MIPM"     4
0.46800     0.00000     NLS: wwv_flow.g_flow_language_derived_from=0: wwv_flow.g_browser_language=en     4
0.46800     0.00000     Application 101, Authentication: PLUGIN, Page Template: 61331314513900454147     4
0.46800     0.00000     Authentication check: No Authentication (NATIVE_DAD)     4
0.46800     0.00000     ...fetch session state from database     4
0.46800     0.01600     fetch items (exact)     4
0.48400     0.00000     ... sentry+verification success     4
0.48400     0.00000     ...Session ID 7751818952614 can be used     4
0.48400     0.01500     ...Application session: 7751818952614, user=nobody     4
0.49900     0.03100     ...Setting session time_zone to -05:00     4
0.53000     0.00000     Session: Fetch session header information     4
0.53000     0.00000     Run APPLICATION_PROCESS= request     4
0.53000     0.00000     ...Execute Statement: begin sys.htp.p( F_NEXT_STUDENT( in_workstation_id => apex_application.g_x01 ) ); end;     4
0.53000     0.00000     Stop APEX Engine detected     4
0.53000     -     Final commit     4Again, not sure if I'm reading this correctly but it seems that the steps that are taking the most time seem to be related to NLS settings... and I have translating turned off. This is consistent with all of the longer page views. As a side note, my DBA did turn archive log mode back on this weekend.
Again, everything seems to be running smoothly at the moment so the above data is more to help satisfy my curiosity about the inner workings of Apex.
Regards,
Tadeusz
Edited by: tdsacilowski on Feb 25, 2013 3:04 PM

Similar Messages

  • I bought and legally own PS CS3. Installed on a desktop and the machine died completely. Downloaded a trial of CS3 from Adobe site. Went to activate and said too many activations. Activate over the phone. EXCEPT Adobe does not handle activation issues ove

    I bought and legally own PS CS3. Installed on a desktop and the machine died completely. Downloaded a trial of CS3 from Adobe site. Went to activate and said too many activations. Activate over the phone. EXCEPT Adobe does not handle activation issues over the phone. Adobe doesn't care about their older products - they don't care that I spent hundreds of dollars for CS3. This is truly disgusting corporate behavior. Is there anything I can do? We aren't all rich photographers. I paid a great deal of money for this product. Is it now useless?Thank you,
    James Scott

    HI James please contact the Adobe Chat Team for activation issue
    kindly do the mentioned steps as follow in order to get hold of chat rep of adobe
    Go to www.adobe.com/getsupport
    select the product as adobe creative suite - then select the issue as adobe id and sign in - and then click on still need help contact us then you will be able to find chat option and they will help you with the chat issue

  • Too many activations

    HI,
    I'm getting the message "Too many activations" when trying to install Dreamweaver CS3.
    It's a volume license key so you can't deactivate it from the other computer.
    I've uninstalled from the other computer and it still says "Too many activations".
    You can't call Adobe anymore about this product. They just want you to post in the forums.
    So here I am......anyone from Adobe listening who can deactivate my previous installs?
    Thanks.

    Transcript
    info: Thank you for your patience.
    While you wait, you can try our community forums where experts are available 24 hours a day, 7 days a week.
    info: We are still assisting other customers, thank you for your patience. You can also try our community forums, available 24 hours a day, 7 days a week.
    info: You are now chatting with Prasad.
    Prasad: Hello! Welcome to Adobe Customer Service.
    Kenneth Binney: There is an unhappy customer in the DW Forum. https://forums.adobe.com/thread/1535916 can you please assist him.? I am an MVP in the DW Forum but I can't handle a licensing issue
    Prasad: Hi Kenneth.
    Prasad: Thank you for the information.
    Prasad: May I please have your First name?
    Kenneth Binney: Kenneth
    info: Your chat transcript will be sent to [email protected] at the end of your chat.
    Prasad: Kenneth, since it is  volume license, please call  1800 614 863 Australian Phone support number.
    Kenneth Binney: Here is what he wrote "Yes, I understand this is a user-to-user forum. That's why I asked if anybody from Adobe was listening. I've called Customer Service, (the Australian number). When you choose the relevant options, it tells you phone support is not available and to get in touch on the web."
    Prasad: May I place your chat on hold for 2-3  minutes while I check  that for you?
    Kenneth Binney: Yes
    Prasad: Thank you for staying online.
    Prasad: I see that this is a technical issue.
    Prasad: I will transfer your chat to our technical support team.
    Prasad: They will help you on this issue. Please allow me 2 minutes while I transfer the chat to our Technical team. Would that be okay?
    Kenneth Binney: Thanks
    Prasad: Thank you.
    info: Please wait while I transfer the chat to the appropriate group.
    info: You are now chatting with Raman. To ensure we stay connected throughout our interaction , please don't click on the 'x' in the chat window. Doing so will disconnect our chat session.
    Raman: Hello, Welcome to Adobe support.
    Kenneth Binney: Thanks
    Raman: Could you please provide me the serial number of the product to assist accordingly?
    Kenneth Binney: Hello Issue in Forum not mine
    Kenneth Binney: https://forums.adobe.com/thread/1535916
    Raman: Keneneth, I need to go ahead and escalate the issue to the team who replies on forums.
    Raman: Please allow me 2 minutes to check
    Kenneth Binney: Thanks
    Raman: Kenneth, I have checked and Adobe CS 3 is an an end of life product.
    Raman: Adobe doesn't support it anymore.
    Kenneth Binney: What can I tell him - he is reinstalling corrupted install
    Raman: It may be an issue with the installer he is using. It depends upon the license he has.
    Raman: If he has volume license, he needs to download the product from Volume licensing product.
    Raman: It may be an issue with the system as well.
    Kenneth Binney: I'll tell him
    Raman: Sure
    Kenneth Binney: If he can chat with case number might that be helpful?
    Kenneth Binney: Thanks

  • How do I open a library book on a recently acquired Samsung Nook?  I get "too many activations" error. I have an active adobe digital editions and my other devices work fine.  Custumer Support was unable to get the new device activated.

    I have a library book on the bookshelf of a newly acquired Samsung Nook but I cannot open it.  My other devices work fine but I cannot activate the new unit.  I get a "too many activations" error message.  Customer Services say I have a valid license but they deemed my problem to be a technical issue and referred me to the forum.  Thanks

    Step 1 - by trial and error...
    So far, I have been able to create physical files containing MP3 and JPG on the NAS using the Windows XP systems to copy from shared locations on the Vista and Win7 boxes.  This process has been aided by the use of a 600 GB SATA 2 capable hard drive enclosure.  I first attach to Win 7 or Win Vista and reboot to see the local drive spaces formatted on the portable device.  Then I copy files from the user's private directories to the public drive space.  When the portable drive is wired to an XP box, I can use Windows to move the files from the portable device to the NAS without any of the more advanced file attributes being copied to the NAS.  Once the files are on the NAS, I can add the new folder(s) to iTunes on any of the computers and voila, the data becomes sharable via iTunes.  So far, this works for anything that I have completely purchased, or for MP3's I made from the AIC files created when I purchased alblums via iTunes. 
    I have three huge boxes full of vynl records I've accumulated.  The ones that I've successfully digitized via a turntable attached to the sound card on one of my computers and third party software, have found their way to the NAS after being imported into iTunes and using it to bring down available album art work.  In general I've been reasonably well pleased with the sound quality of digital MP3 files created this way, but the software I've been using sometimes has serious problems automatically separating individual songs from the album tracks and re-converting "one at a time" isn't very efficient.

  • VISACOM - Alloc Error using 488.2 USB-B Interface - too many open sessions

    I have been having the following issue in my VB .NET RF-ATE application.... It usually happens when my program enters a measurement loop (I.E. searching for P1dB). It begins to solve for P1dB and performs about 15 cycles (sets power level on SigGen and takes SpecAn meas) and then crashes due to the following error :
    As Logged in the Event Viewer :
    VISA: May 13 09:45:22: Error=bfff003c,"VI_ERROR_ALLOC: Insufficient system resources/memory": ViTable::add - too many open sessions
    As Logged in VB .NET :
    An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in RFATE.exe
    Additional information: HRESULT = 8004003c
    VI_ERROR_ALLOC
    Not sure why its happening my code is pretty solid (or so I thought) and I believe it closes the VISA session properly after each R/W operation? (See attached). I call the same procedure to talk to the GPIB instruments over and over.
    Is it possible that I am not freeing and disposing of resources properly? I have read a little about destructors in .NET etc. but I was under the impression that as soon as "Sub End" is executed that the resources were free'd up? But that doesn't explain why I would get a "too many open sessions" error occour if I am closing the session after I am finished?
    Another odd thing to note is that I have created testplan scripts and loaded them into my application with literally hundreds of measurement commands and my program didn't crash then???
    I am very new to VB and .NET (3 months) so I have a lot to learn but I can't understand why this is occouring. Any help is appreciated.
    Attachments:
    GPIB.txt ‏3 KB

    Just posting a followup... Turns out I found a way to make it work! (I have been fighting this for almost 3 days!).
    If you look at the variable declarations of my procedure.....
    Sub GPIB(ByVal Addr As Object, ByRef Data As Object, ByVal IO As String)
    Dim ioMgr As Ivi.Visa.Interop.ResourceManager
    Dim instrument As Ivi.Visa.Interop.FormattedIO488
    Dim session As Ivi.Visa.Interop.IMessage
    I use the "IMessage" interface for the variable session.
    Just before the "Sub End" is executed I use the following line to close the session :
    session.Close
    Which it would appear doesn't close the session properly when you use the "IMessage" interface.
    So I changed the line to use the "IVisaSession" interface instead :
    Dim session As Ivi.Visa.Interop.IVisaSession
    Now when the Close method is executed aparently it closes the session properly because my program isn't crashing at all!
    I was using VISA COM 3.0 Reference object (GlobMgr.dll).
    If anyone has any insight on this please do share.

  • Aggravations with Too Many Activations

    Okay... here's the story (I'll try and keep it short... but no promises).
    In 2000 I opened account # 1 with Adobe.
    In 2004 I must have forgotten about my previous account so I opened a second under a different email address.
    I had purchased some ebooks last year, and again this year in March using ADE to read them. I believe it was under account # 2, but it could have been under # 1. The computer was already activated when I imported the latest book.
    I had to reinstall Windows for the usual Windows issues. But when I tried reading my ebooks, I kept getting error messages that the book was activated under another user, or that I should redownload the book (which is not an option). Neither account is working with the ebooks. And of course I ran out of activations on both accounts.
    Case # 0202264241: General request for help with a summary. Opened 07-14-2009. No response yet.
    Case # 0181091688: A request to reset activations on account # 1. Opened 08-02-2009. Case withdrawn by Adobe Support on 08-05-2009.
    Response: "I understand that you are receiving the message about 'too many activations' We do not provide support for this service through this channel." The message then proceeded to instruct me to open a case through the same support web portal I had used to open the case that they were reading. Also the instructions they gave to open the new case were incorrect. However, there was a phone number on the bottom of the message. After 30 minutes and repeated requests to provide my serial number (?) for Digital Editions, I was told that voice support was not provided for free software, and I should open a case on the support web portal.
    Case # 0181091742: A request to reset activations on account #2. Opened 08-02-2009. Case withdrawn by Adobe Support on 08-05-2009.
    Response: "Unfortunately we are unable to assist with technical support issues beyond installation for Adobe Digital Editions via web support, and
    there is no phone support at all for Adobe Digital Editions. For support information for Adobe Digital Editions please refer to the Adobe Flash Player Support Center, available at the URL below:
    http://forums.adobe.com/community/adobe_digital_editions"
    So here I am at the... um... Adobe Flash Player Support Center?
    I've noticed that there are several Adobe staff who read these forums, and they appear to be very helpful and responsive. If any of you are reading this, please help!!!! If I get directed to the support portal again I'm going to have a nervous breakdown!
    Thank you,
    David

    Hello
    I need also help.
    The same Probleme here and can´t find any help.
    Please let me know when you found a solution for this.
    my Mail Adress: [email protected]
    best regards
    Michael

  • Sir, My Photoshop Element programme is not running.  Because of 'too many activations'.

    Sir,
    My Photoshop Element Programme has been suspended due to too many activation.
    I can only think this is due to Hard Drive failure on my PC.
    Initially reformate and re-install on same drive.  But this drive Failed too.
    I then replaced it with a New Drive and re-installed, but cannot get my programme running due to too many activations.
    HELP.
    Rgds
    Ken

    Hi,
    You might like to go to this page and start a chat session - they will be able to help.
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html
    Brian

  • Cs3 too many activations

    Hi,
    I accidently uninstalled Photoshop CS3 without deactivating it and need to reinstall it on a new computer but am getting the "Too Many Activations" message. If somebody from Adobe is listening can you help please?
    I realise this is a user-to-user forum but there is no other option. I've called the activation phone number which states there is no more phone activation support go to www.adobe.com/go/activation. The activation support web page says you can only use chat and the chat support people say there is only forum support for CS3 products. I just need my serial number reset as I can't use the purchased product!!
    Please help Adobe.
    Thanks,
    Chris.

    Chris..... wrote:
    Thanks R_Kelly for the reply!
    That's what you'd think right but... Adobe just says it's an unsupported product and you have to go through the forums. So here I am.
    I've tried calling but as soon as you say CS3 on the automated system it hangs up :-(
    When I was on a chat with Adobe I did ask how the forums were supposed to reset my activations but the guy just said you have to go through the forums.
    One very unhappy camper,
    Chris.
    That means you were trying to reach or were already chatting with Adobe Tech Support, as opposed to Adobe Customer Service.  Only Adobe Customer service can assist you.
    Insist to have your issue escalated to a supervisor if you get another id¡ot on the phone.

  • Photoshop Elements 8: why too many activations? [was:activation]

    Recently had new computer and the man that set it up for us loaded on our photoshop elements 8, the old computer was dumped, so is no longer in use. However when I try to use the programme it tells me that I have too many activations on it. I am not aware that this programme is in use on any other computer, please advise

    The folks at that link will usually just tell you that PSE 8 is no longer supported. You need activation support, so go here:
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html
    and most times you'll see a place to start a chat session and get it taken care of right away.

  • Adobe reader says too many activations.

    Have adobe reader on ipad and iphone. each time itune updates, I have to activate reader again. now it says I have too many activations and I cannot use it anymore. Suggestions?

    That's not the Adobe Reader. We don't have an error message like that. If you like, you can take a screenshot (press home key and the power key and the screen shot will be captured to your photo library) and share that with us on the forum or in email at [email protected]
    It does look like Overdrive is using an Adobe Account. From what I can tell in their support, you may have a limited number of devices on which you can use a particular Adobe ID. They recommend you contact Adobe support for help on this. The best link I've been able to find is this one:
    http://helpx.adobe.com/en/x-productkb/policy-pricing/account-password-sign-faq.html
    If you scroll to the bottom of that page, there is a "Chat with an agent" link that you might try (since I don't see this error message listed there".
    I also found a few other users in our forums who were having this issue. They resolved it by correcting the timezone on their iPad. Again, note that they are using the Overdrive app, not the Adobe Reader =)
    http://forums.adobe.com/message/3819884?tstart=0

  • Having too many idle sessions?

    Hi,
    We have too many idle sessions at the database end? How can it be controlled apart from using database resource manager? Since some users execute long operations? Please clarify.
    Thank you,
    Adith

    Having 5 of 60 sessions active is entirely reasonable. A session is ACTIVE only if, in that particular instant, the session is actively running a SQL statement. The vast majority of the time, a database connection will be idle as it waits for a user to decide what to do next, for the client application to process the data that was returned, etc.
    If you're not encountering any problems, I wouldn't change anything. Setting IDLE_TIME in a profile will kill connections after a period of time, but that may cause problems for users & applications which are not designed to expect that their database connection can be terminated while they were using it.
    Justin

  • Ade say i have too many activations i have 1 devise

    ade say i have too many  activations i have 1 device

    This is most likely a security precaution since they probably assume that someone using multiple credit cards over a short period of time may well have stolen them. Go here:
    http://www.apple.com/support/itunes/contact/
    and follow the instructions to report the issue to the iTunes Store and request assistance.
    Regards.

  • Counting how many active sessions in a webapp

    Hi folks,
    I was wondering if it is possible to count how many active sessions that there currently are in a webapp? I've looked at the ServletContext and ServletConfig classes, but I can't find anything. Any ideas?
    Cheers,
    Raj.

    HttpSessionListener was introduced in servlet spec 2.3 which is supported in Tomcat 4.0 but not 3.3.
    If upgrading to 4.0 is not an option, there is no elegant way to get what you need. There is no API call that returns all the active sessions so you must do it yourself. One way is to create a class that implements HttpSessionBindingListener to track your sessions. Instantiate it on start-up and add its reference as a session attribute when the session is first created. You can then update your custom session info in the valueBound and valueUnbound methods.

  • I have an error of "Too many Activations". how do i fix this?

    I have an error of "Too many Activations". how do i fix this?

    I'm sorry, but how do I go about contacting Adobe Customer Support? it's been a month now and I cannot get any answers. I have "searched" for a way to find/fix this problem until I'm figuratively blue in the face. Sorry for the late reply. :(

  • Ade too many activations

    I need to reset/extend the Adobe ID to authorize my device.
    I cannot open an DRM pdf in my tablet because of too many activations...
    Can you help me please?
    I live in Italy I need an email for contacting support,no phone number please.
    Thanks for helping me.
    Alessandro

    I have the same problem. It'm trying to authorize the same eReader and ADE has "forgotten" that it already authorized my phone... I tried using the web portal and got an error using it. I tried to report the error and that link didn't work, either.

Maybe you are looking for