CLOSED: MAPVIEWER LONG PREPARATION TIME AFTER LONG IDLE TIME

SR # 6896831.994
Customer: NEDGRAPHICS BV
Mapviewer Release: 9.0.4
This issue was posted to the Field Service Forum. They responded with
For Map, we do create the datasource and related maps, themes, styles to be used for Map. The exeuction part is done by Mapviewer and we don't have much control on the mapviewer code on performance tuning point of view.
Please post this question in mapviewer forum
Issue:
After MapViewer being idle for some time (+/- 60 minutes) it takes a long time to generate the first map image --> 5 minutes.
In the MapViewer logfile with log-level=finest, I see that there is a very long preparation time.
After producing the first map image the next (same!) image is produced very fast.
What could be the reason?
What does MapViewer do during "preparation"?
Customer statement:
I am a very experienced Oracle specialist and a very experienced MapViewer developer.
Could you please pass on my request to the MapViewer developers?
I have to know what is going on during preparation time.
Is there a possibility to get more detailed logging of the preparation time?
SEE log file at:
http://workbench.oraclecorp.com/cgi-bin/tools/its_reltar?tar=6896831.994
FILE: mapviewer_37.log
Additional customer info.
UPDATE from customer
================
The first time after long idle time it takes between 100 and 300 seconds.
After that it takes less than 2 seconds.
Can it be a dabase connection issue?
Will it make a difference if I use a database connection via data-sources.xml
instead of a direct data-source in mapviewerConfig.xml?
This is what I mean :
Method 1:
<map_data_source name="NBG"
jdbc_host="plutonium"
jdbc_sid="ods"
jdbc_port="1521"
jdbc_user="nbgex"
jdbc_password="ELvaJ7axzKQl0aKtjikuKT7JUFTjukU3"
jdbc_mode="thin"
number_of_mappers="3"
/>
Method 2:
<map_data_source name="NBG"
container_ds="jdbc/NBG"
number_of_mappers="3"
/>
data-sources.xml:
<data-source
class="oracle.jdbc.pool.OracleDataSource"
name="NBG"
location="jdbc/OracleCache"
ejb-location="jdbc/NBG"
xa-location="jdbc/xa/OracleXADS"
connection-driver="oracle.jdbc.driver.OracleDriver"
username="nbgex"
password="nbgex
url="jdbc:oracle:thin:@plutonium:1521:ods"
inactivity-timeout="30">
<property name="connectionCacheName" value="ICC"/>
<property name="connectionCachingEnabled" value="true"/>
<property name="fastConnectionFailoverEnabled" value="true"/>
</data-source>
Thanks
Message was edited by:
user639281

RESPONSE from customer
====================
The database is restarted once a day in the morning. That could explain the problems in the morning. But there are also problems during day time after some hours of idle time when the database in not restarted.
After testing we noticed that we don't have the problem if we use database connection through OC4J (data-sources.xml).
If we use that method every database connection is cleaned up if it is not used for 15 seconds or so.
If we use the other method (database connection in mapviewerconfig.xml) then the database connection is open for a long time and then we have the problem with the long preparation time.
This problem only occurs in a DMZ environment. MapViewer is installed on a DMZ server and connects through the firewall with a intranet database.
Is it possible that the firewall software prevents communication of an open database connection after a long period of idle time?
Thanls.

