Slow drawing paintComponent when scrolling

I have the following problem. I have a inteface a la Dune 2 (main map and on the upper right side a navigation map). It won't be used as a game, but just to imagine the kind of interface I'm developing. Anyway, I have a mainimage which holds the 'real' map. The user can move over the scaled mainimage map, so that on the mainscreen you will see only that part (subimage) of it rendered. Works fine. But somehow when I am using mainimages of >400x400 pixels it gets slow. Really weird. Is there a faster method available or am I doing it the wrong way? Any help would be appreciated. Here some code on how I am doing it right now:
BufferedImage mainimage = new BufferedImage(1000,1000, BufferedImage.TYPE_INT_RGB);
public void paintComponent(Graphics g) {    
super.paintComponent(g);       
Graphics2D g2context = (Graphics2D)g;
BufferedImage subimage = mainimage.getSubimage(getAbsoluteX(), getAbsoluteY(), ovp.getBlocksize(), ovp.getBlocksize());
g2context.drawImage(subimage,0,0, getSize(), getSize(), this);
g2context.dispose();
}

Do you use AutoCAD?
The AutoCAD application, when it exits, may leave the graphics subsystem in a state that has a bad effect on interface animation. The problem can be resolved, at least temporarily, by relaunching AutoCAD.

Similar Messages

  • Numbers crashes when scrolling

    Since updating to IOS 8, including all subsequent updates released for IOS 8, Numbers has exhibited crashing when scrolling horizontally or vertically when the spreadsheet exceeds the screen boundaries.  I have erased Numbers from the iPad Air (symptoms seem to cover full iPad family) and reloaded from iTunes.  This does not resolve the crash.  The crash seems to occur when scrolling in a flipping finger motion, vertically or horizontally.  The faster the finger flip the more likely and sooner Numbers will crash.  Scrolling horizontally or vertically in a slower motion seems to delay the eventual crash, but does not eliminate the problem.  This tendency for crashing Numbers renders this software useless.  I sincerely hope that the Apple software team will review this problem.  It has been sited in a number of other support threads.

    mrhnz wrote:
    I was having similar problems in Lion when with windowserver crashes when switching between windows or scrolling in Numbers or switching to iPhoto from other apps. I upgraded to ML because I was told this may fix the issue. Now i can't keen open iPhoto. I have Pram restarted and iPhoto opens but as soon as an image is selected I have another window server crash. Pre ML install I did a clean install of Lion and it made no difference.
    Hopefully no one here told you that. A common theme is people blaming all problem on Lion or Mountain Lion, whatever operating system was just released and telling people with obvious hardware problems that they need to wait for a "bug fix". Updates come and updates go - taking warranties with them - but no fix ever happens.
    There is a small possibility that the "Soundflower" kernel extension is giving you problems. It is very unusual to see a kernel panic without Soundflower being listed. If you remove that and still have panics, then it is definitely a hardware problem.

  • Firefox 5: distortion when scrolling on all web pages; wavey appearance

    There is distortion when scrolling on all webpages using Firefox 5. It doesn't matter how fast or slow the scrolling is, the screen becomes wavey until the scrolling stops. I have uninstalled and reinstalled Firefox and that hasn't helped. This does not happen using Safari or in any documents or spreadsheets opened outside the Firefox browser.

    '''''Its better to take a Screenshot of your Toolbars before performing the following suggestion.'''''
    Start Firefox in Safe Mode by Holding down the SHIFT key while Starting Firefox -> Safe Mode window will appear -> place Checkmark on 2nd option "Reset Toolbars and Controls" -> Click "Make Changes and Restart".
    Check and tell if its working.

  • Scrollview only releasing image data when scrolled out of bounds

    Hi all,
    I cannot understand why my memory isn't released.
    On my iPhone program I have a tableview with an image in each cell. When the images are loaded the I can see a thread in Instruments with ObjectAlloc, that calls CALayerPrepareCommit about 10 times -> CGContextDrawImage->some more stuff->ripc_AcquireImage->more stuff ->imgdatalock. I assume this is where the OS actually draws the Image on the screen. But the memory is never released! Only when I scroll the tableview out of bound is the memory released. Visually the tableview is the same and the images are still there after the scrolling. This is a lot of memory and I need to know why it isn't released.
    I set the image in the tableview here:
    - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
    UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];
    if (cell == nil) {
    cell = [[[UITableViewCell alloc] initWithFrame:CGRectZero reuseIdentifier:CellIdentifier] autorelease];
    cell.accessoryType = self.showDisclosureIndicators ? UITableViewCellAccessoryDisclosureIndicator : UITableViewCellAccessoryNone;
    //Clear previous content
    NSArray *subviews = cell.contentView.subviews;
    for (UIView *subview in subviews)
    [subview removeFromSuperview];
    //Set Image
    [cell.contentView addSubview:[thumbnails objectAtIndex:indexPath.row]];
    return cell;
    thumbnails is an array of views:
    while (thumbnailsRemaining && getThumbnails) {
    NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
    UIView *containerView = [thumbnails objectAtIndex:nextThumbnail];
    UIImageView *imageView = [[containerView subviews] objectAtIndex:0];
    NSInvocationOperation* imageOp = [[NSInvocationOperation alloc] initWithTarget:self selector:@selector(getImageForImageView:) object:imageView];
    [imageQueue addOperation:imageOp];
    [imageOp release];
    [imageQueue waitUntilAllOperationsAreFinished];
    nextThumbnail++;
    [pool drain];
    and each image is loaded here:
    - (void) getImageForImageView:(UIImageView *)imageView {
    NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
    UIImage *image = [UIImage imageWithData:imageData];
    [imageView setImage:image];
    thumbnailsRemaining--;
    [pool drain];
    I also have a scrollview with images and behaving exactly in the same way when scrolling out of bounds.
    I am really lost, so any help is appreciated.

    When a cell is scrolled out of the visible area, UITableView normally adds it to the reusable cell queue, so that's why you aren't seeing that memory released. I think the queued cells might get released under low memory conditions. You might want to try Hardware->Simulate Memory Warning on the Simulator.
    In any case, see if this link is helpful: [http://idevkit.com/forums/tutorials-code-samples-sdk/2-dynamic-content-loading -uitableview.html].
    \- Ray

  • MBP 2013 slow after Yosemite and scrolling delayed?

    Hi all,
    My MBP is has been slow since updating to Yosemite and along with that there is a lag whenI scroll through anything. Any help please?
    Problem description:
    MBP 2013 slow after yosemite
    EtreCheck version: 2.1.2 (105)
    Report generated 13 December 2014 08:27:07 GMT
    Hardware Information: ℹ️
      MacBook Pro (Retina, 13-inch, Late 2013) (Verified)
      MacBook Pro - model: MacBookPro11,1
      1 2.4 GHz Intel Core i5 CPU: 2-core
      8 GB RAM Not upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en0: 802.11 a/b/g/n/ac
    Video Information: ℹ️
      Intel Iris -
      Color LCD spdisplays_2560x1600Retina
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 25 days 3:58:17
    Disk Information: ℹ️
      APPLE SSD SM0256F disk0 : (251 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) / : 249.77 GB (160.33 GB free)
      Encrypted AES-XTS Unlocked
      Core Storage: disk0s2 250.14 GB Online
    USB Information: ℹ️
      Apple Internal Memory Card Reader
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Application Support/VirtualBox
      [loaded] org.virtualbox.kext.VBoxDrv (4.3.14) [Support]
      [loaded] org.virtualbox.kext.VBoxNetAdp (4.3.14) [Support]
      [loaded] org.virtualbox.kext.VBoxNetFlt (4.3.14) [Support]
      [loaded] org.virtualbox.kext.VBoxUSB (4.3.14) [Support]
      /System/Library/Extensions
      [not loaded] com.devguru.driver.SamsungComposite (1.4.20 - SDK 10.6) [Support]
      /System/Library/Extensions/ssuddrv.kext/Contents/PlugIns
      [not loaded] com.devguru.driver.SamsungACMControl (1.4.20 - SDK 10.6) [Support]
      [not loaded] com.devguru.driver.SamsungACMData (1.4.20 - SDK 10.6) [Support]
      [not loaded] com.devguru.driver.SamsungMTP (1.4.20 - SDK 10.5) [Support]
      [not loaded] com.devguru.driver.SamsungSerial (1.4.20 - SDK 10.6) [Support]
    Launch Agents: ℹ️
      [running] com.oracle.java.Java-Updater.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [loaded] com.ea.origin.ESHelper.plist [Support]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
      [loaded] com.oracle.java.Helper-Tool.plist [Support]
      [loaded] com.oracle.java.JavaUpdateHelper.plist [Support]
      [not loaded] org.virtualbox.startup.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.google.keystone.agent.plist [Support]
      [invalid?] org.virtualbox.vboxwebsrv.plist [Support]
    User Login Items: ℹ️
      uHD-Agent UNKNOWN (missing value)
      uHD-Agent UNKNOWN (missing value)
      CheatSheet UNKNOWN (missing value)
      iTunesHelper Application (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      BetterSnapTool Application (/Applications/BetterSnapTool.app)
      Google Drive UNKNOWN (missing value)
      BACKUPMAC UNKNOWN (missing value)
      Facebook UNKNOWN (missing value)
      Google Chrome ApplicationHidden (/Applications/Google Chrome.app)
      uTorrent Application (/Applications/uTorrent.app)
      Plex Media Server Application (/Applications/Plex Media Server.app)
      fuspredownloader ApplicationHidden (/Users/[redacted]/Library/Application Support/.FUS/fuspredownloader.app)
      KiesAgent UNKNOWNHidden (missing value)
    Internet Plug-ins: ℹ️
      FlashPlayer-10.6: Version: 15.0.0.246 - SDK 10.6 [Support]
      QuickTime Plugin: Version: 7.7.3
      Flash Player: Version: 15.0.0.246 - SDK 10.6 Mismatch! Adobe recommends 16.0.0.235
      Default Browser: Version: 600 - SDK 10.10
      SharePointBrowserPlugin: Version: 14.4.4 - SDK 10.6 [Support]
      Silverlight: Version: 5.1.20913.0 - SDK 10.6 [Support]
      JavaAppletPlugin: Version: Java 7 Update 60 Check version
    User internet Plug-ins: ℹ️
      BlueStacks Install Detector: Version: Unknown
    3rd Party Preference Panes: ℹ️
      Flash Player  [Support]
      Java  [Support]
    Time Machine: ℹ️
      Skip System Files: NO
      Mobile backups: ON
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 249.77 GB Disk used: 89.44 GB
      Destinations:
      BACKUP [Local]
      Total size: 28.67 GB
      Total number of backups: 0
      Oldest backup: -
      Last backup: -
      Size of backup disk: Too small
      Backup size 28.67 GB < (Disk used 89.44 GB X 3)
    Top Processes by CPU: ℹ️
          3% WindowServer
          1% fontd
          0% Plex Media Server
          0% AppleSpell
          0% launchd
    Top Processes by Memory: ℹ️
      172 MB Finder
      155 MB softwareupdated
      146 MB Google Chrome
      112 MB installd
      103 MB mds_stores
    Virtual Memory Information: ℹ️
      1.60 GB Free RAM
      4.45 GB Active RAM
      582 MB Inactive RAM
      1.34 GB Wired RAM
      229.77 GB Page-ins
      114 MB Page-outs
    Diagnostics Information: ℹ️

      3.47 GB Page-outs
    You are over working your RAM. Your machine should be able to take more RAM.
    The 2 places I’ve seen recommended most to buy reliable RAM are below. I have purchased RAM several times from Other World Computing and have always been very satisfied with the product and service. They have on-line instructions on how to replace the RAM. OWC has also tested RAM above what Apple states is the maximum. I now have 6GB installed on a machine supposedly limited to 4 GB.
    Crucial
    Other World Computing
    Activity Monitor - Mavericks  also Yosemite
    Activity Monitor in Mavericks has significant changes
    Performance Guide
    Why is my computer slow
    Why your Mac runs slower than it should
    Slow Mac After Mavericks
    Things you can do to resolve slowdowns  see post by Kappy

  • How to increase or reduce Fx page scroll when scroll mouse

    When I scroll mouse Flex App page scroll very slow
    How to increase or reduce Fx page scroll when scroll mouse?
    Tell me
    Thx

    cjuan1morb4ulv wrote:
    how to remove a black border box that continously tabs to each field automatically till end of web page; restarts to top of page, cannot stop this box. Scroll bar cannot be controlled with mouse, scroll bar returns automatically to the top of scroll slide every time I move the bar to the bottom of the scale.  Also, there's a rectangular text box (with black background and white text) that is always on the desktop that emulates a typed text, HTML, or cmd function.
    The first two problems (box cycling from element to element on page, scroll bar returning to top) can be caused by a stuck (or defective) Tab key on the keyboard. Such damage can be caused by a liquid spill; just one tiny droplet is enough to short a wafer switch under one key.
    The last issue (black box, white text - sounds sorta like a debugger window) I haven't seen, but could be caused by something similar.
    To check for that, try using a different keyboard. If you're using a wireless keyboard, turn it off and see if the oddities stop.

  • SharePoint 2010 Slow query duration when setting metadata on folder

    I'm getting "Slow Query Duration" when I programmatically set a default value for a default field to apply to documents at a specified location on a SP 2010 library.
    It has nothing to do with performance most probably as I'm getting this working with a folder within a library with only a 1 document on a UAT environment. Front-end: AMD Opteron 6174 2.20GHz x 2 + 8gb RAM, Back-end: AMD Opteron 6174 2.20GHz x 2 + 16gb
    RAM.
    The specific line of code causing this is:
    folderMetadata.SetFieldDefault(createdFolder, fieldData.Field.InternalName, thisFieldTextValue);
    What SP says:
    02/17/2014 16:29:03.24 w3wp.exe (0x10D0) 0x0DB0 SharePoint Foundation Database fa42 Monitorable A large block of literal text was sent to sql. This can result in blocking in sql and excessive memory use on the front end. Verify that no binary parameters are
    being passed as literals, and consider breaking up batches into smaller components. If this request is for a SharePoint list or list item, you may be able to resolve this by reducing the number of fields.
    02/17/2014 16:29:03.24 w3wp.exe (0x10D0) 0x0DB0 SharePoint Foundation Database fa43 High Slow Query Duration: 254.705556153086
    02/17/2014 16:29:03.26 w3wp.exe (0x10D0) 0x0DB0 SharePoint Foundation Database fa44 High Slow Query StackTrace-Managed: at Microsoft.SharePoint.Utilities.SqlSession.OnPostExecuteCommand(SqlCommand command, SqlQueryData monitoringData) at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand
    command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDeadLock) at Microsoft.SharePoint.SPSqlClient.ExecuteQueryInternal(Boolean retryfordeadlock) at Microsoft.SharePoint.SPSqlClient.ExecuteQuery(Boolean retryfordeadlock) at Microsoft.SharePoint.Library.SPRequestInternalClass.PutFile(String
    bstrUrl, String bstrWebRelativeUrl, Object punkFile, Int32 cbFile, Object punkFFM, PutFileOpt PutFileOpt, String bstrCreatedBy, String bstrModifiedBy, Int32 iCreatedByID, Int32 iModifiedByID, Object varTimeCreated, Object varTimeLastModified, Obje...
    02/17/2014 16:29:03.26* w3wp.exe (0x10D0) 0x0DB0 SharePoint Foundation Database fa44 High ...ct varProperties, String bstrCheckinComment, Byte partitionToCheck, Int64 fragmentIdToCheck, String bstrCsvPartitionsToDelete, String bstrLockIdMatch, String bstEtagToMatch,
    Int32 lockType, String lockId, Int32 minutes, Int32 fRefreshLock, Int32 bValidateReqFields, Guid gNewDocId, UInt32& pdwVirusCheckStatus, String& pVirusCheckMessage, String& pEtagReturn, Byte& piLevel, Int32& pbIgnoredReqProps) at Microsoft.SharePoint.Library.SPRequest.PutFile(String
    bstrUrl, String bstrWebRelativeUrl, Object punkFile, Int32 cbFile, Object punkFFM, PutFileOpt PutFileOpt, String bstrCreatedBy, String bstrModifiedBy, Int32 iCreatedByID, Int32 iModifiedByID, Object varTimeCreated, Object varTimeLastModified, Object varProperties,
    String bstrCheckinComment, Byte partitionToCheck, Int64 fragmentIdToCheck...
    02/17/2014 16:29:03.26* w3wp.exe (0x10D0) 0x0DB0 SharePoint Foundation Database fa44 High ..., String bstrCsvPartitionsToDelete, String bstrLockIdMatch, String bstEtagToMatch, Int32 lockType, String lockId, Int32 minutes, Int32 fRefreshLock, Int32 bValidateReqFields,
    Guid gNewDocId, UInt32& pdwVirusCheckStatus, String& pVirusCheckMessage, String& pEtagReturn, Byte& piLevel, Int32& pbIgnoredReqProps) at Microsoft.SharePoint.SPFile.SaveBinaryStreamInternal(Stream file, String checkInComment, Boolean checkRequiredFields,
    Boolean autoCheckoutOnInvalidData, Boolean bIsMigrate, Boolean bIsPublish, Boolean bForceCreateVersion, String lockIdMatch, SPUser modifiedBy, DateTime timeLastModified, Object varProperties, SPFileFragmentPartition partitionToCheck, SPFileFragmentId fragmentIdToCheck,
    SPFileFragmentPartition[] partitionsToDelete, Stream formatMetadata, String etagToMatch, Boolea...
    02/17/2014 16:29:03.26* w3wp.exe (0x10D0) 0x0DB0 SharePoint Foundation Database fa44 High ...n bSyncUpdate, SPLockType lockType, String lockId, TimeSpan lockTimeout, Boolean refreshLock, Boolean requireWebFilePermissions, Boolean failIfRequiredCheckout, Boolean
    validateReqFields, Guid newDocId, SPVirusCheckStatus& virusCheckStatus, String& virusCheckMessage, String& etagReturn, Boolean& ignoredRequiredProps) at Microsoft.SharePoint.SPFile.SaveBinary(Stream file, Boolean checkRequiredFields, Boolean
    createVersion, String etagMatch, String lockIdMatch, Stream fileFormatMetaInfo, Boolean requireWebFilePermissions, String& etagNew) at Microsoft.SharePoint.SPFile.SaveBinary(Byte[] file) at Microsoft.Office.DocumentManagement.MetadataDefaults.Update()
    at TWINSWCFAPI.LibraryManager.CreatePathFromFolderCollection(String fullPathUrl, SPListItem item, SPWeb web, Dictionary2...
    02/17/2014 16:29:03.26* w3wp.exe (0x10D0) 0x0DB0 SharePoint Foundation Database fa44 High ... folderToCreate, Boolean setDefaultValues, Boolean mainFolder) at TWINSWCFAPI.LibraryManager.CreatePathFromFolderCollection(String fullPathUrl, List1 resultDataList,
    SPListItem item, SPWeb web, Boolean setDefaultValues, Boolean mainFolder) at TWINSWCFAPI.LibraryManager.CreateExtraFolders(List1
    pathResultDataList, List1 resultDataList, String fullPathUrl, SPWeb web, SPListItem item, Boolean setDefaultValues) at TWINSWCFAPI.LibraryManager.CreateFolders(SPWeb web, List1
    pathResultDataList, SPListItem item, String path, Boolean setDefaultValues) at TWINSWCFAPI.LibraryManager.MoveFileAfterMetaChange(SPListItem item) at TWINSWCFAPI.DocMetadataChangeEventReceiver.DocMetadataChangeEventReceiver.FileDocument(SPWeb web, SPListItem
    listItem) at TWINSWCFAPI.DocMetadataChang...
    02/17/2014 16:29:03.26* w3wp.exe (0x10D0) 0x0DB0 SharePoint Foundation Database fa44 High ...eEventReceiver.DocMetadataChangeEventReceiver.ItemCheckedIn(SPItemEventProperties properties) at Microsoft.SharePoint.SPEventManager.RunItemEventReceiver(SPItemEventReceiver
    receiver, SPUserCodeInfo userCodeInfo, SPItemEventProperties properties, SPEventContext context, String receiverData) at Microsoft.SharePoint.SPEventManager.RunItemEventReceiverHelper(Object receiver, SPUserCodeInfo userCodeInfo, Object properties, SPEventContext
    context, String receiverData) at Microsoft.SharePoint.SPEventManager.<>c__DisplayClassc1.b__6() at Microsoft.SharePoint.SPSecurity.RunAsUser(SPUserToken userToken, Boolean bResetContext, WaitCallback code, Object param) at Microsoft.SharePoint.SPEventManager.InvokeEventReceivers[ReceiverType](SPUserToken
    userToken, Gu...
    02/17/2014 16:29:03.26* w3wp.exe (0x10D0) 0x0DB0 SharePoint Foundation Database fa44 High ...id tranLockerId, RunEventReceiver runEventReceiver, Object receivers, Object properties, Boolean checkCancel) at Microsoft.SharePoint.SPEventManager.InvokeEventReceivers[ReceiverType](Byte[]
    userTokenBytes, Guid tranLockerId, RunEventReceiver runEventReceiver, Object receivers, Object properties, Boolean checkCancel) at Microsoft.SharePoint.SPEventManager.HandleEventCallback[ReceiverType,PropertiesType](Object callbackData) at Microsoft.SharePoint.Utilities.SPThreadPool.WaitCallbackWrapper(Object
    state) at System.Threading.ExecutionContext.runTryCode(Object userData) at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) at System.Threading.ExecutionContext.Run(ExecutionContext
    execu...
    02/17/2014 16:29:03.26* w3wp.exe (0x10D0) 0x0DB0 SharePoint Foundation Database fa44 High ...tionContext, ContextCallback callback, Object state) at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
    at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
    02/17/2014 16:29:03.26 w3wp.exe (0x10D0) 0x0DB0 SharePoint Foundation Database tzku High ConnectionString: 'Data Source=PFC-SQLUAT-202;Initial Catalog=TWINSDMS_LondonDivision_Content;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect
    Timeout=15' ConnectionState: Open ConnectionTimeout: 15
    02/17/2014 16:29:03.26 w3wp.exe (0x10D0) 0x0DB0 SharePoint Foundation Database tzkv High SqlCommand: 'DECLARE @@iRet int;BEGIN TRAN EXEC @@iRet = proc_WriteChunkToAllDocStreams @wssp0, @wssp1, @wssp2, @wssp3, @wssp4, @wssp5, @wssp6;IF @@iRet <> 0 GOTO
    done; DECLARE @@S uniqueidentifier; DECLARE @@W uniqueidentifier; DECLARE @@DocId uniqueidentifier; DECLARE @@DoclibRowId int; DECLARE @@Level tinyint; DECLARE @@DocUIVersion int;DECLARE @@IsCurrentVersion bit; DECLARE @DN nvarchar(256); DECLARE @LN nvarchar(128);
    DECLARE @FU nvarchar(260); SET @DN=@wssp7;SET @@iRet=0; ;SET @LN=@wssp8;SET @FU=@wssp9;SET @@S=@wssp10;SET @@W=@wssp11;SET @@DocUIVersion = 512;IF @@iRet <> 0 GOTO done; ;SET @@Level =@wssp12; EXEC @@iRet = proc_UpdateDocument @@S, @@W, @DN, @LN, @wssp13,
    @wssp14, @wssp15, @wssp16, @wssp17, @wssp18, @wssp19, @wssp20, @wssp21, @wssp22, @wssp23, @wssp24, @wssp25, @wssp26,...
    02/17/2014 16:29:03.26* w3wp.exe (0x10D0) 0x0DB0 SharePoint Foundation Database tzkv High ... @wssp27, @wssp28, @wssp29, @wssp30, @wssp31, @wssp32, @wssp33, @wssp34, @wssp35, @wssp36, @wssp37, @wssp38, @wssp39, @wssp40, @wssp41, @wssp42, @wssp43, @wssp44, @wssp45,
    @wssp46, @wssp47, @wssp48, @wssp49, @wssp50, @wssp51, @@DocId OUTPUT, @@Level OUTPUT , @@DoclibRowId OUTPUT,@wssp52 OUTPUT,@wssp53 OUTPUT,@wssp54 OUTPUT,@wssp55 OUTPUT ; IF @@iRet <> 0 GOTO done; EXEC @@iRet = proc_TransferStream @@S, @@DocId, @@Level,
    @wssp56, @wssp57, @wssp58; IF @@iRet <> 0 GOTO done; EXEC proc_AL @@S,@DN,@LN,@@Level,0,N'London/Broking/Documents/E/E _ E Foods Corporation',N'2012',72,85,83,1,N'';EXEC proc_AL @@S,@DN,@LN,@@Level,1,N'London/Broking/Documents/E',N'E _ E Foods Corporation',72,85,83,1,N'';EXEC
    proc_AL @@S,@DN,@LN,@@Level,2,N'London/Broking/Documents/E/E _ E Foods Corporation',N'2013',72,85,...
    02/17/2014 16:29:03.26* w3wp.exe (0x10D0) 0x0DB0 SharePoint Foundation Database tzkv High ...83,1,N'';EXEC proc_AL @@S,@DN,@LN,@@Level,3,N'London/Broking/Documents/E/E _ E Foods Corporation/2013',N'QA11G029601',72,85,83,1,N'';EXEC proc_AL @@S,@DN,@LN,@@Level,4,N'London/Broking/Documents/K',N'Konig
    _ Reeker',72,85,83,1,N'';EXEC proc_AL @@S,@DN,@LN,@@Level,5,N'London/Broking/Documents/K/Konig _ Reeker',N'2012',72,85,83,1,N'';EXEC proc_AL @@S,@DN,@LN,@@Level,6,N'London/Broking/Documents/K/Konig _ Reeker/2012',N'QA12E013201',72,85,83,1,N'';EXEC proc_AL
    @@S,@DN,@LN,@@Level,7,N'London/Broking/Documents/K/Konig _ Reeker/2012',N'A12EL00790',72,85,83,1,N'';EXEC proc_AL @@S,@DN,@LN,@@Level,8,N'London/Broking/Documents/K/Konig _ Reeker/2012',N'A12DA00720',72,85,83,1,N'';EXEC proc_AL @@S,@DN,@LN,@@Level,9,N'London/Broking/Documents/K/Konig
    _ Reeker/2012',N'A12DC00800',72,85,83,1,N'';EXEC proc...
    02/17/2014 16:29:03.26* w3wp.exe (0x10D0) 0x0DB0 SharePoint Foundation Database tzkv High ..._AL @@S,@DN,@LN,@@Level,10,N'London/Broking/Documents/A',N'Ace European Group Limited',72,85,83,1,N'';EXEC proc_AL @@S,@DN,@LN,@@Level,11,N'London/Broking/Documents/A/Ace
    European Group Limited',N'2012',72,85,83,1,N'';EXEC proc_AL @@S,@DN,@LN,@@Level,12,N'London/Broking/Documents/A/Ace European Group Limited/2012',N'JXB88435',72,85,83,1,N'';EXEC proc_AL @@S,@DN,@LN,@@Level,13,N'London/Broking/Documents/A/Ace European Group
    Limited/2012/JXB88435/Closings',N'PRM 1',72,85,83,1,N'';EXEC proc_AL @@S,@DN,@LN,@@Level,14,N'London/Broking/Documents/A/Ace European Group Limited/2012/JXB88435/Closings',N'PRM 2',72,85,83,1,N'';EXEC proc_AL @@S,@DN,@LN,@@Level,15,N'London/Broking/Documents/C',N'C
    Moore-Gordon',72,85,83,1,N'';EXEC proc_AL @@S,@DN,@LN,@@Level,16,N'London/Broking/Documents/C/C Moore-Gordo...
    02/17/2014 16:29:03.26* w3wp.exe (0x10D0) 0x0DB0 SharePoint Foundation Database tzkv High ...n',N'2012',72,85,83,1,N'';EXEC proc_AL @@S,@DN,@LN,@@Level,17,N'London/Broking/Documents/C/C Moore-Gordon/2012',N'QY13P700201',72,85,83,1,N'';EXEC proc_AL @@S,@DN,@LN,@@Level,18,N'London/Broking/Documents/C/C
    Moore-Gordon',N'2013',72,85,83,1,N'';EXEC proc_AL @@S,@DN,@LN,@@Level,19,N'London/Broking/Documents/C/C Moore-Gordon/2013',N'Y13PF07010',72,85,83,1,N'';EXEC proc_AL @@S,@DN,@LN,@@Level,20,N'London/Broking/Documents/A/Ace European Group Limited/2012/JXB88435/Closings',N'ARP
    7',72,85,83,1,N'';EXEC proc_AL @@S,@DN,@LN,@@Level,21,N'London/Broking/Documents/A/Ace European Group Limited/2012/JXB88435/Closings',N'ARP 8',72,85,83,1,N'';EXEC proc_AL . . .
    Thanks in advance A

    SharePoint and SQL Server installed on same server or how is the setup?
    i would start to enable the developer dashboard, analyze the report of the developer dashboard...
    you will see if any webpart, or page or sql server query taking too much time.
    http://www.sharepoint-journey.com/developer-dashboard-in-sharepoint-2013.html
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Why "slow server alert" when NO running requests and NO open connections??

    The snapshot below says it all.  Why on earth would my dev machine with no running requests, and no open database connections, kick off a slow server alert?
    I will tell you that at the exact same time this snapshot was generated, my other two servers WERE hung and were reporting "Unresponsive alerts", and they connect to the same databases.  I am chasing down a chronic communication failure between our database and web servers where everything with a databae connection gets locked/hung at the same time every night, 7 days a week.  The hang lasts anywhere from a few mins to 40+ mins.
    Is this why my dev server would report slow?  And if so, is it the skimmers or what that's causing a slow server alert??  Would it only report "Unresponsive" if there were actual page requests hanging, vs. a "Slow Server Alert"?
    This is CF10 (update 12) 64-bit on Windows 2008 R2, IIS 7, connecting to separate Oracle 11g server.
    Thanks for any insights.
    Snapshot generated on : Sun Dec 08 20:10:43 EST 2013 
    Caused by : Slow Server Alert
    Profiling : Disabled
    Memory Tracking : Disabled
    Average server response time is more than 20 seconds.
    *Total Running requests - 0
    *Total Queued requests - 0
    Template Running requests - 0
    Template Queued requests - 0
    Flash Remoting Running requests - 0
    Flash Remoting Queued requests - 0
    CFC method Running requests - 0
    CFC method Queued requests - 0
    Web Service Running requests - 0
    Web Service Queued requests - 0
    JVM Memory Stats
    Free Memory : 295634776 bytes
    Used Memory : 239663272 bytes
    Throttle Stats [Throttle Queue Size : Throttle Memory Used]
    0  : 0.0 megabytes
    Query Cache Stats -
    [Hit Ratio : Size : Count]
       0.0 : 0 bytes : 3
    Cached Queries -
    [Query Name : DSN : Size : TIme Executed : Time Taken : Line No : Function Name : Template Path]
    DB Pool Stats -
    [DSN :Open Conn Count : Total Conn Count : Max Con Count : Avg Open Conn Count : Avg Total Conn Count]
       GWAS_dev : 0 : 0 : Unlimited : 0 : 0
       dev_trnd_assignmentdesk : 0 : 0 : Unlimited : 0 : 0
       ADHD : 0 : 0 : Unlimited : 0 : 0
       web_dev : 0 : 7 : Unlimited : 1 : 5
       web_prod : 0 : 7 : Unlimited : 0 : 2
       nVision : 0 : 0 : Unlimited : 0 : 0
       legislation_dev : 0 : 0 : Unlimited : 0 : 0
       ISC_dev : 0 : 0 : Unlimited : 0 : 0
       legislation : 0 : 0 : Unlimited : 0 : 0
       dev_intranet : 0 : 1 : Unlimited : 1 : 5
       dev_DNADay : 0 : 0 : Unlimited : 0 : 0
       dvinciSpanish : 0 : 0 : Unlimited : 0 : 0
       dvinciORACLE : 0 : 0 : Unlimited : 0 : 0
       dev_assignmentdesk : 0 : 0 : Unlimited : 0 : 0
    Java stack trace -
    Full thread dump Java 1.7.0_45
    "obj-skimmer-dev_assignmentdesk" prio=5 tid=1011 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.server.j2ee.pool.PoolSkimmerThread.run(PoolSkimmerThread.java:47)
    at java.lang.Thread.run(Thread.java:744)
    "obj-skimmer-GWAS_dev" prio=5 tid=1027 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.server.j2ee.pool.PoolSkimmerThread.run(PoolSkimmerThread.java:47)
    at java.lang.Thread.run(Thread.java:744)
    "Reference Handler" prio=10 tid=2 WAITING
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:503)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
    "obj-skimmer-dvinciSpanish" prio=5 tid=1021 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.server.j2ee.pool.PoolSkimmerThread.run(PoolSkimmerThread.java:47)
    at java.lang.Thread.run(Thread.java:744)
    "GC Daemon" prio=2 tid=11 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at sun.misc.GC$Daemon.run(GC.java:117)
    "obj-skimmer-web_dev" prio=5 tid=1033 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.server.j2ee.pool.PoolSkimmerThread.run(PoolSkimmerThread.java:47)
    at java.lang.Thread.run(Thread.java:744)
    "DefaultQuartzScheduler_Worker-9" prio=5 tid=46 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
    "scheduler-2" prio=5 tid=97 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.scheduling.Scheduler.createRunnable(Scheduler.java:132)
    at coldfusion.scheduling.ThreadPool.createRunnable(ThreadPool.java:138)
    at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:68)
    "ajp-bio-8012-exec-342" prio=5 tid=1484 RUNNABLE
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:152)
    at java.net.SocketInputStream.read(SocketInputStream.java:122)
    at org.apache.coyote.ajp.AjpProcessor.read(AjpProcessor.java:319)
    at org.apache.coyote.ajp.AjpProcessor.readMessage(AjpProcessor.java:445)
    at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:132)
    at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.jav a:539)
    at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "ajp-bio-8012-exec-345" prio=5 tid=1488 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "DefaultQuartzScheduler_Worker-1" prio=5 tid=38 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
    "Timer-4" prio=5 tid=63 WAITING
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:503)
    at java.util.TimerThread.mainLoop(Timer.java:526)
    at java.util.TimerThread.run(Timer.java:505)
    "DefaultQuartzScheduler_QuartzSchedulerThread" prio=5 tid=48 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:430)
    "ajp-bio-8012-AsyncTimeout" prio=5 tid=78 TIMED_WAITING
    at java.lang.Thread.sleep(Native Method)
    at org.apache.tomcat.util.net.JIoEndpoint$AsyncTimeout.run(JIoEndpoint.java:136)
    at java.lang.Thread.run(Thread.java:744)
    "cfthread-0" prio=5 tid=884 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.util.GenericThreadPool$ThreadPoolRunnableFactory.createRunnable(GenericThreadP ool.java:177)
    at coldfusion.scheduling.ThreadPool.createRunnable(ThreadPool.java:138)
    at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:68)
    "DefaultQuartzScheduler_Worker-8" prio=5 tid=45 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
    "Timer-2" prio=5 tid=16 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at java.util.TimerThread.mainLoop(Timer.java:552)
    at java.util.TimerThread.run(Timer.java:505)
    "Timer-0" prio=5 tid=14 WAITING
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:503)
    at java.util.TimerThread.mainLoop(Timer.java:526)
    at java.util.TimerThread.run(Timer.java:505)
    "worker #3" prio=5 tid=71 WAITING
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:503)
    at com.jnbridge.jnbcore.server.b.c.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:744)
    "MulticastListener" prio=5 tid=55 RUNNABLE
    at java.net.TwoStacksPlainDatagramSocketImpl.receive0(Native Method)
    at java.net.TwoStacksPlainDatagramSocketImpl.receive(TwoStacksPlainDatagramSocketImpl.java:1 14)
    at java.net.DatagramSocket.receive(DatagramSocket.java:786)
    at coldfusion.license.g.run(Unknown Source)
    "ajp-bio-8012-exec-347" prio=5 tid=1493 RUNNABLE
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:152)
    at java.net.SocketInputStream.read(SocketInputStream.java:122)
    at org.apache.coyote.ajp.AjpProcessor.read(AjpProcessor.java:319)
    at org.apache.coyote.ajp.AjpProcessor.readMessage(AjpProcessor.java:445)
    at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:132)
    at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.jav a:539)
    at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "DefaultQuartzScheduler_Worker-7" prio=5 tid=44 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
    "obj-skimmer-dev_trnd_assignmentdesk" prio=5 tid=1017 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.server.j2ee.pool.PoolSkimmerThread.run(PoolSkimmerThread.java:47)
    at java.lang.Thread.run(Thread.java:744)
    "ContainerBackgroundProcessor[StandardEngine[Catalina]]" prio=5 tid=76 TIMED_WAITING
    at java.lang.Thread.sleep(Native Method)
    at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.jav a:1474)
    at java.lang.Thread.run(Thread.java:744)
    "ajp-bio-8012-exec-333" prio=5 tid=1442 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "ajp-bio-8012-exec-337" prio=5 tid=1450 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "worker #4" prio=5 tid=72 WAITING
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:503)
    at com.jnbridge.jnbcore.server.b.c.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:744)
    "Signal Dispatcher" prio=9 tid=4 RUNNABLE
    "scheduler-5" prio=5 tid=859 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.scheduling.Scheduler.createRunnable(Scheduler.java:132)
    at coldfusion.scheduling.ThreadPool.createRunnable(ThreadPool.java:138)
    at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:68)
    "net.sf.ehcache.CacheManager@485165c7" prio=5 tid=100 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at java.util.TimerThread.mainLoop(Timer.java:552)
    at java.util.TimerThread.run(Timer.java:505)
    "scheduler-1" prio=5 tid=58 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.scheduling.Scheduler.createRunnable(Scheduler.java:132)
    at coldfusion.scheduling.ThreadPool.createRunnable(ThreadPool.java:138)
    at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:68)
    "Java2D Disposer" prio=10 tid=73 WAITING
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
    at sun.java2d.Disposer.run(Disposer.java:145)
    at java.lang.Thread.run(Thread.java:744)
    "Timer-5" prio=5 tid=74 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at java.util.TimerThread.mainLoop(Timer.java:552)
    at java.util.TimerThread.run(Timer.java:505)
    "Thread-5" prio=5 tid=17 TIMED_WAITING
    at java.lang.Thread.sleep(Native Method)
    at org.apache.log4j.helpers.FileWatchdog.run(FileWatchdog.java:104)
    "Thread-30" prio=5 tid=88 RUNNABLE
    at java.net.DualStackPlainSocketImpl.accept0(Native Method)
    at java.net.DualStackPlainSocketImpl.socketAccept(DualStackPlainSocketImpl.java:131)
    at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:198)
    at java.net.ServerSocket.implAccept(ServerSocket.java:530)
    at java.net.ServerSocket.accept(ServerSocket.java:498)
    at org.apache.catalina.core.StandardServer.await(StandardServer.java:447)
    at com.adobe.coldfusion.launcher.Launcher.await(Launcher.java:499)
    at com.adobe.coldfusion.launcher.Launcher.access$000(Launcher.java:63)
    at com.adobe.coldfusion.launcher.Launcher$1.run(Launcher.java:341)
    at java.lang.Thread.run(Thread.java:744)
    "obj-skimmer-ISC_dev" prio=5 tid=1029 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.server.j2ee.pool.PoolSkimmerThread.run(PoolSkimmerThread.java:47)
    at java.lang.Thread.run(Thread.java:744)
    "AuthCacheManager" prio=5 tid=19 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at java.util.TimerThread.mainLoop(Timer.java:552)
    at java.util.TimerThread.run(Timer.java:505)
    "DefaultQuartzScheduler_Worker-5" prio=5 tid=42 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
    "DefaultQuartzScheduler_Worker-10" prio=5 tid=47 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
    "ajp-bio-8012-exec-338" prio=5 tid=1477 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "obj-skimmer-ADHD" prio=5 tid=25 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.server.j2ee.pool.PoolSkimmerThread.run(PoolSkimmerThread.java:47)
    at java.lang.Thread.run(Thread.java:744)
    "scheduler-4" prio=5 tid=844 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.scheduling.Scheduler.createRunnable(Scheduler.java:132)
    at coldfusion.scheduling.ThreadPool.createRunnable(ThreadPool.java:138)
    at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:68)
    "ajp-bio-8012-exec-343" prio=5 tid=1486 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "ajp-bio-8012-exec-346" prio=5 tid=1489 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "MulticastListener" prio=5 tid=51 RUNNABLE
    at java.net.TwoStacksPlainDatagramSocketImpl.receive0(Native Method)
    at java.net.TwoStacksPlainDatagramSocketImpl.receive(TwoStacksPlainDatagramSocketImpl.java:1 14)
    at java.net.DatagramSocket.receive(DatagramSocket.java:786)
    at coldfusion.license.g.run(Unknown Source)
    "Thread-1" prio=1 tid=10 TIMED_WAITING
    at java.lang.Thread.sleep(Native Method)
    at com.adobe.coldfusion.bootstrap.ConsoleLogRotationHandler$1.run(ConsoleLogRotationHandler. java:57)
    at java.lang.Thread.run(Thread.java:744)
    "DefaultQuartzScheduler_Worker-3" prio=5 tid=40 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
    "obj-skimmer-web_prod" prio=5 tid=1025 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.server.j2ee.pool.PoolSkimmerThread.run(PoolSkimmerThread.java:47)
    at java.lang.Thread.run(Thread.java:744)
    "ajp-bio-8012-Acceptor-0" prio=5 tid=77 RUNNABLE
    at java.net.DualStackPlainSocketImpl.accept0(Native Method)
    at java.net.DualStackPlainSocketImpl.socketAccept(DualStackPlainSocketImpl.java:131)
    at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:198)
    at java.net.ServerSocket.implAccept(ServerSocket.java:530)
    at java.net.ServerSocket.accept(ServerSocket.java:498)
    at org.apache.tomcat.util.net.DefaultServerSocketFactory.acceptSocket(DefaultServerSocketFac tory.java:60)
    at org.apache.tomcat.util.net.JIoEndpoint$Acceptor.run(JIoEndpoint.java:207)
    at java.lang.Thread.run(Thread.java:744)
    "DefaultQuartzScheduler_Worker-2" prio=5 tid=39 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
    "MulticastListener" prio=5 tid=57 RUNNABLE
    at java.net.TwoStacksPlainDatagramSocketImpl.receive0(Native Method)
    at java.net.TwoStacksPlainDatagramSocketImpl.receive(TwoStacksPlainDatagramSocketImpl.java:1 14)
    at java.net.DatagramSocket.receive(DatagramSocket.java:786)
    at coldfusion.license.g.run(Unknown Source)
    "Thread-375" prio=5 tid=944 RUNNABLE
    at sun.print.Win32PrintServiceLookup.notifyPrinterChange(Native Method)
    at sun.print.Win32PrintServiceLookup.access$100(Win32PrintServiceLookup.java:50)
    at sun.print.Win32PrintServiceLookup$PrinterChangeListener.run(Win32PrintServiceLookup.java: 323)
    "Timer-3" prio=5 tid=49 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at java.util.TimerThread.mainLoop(Timer.java:552)
    at java.util.TimerThread.run(Timer.java:505)
    "ajp-bio-8012-exec-305" prio=5 tid=1357 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "DefaultQuartzScheduler_Worker-4" prio=5 tid=41 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
    "ajp-bio-8012-exec-319" prio=5 tid=1379 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "DestroyJavaVM" prio=5 tid=89 RUNNABLE
    "ajp-bio-8012-exec-331" prio=5 tid=1438 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "obj-skimmer-dvinciORACLE" prio=5 tid=1019 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.server.j2ee.pool.PoolSkimmerThread.run(PoolSkimmerThread.java:47)
    at java.lang.Thread.run(Thread.java:744)
    "obj-skimmer-nVision" prio=5 tid=28 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.server.j2ee.pool.PoolSkimmerThread.run(PoolSkimmerThread.java:47)
    at java.lang.Thread.run(Thread.java:744)
    "ServerThread" prio=5 tid=67 RUNNABLE
    at java.net.DualStackPlainSocketImpl.waitForNewConnection(Native Method)
    at java.net.DualStackPlainSocketImpl.socketAccept(DualStackPlainSocketImpl.java:135)
    at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:198)
    at java.net.ServerSocket.implAccept(ServerSocket.java:530)
    at java.net.ServerSocket.accept(ServerSocket.java:498)
    at com.jnbridge.jnbcore.server.b.b.if(Unknown Source)
    at com.jnbridge.jnbcore.JNBMain$a.run(Unknown Source)
    "Thread-26" prio=5 tid=66 WAITING
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:503)
    at coldfusion.util.SimpleThreadPool.getAssignment(SimpleThreadPool.java:113)
    at coldfusion.util.SimpleWorkerThread.run(SimpleThreadPool.java:211)
    "obj-skimmer-legislation" prio=5 tid=1023 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.server.j2ee.pool.PoolSkimmerThread.run(PoolSkimmerThread.java:47)
    at java.lang.Thread.run(Thread.java:744)
    "ajp-bio-8012-exec-299" prio=5 tid=1349 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "scheduler-0" prio=5 tid=21 RUNNABLE
    at java.lang.Thread.getStackTrace(Thread.java:1588)
    at coldfusion.monitor.stack.J5StackTrace.getAllStackTraces(J5StackTrace.java:39)
    at coldfusion.monitor.active.Snapshot.getJavaStackTrace(Snapshot.java:606)
    at coldfusion.monitor.active.Snapshot.getSnapshotData(Snapshot.java:165)
    at coldfusion.monitor.active.Snapshot.dumpSnapshot(Snapshot.java:595)
    at coldfusion.monitor.alert.Alert.dumpSnapshot(Alert.java:599)
    at coldfusion.monitor.alert.SlowServerAlert$SlowServerAlertTask.run(SlowServerAlert.java:166 )
    at coldfusion.monitor.MonitoringServiceImpl$RunnableWrapper.run(MonitoringServiceImpl.java:1 570)
    at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:211)
    at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:71)
    "MulticastListener" prio=5 tid=54 RUNNABLE
    at java.net.TwoStacksPlainDatagramSocketImpl.receive0(Native Method)
    at java.net.TwoStacksPlainDatagramSocketImpl.receive(TwoStacksPlainDatagramSocketImpl.java:1 14)
    at java.net.DatagramSocket.receive(DatagramSocket.java:786)
    at coldfusion.license.g.run(Unknown Source)
    "Attach Listener" prio=5 tid=5 RUNNABLE
    "ajp-bio-8012-exec-326" prio=5 tid=1432 RUNNABLE
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:152)
    at java.net.SocketInputStream.read(SocketInputStream.java:122)
    at org.apache.coyote.ajp.AjpProcessor.read(AjpProcessor.java:319)
    at org.apache.coyote.ajp.AjpProcessor.readMessage(AjpProcessor.java:445)
    at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:132)
    at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.jav a:539)
    at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "ajp-bio-8012-exec-332" prio=5 tid=1441 WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueue dSynchronizer.java:2043)
    at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
    at org.apache.tomcat.util.threads.TaskQueue.take(TaskQueue.java:104)
    at org.apache.tomcat.util.threads.TaskQueue.take(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "MulticastListener" prio=5 tid=59 RUNNABLE
    at java.net.TwoStacksPlainDatagramSocketImpl.receive0(Native Method)
    at java.net.TwoStacksPlainDatagramSocketImpl.receive(TwoStacksPlainDatagramSocketImpl.java:1 14)
    at java.net.DatagramSocket.receive(DatagramSocket.java:786)
    at coldfusion.license.g.run(Unknown Source)
    "MulticastListener" prio=5 tid=52 RUNNABLE
    at java.net.TwoStacksPlainDatagramSocketImpl.receive0(Native Method)
    at java.net.TwoStacksPlainDatagramSocketImpl.receive(TwoStacksPlainDatagramSocketImpl.java:1 14)
    at java.net.DatagramSocket.receive(DatagramSocket.java:786)
    at coldfusion.license.g.run(Unknown Source)
    "obj-skimmer-dev_DNADay" prio=5 tid=1013 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.server.j2ee.pool.PoolSkimmerThread.run(PoolSkimmerThread.java:47)
    at java.lang.Thread.run(Thread.java:744)
    "AWT-Windows" prio=6 tid=202 RUNNABLE
    at sun.awt.windows.WToolkit.eventLoop(Native Method)
    at sun.awt.windows.WToolkit.run(WToolkit.java:299)
    at java.lang.Thread.run(Thread.java:744)
    "MulticastListener" prio=5 tid=60 RUNNABLE
    at java.net.TwoStacksPlainDatagramSocketImpl.receive0(Native Method)
    at java.net.TwoStacksPlainDatagramSocketImpl.receive(TwoStacksPlainDatagramSocketImpl.java:1 14)
    at java.net.DatagramSocket.receive(DatagramSocket.java:786)
    at coldfusion.license.g.run(Unknown Source)
    "ajp-bio-8012-exec-339" prio=5 tid=1479 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "Finalizer" prio=8 tid=3 WAITING
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)
    "worker #0" prio=5 tid=68 WAITING
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:503)
    at com.jnbridge.jnbcore.server.b.c.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:744)
    "DefaultQuartzScheduler_Worker-6" prio=5 tid=43 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
    "MulticastListener" prio=5 tid=50 RUNNABLE
    at java.net.TwoStacksPlainDatagramSocketImpl.receive0(Native Method)
    at java.net.TwoStacksPlainDatagramSocketImpl.receive(TwoStacksPlainDatagramSocketImpl.java:1 14)
    at java.net.DatagramSocket.receive(DatagramSocket.java:786)
    at coldfusion.license.g.run(Unknown Source)
    "MulticastListener" prio=5 tid=53 RUNNABLE
    at java.net.TwoStacksPlainDatagramSocketImpl.receive0(Native Method)
    at java.net.TwoStacksPlainDatagramSocketImpl.receive(TwoStacksPlainDatagramSocketImpl.java:1 14)
    at java.net.DatagramSocket.receive(DatagramSocket.java:786)
    at coldfusion.license.g.run(Unknown Source)
    "Timer-1" prio=5 tid=15 WAITING
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:503)
    at java.util.TimerThread.mainLoop(Timer.java:526)
    at java.util.TimerThread.run(Timer.java:505)
    "ajp-bio-8012-exec-344" prio=5 tid=1487 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "scheduler-3" prio=5 tid=795 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.scheduling.Scheduler.createRunnable(Scheduler.java:132)
    at coldfusion.scheduling.ThreadPool.createRunnable(ThreadPool.java:138)
    at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:68)
    "customcache.data" prio=5 tid=101 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoo lExecutor.java:1090)
    at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoo lExecutor.java:807)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "ajp-bio-8012-exec-348" prio=5 tid=1494 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "Thread-25" prio=5 tid=65 WAITING
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:503)
    at coldfusion.util.SimpleThreadPool.getAssignment(SimpleThreadPool.java:113)
    at coldfusion.util.SimpleWorkerThread.run(SimpleThreadPool.java:211)
    "worker #2" prio=5 tid=70 WAITING
    at java.lang.Object.wait(Native Method)
    at java.lan

    I'm pretty sure the problem here is somehow related to my other post, but for shites and grins I would still like to know how I can receive a Slow Server alert when no actual page requests are running and it says there are 0 open connections to any of the datasources.

  • Flash content distorts when scrolling and switching tabs.. since FF 13.0.1..

    Before describing the issue
    Please note from the System Details pane to this post that I have the latest flash, etc.
    And Windows updates,are up to date.
    ==================================================
    Issue: Scrolling distorts flash player window (Youtube, hulu, etc.)
    Since: FF 13.0.1 update in June. (I posted on the issue under "badly scrambled images".)
    Problem is still there with FF 14.0.1
    This distortion happens:
    # even with just starting the browser (so no bloated cache)
    # even with just only one or two tabs open.
    And since last week's update to FF 14.01, I have also detected:
    Switching to the the tab with flash content will "imprint" the image from the my previous tab on to the flash player. I have to scroll or refresh to get the flash player to show its content.
    FYI, none of these flash player problems occur with IE9.
    The advise from a regular contributor was to turn off hardware acceleration, but these did not solve this issue.:(
    Solutions suggesting disabling all the plugins etc. have not solved the problem either.
    So if you can tell me some other way to solve this, I will appreciate it.
    Thanks.
    Images:
    [URL=http://imageshack.us/photo/my-images/824/ff14scramblesyoutubecon.png/][IMG]http://img824.imageshack.us/img824/4443/ff14scramblesyoutubecon.th.png[/IMG][/URL]
    [URL=http://imageshack.us/photo/my-images/715/stillscrambledflashcont.png/][IMG]http://img715.imageshack.us/img715/6813/stillscrambledflashcont.th.png[/IMG][/URL]

    Sorry, it took me a while to give feedback for the suggestions you have given here.
    (Please refer to sidebar on the original post for system details.)
    I have reset the profile and updated the Nvidia driver. The version of FF is 14.0.1. But it still scrambles the pictures.
    On top of scrambling the flash content when scrolling, it has additional problems:
    As you can see from the attached image, another tab's content is showing on the youtube flash player. This happens when I have paused the video even for a short time.
    I have a suspicion that the combination of Flash and Firefox does some weird things to graphic processing and memory.
    (I realize that IE implements Flash differently, but they seem to have this right.)
    I might just have to say goodbye to Firefox for a while.
    Thanks.

  • Firefox is very slow to respond when opening and nearly always stops responding altogether even refusing to react to Task Manager "End Program@ command. The "not responding@ error message also comes up during navigation on line.

    Firefox is very slow to respond when opening and nearly always stops responding altogether, even refusing to react to the Task Manager "End Program" command. The "not responding" error message also comes up during navigation on line. Several attempt have to be made to get on line. A loss of stability seems to be endemic at the moment.

    Try following the instructions here: [[Firefox hangs]]

  • Firefox 37 Beta on Windows 8.1 has lag and stuttering when scrolling

    I just recently got a new laptop, and since the minute I've installed firefox on it there has been lag when scrolling webpages. It seems to start off not too badly, with there being some stuttering when I first open firefox, however it seems like the longer I'm browsing the worse it gets, to the point where sometimes I'll start scrolling and then a second later firefox will just jump to the bottom of the page. Internet Explorer and Chrome both have perfectly smooth scrolling.
    I've tried numerous things to fix it already, this is some of the stuff I can remember trying:
    -Turning off hardware acceleration and smooth scrolling
    -Starting in safe mode
    -Complete reinstall with new profile
    -Updating graphics card and intel drivers
    Specs of the new laptop:
    Core i7
    GTX 970M
    16Gb RAM

    When I was trying different versions of Firefox to see if they all had the scrolling problem, I made sure to try 36, 38, and even 31.5 ESL portable. They all have the scrolling problem when my laptop is unplugged. However, when I tried Tor just to see what would happen - bingo! Perfectly smooth scrolling once more. This is especially weird as Tor uses 31.5.3 ESL as a base...
    This made me think that it could potentially be a plugin, as Tor doesn't have any plugins installed other than Flash. However, after first disabling, then manually removing, every plugin that was listed in about:plugins the problem continues to persist.
    Any idea why Tor would work flawlessly while every other version of firefox suffers the scrolling issue? I couldn't seem to remove the OpenH264 Video Codec provided by Cisco Systems, plugin. Is it possible to remove it in order to see if it is causing the problem?

  • Is there any way to disable electric whining on the 2011 Macbooks Pro, when scrolling in Firefox and opening new tabs?

    This happens only in Firefox w/o addons; under Mac OS X 10.6.7

    To specify the issue: A high-frequency noise can be heard coming from the left upper side of the Macbook (from beneath the 1 key). It can only be heard when scrolling and opening new tabs in firefox and is not influenced by the volume level and muting.

  • Issue when scrolling a pdf - There was a problem reading this document (135)

    This is when the PDF is created and rendered/previewed from Acrobat Reader and the issue is there for latest acrobat version too.
    When you open the PDF in Acrobat Reader and then when you scroll it and if you have more that one page in the PDF, it gives an error saying "There was a problem reading this document (135)".
    Is this a known issue in Acobat? Any resolution? Reinstalling acrobat version didn't help.
    Thank you in advance...!
    /Manu

    It's hard to tell for me as they are files such bank statement or other document from websites...how can i know?
    Thanks,
    Date: Wed, 9 May 2012 01:29:45 -0600
    From: [email protected]
    To: [email protected]
    Subject: Issue when scrolling a pdf - There was a problem reading this document (135)
        Re: Issue when scrolling a pdf - There was a problem reading this document (135)
        created by Nikhil.Gupta in Adobe Reader - View the full discussion
    Hi Manulak_Tech,
    As you are able to view PDF I had provided, the issue seems to be PDF specific.
    So when you scroll the PDF and reach to a page where Adobe Reader cannot read it, the error comes. I am sure the problem lies the way PDF was created. Can you describe how the PDF was created?
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4390058#4390058
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4390058#4390058. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Reader by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Starting random apps and screen flicker when scrolling

    My Touch 2G suddenly started to launch random apps without me touching the screen. Besides starting random apps the screen flickers when scrolling. Any body have experienced the same? It started about 1 month ago and I have always taken good care of it. I have tried every possible thing I can think of when it comes to software. Full restore, jailbreak, full restore, back to factory, back to earlier versions of IOS, but no luck. It is pretty persistent. I am sure it is hardware related and don't mind paying to have it fixed. I tried two repairshops already and they  were not able to recover the reason for the malfunction.  I wonder whether there is anybody who has experienced the same or even knows what is wrong?

    Hey Kimwaldal,
    Thanks for using Apple Support Communities.
    Sounds like the devices are opening things on their own. You may want to follow this article to make sure the screens are working correctly.
    iPhone, iPad, iPod touch: Troubleshooting touchscreen response
    http://support.apple.com/kb/ts1827
    Have a nice day,
    Mario

  • I recently got a an iPod 5 generation as a gift and while I was in my settings I turned on the voice over  to check the percentage of my battery, so I turned it off and now I can't unlock it. Even when scrolled my fingers on the screen and typed the pa

    I recently got a an iPod 5 generation as a gift    and while I was in my settings I turned on the voice over  to check the percentage of my battery, so I turned it off and now I can't unlock it. Even when scrolled my fingers on the screen and typed the password but it would unlock, please can some one help me with this

    You have the accessibility VoiceOver feature turned on.
    Triple click the home button and try going to Settings>General>Accessibility and turn VoiceOver off. You may have to use three fingers to scroll the screen to get there. If problems see the following for how to turn off via iTunes:
      iPhone: Configuring accessibility features (including VoiceOver and Zoom)

Maybe you are looking for

  • Default Profit centre not picked up

    Hi, Document splitting is activated. Now i have assigned one bank account to one profit centre '1210' in tcode 3keh I am posting customer receipt. Customer is in profit centre '1100' I have defined zero balance clearing account - 20010010 Now when i

  • [SOLVED] Warning errors after installing Blender. Bad desktop entries?

    Any idea what these errors mean exactly and how to fix them? update desktop mime database... Warning in file "/usr/share/applications/Thunar-folder-handler.desktop": usage of MIME type "x-directory/normal" is discouraged ("x-directory" is an old medi

  • Play buttons on some sites are not fuctional

    On sites like Bandcamp, and other video sites, items are not showing or playing. I have reinstalled and updated Firefox, scanned my computer for malware (even tried your fix by changing exe to firefox1.exe) reinstalled Adobe Flash, disabled plugins a

  • Program/Logic behind the Copy functionality in SE38 Transaction

    Hi, In SE38 by using the copy option, Program along with sub-objects can be copied to another object. Please let me know the Program/Logic behind that functionality. Also let me know is there any option in SAP to copy program from one system to anoth

  • Dynamic Search

    Hello, I have to make a search form and I want to return the columns from a table in a selectOneChoice, but fails to show. I use JDeveloeper 11.1.1.2.0. And one more query: how to send a parameters of my search form to the next function public void b