Similar Messages

  • SSRS 2012 report integrated with SharePoint 2013 issue :Report refreshing after some idle time

    we have SSRS 2012 report integrated with SharePoint 2013  , when we click on any toggle item after some idle time of 60 secs and try again to expand
    another toggle item then  complete report is getting refreshed and  if we are in child report it is redirecting to parent report. . we didn’t set any refreshing property at report level. I hope there will be some idle time setting at sharepoint site
    level.
    what we observed.
    1. there is no problem when we expand toggle items without any idle time.
    2. when we open the report and expand few toggles and keep idle for 60 seconds and try
    again to expand another toggle item then  complete report is getting refreshed (all toggle items are collapsing).
    3. If you keep idle for 60 minutes and if you didn’t do any action like expanding toggle
    items it is not refreshing.
    why it is happening and how to stop that complete refresh.
    Surendra Thota

    Hi Surendra,
    I have tested on my local environment and the issue can be caused by the session time out ,the time out of the report precessing, database timeout,DataSet query execution timeout and so on.
    I would like to confirm that the refresh you have mentioned is the page refresh or the report reloading?
    Please reference to the setting below to don't limit the timeout values if you got the report reloading:
    Point to a report in the library.
    Click the down arrow, and select Manage processing options.
    In Processing Time-out, select Do not time out report processing or
    Limit report processing in seconds if you want to override that value with no time-out or different time-out values.
    If you got the session timeout that refresh the page, please reference to the setting in below article:
    http://msdn.microsoft.com/en-us/library/gg492284.aspx#bkmk_session_settings_section
    Details information in the article below about the timeout setting for your reference:
    Set Processing Options (Reporting Services in SharePoint Integrated Mode)
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu
    If you have any feedback on our support, please click
    here.
    Vicky Liu
    TechNet Community Support

  • MVC 5 - After some idle time, users are prompted to enter windows credentials on [allowanonymous] controller

    I have set up a web application using windows authentication and have two views for allowanonymous access. In the two views I also have partial views and have function which gets a list of items by calling the enumerable function in the model class.
    Everything all seems fine when accessing the allowanonymous view pages but after some idle time I get prompted to enter username and password. It is consist across different environment DEV, UAT so I am very worried it will happen in Production environment.
    And it seems to go to the home page (http://localhost/home} after failing the credentials.
    See the following configuration I have. Please help.
    in web.config
      <location path="SomeControllerName">
        <system.web>
          <authorization>
            <allow users="*" />
          </authorization>
        </system.web>
      </location>
    In controller
    namespace namespace.Controllers
        [AllowAnonymous]
        public class SomeControllerNameController : Controller
    In IIS
    Anonymous Authentication setting
    Status : Enabled
    Anonymous User identity: IUSR
    Windows Authentication setting
    status:Enabled
    Extended Protection:Accept
    Enable Kernel mode authentication: ticked
    Provider:NTLM
    ASP.Impersnation :disable
    basic authentication :disabled
    Form authentication:disabled

    You put allowanonymous so everyone has the right. It will not be authenticated.
    Anyway you should post this in http://forums.asp.net.
    chanmm 
    chanmm

  • Crystal report not shown after application idle time

    i have a web page which uses around 10 session variables to store values on a button click.and after assign session values Response.Redirect("~/url",false); to a a page which contains crystal report viewer.and report should show those session values.after keeping the application idle for 45 mins i click on the button which assign session values.then it's redirecting to the report page but the report is not shown.it shows a empty page and no errors shown(only happens application is idle for nearly 45 mins other wise works fine)
    i'm using iis 7
    in the web.config i have set sessionState timeout="60" and application pool idle time out to 60 mins.
    any idea why this happens

    Make sure you are on SP 8
    Make sure you are using .Close and .Dispose on your report objects as you get done with them.
    What OS? (2003, 2008, 2012)
    Provide more info on the following:
    The problem is that the Crystal Report Viewer does not load after a few hours.
    What does that mean? Errors? Warnings? Behavior? Symptoms?
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Report Server does not respond after certain idle time

    We have an oracle 10g application server on solaris 10.
    The report server has the defaul settings for time out , callback etc..
    After the report server stays idle for 2 or 3 hours and the first report that comes after that takes around 8 to 10 minutes to generate. The report server engine does not seem to be getting active immediately.
    Is there any parameter I can change so that the reports do not get effected.
    Thanks

    I have put the idle time out at 300 minutes and the max idle time as 350 minutes. But that does not seem to have helped.And also I have min engine as 1 , max as 10.
    Even with the above settings , When the report engine is idle after 30 minutes the 1st report to generate after 30 minutes takes 9 minutes.
    please let me know if there are any other parameters I need to change.
    thanks

  • Displaying large clock after short idle time ?

    Hi,
    When I leave my desk I'd like my Mac to turn into a large clock (since I can't read the small menu bar clock from a distance).
    Is there a way to have a large digital or analog clock overlaid on the screen once there has been an idle time (mouse/keyboard) of a set number of minutes?
    Thanks!

    http://www.versiontracker.com/dyn/moreinfo/macosx/18727
    http://www.versiontracker.com/dyn/moreinfo/macosx/11450

  • Long "Preparing" phase after 10.5.8 update is NORMAL

    An OSX update usually involves thousands of files, so many as to overwhelm Time Machine's usual method of quickly determining what's changed and needs to be backed-up.
    Instead, it must do a "deep traversal," examining every directory (folder) on your system, causing a lengthy "Preparing" phase, and somewhat larger than normal backups.
    This "deep traversal" must be repeated again (and again) until a backup is completed successfully, so try *not to interrupt or cancel* it.
    If in doubt about what Time Machine is doing, click here to download the +Time Machine Buddy+ widget. It shows the messages from your logs for one TM backup run at a time, in a small window.

    No, that's much too long. In some extreme cases, as much as a few hours might be normal, but some folks give up after 10 minutes.
    Start with item #D2 in the Time Machine - Troubleshooting *User Tip* at the top of this forum.
    If nothing there seems to help, please start a new thread. Include your setup (which Mac is having trouble), what your destination is (external drive, Time Capsule), etc.; the messages from the widget; whether this is your first backup, or your first since upgrading to 10.5.8; and anything else that might be pertinent.

  • MUSE not responding after short idle time

    I am using Muse 2014.2 with Windows 7 64bit (and I love MUSE, thanks Adobe for a great program [snivel, snivel]). I am finding that MUSE freezes and become unresponsive after three or four minutes away e.g. while I go off to Illustrator / Photoshop and tweak something to import.
    The only way to sort is to run the Windows Task Manager (which shows MUSE as 'Not Responding') ~ force it's closure ~ restart MUSE. Is this common for you all or a setting I can change? Seems to be a problem since 2014.2 - but that may be my imagination.

    Hi,
    Could you try closing Muse and then renaming the below folders on your machine and then launch Muse again and work as usual?
    C:\Users\{{your user name}}\AppData\Roaming\com.adobe.AdobeMuseCC.2014.2 - rename this folder to com.adobe.AdobeMuseCC.2014.2.old
    C:\Users\{{your user name}}\AppData\Roaming\Adobe\Adobe Muse CC - rename this folder to Adobe Muse CC.old
    Let me know if this helps get rid of the hung up state while keeping Muse unattended for a while.
    You may also try creating a new Windows user account and check the same workflow in that to verify if the behavior is user account specific or general.
    Thanks,
    Vikas

  • SSRS sharepoint integrated report refershes after 60 secs of idle time

    Hi All
    we have SSRS 2012 report integrated with sharepoint 2013  in which when we click on any toggle item after some idle time of 60 secs then  it refreshing complete report .
    what we observered.
    1. there is no problem when we expand toggle items without idle item.
    2. when we open the report ond expand few toggles and keep idle for 60 seconds and try to expand another toggle item then  complete report refresh is happening with all toggle items are collapsing.
    3. If you keep idle for 60 minutes and if you didnt do any action like expanding toggle items it is not refreshing.
    why it is happening how to stop that complete refresh.
    Surendra Thota

    Hi Surendra_Thota,
    According to your description, there is SSRS drilldown report of sharepoint integrated mode, when you expand toggle after 60 seconds idle time, the report will be completely refreshed, and all toggle items are collapsed.
    The report session keeps alive by pinging the server periodically for every N-1 second, where N being the timeout of the session set within Reporting Service. In this case, the report session has already expired in one minute and hence whenever we access
    the page after one minute, the report will be completely refreshed. To solve the problem, we can increase the report session timeout for Reporting service 2012 in SharePoint integrated mode by following steps:
    Browse the SharePoint central administration URL and navigate to Application Management -> Manage service applications (Under Service Applications).
    Select the Reporting services service application and click on manage.
    Click on System Settings.
    Locate the Session Timeout setting. We can change it to 1200.
    Click on OK.
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.
    Wendy Fu
    TechNet Community Support

  • Authorization error in Repository after idle time

    Hi all,
    I have a problem in ESR where after some idle time I suddenly loose all my authorizations to perform any actions in Repository (sometimes also Directory). I'm even denied the authorization to close objects or the entire ESR altogether.
    This happens after I have worked on an object, then leave it for some time (I have yet to find out the exact time). Then when I try to continue working on the object, a window pops up saying "User has no authorization".
    Note that I have all necessary roles, and I can perform all the actions when I force-shut the ESR (by killing the ESR-process on OS-level) and log on again. However the objects are locked and I need to remove the lock from the Integration Builder Administration page in order to change the object. This is very annoying!
    I have checked the Default Trace when this happens and found that the userID with which I am logged on has for some reason changed to J2EE_GUEST! I am guessing this is the reason I am not allowed to work on the object anymore, as J2EE_GUEST does not have the appropriate authorizations.
    The Default Trace shows the following (my real user ID is in this system ERIKEN):
    System exception 
    [EXCEPTION]
    javax.ejb.EJBAccessException: Principal: Message buffer:
    No messages available.
    Transient data:
    com.sap.security.core.persistence.imp.PrincipalDatabag Thu Feb 23 16:34:09 CET 2012
    UniqueID: USER.R3_DATASOURCE.J2EE_GUEST
    Type: USER
    Home data source: R3_DATASOURCE
    Private id part: J2EE_GUEST
    Existence not checked.
    "com.sap.security.core.usermanagement"|->"j_authscheme" (no time limit)="anonymous"
    Persistent data:
    com.sap.security.core.persistence.imp.PrincipalDatabag Thu Feb 23 16:34:09 CET 2012
    UniqueID: USER.R3_DATASOURCE.J2EE_GUEST
    Type: USER
    Home data source: R3_DATASOURCE
    Private id part: J2EE_GUEST
    Principal exists.
    Direct parents:
    GRUP: GRUP.R3_ROLE_DS.SAP_J2EE_GUEST
          GRUP.SUPER_GROUPS_DATASOURCE.EVERYONE
          GRUP.SUPER_GROUPS_DATASOURCE.Anonymous Users
    ROLE:
    Why does this happen?
    More importantly, how can I fix it?
    This happens in different systems, on different releases, but this particular system is PI 7.11 - SP08. Java version is 1.6.0_29.
    Appreciate any hints!
    Regards,
    Kenneth

    Dear Kenneth
    Solution in this note: 1622692 - PI ESR: No authorization for this action
    Please check
    Regards
    Sourabh

  • MacbookPro/Lion 10.7.5 - Kernel panic after idle time - Can log file help in narrowing the problem

    MacbookPro Lion 10.7.5 - My macbook pro panics when i hit any key after an idle time.
    I have disabled Sleep, I am usually connected to an external monitor and external keyboard.
    I have already tried (Cmd+Option+R+P) and re-installing OS in safe mode with Apple Support, but, the problem persists.
    Panic (system crashes) log:
      Source:    /Library/Logs/DiagnosticReports/Kernel_2013-04-27-093207_KAPILs-MacBook-Pro.pan ic
      Size:    9 KB (9,275 bytes)
      Last Modified:    29/04/13 12:59 PM
      Recent Contents:    Interval Since Last Panic Report:  9720 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    CC17CCFF-11B4-4C5E-9AAF-5B6E2451277B
    Sat Apr 27 09:32:07 2013
    panic(cpu 0 caller 0xffffff80002c4794): Kernel trap at 0xffffff7f817355fb, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0xffffff806a540628, CR3: 0x0000000000100000, CR4: 0x00000000001606e0
    RAX: 0xffffff7f81792320, RBX: 0x0000000000000000, RCX: 0x0000000000000000, RDX: 0x0000000000000008
    RSP: 0xffffff807ed4bc80, RBP: 0xffffff807ed4bcb0, RSI: 0xffffff800bf09000, RDI: 0xffffff806a64f000
    R8:  0x0000000000000000, R9:  0xffffff800bc95a80, R10: 0x8000000000100000, R11: 0xffffff80002dad00
    R12: 0xffffff806a64f1c8, R13: 0xffffff806a53e000, R14: 0xffffff800bf09000, R15: 0xffffff806a64f000
    RFL: 0x0000000000010286, RIP: 0xffffff7f817355fb, CS:  0x0000000000000008, SS:  0x0000000000000010
    CR2: 0xffffff806a540628, Error code: 0x0000000000000000, Faulting CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff807ed4b930 : 0xffffff8000220792
    0xffffff807ed4b9b0 : 0xffffff80002c4794
    0xffffff807ed4bb60 : 0xffffff80002da55d
    0xffffff807ed4bb80 : 0xffffff7f817355fb
    0xffffff807ed4bcb0 : 0xffffff7f81734de7
    0xffffff807ed4bce0 : 0xffffff7f817351bd
    0xffffff807ed4bd10 : 0xffffff7f80cea832
    0xffffff807ed4bd50 : 0xffffff7f817bd383
    0xffffff807ed4bda0 : 0xffffff7f817bf692
    0xffffff807ed4bde0 : 0xffffff7f817bf7c4
    0xffffff807ed4be20 : 0xffffff7f80cee4c5
    0xffffff807ed4be60 : 0xffffff7f80cee628
    0xffffff807ed4be90 : 0xffffff7f80cf1fd7
    0xffffff807ed4bef0 : 0xffffff800063d4d6
    0xffffff807ed4bf30 : 0xffffff800063c250
    0xffffff807ed4bf70 : 0xffffff800063c0f4
    0xffffff807ed4bfb0 : 0xffffff8000820057
          Kernel Extensions in backtrace:
             com.apple.iokit.IOGraphicsFamily(2.3.4)[D0A1F6BD-E66E-3DD8-9913-A3AB8746F422]@0 xffffff7f80cdf000->0xffffff7f80d17fff
                dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f80889000
             com.apple.driver.AppleIntelFramebufferCapri(7.3.2)[5D02E509-F60D-3312-9C3C-AF47 D6622C85]@0xffffff7f817b2000->0xffffff7f8180ffff
                dependency: com.apple.iokit.IOACPIFamily(1.4)[19BAB11C-CE5E-3068-AD10-132019C59D6C]@0xfffff f7f807d4000
                dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f80889000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[D0A1F6BD-E66E-3DD8-9913-A3AB8746F422]@0 xffffff7f80cdf000
             com.apple.driver.AppleIntelHD4000Graphics(7.3.2)[AD64F3E5-2838-3046-A9EA-1CB6C9 769436]@0xffffff7f81732000->0xffffff7f81798fff
                dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f80889000
                dependency: com.apple.iokit.IONDRVSupport(2.3.4)[7C8672C4-8B0D-3CCF-A79A-23C62E90F895]@0xff ffff7f80d18000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[D0A1F6BD-E66E-3DD8-9913-A3AB8746F422]@0 xffffff7f80cdf000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    11G63
    Kernel version:
    Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
    Kernel UUID: FF3BB088-60A4-349C-92EA-CA649C698CE5
    System model name: MacBookPro9,2 (Mac-6F01561E16C75D06)
    System uptime in nanoseconds: 15787869938998
    last loaded kext at 79222085916: com.apple.filesystems.smbfs    1.7.2 (addr 0xffffff7f807f7000, size 241664)
    last unloaded kext at 253257372652: com.apple.driver.AppleWWANSupport    2.5.4 (addr 0xffffff7f80c1a000, size 12288)
    loaded kexts:
    com.Symantec.kext.SAVAPComm    12.1
    com.apple.filesystems.smbfs    1.7.2
    com.apple.driver.AppleMikeyHIDDriver    122
    com.apple.driver.AGPM    100.12.75
    com.apple.driver.X86PlatformShim    5.0.0d8
    com.apple.driver.AppleHDA    2.2.5a5
    com.apple.driver.AppleUpstreamUserClient    3.5.9
    com.apple.driver.AppleMikeyDriver    2.2.5a5
    com.apple.driver.AudioAUUC    1.59
    com.apple.driver.AppleIntelHD4000Graphics    7.3.2
    com.apple.driver.SMCMotionSensor    3.0.2d6
    com.apple.driver.AppleSMCPDRC    5.0.0d8
    com.apple.iokit.IOUserEthernet    1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager    4.0.8f17
    com.apple.driver.AppleSMCLMU    2.0.1d2
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AudioIPCDriver    1.2.3
    com.apple.driver.ApplePolicyControl    3.1.33
    com.apple.driver.AppleLPC    1.6.0
    com.apple.driver.AppleBacklight    170.2.2
    com.apple.driver.AppleMCCSControl    1.0.33
    com.apple.driver.AppleIntelFramebufferCapri    7.3.2
    com.apple.filesystems.autofs    3.0
    com.apple.driver.AppleUSBTCButtons    227.6
    com.apple.driver.BroadcomUSBBluetoothHCIController    4.0.8f17
    com.apple.driver.AppleUSBTCKeyboard    227.6
    com.apple.driver.AppleIRController    312
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    33
    com.apple.iokit.SCSITaskUserClient    3.2.1
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCISerialATAPI    2.0.3
    com.apple.iokit.IOAHCIBlockStorage    2.1.0
    com.apple.driver.AppleSDXC    1.2.2
    com.apple.iokit.AppleBCM5701Ethernet    3.2.4b8
    com.apple.driver.AppleUSBHub    5.1.0
    com.apple.driver.AppleFWOHCI    4.9.0
    com.apple.driver.AirPort.Brcm4331    561.7.22
    com.apple.driver.AppleEFINVRAM    1.6.1
    com.apple.driver.AppleSmartBatteryManager    161.0.0
    com.apple.driver.AppleAHCIPort    2.3.1
    com.apple.driver.AppleUSBEHCI    5.1.0
    com.apple.driver.AppleRTC    1.5
    com.apple.driver.AppleUSBXHCI    1.1.0
    com.apple.driver.AppleACPIButtons    1.5
    com.apple.driver.AppleHPET    1.7
    com.apple.driver.AppleSMBIOS    1.9
    com.apple.driver.AppleACPIEC    1.5
    com.apple.driver.AppleAPIC    1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient    195.0.0
    com.apple.nke.applicationfirewall    3.2.30
    com.apple.security.quarantine    1.4
    com.apple.security.TMSafetyNet    8
    com.apple.driver.AppleIntelCPUPowerManagement    195.0.0
    com.apple.driver.DspFuncLib    2.2.5a5
    com.apple.iokit.IOSurface    80.0.2
    com.apple.iokit.IOSerialFamily    10.0.5
    com.apple.iokit.IOFireWireIP    2.2.5
    com.apple.driver.AppleHDAController    2.2.5a5
    com.apple.iokit.IOHDAFamily    2.2.5a5
    com.apple.iokit.IOAudioFamily    1.8.6fc18
    com.apple.kext.OSvKernDSPLib    1.3
    com.apple.driver.AppleSMBusPCI    1.0.10d0
    com.apple.driver.X86PlatformPlugin    5.1.1d6
    com.apple.driver.AppleSMC    3.1.3d10
    com.apple.driver.IOPlatformPluginFamily    5.1.1d6
    com.apple.driver.AppleGraphicsControl    3.1.33
    com.apple.driver.AppleBacklightExpert    1.0.4
    com.apple.iokit.IONDRVSupport    2.3.4
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.iokit.IOGraphicsFamily    2.3.4
    com.apple.kext.triggers    1.0
    com.apple.driver.AppleUSBBluetoothHCIController    4.0.8f17
    com.apple.iokit.IOBluetoothFamily    4.0.8f17
    com.apple.driver.AppleUSBMultitouch    230.5
    com.apple.driver.AppleThunderboltDPInAdapter    1.8.5
    com.apple.driver.AppleThunderboltDPAdapterFamily    1.8.5
    com.apple.driver.AppleThunderboltPCIDownAdapter    1.2.5
    com.apple.iokit.IOUSBHIDDriver    5.0.0
    com.apple.driver.AppleUSBMergeNub    5.1.0
    com.apple.driver.AppleUSBComposite    5.0.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    3.2.1
    com.apple.iokit.IOBDStorageFamily    1.7
    com.apple.iokit.IODVDStorageFamily    1.7.1
    com.apple.iokit.IOCDStorageFamily    1.7.1
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.2.1
    com.apple.driver.AppleThunderboltNHI    1.6.0
    com.apple.iokit.IOThunderboltFamily    2.0.3
    com.apple.iokit.IOEthernetAVBController    1.0.1b1
    com.apple.iokit.IOUSBUserClient    5.0.0
    com.apple.iokit.IOFireWireFamily    4.4.8
    com.apple.iokit.IO80211Family    420.3
    com.apple.iokit.IONetworkingFamily    2.1
    com.apple.iokit.IOAHCIFamily    2.0.8
    com.apple.iokit.IOUSBFamily    5.1.0
    com.apple.driver.AppleEFIRuntime    1.6.1
    com.apple.iokit.IOHIDFamily    1.7.1
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    177.8
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.driver.DiskImages    331.7
    com.apple.iokit.IOStorageFamily    1.7.2
    com.apple.driver.AppleKeyStore    28.18
    com.apple.driver.AppleACPIPlatform    1.5
    com.apple.iokit.IOPCIFamily    2.7
    com.apple.iokit.IOACPIFamily    1.4
    System Profile:
    Model: MacBookPro9,2, BootROM MBP91.00D3.B08, 2 processors, Intel Core i5, 2.5 GHz, 4 GB, SMC 2.2f38
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 384 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333235533643465238432D50422020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333235533643465238432D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.198.19.22)
    Bluetooth: Version 4.0.8f17, 2 service, 11 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: TOSHIBA MK5065GSXF, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0x1a110000 / 3
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0x1d180000 / 3
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x1d182000 / 6
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0x1d183000 / 5
    USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821d, 0x1d181300 / 8
    USB Device: composite_device, 0x413c  (Dell Inc.), 0x3010, 0x14100000 / 6
    USB Device: Dell USB Keyboard, 0x413c  (Dell Inc.), 0x2003, 0x14200000 / 5

    Since Norton modifies OS X your Mac is unable to function as designed.
    Kernel panics are caused by defective hardware or software. Norton is in the latter category.

  • IP device tracking and idle timer problem

    Hi,
    We are deploying 802.1X in our network and have encountered problem with a type of payment terminal.
    The problem is that the terminal do not 'speak' to the network after the first initial DHCP request, the terminal waits for incoming packets from a counter to start the payment process. After the idle-time the MAC is flushed from the switch and the port is not authorized any more.
    To solve this we set 'authentication control-direction in' on the port and use 'ip device tracking' to keep the client on the network, ip device tracking sends an arp request every 30 seconds to clients.
    Our ISE is sending Radius:Idle-Timeout = 300 and the timer start to count down when the client is authenticated.
    In Wireshark, I can see that the ARP request is going out and the ARP reply coming back in but this does not update the inactivity timer for the client. So after 5 minutes the port is gone, and there is no way to get the port up again from the network. Traffic from the client brings up the network.
    This looks like a bug to me, anyone seen this, or a similar behaviour?
    Running:
    ISE 1.2p6
    IOS 12.2(55)SE6
    From Trustsec 1.99 Wired 802.1X Deployment Guide:
    Tip Enable IP Device Tracking with inactivity timers to keep quiet endpoints connected. When IP Device Tracking is enabled, the switch periodically sends ARP probes to endpoints in the IP Device Tracking table (which is initially populated by DHCP requests or ARP from the end point). As long as the endpoint is connected and responds to these probes, the inactivity timer is not triggered and the endpoint is not inadvertently removed from the network.
    From CLI output
    SW03#sh auth sessions int fa0/4
                Interface:  FastEthernet0/4
              MAC Address:  xxxx.xxxx.5289
               IP Address:  10.10.10.64
                User-Name:  XX-XX-XX-XX-52-89
                   Status:  Authz Success
                   Domain:  DATA
           Oper host mode:  multi-auth
         Oper control dir:  both
            Authorized By:  Authentication Server
               Vlan Group:  N/A
          Session timeout:  N/A
             Idle timeout:  300s (server), Remaining: 2s
        Common Session ID:  0A17BD07000000A925152A7B
          Acct Session ID:  0x00000458
                   Handle:  0x090000A9
    Runnable methods list:
           Method   State
           dot1x    Failed over
           mab      Authc Success
    SW03#
    SW03#
    SW03#
    SW03#sh auth sessions int fa0/4
                Interface:  FastEthernet0/4
              MAC Address:  Unknown
               IP Address:  Unknown
                   Status:  Running
                   Domain:  UNKNOWN
           Oper host mode:  multi-auth
         Oper control dir:  both
          Session timeout:  N/A
             Idle timeout:  N/A
        Common Session ID:  0A17BD07000000AA251A0019
          Acct Session ID:  0x00000462
                   Handle:  0x800000AA
    Runnable methods list:
           Method   State
           dot1x    Running
           mab      Not run

    Here is the port config.
    Just to clarify, everything is working except that the terminal is losing the authentication. The terminal works again if traffic is initiated from the terminals menu, like with ping.
    interface FastEthernet0/4
     description Standard
     switchport access vlan xxx
     switchport mode access
     switchport block unicast
     switchport voice vlan xxx
     switchport port-security maximum 2
     switchport port-security
     switchport port-security aging time 5
     switchport port-security violation restrict
     priority-queue out
     authentication control-direction in
     authentication event fail action next-method
     authentication event server dead action reinitialize vlan xxx
     authentication event server dead action authorize voice
     authentication event server alive action reinitialize
     authentication host-mode multi-auth
     authentication order dot1x mab
     authentication priority dot1x mab
     authentication port-control auto
     authentication periodic
     authentication timer reauthenticate server
     authentication timer inactivity server
     authentication violation restrict
     mab
     no snmp trap link-status
     dot1x pae authenticator
     dot1x timeout tx-period 5
     storm-control broadcast level pps 100
     storm-control multicast level pps 100
     storm-control action trap
     spanning-tree portfast
     service-policy input users

  • Finding out idle time

    How can i find out the idle time in java?
    I want to fire an even if the idle time is 1 minute
    Thanks

    Topic: IDLE Time for Java Application not SYSTEM Idle Hi I am Krishna , I want to calculate idle time for an application.That is , if user1 uses the application for example called "yahoo site" for checking mails , then after 10 mins he went to outside , from 11th min the status of application should show (Like Yahoo messenger after certail time it shows idle time ) in another ADMINJSP page for Admins that how much this user1 idle say.. : 1 min idle 2 min idle .... .... 10 min idle Now user1 comes and now clicks on application . then ADMINJSP page should show total IDLE time (10 mins idle). And he again after 15 mins he went some where from 16th min the status of the application should show in ADMINJSP page.If user1 left the application like that then the application should be idle for 1 hour i.e 1 min idle 2 min idle ... ... 59 mins idle 60 mins idle Time Up -- Session Expired then he has to login again. So the above is the issue --------------------------------------------------------------------------- What i have done ..................issssssssssssss ------------------------------------------------------------------------- I have taken time for last request by using getLastAccessedTime() I have taken present time System.currentTimeMills() Taking the difference we will get the idle time . But the problem here is When user1 click on any page only this calcuting will be done and showing to ADMINJSP because getLastAccessedTime works only when any requests comes , but we dont want like that , we want the application without any requests from user1 the application should show idle for 1 min , 2 mins , 3 mins...so on upto user1 uses the application then the time should be normal. I have also tried all the EVENTS classes in HttpSessionBinding like valueunbound()...or sessiondestroy() etc. Can any one please help me by giving any CODE.If you need more information plz ask me Plz plz plz plz this is very urgent plz can any please send me the CODE , ihave tried this very hard but no idea how to do? long startTime = session.getLastAccessedTime(); long stopTime = System.currentTimeMillis(); long diffTimeInSecs = (stopTime - startTime) / 1000 ; gives idle time for every request Regards Krishna

  • [ZM] Problem with idle shutdown.(or idle tim

    My zen micro's current firmware is ..0
    I found this problem months ago, but didn't try to figure it out.
    There is centainly problem with idle shutdown timer.
    I guess the IDLE SHUTDOWN TIMER SHOULD NOT RUN IF THE PLAYER IS PLAYING.
    Idle = player is on, but not playing or not performing any task.
    My current setting is
    Idle timer = 5 min
    Sleep timer = 45 min
    This problem occurs,
    When the player is turning on from deep sleep mode (after 4 hrs of stand-by mode)
    I left my player playing mp3 after turning on.
    And eventually the player shuts down itself after about 5 min (which is setted as idle timer)
    So I checked the screen when the player shut down itself, and the screen was displaying 'Idle Shutdown'
    Once the player shut down, it will not shut down again after turing on.
    Summary,
    . Turn on player after deep sleep mode(4hr)
    2. leave player as playing music
    3. after time amount of idle timer, it shuts down itself.
    4. the screen displays 'idle shutdown' when it shuts down itself.
    anyone noticing this problem?

    Jason-CL wrote:mcramen,I tested by taking the battery out(this will simulate as a deep sleep), and also turning on and off the player a few times without taking the batttery out with the same setting. The player are still playing now.Jason
    Jason, there is a critical difference your test missed: He turned his player off, let it go into "deep sleep" after 4 hours, then turned it back on and left it playing; it then went into "idle shutdown" after 5 minutes. This can only happen with 4-hour-standby firmwares (..02, 2.20.05, and the deprecated .0.02) turned off while playing, which then go into "deep sleep" after 4 hours; if you "simulate" it by resetting, it won't start playing when you turn it back on. And if you press any button, "idle shutdown" will work normally and the bug won't occur. (Older firmwares will lose your place when entering "deep sleep" after 24 hours, so they won't exhibit the problem.)
    Sounds like a firmware bug where it fails to recognize that a player turned on from "deep sleep" doesn't need a button punched to be playing. Get ready for .2 and possibly 2.2 firmwares, maybe?
    In the meantime, the workaround would be to press any button (menu, pause/unpause, anything) if it's playing when turning on from "deep sleep". (Much like the previous post, but I suspect any button other than the power switch will work, not just pause. But I could be wrong.)Message Edited by RBBrittain on 0-9-2005 02:4 PM

  • Apache Web Agent can't reset the session idle time value, pls help.

    Hi, all
    I'm using Apache Web Agent to protect an application, when I enter the application and do some actions in the application, I find my session's idle time value in the AM console can't be reset to zero, and after the idle time, the session will be time out.
    And the session's idle time can be reset to zero when I enter another application that protected by IIS Agent, or when I operate on AM console directly.
    My environment:
    Apache 1.3.33
    Web Agent 2.2
    RedHat Linux AS 3
    Access Manager 7.0 Patch9
    I have found a page with google, but have no answer:
    http://forums.sun.com/thread.jspa?threadID=5402511
    Please help.
    Thanks in advance!
    Shen

    Thanks for the reply, Shivaram. The issue appears to occur at random time, not accurately at the 3 min interval as you mention. I tested changing this value to 1, theoretically, after one 1 minute of idle time, accessing a link would make the agent reset the time idle value for the user session in SAM, but it didn't even after 3 minutes. This seems to be either a policy agent or system access manager bug.
    We performed a 'vanilla' test using the apache server manual pages (only plain HTML, no POST requests), the pages are protected by the policy agent. At the first login, rwe were prompted to enter credential to be validated by SAM/LDAP, and then a user session is created in SAM session table. We browse around the manual pages, once in a while, certain pages cause the policy agent to reset the time idle. However, revisiting these links after a few minutes doesn't reset the idle value. Caching setting has been disable as well. Could there be or lack of some settings in AMConfig.properties or AMAgent.properties that might have caused this behavior?
    Thanks for all your help,

Maybe you are looking for

  • Can't move more than one photo

    iPhoto v9.2.1, OS X 10.6.8. This is a really strange error; Normally you are able to mark several photos and then grab one and move them all. But when I'm choosing one of them it just deselects. Ie, I can't move more than one photo at a time! Everyth

  • Having trouble browsing the internet at home with my MacBook

    I have been having issues browsing the web from home with my MacBook. When I try to go to pretty much any web site (Google, Yahoo!, Facebook, etc) the page starts loading and makes minimal progress before it stalls and I'm staring at a blank white br

  • Handling socket exception - Retrying a "try" block

    I have a program which attempts to retrieve an object through a socket. However sometimes I get the following exception: java.net.SocketException: Connection reset This is a problem as I need the object to continue program execution. An overview of t

  • Problem with ethernet jack, works fine wirelessley

    I just moved into a new place that has ethernet jacks in each room. I happened to have one right behind the tv stand where the Apple TV is. If I plug the Apple TV into the ethernet jack it disappears out of iTunes. If I unplug it and it uses the wire

  • Since IOS 6 update, malfunction with auto rotate and sounds

    Hello. I'm wondering if others have experienced a problem since updating their IPads. Since the update, I've lost the dual functionality of auto-rotate and sounds. I can only have 1 of the functions operate as per norm.  If I want sounds (for keyboar