Filr Web Agent crashing

Our Filr system stops syncing files about every 6-8 hours. It's a large deployment with 1 of each appliance at version 1.01. Restarting the Web Agent gets synchronization going again until it stops. Here are some log snips from ssf.log and catalina.out of our Web Agent:
From ssf.log
Code:
2014-05-22 16:03:45,909 ERROR [http-apr-8443-exec-3] [org.kablink.teaming.module.file.impl.FileModuleImpl] - Error storing primary file FILRTEST01.txt
org.kablink.teaming.UncheckedIOException: I/O error: Connection refused
at com.novell.teaming.fi.connection.famt.FamtResourceSession.handleException(FamtResourceSession.java:143)
at com.novell.teaming.fi.connection.famt.FamtResourceSession.exists(FamtResourceSession.java:321)
at com.novell.teaming.repository.fi.impl.FIRepositorySession.fileInfo(FIRepositorySession.java:89)
at org.kablink.teaming.module.file.impl.FileModuleImpl.writeExistingFile(FileModuleImpl.java:2270)
at org.kablink.teaming.module.file.impl.FileModuleImpl.writeFileTransactional(FileModuleImpl.java:2115)
at org.kablink.teaming.module.file.impl.FileModuleImpl.writeFiles(FileModuleImpl.java:534)
at org.kablink.teaming.module.file.impl.FileModuleImpl.writeFiles(FileModuleImpl.java:513)
at sun.reflect.GeneratedMethodAccessor695.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at org.kablink.teaming.module.interceptor.EventListenerManagerInterceptor.invoke(EventListenerManagerInterceptor.java:64)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.kablink.teaming.util.aopalliance.InvocationStatisticsInterceptor.invoke(InvocationStatisticsInterceptor.java:49)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at com.sun.proxy.$Proxy7.writeFiles(Unknown Source)
at org.kablink.teaming.module.binder.impl.AbstractEntryProcessor.modifyEntry_processFiles(AbstractEntryProcessor.java:947)
at org.kablink.teaming.module.binder.impl.AbstractEntryProcessor.modifyEntryNormal(AbstractEntryProcessor.java:736)
at org.kablink.teaming.module.binder.impl.AbstractEntryProcessor.modifyEntry(AbstractEntryProcessor.java:672)
at org.kablink.teaming.module.folder.impl.AbstractFolderModule.modifyEntry(AbstractFolderModule.java:673)
at sun.reflect.GeneratedMethodAccessor891.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at org.kablink.teaming.search.interceptor.IndexSynchronizationManagerInterceptor.invoke(IndexSynchronizationManagerInterceptor.java:68)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.kablink.teaming.module.interceptor.EventListenerManagerInterceptor.invoke(EventListenerManagerInterceptor.java:64)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.kablink.teaming.util.aopalliance.InvocationStatisticsInterceptor.invoke(InvocationStatisticsInterceptor.java:49)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at com.sun.proxy.$Proxy11.modifyEntry(Unknown Source)
at org.kablink.teaming.module.shared.FolderUtils.modifyMirroredEntry(FolderUtils.java:502)
at org.kablink.teaming.module.shared.FolderUtils.modifyLibraryEntry(FolderUtils.java:160)
at org.kablink.teaming.module.shared.FileUtils.modifyFolderEntryWithFile(FileUtils.java:146)
at org.kablink.teaming.remoting.rest.v1.resource.AbstractFileResource.modifyDefinableEntityWithFile(AbstractFileResource.java:315)
at org.kablink.teaming.remoting.rest.v1.resource.AbstractFileResource.updateExistingFileContent(AbstractFileResource.java:122)
at org.kablink.teaming.remoting.rest.v1.resource.FileResource.writeFileContentById_MultipartFormData(FileResource.java:154)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288)
at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1483)
at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1414)
at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1363)
at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1353)
at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:414)
at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:749)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:487)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:339)
at org.kablink.teaming.rest.servlet.RestInvokingServlet.service(RestInvokingServlet.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.kablink.teaming.remoting.rest.servlet.filter.GangliaMonitoringFilter.doFilter(GangliaMonitoringFilter.java:60)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.kablink.teaming.remoting.rest.servlet.filter.ZoneContextEnableFilter.doFilter(ZoneContextEnableFilter.java:58)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.kablink.teaming.web.servlet.filter.ZoneContextFilter.doFilter(ZoneContextFilter.java:59)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.kablink.teaming.web.servlet.filter.OpenSessionInViewFilter.doFilter(OpenSessionInViewFilter.java:64)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311)
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116)
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:101)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:201)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:581)
at org.kablink.teaming.tomcat.valve.ZoneContextValve.invoke(ZoneContextValve.java:77)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:680)
at org.apache.catalina.valves.RequestFilterValve.process(RequestFilterValve.java:305)
at org.apache.catalina.valves.RemoteAddrValve.invoke(RemoteAddrValve.java:83)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:929)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1002)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:585)
at org.apache.tomcat.util.net.AprEndpoint$SocketWithOptionsProcessor.run(AprEndpoint.java:1771)
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:781)
Caused by: java.net.ConnectException: Connection refused
at java.net.Socket.connect(Socket.java:616)
at java.net.Socket.connect(Socket.java:565)
at java.net.Socket.<init>(Socket.java:432)
at java.net.Socket.<init>(Socket.java:215)
at com.novell.teaming.fi.connection.famt.common.CommonService.getFileProps(CommonService.java:311)
at com.novell.teaming.fi.connection.famt.common.CommonService.getFileProps(CommonService.java:295)
at com.novell.teaming.fi.connection.famt.FamtResourceSession.exists(FamtResourceSession.java:309)
... 121 more
from catalina.out
Code:
May 22, 2014 4:04:18 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/ssf] appears to have started a thread named [Thread-14] but has failed to stop it. This is very likely to create a memory leak.
SEVERE: The web application [/ssf] appears to have started a thread named [Sitescape_Worker-1] but has failed to stop it. This is very likely to create a memory leak.
Any suggestions about paths to take with this?
thanks,
Andrew

aferris wrote:
> Our Filr system stops syncing files about every 6-8 hours. It's a
> large deployment with 1 of each appliance at version 1.01. Restarting
> the Web Agent gets synchronization going again until it stops. Here
> are some log snips from ssf.log and catalina.out of our Web Agent:
Looks like it might be famtd that's crashing. If so, you'll want not
just HP1 which is publicly available but also FTF2 which installs on
top of HP1. You'll need to open an SR to get FTF2. There are a number
of fixes for famtd crashing in HP1 + FTF2.
Your world is on the move. http://www.novell.com/mobility/
BrainShare 2014 is coming. http://www.novell.com/brainshare/

Similar Messages

  • Intermedia web agent for IIS - crashes from time to time

    Hi,
    We have Intermedia images in a table on our Oracle 8.1.6 Database.
    We have a web server (Running IIS 4) and a database server, both running on NT 4 and on two seperated computer but in the same LAN.
    We have installed the Intermedia web agent for IIS and it usually works fine, but every 3 days or so it crashes. On the "ISAPI filters" form of the IIS a red "down arrow" is shown next to the intermedia's DLL.
    I click on "edit", "apply" and "ok" and then I restart the IIS. The filter starts to function again like nothing happened.
    Do you have any idea why it happens?
    This is critical because we can not go "production" without making sure this thing works without crashed.
    Thanks,
    Lior King,
    Internet Dept. manager.
    ImageID Ltd.
    null

    I don't know from the screenshots.  Is there anything in your log files?  /var/log/* that corresponds to the time of the crash?
    Have you considered that it is a hardware problem?  Try running memtest86+ to see if it's bad memory.  Check for SMART errors on your filesystems with smartmontools.
    Last edited by graysky (2011-03-17 01:53:35)

  • I am getting regular safari crashes including the Web Content crashes as in the title... Plus iMac running slower than usual! Help?

    I am getting regular safari crashes including the Web Content crashes as in the title.  I've looked around and haven't been able to find a definitive answer.  Has anybody discovered what is causing this?
    I've also noticed generally my iMac seems to be running far slower recently....
    here's the EtrreCheck Report
    Problem description:
    I am getting regular safari crashes including the Web Content crashes as in the title.  I've looked around and haven't been able to find a definitive answer.  Has anybody discovered what is causing this?
    EtreCheck version: 2.1.8 (121)
    Report generated 11 February 2015 15:53:18 GMT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        iMac (21.5-inch, Late 2012) (Technical Specifications)
        iMac - model: iMac13,1
        1 2.7 GHz Intel Core i5 CPU: 4-core
        8 GB RAM 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:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        NVIDIA GeForce GT 640M - VRAM: 512 MB
            iMac 1920 x 1080
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 23:55:51
    Disk Information: ℹ️
        APPLE HDD ST1000LM024 disk0 : (1 TB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 999.35 GB (425.61 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
        Seagate Expansion Desk 4 TB
            EFI (disk3s1) <not mounted> : 315 MB
            Seagate Backup Plus Drive (disk3s2) /Volumes/Seagate Backup Plus Drive : 4.00 TB (1.85 TB free)
        Focusrite A.E. Ltd Impulse
        SanDisk Cruzer Facet 8 GB
            NO NAME (disk1s1) /Volumes/NO NAME : 8.00 GB (6.21 GB free)
        Apple Inc. FaceTime HD Camera (Built-in)
        Western Digital External HDD 1 TB
            Elements (disk2s1) /Volumes/Elements : 1.00 TB (169.22 GB free)
        Logitech USB Receiver
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
    Firewire Information: ℹ️
        Focusrite SAFFIRE_PRO_24 400mbit - 400mbit max
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
            Apple Inc. Thunderbolt to FireWire Adapter
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /System/Library/Extensions
        [loaded]    com.Cycling74.driver.Soundflower (1.6.6 - SDK 10.6) [Click for support]
        [loaded]    com.Greatdy.driver.SystemAudioCapture (1.0.0 - SDK 10.8) [Click for support]
        [not loaded]    com.caiaq.driver.NIUSBGuitarRigMobileDriver (2.6.0 - SDK 10.7) [Click for support]
        [not loaded]    com.caiaq.driver.NIUSBHardwareDriver (2.6.0 - SDK 10.7) [Click for support]
        [not loaded]    com.nike.sportwatch (1.0.0) [Click for support]
        [not loaded]    com.paceap.kext.pacesupport.master (5.9.1 - SDK 10.6) [Click for support]
        [not loaded]    com.seagate.driver.PowSecDriverCore (5.2.6 - SDK 10.4) [Click for support]
        [not loaded]    com.tomtom.driver.UsbEthernetGadget (1.0.0d1) [Click for support]
        [loaded]    tc.tctechnologies.driver.PaeFireStudio (4.0.0 14255 - SDK 10.0) [Click for support]
        [loaded]    tc.tctechnologies.driver.Saffire (4.1.4 18735 - SDK 10.6) [Click for support]
            /System/Library/Extensions/PACESupportFamily.kext/Contents/PlugIns
        [not loaded]    com.paceap.kext.pacesupport.leopard (5.9.1 - SDK 10.4) [Click for support]
        [not loaded]    com.paceap.kext.pacesupport.panther (5.9.1 - SDK 10.-1) [Click for support]
        [loaded]    com.paceap.kext.pacesupport.snowleopard (5.9.1 - SDK 10.6) [Click for support]
        [not loaded]    com.paceap.kext.pacesupport.tiger (5.9.1 - SDK 10.4) [Click for support]
            /System/Library/Extensions/Seagate Storage Driver.kext/Contents/PlugIns
        [not loaded]    com.seagate.driver.PowSecLeafDriver_10_4 (5.2.6 - SDK 10.4) [Click for support]
        [not loaded]    com.seagate.driver.PowSecLeafDriver_10_5 (5.2.6 - SDK 10.5) [Click for support]
        [not loaded]    com.seagate.driver.SeagateDriveIcons (5.2.6 - SDK 10.4) [Click for support]
    Problem System Launch Daemons: ℹ️
        [running]    com.seagate.TBDecorator.plist [Click for support]
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [running]    com.nike.nikeplusconnect.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [running]    com.paceap.eden.licensed.plist [Click for support]
        [loaded]    PACESupport.plist [Click for support]
        [loaded]    tc.tctechnologies.PaeFireStudio.plist [Click for support]
        [loaded]    tc.tctechnologies.Saffire.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [running]    com.spotify.webhelper.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        NIHardwareAgent    Application Hidden (/Library/Application Support/Native Instruments/Hardware/NIHardwareAgent.app)
    Internet Plug-ins: ℹ️
        SharePointBrowserPlugin: Version: 14.4.4 - SDK 10.6 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        AmazonMP3DownloaderPlugin101749: Version: AmazonMP3DownloaderPlugin 1.0.17 - SDK 10.4 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        Default Browser: Version: 600 - SDK 10.10
    User internet Plug-ins: ℹ️
        Aspera Web 3.1.0.67054: Version: Unknown - SDK 10.6 [Click for support]
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        FUSE for OS X (OSXFUSE)  [Click for support]
        Native Instruments USB Audio  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: NO - Auto backup turned off
        Volumes being backed up:
            Macintosh HD: Disk size: 999.35 GB Disk used: 573.74 GB
        Destinations:
            Seagate Backup Plus Drive [Local]
            Total size: 4.00 TB
            Total number of backups: 2
            Oldest backup: 2014-08-25 08:56:21 +0000
            Last backup: 2014-11-16 15:26:36 +0000
            Size of backup disk: Excellent
                Backup size 4.00 TB > (Disk size 999.35 GB X 3)
    Top Processes by CPU: ℹ️
            10%    TweetDeck
             3%    WindowServer
             1%    Sound Forge Pro
             0%    com.apple.WebKit.Networking
             0%    Dropbox
    Top Processes by Memory: ℹ️
        618 MB    TweetDeck
        524 MB    com.apple.WebKit.WebContent
        429 MB    softwareupdated
        215 MB    Safari
        215 MB    Finder
    Virtual Memory Information: ℹ️
        54 MB    Free RAM
        3.14 GB    Active RAM
        3.17 GB    Inactive RAM
        1.43 GB    Wired RAM
        8.58 GB    Page-ins
        423 MB    Page-outs
    Diagnostics Information: ℹ️
        Feb 11, 2015, 10:56:10 AM    /Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2015-02-11-105610_[ redacted].hang
        Feb 10, 2015, 05:35:05 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.Networking_20 15-02-10-173505_[redacted].crash
        Feb 10, 2015, 04:01:03 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Finder_2015-02-10-160103_[reda cted].crash
        Feb 10, 2015, 03:54:44 PM    Self test - passed
        Feb 10, 2015, 09:28:18 AM    /Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2015-02-10-092818_[ redacted].hang
        Feb 10, 2015, 07:35:00 AM    /Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2015-02-10-073500_[ redacted].hang
        Feb 9, 2015, 08:07:10 PM    /Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2015-02-09-200710_[ redacted].hang
        Feb 9, 2015, 08:07:08 PM    /Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2015-02-09-200708_[ redacted].hang
        Feb 9, 2015, 07:27:42 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/AIM_2015-02-09-192742_[redacte d].crash
        Feb 9, 2015, 06:49:47 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/garcon_2015-02-09-184947_[reda cted].crash
        Feb 9, 2015, 06:15:19 PM    /Library/Logs/DiagnosticReports/iTunes_2015-02-09-181519_[redacted].hang
        Feb 9, 2015, 05:55:36 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/AIM_2015-02-09-175536_[redacte d].crash
        Feb 9, 2015, 12:51:30 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/AIM_2015-02-09-125130_[redacte d].crash
        Feb 9, 2015, 12:35:59 PM    /Library/Logs/DiagnosticReports/Sound Forge Pro_2015-02-09-123559_[redacted].cpu_resource.diag [Click for details]
        Feb 9, 2015, 12:26:46 PM    /Library/Logs/DiagnosticReports/iTunes_2015-02-09-122646_[redacted].hang

    I think this is a Crash report
    Date/Time:       2015-02-12 16:32:19 +0000
    OS Version:      10.10.2 (Build 14C109)
    Architecture:    x86_64
    Report Version:  21
    Command:         com.apple.WebKit.WebContent
    Path:            /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.We bKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
    Version:         10600 (10600.3.18)
    Build Version:   3
    Project Name:    WebKit2
    Source Version:  7600003018000000
    Parent:          launchd [1]
    Responsible:     Safari [3240]
    PID:             4112
    Event:           hang
    Duration:        3.97s (process was unresponsive for 1260 seconds before sampling)
    Steps:           41 (100ms sampling interval)
    Hardware model:  iMac13,1
    Active cpus:     4
    Fan speed:       1399 rpm
    Timeline format: stacks are sorted chronologically
    Use -i and -heavy to re-report with count sorting
    Heaviest stack for the main thread of the target process:
      41  start + 1 (libdyld.dylib + 13769) [0x7fff8ab035c9]
      41  ??? (com.apple.WebKit.WebContent + 2880) [0x10d1edb40]
      41  xpc_main + 490 (libxpc.dylib + 88733) [0x7fff83cd9a9d]
      41  _xpc_objc_main + 793 (libxpc.dylib + 81650) [0x7fff83cd7ef2]
      41  NSApplicationMain + 1832 (AppKit + 10772) [0x7fff86d3da14]
      41  -[NSApplication run] + 594 (AppKit + 95635) [0x7fff86d52593]
      41  -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194 (AppKit + 145200) [0x7fff86d5e730]
      41  _DPSNextEvent + 964 (AppKit + 147329) [0x7fff86d5ef81]
      41  _BlockUntilNextEventMatchingListInModeWithFilter + 71 (HIToolbox + 190123) [0x7fff8ac6b6ab]
      41  ReceiveNextEventCommon + 431 (HIToolbox + 190570) [0x7fff8ac6b86a]
      41  RunCurrentEventLoopInMode + 235 (HIToolbox + 191215) [0x7fff8ac6baef]
      41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858]
      41  __CFRunLoopRun + 927 (CoreFoundation + 466495) [0x7fff82747e3f]
      41  __CFRunLoopDoSources0 + 269 (CoreFoundation + 469005) [0x7fff8274880d]
      41  __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 (CoreFoundation + 525953) [0x7fff82756681]
      41  ***::RunLoop::performWork(void*) + 34 (JavaScriptCore + 4979298) [0x7fff859e0a62]
      41  ***::RunLoop::performWork() + 423 (JavaScriptCore + 4977559) [0x7fff859e0397]
      41  IPC::Connection::dispatchOneMessage() + 114 (WebKit + 696628) [0x7fff893fe134]
      41  IPC::Connection::dispatchMessage(std::__1::unique_ptr<IPC::MessageDecoder, std::__1::default_delete<IPC::MessageDecoder> >) + 94 (WebKit + 688060) [0x7fff893fbfbc]
      41  WebKit::WebProcess::didReceiveWebProcessMessage(IPC::Connection*, IPC::MessageDecoder&) + 85 (WebKit + 2077885) [0x7fff8954f4bd]
      41  void IPC::handleMessageVariadic<Messages::WebProcess::InitializeWebProcess, WebKit::WebProcess, void (WebKit::WebProcess::*)(WebKit::WebProcessCreationParameters const&, IPC::MessageDecoder&)>(IPC::MessageDecoder&, WebKit::WebProcess*, void (WebKit::WebProcess::*)(WebKit::WebProcessCreationParameters const&, IPC::MessageDecoder&)) + 96 (WebKit + 2080768) [0x7fff89550000]
      41  WebKit::WebProcess::initializeWebProcess(WebKit::WebProcessCreationParameters const&, IPC::MessageDecoder&) + 951 (WebKit + 2029261) [0x7fff895436cd]
      41  WebKit::WebProcess::ensureNetworkProcessConnection() + 93 (WebKit + 105701) [0x7fff8936dce5]
      41  bool IPC::Connection::sendSync<Messages::WebProcessProxy::GetNetworkProcessConnectio n>(Messages::WebProcessProxy::GetNetworkProcessConnection&&, Messages::WebProcessProxy::GetNetworkProcessConnection::Reply&&, unsigned long long, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >, unsigned int) + 127 (WebKit + 2037397) [0x7fff89545695]
      41  IPC::Connection::sendSyncMessage(unsigned long long, std::__1::unique_ptr<IPC::MessageEncoder, std::__1::default_delete<IPC::MessageEncoder> >, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >, unsigned int) + 432 (WebKit + 692242) [0x7fff893fd012]
      41  IPC::Connection::waitForSyncReply(unsigned long long, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >, unsigned int) + 230 (WebKit + 693010) [0x7fff893fd312]
      41  ***::BinarySemaphore::wait(double) + 69 (JavaScriptCore + 1517925) [0x7fff85693965]
      41  ***::ThreadCondition::timedWait(***::Mutex&, double) + 63 (JavaScriptCore + 84783) [0x7fff85535b2f]
      41  __psynch_cvwait + 10 (libsystem_kernel.dylib + 90422) [0x7fff87fbe136]
    *41  psynch_cvcontinue + 0 (pthread + 26908) [0xffffff7f80f6491c]
    Process:         com.apple.WebKit.WebContent [4112]
    Path:            /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.We bKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
    Architecture:    x86_64
    Parent:          launchd [1]
    Responsible:     Safari [3240]
    UID:             501
    Sudden Term:     Dirty (allows idle exit)
    Task size:       4527 pages (+6)
    Note:            Unresponsive for 1260 seconds before sampling
    Note:            2 idle work queue threads omitted
      Thread 0xeb94e      DispatchQueue 1     41 samples (1-41)   priority 37
      <thread QoS user initiated, boosted, received importance donation from Safari [3240], received importance donation from WindowServer [146], IO policy important>
      41  start + 1 (libdyld.dylib + 13769) [0x7fff8ab035c9] 1-41
        41  ??? (com.apple.WebKit.WebContent + 2880) [0x10d1edb40] 1-41
          41  xpc_main + 490 (libxpc.dylib + 88733) [0x7fff83cd9a9d] 1-41
            41  _xpc_objc_main + 793 (libxpc.dylib + 81650) [0x7fff83cd7ef2] 1-41
              41  NSApplicationMain + 1832 (AppKit + 10772) [0x7fff86d3da14] 1-41
                41  -[NSApplication run] + 594 (AppKit + 95635) [0x7fff86d52593] 1-41
                  41  -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194 (AppKit + 145200) [0x7fff86d5e730] 1-41
                    41  _DPSNextEvent + 964 (AppKit + 147329) [0x7fff86d5ef81] 1-41
                      41  _BlockUntilNextEventMatchingListInModeWithFilter + 71 (HIToolbox + 190123) [0x7fff8ac6b6ab] 1-41
                        41  ReceiveNextEventCommon + 431 (HIToolbox + 190570) [0x7fff8ac6b86a] 1-41
                          41  RunCurrentEventLoopInMode + 235 (HIToolbox + 191215) [0x7fff8ac6baef] 1-41
                            41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858] 1-41
                              41  __CFRunLoopRun + 927 (CoreFoundation + 466495) [0x7fff82747e3f] 1-41
                                41  __CFRunLoopDoSources0 + 269 (CoreFoundation + 469005) [0x7fff8274880d] 1-41
                                  41  __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 (CoreFoundation + 525953) [0x7fff82756681] 1-41
                                    41  ***::RunLoop::performWork(void*) + 34 (JavaScriptCore + 4979298) [0x7fff859e0a62] 1-41
                                      41  ***::RunLoop::performWork() + 423 (JavaScriptCore + 4977559) [0x7fff859e0397] 1-41
                                        41  IPC::Connection::dispatchOneMessage() + 114 (WebKit + 696628) [0x7fff893fe134] 1-41
                                          41  IPC::Connection::dispatchMessage(std::__1::unique_ptr<IPC::MessageDecoder, std::__1::default_delete<IPC::MessageDecoder> >) + 94 (WebKit + 688060) [0x7fff893fbfbc] 1-41
                                            41  WebKit::WebProcess::didReceiveWebProcessMessage(IPC::Connection*, IPC::MessageDecoder&) + 85 (WebKit + 2077885) [0x7fff8954f4bd] 1-41
                                              41  void IPC::handleMessageVariadic<Messages::WebProcess::InitializeWebProcess, WebKit::WebProcess, void (WebKit::WebProcess::*)(WebKit::WebProcessCreationParameters const&, IPC::MessageDecoder&)>(IPC::MessageDecoder&, WebKit::WebProcess*, void (WebKit::WebProcess::*)(WebKit::WebProcessCreationParameters const&, IPC::MessageDecoder&)) + 96 (WebKit + 2080768) [0x7fff89550000] 1-41
                                                41  WebKit::WebProcess::initializeWebProcess(WebKit::WebProcessCreationParameters const&, IPC::MessageDecoder&) + 951 (WebKit + 2029261) [0x7fff895436cd] 1-41
                                                  41  WebKit::WebProcess::ensureNetworkProcessConnection() + 93 (WebKit + 105701) [0x7fff8936dce5] 1-41
                                                    41  bool IPC::Connection::sendSync<Messages::WebProcessProxy::GetNetworkProcessConnectio n>(Messages::WebProcessProxy::GetNetworkProcessConnection&&, Messages::WebProcessProxy::GetNetworkProcessConnection::Reply&&, unsigned long long, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >, unsigned int) + 127 (WebKit + 2037397) [0x7fff89545695] 1-41
                                                      41  IPC::Connection::sendSyncMessage(unsigned long long, std::__1::unique_ptr<IPC::MessageEncoder, std::__1::default_delete<IPC::MessageEncoder> >, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >, unsigned int) + 432 (WebKit + 692242) [0x7fff893fd012] 1-41
                                                        41  IPC::Connection::waitForSyncReply(unsigned long long, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >, unsigned int) + 230 (WebKit + 693010) [0x7fff893fd312] 1-41
                                                          41  ***::BinarySemaphore::wait(double) + 69 (JavaScriptCore + 1517925) [0x7fff85693965] 1-41
                                                            41  ***::ThreadCondition::timedWait(***::Mutex&, double) + 63 (JavaScriptCore + 84783) [0x7fff85535b2f] 1-41
                                                              41  __psynch_cvwait + 10 (libsystem_kernel.dylib + 90422) [0x7fff87fbe136] 1-41
                                                               *41  psynch_cvcontinue + 0 (pthread + 26908) [0xffffff7f80f6491c] 1-41
      Thread 0xeb954      DispatchQueue 2     41 samples (1-41)   priority 46
      <thread QoS user interactive, boosted, received importance donation from Safari [3240], received importance donation from WindowServer [146], IO policy important>
      41  _dispatch_mgr_thread + 52 (libdispatch.dylib + 19050) [0x7fff8f0e5a6a] 1-41
        41  kevent64 + 10 (libsystem_kernel.dylib + 94770) [0x7fff87fbf232] 1-41
         *41  ??? (kernel + 5988368) [0xffffff80007b6010] 1-41
      Thread 0xeb99f      41 samples (1-41)   priority 46
      <thread QoS user interactive, boosted, received importance donation from Safari [3240], received importance donation from WindowServer [146], IO policy important>
      41  thread_start + 13 (libsystem_pthread.dylib + 5149) [0x7fff819ec41d] 1-41
        41  _pthread_start + 176 (libsystem_pthread.dylib + 12773) [0x7fff819ee1e5] 1-41
          41  _pthread_body + 131 (libsystem_pthread.dylib + 12904) [0x7fff819ee268] 1-41
            41  _NSEventThread + 137 (AppKit + 1602363) [0x7fff86ec233b] 1-41
              41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858] 1-41
                41  __CFRunLoopRun + 1371 (CoreFoundation + 466939) [0x7fff82747ffb] 1-41
                  41  __CFRunLoopServiceMachPort + 212 (CoreFoundation + 469812) [0x7fff82748b34] 1-41
                    41  mach_msg_trap + 10 (libsystem_kernel.dylib + 70878) [0x7fff87fb94de] 1-41
                     *41  ipc_mqueue_receive_continue + 0 (kernel + 1165472) [0xffffff800031c8a0] 1-41
      Binary Images:
             0x10d1ed000 -        0x10d1edfff  com.apple.WebKit.WebContent 10600 (10600.3.18) <1049A240-EC53-3714-8209-F5019FC19A02>  /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.We bKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
          0x7fff819eb000 -     0x7fff819f4fff  libsystem_pthread.dylib (105.10.1)             <3103AA7F-3BAE-3673-9649-47FFD7E15C97>  /usr/lib/system/libsystem_pthread.dylib
          0x7fff826d6000 -     0x7fff82a6cfff  com.apple.CoreFoundation 6.9 (1152)            <CBD1591C-405E-376E-87E9-B264610EBF49>  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff83cc4000 -     0x7fff83cecfff  libxpc.dylib (559.10.3)                        <876216DC-D5D3-381E-8AF9-49AE464E5107>  /usr/lib/system/libxpc.dylib
          0x7fff85521000 -     0x7fff85a34fff  com.apple.JavaScriptCore 10600 (10600.3.13)    <C0C3246C-D26F-3440-AC75-81CFFA4F9C91>  /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
          0x7fff86d3b000 -     0x7fff87885fff  com.apple.AppKit 6.9 (1344.72)                 <44EF7DEB-3072-3515-9F34-2857D557E828>  /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff87fa8000 -     0x7fff87fc5fff  libsystem_kernel.dylib (2782.10.72)            <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>  /usr/lib/system/libsystem_kernel.dylib
          0x7fff89354000 -     0x7fff8961afff  com.apple.WebKit 10600 (10600.3.18)            <F8E36318-4F4C-348B-B1DE-D4BE035036AD>  /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
          0x7fff8ab00000 -     0x7fff8ab03fff  libdyld.dylib (353.2.1)                        <4E33E416-F1D8-3598-B8CC-6863E2ECD0E6>  /usr/lib/system/libdyld.dylib
          0x7fff8ac3d000 -     0x7fff8af41fff  com.apple.HIToolbox 2.1.1 (757.3)              <D827FC03-5668-3AA4-AF0E-46EEF7358EEA>  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff8f0e1000 -     0x7fff8f10bfff  libdispatch.dylib (442.1.4)                    <502CF32B-669B-3709-8862-08188225E4F0>  /usr/lib/system/libdispatch.dylib
    *0xffffff7f80f5e000 - 0xffffff7f80f66fff  com.apple.kec.pthread 1.0 (1)                  <8365956C-8613-3ED4-BC64-0D8570D2089F>  /System/Library/Extensions/pthread.kext/Contents/MacOS/pthread
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.10.72)                            <DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5>  /System/Library/Kernels/kernel
    Process:         accountsd [294]
    Path:            /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       1881 pages
      Thread 0xd6a        DispatchQueue 1     41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  start + 1 (libdyld.dylib + 13769) [0x7fff8ab035c9] 1-41
        41  ??? (accountsd + 2741) [0x10535cab5] 1-41
          41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858] 1-41
            41  __CFRunLoopRun + 1371 (CoreFoundation + 466939) [0x7fff82747ffb] 1-41
              41  __CFRunLoopServiceMachPort + 212 (CoreFoundation + 469812) [0x7fff82748b34] 1-41
                41  mach_msg_trap + 10 (libsystem_kernel.dylib + 70878) [0x7fff87fb94de] 1-41
                 *41  ipc_mqueue_receive_continue + 0 (kernel + 1165472) [0xffffff800031c8a0] 1-41
      Thread 0xd6f        DispatchQueue 2     41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  _dispatch_mgr_thread + 52 (libdispatch.dylib + 19050) [0x7fff8f0e5a6a] 1-41
        41  kevent64 + 10 (libsystem_kernel.dylib + 94770) [0x7fff87fbf232] 1-41
         *41  ??? (kernel + 5988368) [0xffffff80007b6010] 1-41
      Thread 0xf16ab      41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
    *41  wq_unsuspend_continue + 0 (pthread + 18452) [0xffffff7f80f62814] (suspended) 1-41
      Binary Images:
             0x10535c000 -        0x10535cfff  accountsd (504.7)                   <FE573A9B-A4D9-3E08-9F08-D98F65D9E14D>  /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd
          0x7fff826d6000 -     0x7fff82a6cfff  com.apple.CoreFoundation 6.9 (1152) <CBD1591C-405E-376E-87E9-B264610EBF49>  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff87fa8000 -     0x7fff87fc5fff  libsystem_kernel.dylib (2782.10.72) <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>  /usr/lib/system/libsystem_kernel.dylib
          0x7fff8ab00000 -     0x7fff8ab03fff  libdyld.dylib (353.2.1)             <4E33E416-F1D8-3598-B8CC-6863E2ECD0E6>  /usr/lib/system/libdyld.dylib
          0x7fff8f0e1000 -     0x7fff8f10bfff  libdispatch.dylib (442.1.4)         <502CF32B-669B-3709-8862-08188225E4F0>  /usr/lib/system/libdispatch.dylib
    *0xffffff7f80f5e000 - 0xffffff7f80f66fff  com.apple.kec.pthread 1.0 (1)       <8365956C-8613-3ED4-BC64-0D8570D2089F>  /System/Library/Extensions/pthread.kext/Contents/MacOS/pthread
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.10.72)                 <DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5>  /System/Library/Kernels/kernel
    Process:         AirPlayUIAgent [1061]
    Path:            /System/Library/CoreServices/AirPlayUIAgent.app/Contents/MacOS/AirPlayUIAgent
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       2043 pages
      Thread 0x1abf5      DispatchQueue 1     41 samples (1-41)   priority 46
      <thread QoS user interactive, IO policy important>
      41  start + 1 (libdyld.dylib + 13769) [0x7fff8ab035c9] 1-41
        41  NSApplicationMain + 1832 (AppKit + 10772) [0x7fff86d3da14] 1-41
          41  -[NSApplication run] + 594 (AppKit + 95635) [0x7fff86d52593] 1-41
            41  -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194 (AppKit + 145200) [0x7fff86d5e730] 1-41
              41  _DPSNextEvent + 964 (AppKit + 147329) [0x7fff86d5ef81] 1-41
                41  _BlockUntilNextEventMatchingListInModeWithFilter + 71 (HIToolbox + 190123) [0x7fff8ac6b6ab] 1-41
                  41  ReceiveNextEventCommon + 431 (HIToolbox + 190570) [0x7fff8ac6b86a] 1-41
                    41  RunCurrentEventLoopInMode + 235 (HIToolbox + 191215) [0x7fff8ac6baef] 1-41
                      41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858] 1-41
                        41  __CFRunLoopRun + 1371 (CoreFoundation + 466939) [0x7fff82747ffb] 1-41
                          41  __CFRunLoopServiceMachPort + 212 (CoreFoundation + 469812) [0x7fff82748b34] 1-41
                            41  mach_msg_trap + 10 (libsystem_kernel.dylib + 70878) [0x7fff87fb94de] 1-41
                             *41  ipc_mqueue_receive_continue + 0 (kernel + 1165472) [0xffffff800031c8a0] 1-41
      Thread 0x1ac6b      DispatchQueue 2     41 samples (1-41)   priority 46
      <thread QoS user interactive, IO policy important>
      41  _dispatch_mgr_thread + 52 (libdispatch.dylib + 19050) [0x7fff8f0e5a6a] 1-41
        41  kevent64 + 10 (libsystem_kernel.dylib + 94770) [0x7fff87fbf232] 1-41
         *41  ??? (kernel + 5988368) [0xffffff80007b6010] 1-41
      Thread 0x1acb3      41 samples (1-41)   priority 46
      <thread QoS user interactive, IO policy important>
      41  thread_start + 13 (libsystem_pthread.dylib + 5149) [0x7fff819ec41d] 1-41
        41  _pthread_start + 176 (libsystem_pthread.dylib + 12773) [0x7fff819ee1e5] 1-41
          41  _pthread_body + 131 (libsystem_pthread.dylib + 12904) [0x7fff819ee268] 1-41
            41  _NSEventThread + 137 (AppKit + 1602363) [0x7fff86ec233b] 1-41
              41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858] 1-41
                41  __CFRunLoopRun + 1371 (CoreFoundation + 466939) [0x7fff82747ffb] 1-41
                  41  __CFRunLoopServiceMachPort + 212 (CoreFoundation + 469812) [0x7fff82748b34] 1-41
                    41  mach_msg_trap + 10 (libsystem_kernel.dylib + 70878) [0x7fff87fb94de] 1-41
                     *41  ipc_mqueue_receive_continue + 0 (kernel + 1165472) [0xffffff800031c8a0] 1-41
      Binary Images:
             0x10ae97000 -        0x10ae9cfff  com.apple.AirPlayUIAgent 2.0 (215.15) <24B86EE0-207E-3D74-9DE9-3338EA4163B0>  /System/Library/CoreServices/AirPlayUIAgent.app/Contents/MacOS/AirPlayUIAgent
          0x7fff819eb000 -     0x7fff819f4fff  libsystem_pthread.dylib (105.10.1)    <3103AA7F-3BAE-3673-9649-47FFD7E15C97>  /usr/lib/system/libsystem_pthread.dylib
          0x7fff826d6000 -     0x7fff82a6cfff  com.apple.CoreFoundation 6.9 (1152)   <CBD1591C-405E-376E-87E9-B264610EBF49>  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff86d3b000 -     0x7fff87885fff  com.apple.AppKit 6.9 (1344.72)        <44EF7DEB-3072-3515-9F34-2857D557E828>  /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff87fa8000 -     0x7fff87fc5fff  libsystem_kernel.dylib (2782.10.72)   <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>  /usr/lib/system/libsystem_kernel.dylib
          0x7fff8ab00000 -     0x7fff8ab03fff  libdyld.dylib (353.2.1)               <4E33E416-F1D8-3598-B8CC-6863E2ECD0E6>  /usr/lib/system/libdyld.dylib
          0x7fff8ac3d000 -     0x7fff8af41fff  com.apple.HIToolbox 2.1.1 (757.3)     <D827FC03-5668-3AA4-AF0E-46EEF7358EEA>  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff8f0e1000 -     0x7fff8f10bfff  libdispatch.dylib (442.1.4)           <502CF32B-669B-3709-8862-08188225E4F0>  /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.10.72)                   <DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5>  /System/Library/Kernels/kernel
    Process:         airportd [30]
    Path:            /usr/libexec/airportd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Task size:       1840 pages
      Thread 0x1eb        DispatchQueue 1     41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  start + 1 (libdyld.dylib + 13769) [0x7fff8ab035c9] 1-41
        41  ??? (airportd + 235530) [0x10abe180a] 1-41
          41  -[NSRunLoop(NSRunLoop) run] + 74 (Foundation + 1466959) [0x7fff88b1d24f] 1-41
            41  -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278 (Foundation + 436297) [0x7fff88a21849] 1-41
              41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858] 1-41
                41  __CFRunLoopRun + 1371 (CoreFoundation + 466939) [0x7fff82747ffb] 1-41
                  41  __CFRunLoopServiceMachPort + 212 (CoreFoundation + 469812) [0x7fff82748b34] 1-41
                    41  mach_msg_trap + 10 (libsystem_kernel.dylib + 70878) [0x7fff87fb94de] 1-41
                     *41  ipc_mqueue_receive_continue + 0 (kernel + 1165472) [0xffffff800031c8a0] 1-41
      Thread 0x433        DispatchQueue 2     41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  _dispatch_mgr_thread + 52 (libdispatch.dylib + 19050) [0x7fff8f0e5a6a] 1-41
        41  _dispatch_mgr_invoke + 176 (libdispatch.dylib + 19786) [0x7fff8f0e5d4a] 1-41
          41  __select_nocancel + 10 (libsystem_kernel.dylib + 91154) [0x7fff87fbe412] 1-41
           *41  ??? (kernel + 6142240) [0xffffff80007db920] 1-41
      Thread 0x5f2        41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  __select + 10 (libsystem_kernel.dylib + 91130) [0x7fff87fbe3fa] 1-41
       *41  ??? (kernel + 6142240) [0xffffff80007db920] 1-41
      Binary Images:
             0x10aba8000 -        0x10ac87fff  airportd (1010.64)                  <19F41714-1140-363A-A12F-D0CAE963A4CD>  /usr/libexec/airportd
          0x7fff826d6000 -     0x7fff82a6cfff  com.apple.CoreFoundation 6.9 (1152) <CBD1591C-405E-376E-87E9-B264610EBF49>  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff87fa8000 -     0x7fff87fc5fff  libsystem_kernel.dylib (2782.10.72) <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>  /usr/lib/system/libsystem_kernel.dylib
          0x7fff889b7000 -     0x7fff88ce5fff  com.apple.Foundation 6.9 (1152.14)  <E3746EDD-DFB1-3ECB-88ED-A91AC0EF3AAA>  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8ab00000 -     0x7fff8ab03fff  libdyld.dylib (353.2.1)             <4E33E416-F1D8-3598-B8CC-6863E2ECD0E6>  /usr/lib/system/libdyld.dylib
          0x7fff8f0e1000 -     0x7fff8f10bfff  libdispatch.dylib (442.1.4)         <502CF32B-669B-3709-8862-08188225E4F0>  /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.10.72)                 <DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5>  /System/Library/Kernels/kernel
    Process:         amfid [291]
    Path:            /usr/libexec/amfid
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Sudden Term:     Clean (allows idle exit)
    Task size:       1221 pages
      Thread 0xd53        DispatchQueue 2     41 samples (1-41)   priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
      41  _dispatch_mgr_thread + 52 (libdispatch.dylib + 19050) [0x7fff8f0e5a6a] 1-41
        41  kevent64 + 10 (libsystem_kernel.dylib + 94770) [0x7fff87fbf232] 1-41
         *41  ??? (kernel + 5988368) [0xffffff80007b6010] 1-41
      Thread 0xd54        DispatchQueue 11    41 samples (1-41)   priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
      41  __sigsuspend_nocancel + 10 (libsystem_kernel.dylib + 91970) [0x7fff87fbe742] 1-41
       *41  ??? (kernel + 6142240) [0xffffff80007db920] 1-41
      Binary Images:
             0x10cbc9000 -        0x10cbcafff  amfid (133.1.1)                     <6DFB17C8-CB07-3730-83A8-391C498C7EB6>  /usr/libexec/amfid
          0x7fff87fa8000 -     0x7fff87fc5fff  libsystem_kernel.dylib (2782.10.72) <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>  /usr/lib/system/libsystem_kernel.dylib
          0x7fff8f0e1000 -     0x7fff8f10bfff  libdispatch.dylib (442.1.4)         <502CF32B-669B-3709-8862-08188225E4F0>  /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.10.72)                 <DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5>  /System/Library/Kernels/kernel
    Process:         appleeventsd [24]
    Path:            /System/Library/CoreServices/appleeventsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             55
    Task size:       1237 pages (-9)
    Note:            3 idle work queue threads omitted
      Thread 0x41b        DispatchQueue 2     41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  _dispatch_mgr_thread + 52 (libdispatch.dylib + 19050) [0x7fff8f0e5a6a] 1-41
        41  kevent64 + 10 (libsystem_kernel.dylib + 94770) [0x7fff87fbf232] 1-41
         *41  ??? (kernel + 5988368) [0xffffff80007b6010] 1-41
      Thread 0x41c        DispatchQueue 11    41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  __sigsuspend_nocancel + 10 (libsystem_kernel.dylib + 91970) [0x7fff87fbe742] 1-41
       *41  ??? (kernel + 6142240) [0xffffff80007db920] 1-41
      Binary Images:
             0x100a9e000 -        0x100a9efff  appleeventsd (681)                  <FB31726D-933F-32CD-BE6B-F8598AA15431>  /System/Library/CoreServices/appleeventsd
          0x7fff87fa8000 -     0x7fff87fc5fff  libsystem_kernel.dylib (2782.10.72) <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>  /usr/lib/system/libsystem_kernel.dylib
          0x7fff8f0e1000 -     0x7fff8f10bfff  libdispatch.dylib (442.1.4)         <502CF32B-669B-3709-8862-08188225E4F0>  /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.10.72)                 <DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5>  /System/Library/Kernels/kernel
    Process:         AppleIDAuthAgent [320]
    Path:            /System/Library/CoreServices/AppleIDAuthAgent
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       2264 pages
      Thread 0xfa2        DispatchQueue 2     41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  _dispatch_mgr_thread + 52 (libdispatch.dylib + 19050) [0x7fff8f0e5a6a] 1-41
        41  kevent64 + 10 (libsystem_kernel.dylib + 94770) [0x7fff87fbf232] 1-41
         *41  ??? (kernel + 5988368) [0xffffff80007b6010] 1-41
      Thread 0x10dc       DispatchQueue 19    41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  start_wqthread + 13 (libsystem_pthread.dylib + 5133) [0x7fff819ec40d] 1-41
        41  _pthread_wqthread + 729 (libsystem_pthread.dylib + 13879) [0x7fff819ee637] 1-41
          41  _dispatch_worker_thread3 + 91 (libdispatch.dylib + 77796) [0x7fff8f0f3fe4] 1-41
            41  _dispatch_root_queue_drain + 463 (libdispatch.dylib + 18103) [0x7fff8f0e56b7] 1-41
              41  _dispatch_queue_invoke + 202 (libdispatch.dylib + 28364) [0x7fff8f0e7ecc] 1-41
                41  _dispatch_queue_drain + 571 (libdispatch.dylib + 20820) [0x7fff8f0e6154] 1-41
                  41  _dispatch_source_invoke + 412 (libdispatch.dylib + 22059) [0x7fff8f0e662b] 1-41
                    41  _dispatch_source_latch_and_call + 721 (libdispatch.dylib + 51326) [0x7fff8f0ed87e] 1-41
                      41  _dispatch_client_callout + 8 (libdispatch.dylib + 7187) [0x7fff8f0e2c13] 1-41
                        41  _dispatch_after_timer_callback + 77 (libdispatch.dylib + 58744) [0x7fff8f0ef578] 1-41
                          41  _dispatch_client_callout + 8 (libdispatch.dylib + 7187) [0x7fff8f0e2c13] 1-41
                            41  _dispatch_call_block_and_release + 12 (libdispatch.dylib + 25379) [0x7fff8f0e7323] 1-41
                              41  ??? (AppleIDAuthAgent + 13366) [0x1091de436] 1-41
                                41  semaphore_timedwait_trap + 10 (libsystem_kernel.dylib + 70962) [0x7fff87fb9532] 1-41
                                 *41  semaphore_wait_continue + 0 (kernel + 1373536) [0xffffff800034f560] 1-41
      Thread 0xfa5        41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  __sigsuspend_nocancel + 10 (libsystem_kernel.dylib + 91970) [0x7fff87fbe742] 1-41
       *41  ??? (kernel + 6142240) [0xffffff80007db920] 1-41
      Thread 0x1137       41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  __CFRunLoopRun + 1371 (CoreFoundation + 466939) [0x7fff82747ffb] 1-41
        41  __CFRunLoopServiceMachPort + 212 (CoreFoundation + 469812) [0x7fff82748b34] 1-41
          41  mach_msg_trap + 10 (libsystem_kernel.dylib + 70878) [0x7fff87fb94de] 1-41
           *41  ipc_mqueue_receive_continue + 0 (kernel + 1165472) [0xffffff800031c8a0] 1-41
      Thread 0x1146       41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  thread_start + 13 (libsystem_pthread.dylib + 5149) [0x7fff819ec41d] 1-41
        41  _pthread_start + 176 (libsystem_pthread.dylib + 12773) [0x7fff819ee1e5] 1-41
          41  _pthread_body + 131 (libsystem_pthread.dylib + 12904) [0x7fff819ee268] 1-41
            41  __NSThread__main__ + 1345 (Foundation + 428298) [0x7fff88a1f90a] 1-41
              41  +[NSURLConnection(Loader) _resourceLoadLoop:] + 434 (CFNetwork + 658560) [0x7fff88f7dc80] 1-41
                41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858] 1-41
                  41  __CFRunLoopRun + 1371 (CoreFoundation + 466939) [0x7fff82747ffb] 1-41
                    41  __CFRunLoopServiceMachPort + 212 (CoreFoundation + 469812) [0x7fff82748b34] 1-41
                      41  mach_msg_trap + 10 (libsystem_kernel.dylib + 70878) [0x7fff87fb94de] 1-41
                       *41  ipc_mqueue_receive_continue + 0 (kernel + 1165472) [0xffffff800031c8a0] 1-41
      Thread 0x1257       41 samples (1-41)   priority 4
      <thread QoS background, darwinbg, timers coalesced, IO policy utility>
      41  __select + 10 (libsystem_kernel.dylib + 91130) [0x7fff87fbe3fa] 1-41
       *41  ??? (kernel + 6142240) [0xffffff80007db920] 1-41
      Binary Images:
             0x1091db000 -        0x109216fff  AppleIDAuthAgent (640.3)              <45629774-D804-35A2-B251-D430871E2FA8>  /System/Library/CoreServices/AppleIDAuthAgent
          0x7fff819eb000 -     0x7fff819f4fff  libsystem_pthread.dylib (105.10.1)    <3103AA7F-3BAE-3673-9649-47FFD7E15C97>  /usr/lib/system/libsystem_pthread.dylib
          0x7fff826d6000 -     0x7fff82a6cfff  com.apple.CoreFoundation 6.9 (1152)   <CBD1591C-405E-376E-87E9-B264610EBF49>  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff87fa8000 -     0x7fff87fc5fff  libsystem_kernel.dylib (2782.10.72)   <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>  /usr/lib/system/libsystem_kernel.dylib
          0x7fff889b7000 -     0x7fff88ce5fff  com.apple.Foundation 6.9 (1152.14)    <E3746EDD-DFB1-3ECB-88ED-A91AC0EF3AAA>  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff88edd000 -     0x7fff890e0fff  com.apple.CFNetwork 720.2.4 (720.2.4) <E550C671-930F-3B12-8798-23898473E179>  /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
          0x7fff8f0e1000 -     0x7fff8f10bfff  libdispatch.dylib (442.1.4)           <502CF32B-669B-3709-8862-08188225E4F0>  /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.10.72)                   <DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5>  /System/Library/Kernels/kernel
    Process:         AppleMobileDeviceHelper [3343]
    Path:            /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/Current/Apple MobileDeviceHelper.app/Contents/MacOS/AppleMobileDeviceHelper
    Architecture:    x86_64
    Parent:          iTunes [3338]
    Responsible:     iTunes [3338]
    UID:             501
    Task size:       1578 pages
      Thread 0xb8048      DispatchQueue 1     41 samples (1-41)   priority 31
      <thread QoS legacy, IO policy important>
      41  ??? [0x100001e64] 1-41
        41  ??? [0x100002c22] 1-41
          41  ??? [0x10000b95a] 1-41
            41  __select + 10 (libsystem_kernel.dylib + 91130) [0x7fff87fbe3fa] 1-41
             *41  ??? (kernel + 6142240) [0xffffff80007db920] 1-41
      Thread 0xb804b      DispatchQueue 2     41 samples (1-41)   priority 31
      <thread QoS legacy, IO policy important>
      41  _dispatch_mgr_thread + 52 (libdispatch.dylib + 19050) [0x7fff8f0e5a6a] 1-41
        41  kevent64 + 10 (libsystem_kernel.dylib + 94770) [0x7fff87fbf232] 1-41
         *41  ??? (kernel + 5988368) [0xffffff80007b6010] 1-41
      Thread 0xb8058      41 samples (1-41)   priority 31
      <thread QoS legacy, IO policy important>
      41  __select + 10 (libsystem_kernel.dylib + 91130) [0x7fff87fbe3fa] 1-41
       *41  ??? (kernel + 6142240) [0xffffff80007db920] 1-41
      Binary Images:
          0x7fff87fa8000 -     0x7fff87fc5fff  libsystem_kernel.dylib (2782.10.72) <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>  /usr/lib/system/libsystem_kernel.dylib
          0x7fff8f0e1000 -     0x7fff8f10bfff  libdispatch.dylib (442.1.4)         <502CF32B-669B-3709-8862-08188225E4F0>  /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.10.72)                 <DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5>  /System/Library/Kernels/kernel
    Process:         AppleSpell [458]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             501
    Sudden Term:     Clean
    Task size:       5105 pages
      Thread 0x200a       DispatchQueue 1     41 samples (1-41)   priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
      41  start + 1 (libdyld.dylib + 13769) [0x7fff8ab035c9] 1-41
        41  ??? (AppleSpell + 7362) [0x10c42fcc2] 1-41
          41  -[NSSpellServer run] + 73 (Foundation + 1671256) [0x7fff88b4f058] 1-41
            41  CFRunLoopRun + 97 (CoreFoundation + 1212145) [0x7fff827fdef1] 1-41
              41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858] 1-41
                41  __CFRunLoopRun + 1371 (CoreFoundation + 466939) [0x7fff82747ffb] 1-41
                  41  __CFRunLoopServiceMachPort + 212 (CoreFoundation + 469812) [0x7fff82748b34] 1-41
                    41  mach_msg_trap + 10 (libsystem_kernel.dylib + 70878) [0x7fff87fb94de] 1-41
                     *41  ipc_mqueue_receive_continue + 0 (kernel + 1165472) [0xffffff800031c8a0] 1-41
      Thread 0x200e       DispatchQueue 2     41 samples (1-41)   priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
      41  _dispatch_mgr_thread + 52 (libdispatch.dylib + 19050) [0x7fff8f0e5a6a] 1-41
        41  kevent64 + 10 (libsystem_kernel.dylib + 94770) [0x7fff87fbf232] 1-41
         *41  ??? (kernel + 5988368) [0xffffff80007b6010] 1-41
      Binary Images:
             0x10c42e000 -        0x10c511fff  com.apple.AppleSpell 2.2.2 (274.2)  <B6BE2085-9EC6-3CCC-B8EC-C96DD7A182DA>  /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff826d6000 -     0x7fff82a6cfff  com.apple.CoreFoundation 6.9 (1152) <CBD1591C-405E-376E-87E9-B264610EBF49>  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff87fa8000 -     0x7fff87fc5fff  libsystem_kernel.dylib (2782.10.72) <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>  /usr/lib/system/libsystem_kernel.dylib
          0x7fff889b7000 -     0x7fff88ce5fff  com.apple.Foundation 6.9 (1152.14)  <E3746EDD-DFB1-3ECB-88ED-A91AC0EF3AAA>  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8ab00000 -     0x7fff8ab03fff  libdyld.dylib (353.2.1)             <4E33E416-F1D8-3598-B8CC-6863E2ECD0E6>  /usr/lib/system/libdyld.dylib
          0x7fff8f0e1000 -     0x7fff8f10bfff  libdispatch.dylib (442.1.4)         <502CF32B-669B-3709-8862-08188225E4F0>  /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.10.72)                 <DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5>  /System/Library/Kernels/kernel
    Process:         AppleSpell [2021]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             501
    Sudden Term:     Clean
    Task size:       679 pages
      Thread 0x6a8ca      DispatchQueue 1     41 samples (1-41)   priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
      41  start + 1 (libdyld.dylib + 13769) [0x7fff8ab035c9] 1-41
        41  ??? (AppleSpell + 7362) [0x10c5f3cc2] 1-41
          41  -[NSSpellServer run] + 73 (Foundation + 1671256) [0x7fff88b4f058] 1-41
            41  CFRunLoopRun + 97 (CoreFoundation + 1212145) [0x7fff827fdef1] 1-41
              41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858] 1-41
                41  __CFRunLoopRun + 1371 (CoreFoundation + 466939) [0x7fff82747ffb] 1-41
                  41  __CFRunLoopServiceMachPort + 212 (CoreFoundation + 469812) [0x7fff82748b34] 1-41
                    41  mach_msg_trap + 10 (libsystem_kernel.dylib + 70878) [0x7fff87fb94de] 1-41
                     *41  ipc_mqueue_receive_continue + 0 (kernel + 1165472) [0xffffff800031c8a0] 1-41
      Thread 0x6a8e6      DispatchQueue 2     41 samples (1-41)   priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
      41  _dispatch_mgr_thread + 52 (libdispatch.dylib + 19050) [0x7fff8f0e5a6a] 1-41
        41  kevent64 + 10 (libsystem_kernel.dylib + 94770) [0x7fff87fbf232] 1-41
         *41  ??? (kernel + 5988368) [0xffffff80007b6010] 1-41
      Binary Images:
             0x10c5f2000 -        0x10c6d5fff  com.apple.AppleSpell 2.2.2 (274.2)  <B6BE2085-9EC6-3CCC-B8EC-C96DD7A182DA>  /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff826d6000 -     0x7fff82a6cfff  com.apple.CoreFoundation 6.9 (1152) <CBD1591C-405E-376E-87E9-B264610EBF49>  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff87fa8000 -     0x7fff87fc5fff  libsystem_kernel.dylib (2782.10.72) <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>  /usr/lib/system/libsystem_kernel.dylib
          0x7fff889b7000 -     0x7fff88ce5fff  com.apple.Foundation 6.9 (1152.14)  <E3746EDD-DFB1-3ECB-88ED-A91AC0EF3AAA>  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8ab00000 -     0x7fff8ab03fff  libdyld.dylib (353.2.1)             <4E33E416-F1D8-3598-B8CC-6863E2ECD0E6>  /usr/lib/system/libdyld.dylib
          0x7fff8f0e1000 -     0x7fff8f10bfff  libdispatch.dylib (442.1.4)         <502CF32B-669B-3709-8862-08188225E4F0>  /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.10.72)                 <DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5>  /System/Library/Kernels/kernel
    Process:         AppleSpell [2616]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             501
    Sudden Term:     Clean
    Task size:       675 pages
      Thread 0x7ad1c      DispatchQueue 1     41 samples (1-41)   priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
      41  start + 1 (libdyld.dylib + 13769) [0x7fff8ab035c9] 1-41
        41  ??? (AppleSpell + 7362) [0x108067cc2] 1-41
          41  -[NSSpellServer run] + 73 (Foundation + 1671256) [0x7fff88b4f058] 1-41
            41  CFRunLoopRun + 97 (CoreFoundation + 1212145) [0x7fff827fdef1] 1-41
              41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858] 1-41
                41  __CFRunLoopRun + 1371 (CoreFoundation + 466939) [0x7fff82747ffb] 1-41
                  41  __CFRunLoopServiceMachPort + 212 (CoreFoundation + 469812) [0x7fff82748b34] 1-41
                    41  mach_msg_trap + 10 (libsystem_kernel.dylib + 70878) [0x7fff87fb94de] 1-41
                     *41  ipc_mqueue_receive_continue + 0 (kernel + 1165472) [0xffffff800031c8a0] 1-41
      Thread 0x7ad55      DispatchQueue 2     41 samples (1-41)   priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
      41  _dispatch_mgr_thread + 52 (libdispatch.dylib + 19050) [0x7fff8f0e5a6a] 1-41
        41  kevent64 + 10 (libsystem_kernel.dylib + 94770) [0x7fff87fbf232] 1-41
         *41  ??? (kernel + 5988368) [0xffffff80007b6010] 1-41
      Binary Images:
             0x108066000 -        0x108149fff  com.apple.AppleSpell 2.2.2 (274.2)  <B6BE2085-9EC6-3CCC-B8EC-C96DD7A182DA>  /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff826d6000 -     0x7fff82a6cfff  com.apple.CoreFoundation 6.9 (1152) <CBD1591C-405E-376E-87E9-B264610EBF49>  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff87fa8000 -     0x7fff87fc5fff  libsystem_kernel.dylib (2782.10.72) <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>  /usr/lib/system/libsystem_kernel.dylib
          0x7fff889b7000 -     0x7fff88ce5fff  com.apple.Foundation 6.9 (1152.14)  <E3746EDD-DFB1-3ECB-88ED-A91AC0EF3AAA>  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8ab00000 -     0x7fff8ab03fff  libdyld.dylib (353.2.1)             <4E33E416-F1D8-3598-B8CC-6863E2ECD0E6>  /usr/lib/system/libdyld.dylib
          0x7fff8f0e1000 -     0x7fff8f10bfff  libdispatch.dylib (442.1.4)         <502CF32B-669B-3709-8862-08188225E4F0>  /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80009fffff  kernel (2782.10.72)                 <DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5>  /System/Library/Kernels/kernel
    Process:         apsd [52]
    Path:            /System/Library/PrivateFrameworks/ApplePushService.framework/apsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Task size:       2477 pages
      Thread 0x201        DispatchQueue 1     41 samples (1-41)   priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
      41  start + 1 (libdyld.dylib + 13769) [0x7fff8ab035c9] 1-41
        41  ??? (apsd + 372691) [0x1099effd3] 1-41
          41  -[NSRunLoop(NSRunLoop) run] + 74 (Foundation + 1466959) [0x7fff88b1d24f] 1-41
            41  -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278 (Foundation + 436297) [0x7fff88a21849] 1-41
              41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858] 1-41
                41  __CFRunLoopRun + 1371 (CoreFoundation + 466939) [0x7fff82747ffb] 1-41
                  41  __CFRunLoopServiceMachPort + 212 (CoreFoundation + 469812) [0x7fff82748b34] 1-41
                    41  mach_msg_trap + 10 (libsystem_kernel.dylib + 70878) [0x7fff87fb94de] 1-41
                     *41  ipc_mqueue_receive_continue + 0 (kernel + 1165472) [0xffffff800031c8a0] 1-41
      Thread 0x4b4        DispatchQueue 2     41 samples (1-41)   priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
      41  _dispatch_mgr_thread + 52 (libdispatch.dylib + 19050) [0x7fff8f0e5a6a] 1-41
        41  kevent64 + 10 (libsystem_kernel.dylib + 94770) [0x7fff87fbf232] 1-41
         *41  ??? (kernel + 5988368) [0xffffff80007b6010] 1-41
      Thread 0x4f5        41 samples (1-41)   priority 63
      <timers coalesced, IO policy important>
      41  thread_start + 13 (libsystem_pthread.dylib + 5149) [0x7fff819ec41d] 1-41
        41  _pthread_start + 176 (libsystem_pthread.dylib + 12773) [0x7fff819ee1e5] 1-41
          41  _pthread_body + 131 (libsystem_pthread.dylib + 12904) [0x7fff819ee268] 1-41
            41  __NSThread__main__ + 1345 (Foundation + 428298) [0x7fff88a1f90a] 1-41
              41  +[NSURLConnection(Loader) _resourceLoadLoop:] + 434 (CFNetwork + 658560) [0x7fff88f7dc80] 1-41
                41  CFRunLoopRunSpecific + 296 (CoreFoundation + 464984) [0x7fff82747858] 1-41
                  41  __CFRunLoopRun + 1371 (CoreFoundation + 466939) [0x7fff82747ffb] 1-41
                    41  __CFRunLoopServiceMachPort + 212 (CoreFoundation + 469812) [0x7fff82748b34] 1-41
                      41  mach_msg_trap + 10 (libsystem_kernel.dylib + 70878) [0x7fff87fb94de] 1-41
                       *41  ipc_mqueue_receive_continue + 0 (kernel + 1165472) [0xffffff800031c8a0] 1-41
      Thread 0x9d7        41 samples (1-41)   priority 31
      <thread QoS legacy, timers coalesced, IO policy important>
      41  thread_start + 13 (libsystem_pthread.dylib + 5149) [0x7fff819ec41d] 1-41
        41  _pthread_start + 176 (libsystem_pthread.dylib + 12773) [0x7fff819ee1e5] 1-41
          41  _pthread_body + 131 (libsystem_pthread.dylib + 12904) [0x7fff819ee268] 1-41
            41  __select + 10 (libsystem_kernel.dylib + 91130) [0x7fff87fbe3fa] 1-41
             *41  ??? (kernel + 6142240) [0xffffff80007db920] 1-41
      Binary Images:
             0x109995000 -        0x109a5bfff  apsd (275.4)                          <045087F6-4CA3-3CC8-9ADE-F3BFED10F03E>  /System/Library/PrivateFrameworks/ApplePushService.framework/apsd
          0x7fff819eb000 -     0x7fff819f4fff  libsystem_pthread.dylib (105.10.1)    <3103AA7F-3BAE-3673-9649-47FFD7E15C97>  /usr/lib/system/libsystem_pthread.dylib
          0x7fff826d6000 -     0x7fff82a6cfff  com.apple.CoreFoundation 6.9 (1152)   <CBD1591C-405E-376E-87E9-B264610EBF49>  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff87fa8000 -     0x7fff87fc5fff  libsystem_kernel.dylib (2782.10.72)   <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>  /usr/lib/system/libsystem_kernel.dylib

  • New version available for Intermedia Clipboard Utility and Web Agent for Oracle9i?

    Hi!
    I have downloaded the files from the OTN website under the
    section "interMedia Clipboard Utility & Web Agent Utility for
    NT". After installing the files, it crashes my Oracle HTTP
    Server on Apache. I am currently testing stuff on Oracle 9i and
    I guess the utility that I downloaded is for Oracle 8i. Is new
    the for Oracle 9i available already? How do I download it?
    Thanks!
    Lily

    Lily,
    The interMedia Clipboard and Web Agent are not supported on
    Oracle 9i. For information on alternatives to the
    Web Agent, please see the interMedia software page on OTN:
    http://otn.oracle.com/software/products/intermedia/content.htm
    The closest equivalent of the Web Agent is the interMedia Code
    Wizard for the PL/SQL Gateway.
    Regards,
    Rajiv

  • Apache Web Agent problem (web agent 2.0, Opensso 8.0) with IHS/WAS 6.1

    I installed a apache web agent 2.0 and opensso 8.0 on the same windows server. The web agent is running over IHS server. Opensso is running overs WAS 6.1
    While attempting to access an application, after succesful authentification, i got on the web browser a 403 error.
    Can someone help me?
    You can find below, the error message on the browser, and an extract of agent log file.
    Thanks
    Regards
    Gigi62
    Error message on the web browser:
    Forbidden
    You don't have permission to access /AppliTestOpensso1 on this server.
    IBM_HTTP_Server Server at aaaa.agent.com Port 80
    Extract of the agent log file:
    2009-12-22 09:31:44.647MaxDebug 5356:d11e88 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=false returned 3
    2009-12-22 09:31:44.647MaxDebug 5356:d11e88 all: is_url_enforced(): URL http://aaaa.agent.com:80/AppliTestOpensso1 is enforced.
    2009-12-22 09:31:44.647 Debug 5356:d11e88 all: am_web_get_parameter_value(): Param Name = iPlanetDirectoryPro, & Param Value = NULL, status not found
    2009-12-22 09:31:44.647 Debug 5356:d11e88 all: am_web_is_access_allowed()(http://aaaa.agent.com:80/AppliTestOpensso1,GET): no sso token, setting status to invalid session.
    2009-12-22 09:31:44.647 Info 5356:d11e88 all: am_web_is_access_allowed()(http://aaaa.agent.com:80/AppliTestOpensso1, GET) returning status: invalid session.
    2009-12-22 09:31:44.647 Info 5356:d11e88 all: process_request(): Access check for URL http://aaaa.agent.com:80/AppliTestOpensso1 returned invalid session.
    2009-12-22 09:31:44.647MaxDebug 5356:d11e88 all: am_web_get_url_to_redirect: goto URL is http://aaaa.agent.com:80/AppliTestOpensso1
    2009-12-22 09:31:44.647MaxDebug 5356:d11e88 all: find_active_login_server(): Trying server: http://aaaa.agent.com:9080/opensso/UI/Login
    2009-12-22 09:31:44.647 Debug 5356:d11e88 all: is_server_alive(): Connection timeout set to 2
    2009-12-22 09:31:44.709 Debug 5356:d11e88 all: process_access_redirect(): get redirect url returned AM_SUCCESS, redirect url [http://aaaa.agent.com:9080/opensso/UI/Login?goto=http%3A%2F%2Faaaa.agent.com%3A80%2FAppliTestOpensso1].
    2009-12-22 09:31:44.709 Debug 5356:d11e88 all: process_access_redirect(): returning web result AM_WEB_RESULT_REDIRECT.
    2009-12-22 09:31:44.709 Debug 5356:d11e88 all: process_request(): returning web result AM_WEB_RESULT_REDIRECT, data [http://aaaa.agent.com:9080/opensso/UI/Login?goto=http%3A%2F%2Faaaa.agent.com%3A80%2FAppliTestOpensso1]
    2009-12-22 09:31:44.709 Debug 5356:d11e88 all: am_web_process_request(): Rendering web result AM_WEB_RESULT_REDIRECT
    2009-12-22 09:31:44.709 Debug 5356:d11e88 all: am_web_process_request(): render result function returned AM_SUCCESS.
    2009-12-22 09:31:44.709MaxDebug 5356:d11e88 all: get_request_url(): Host: aaaa.agent.com
    2009-12-22 09:31:44.709MaxDebug 5356:d11e88 all: get_request_url(): Port is 80.
    2009-12-22 09:31:44.709 Debug 5356:d11e88 all: get_request_url(): Returning request URL http://aaaa.agent.com:80/AppliTestOpensso1.
    2009-12-22 09:31:44.709 Warning 5356:d11e88 all: get_method_num(): Apache request method number did not match method string. Setting method number to match method string GET.
    2009-12-22 09:31:44.709MaxDebug 5356:d11e88 all: am_web_is_notification(), http://aaaa.agent.com:80/AppliTestOpensso1 is not notification url http://aaaa.agent.com:80/UpdateAgentCacheServlet?shortcircuit=false.
    2009-12-22 09:31:44.709MaxDebug 5356:d11e88 all: am_web_is_access_allowed(): Processing url http://aaaa.agent.com:80/AppliTestOpensso1.
    2009-12-22 09:31:44.709MaxDebug 5356:d11e88 all: FqdnHandler::isValidFqdnResource() Resource => http://aaaa.agent.com:80/AppliTestOpensso1, is valid => true
    2009-12-22 09:31:44.709 Debug 5356:d11e88 all: is_url_enforced(): client_ip 10.245.197.145 not found in client ip not enforced list
    2009-12-22 09:31:44.709MaxDebug 5356:d11e88 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=true returned 3
    2009-12-22 09:31:44.709 Debug 5356:d11e88 all: in_not_enforced_list: enforcing access control for http://aaaa.agent.com:80/AppliTestOpensso1
    2009-12-22 09:31:44.709 Debug 5356:d11e88 all: am_web_is_logout_url(http://aaaa.agent.com:80/AppliTestOpensso1): normalized URL http://aaaa.agent.com:80/AppliTestOpensso1.

    Hi gimbal2 ,
    thanks for your prompt response.
    I deleted jsf-facelets.jar from the lib.
    Also I removed      <context-param>
              <param-name>org.apache.myfaces.trinidad.ALTERNATE_VIEW_HANDLER</param-name>
              <param-value>org.apache.myfaces.trinidadinternal.facelets.TrinidadFaceletViewHandler</param-value>
         </context-param>
         <context-param>
              <param-name>org.apache.myfaces.trinidad.FACELETS_VIEW_MAPPINGS</param-name>
              <param-value>*.xhtml</param-value>
         </context-param>Now that error has gone .But I am still not able to switch between the tabs for .xhtml page but it is working fine for .jsp page.
    For .xhtml page , on clicking on the tab, console is showing something like below
    Aug 17, 2010 9:20:49 PM org.apache.myfaces.trinidad.component.UIXShowDetail broadcast
    WARNING: Event org.apache.myfaces.trinidad.event.DisclosureEvent[phaseId=INVOKE_APPLICATION(5),component=CoreShowDetailItem[UINodeFacesBean, id=j_id957384125_39108532],expanded=true] was delivered to a showDetail already in that disclosure state.

  • Web agent

    Hey there,
    I'm new to intermedia, but I have managed to get it installed, uploaded some images using the clipboard and I'm even able to view them...my question is when I create the web agent, does that user have to have DBA priviledges?? When I use a user that has DBA granted to it, I don't have problems...when I try to change to a user w/ lesser permissions...it doesn't work. Is there a reason for this?
    null

    Hi,
    What error are you seeing, and what operation are you trying to perform when things do go wrong? (In all the work I've done on the Web Agent, I don't think I've ever specified a user that DID have DBA privs!!) Just for interest, have you tried firing up the Clipboard against a simple table created in scott/tiger [eg, create table images(id number, image ordsys.ordimage);]?
    Simon

  • My Intermedia Web agent and Clipboard doesn't work!

    Hi,Simon
    I'v just downloaded the Intermedia Web agent and Clipboard plugin from OTN a few days ago.But both of it don't work when I install it.Would you please help me look for the reason?
    My operating system is Windows 2000 Professional,and my web server is OAS 4.0.8.1,and my database is 8i.
    When I visit these address"http://host:port/intermedia/^about"and "http://host:port/intermedia/admin",the browser returns to me a error page.
    When I connect to host in Clipborad,it returns to me an error message which says"The following error was received from the intermedia web agent,<HTML><HEAD><TITLE>Invalid host specified</TITLE></HEAD><BODY>The request did not specify a valid virtual host</BODY>
    I don't know if this web agent can work with OAS 4.0.8.1 and if OAS 4.0.8.1 can run in the Windows 2000 Professional.
    Thanks
    null

    Hi,Simon,
    Thank you for your help!I have sent my application information to your product manager by email!
    But the error stll appears.When I typed the whole domain name in the host area of Clipborad,the error message changed to "An application error has occured,please try again!".When I typed the address"http://My host:port/intermedia/~about"(I have substituted ^ with ~ )"and "http://My host:port/intermedia/admin",it still returns an error page which says"HTTP 500 Server internal error......"like before!
    Also,I found other errors about OAS.One Application cannot add the second Cartridge,it returns an error:"OWS-09103:Cartridge section'[Application wscWRBApp" when I do it.So I suspect the reason is my operating system platform,I will try to reinstall it now.
    Regards!
    Reemon                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Web inspector crashes in 5.1.4

    In upgraded to Safari 5.1.4 last night. Now I have multiple crashes in web inspector. I want to look at the history.state object in the console, so I type history the the period and web inspector crashes.
    I was debugging some javascript and part way through, web inspector crashes.
    Web inspector did not do this with 5.1.3.
    Being new to the Mac world. I have a MacBook Pro and would like to revert back to Safari 5.1.3 so I can complete my project. Does anyone know how I can revert to the previous version of Safari? I am unable to do my work.

    Hi Tanny ...
    It's not possible to "revert" back to a previous Safari version    
    Try something.. 
    Go to ~/Library/Safari. Move the History.plist file to the Desktop.
    Quit then relaunch Safari. Try the Web Inspector.
    If that didn't help, move the History.plist file back to the Safari folder.

  • Hyperion 7.0 report web server crashing

    env: Windows 2000, Weblogic 7.0.2, Sql server. 06-04 00:45:22 ERROR MultiSegCubeView     JobId: 6306-04 00:45:22 ERROR MultiSegCubeView     ADM Exception occured: mou1wnhp07/Vrsn/Main/olauritsen/Error(1013013) Active Database Needed To Execute This Command06-04 00:45:22 ERROR MultiSegCubeView     com.hyperion.ap.APException: [1033] Native: 1013013 [Fri Jun 04 00:45:22 2004]mou1wnhp07/Vrsn/Main/olauritsen/Error(1013013) Active Database Needed To Execute This Command     at com.hyperion.ap.adm.HssEnvironment.createException(HssEnvironment.java:173)     at com.hyperion.ap.adm.HssConnSession.HssAdmGetErrors(HssConnSession.java:1455)     at com.hyperion.ap.adm.HssConnSession.HssQryPerformOperation(HssConnSession.java:974)     at com.hyperion.ap.adm.HssConnSessionWrapper.HssQryPerformOperationEx2(HssConnSessionWrapper.java:1042)     at com.hyperion.ap.adm.HssConnSessionWrapper.HssQryPerformOperation(HssConnSessionWrapper.java:2924)     at com.hyperion.ap.adm.HssQryCubeView.performOp(HssQryCubeView.java:1475)     at com.hyperion.reporting.haradm.MultiSegCubeView.execute(Unknown Source)     at com.hyperion.reporting.results.ExecGrid.executeGridObject(Unknown Source)     at com.hyperion.reporting.results.ExecReport.executeReport(Unknown Source)     at com.hyperion.reporting.reportserver.FetchInstanceThread.runDesign(Unknown Source)     at com.hyperion.reporting.reportserver.FetchInstanceThread.run(Unknown Source)After this the web server crashes. Any help will be appreciated.Thanks,

    In http://service.sap.com/swdc . Go to Downloads -> SAP Distribution Center -> SAP Cryptographc software
    Then Download:
    SAP Business Planning & Consolidation 5.1 and higher.
    This Zip file contains both 6.0 and 6.5 XceedZip.dll versions
    Kind Regards

  • Web Server Crash..Error Code 52

    Hello,
    Web server crashed and keep getting an error code 52 any insight on why would be greatly appreaciated.
    Thanks!
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 00:48:31 on Thu Jun 14 13:00:16 2007
    Additional information is available in:
    D:\bea\user_projects\domains\HEAS_Domain\jrockit.1792.dump
    D:\bea\user_projects\domains\HEAS_Domain\jrockit.1792.mdmp
    Please send the file(s), information about your system
    setup and the program you were running to [email protected]. Thank you.
    Error code: 52
    Error Message: Null pointer exception in native code
    Version : BEA WebLogic JRockit(TM) 1.4.2_05 JVM R24.4.0-1 ari-38120-20041118-1131-win-ia32
    Threads / GC : Native Threads, GC strategy: gencon
    : mmHeap->data = 0x10020000, mmHeap->top = 0x20020000
    : mmStartCompaction = 0x11420000, mmEndCompaction = 0x12820000
    Number CPUs : 4
    Tot Phys Mem : 17178947584
    OS version : Microsoft Windows Server 2003 Service Pack 1 (Build 3790)
    State : JVM is running
    Command Line : -Xms256m -Xmx256m -Xnoclassgc -Xgc:gencon -DEAS_HOME=\\nydfs1\root\APPDATA\HyperionEssbase -DARBORPATH=D:\Hyperion\EAS\Server -DEAS_LOG_LEVEL=9999 -DEAS_LOG_LOCATION=d:\hyperion\EASadvancedlogs.txt -Djava.class.path=D:\bea\jrockit81sp4_142_05\lib\tools.jar;D:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;D:\bea\WEBLOG~1\server\lib\weblogic.jar; -Dweblogic.Name=HEAS_Server -Dweblogic.management.username=admin -Dweblogic.ProductionModeEnabled= -Djava.security.policy=D:\bea\WEBLOG~1\server\lib\weblogic.policy -Dweblogic.management.password=keep_out -Dweblogic.management.startmode=WinSvc exit
    Environment : JAVA_HOME=(null), java.home=D:\bea\jrockit81sp4_142_05\jre, java.class.path=D:\bea\jrockit81sp4_142_05\lib\tools.jar;D:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;D:\bea\WEBLOG~1\server\lib\weblogic.jar;, java.library.path=D:\bea\WEBLOG~1\server\bin;.;C:\WINDOWS\system32;C:\WINDOWS;D:\bea\WEBLOG~1\server\bin;D:\bea\jrockit81sp4_142_05\jre\bin;D:\bea\jrockit81sp4_142_05\bin;D:\bea\WEBLOG~1\server\bin\oci920_8;D:\Hyperion\Essbase\bin;D:\Hyperion\EAS\Server\bin;d:\hyperion\essbase\bin;c:\sybase\ocs-12_5\lib3p;c:\sybase\ocs-12_5\bin;c:\sybase\ocs-12_5\dll;c:\program files\veritas\netbackup\bin\;c:\program files\support tools\;c:\program files\windows resource kits\tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\wbem;c:\program files\common files\morgan stanley shared;c:\program files\perl\bin;c:\program files\ibm\director\bin;c:\program files\microsoft sql server\80\tools\binn\;d:\bea\jrockit81sp4_142_05\bin;c:\program files\openafs\1.3.81.0\bin
    C Heap : Good; no memory allocations have failed
    Registers (from context struct at 0x0716ECAC/0x0716EDC8):
    Converted EIP: 0b2210c4
    EAX = ffffffff EBX = 00000000
    ECX = 0716f608 EDX = 00000062
    ESI = 0716f978 EDI = 03afb86c
    EIP = 0b6410c4 ESP = 0716f094
    EBP = 0716f0a4 EFL = 00010286
    CS = 001b DS = 0023 ES = 0023
    SS = 0023 FS = 003b GS = 0000
    Stack:
    0716f094 :00000062 00000001 00000000 0b64fb04 0716f610 0b64886b
    0716f0ac :ffffffff 0716f608 00000062 00000001 00000000 0b64fb04
    0716f0c4 :03afb86c 0716f978 03afb874 71b2446b 71b2449c 0003b500
    0716f0dc :00a67ff8 00000000 00000000 00000ae9 0716f07c 00001108
    0716f0f4 :0716ff48 71b45fcc 71b26538 ffffffff 71b26530 71b26599
    0716f10c :00000c58 0716f28c 00000010 00000000 00000000 00000000
    0716f124 :00000000 00000000 00a675d0 00a67ff8 0716f180 71c039ce
    0716f13c :00000c58 0716f28c 00000010 00000000 71c02572 00a67ff8
    0716f154 :00a675d0 71c039f6 02362868 0003b500 00000000 00a67dc0
    0716f16c :00a61e90 00000000 ffffffff 00000000 00000000 0716f2b4
    0716f184 :0a671000 00000c58 0716f28c 00000010 02362868 00000008
    0716f19c :77bd8970 023b8880 0716f3cc 030d0000 0716f1bc 00000001
    0716f1b4 :7c8302b3 000cf148 0716f29c 7c82f9c1 00090928 7c82f9dd
    0716f1cc :000cf150 08562948 00030000 031e1290 0000136b 0716f204
    0716f1e4 :7c81e602 00030000 031e1290 031e1290 00030000 03110000
    0716f1fc :03110000 020d0000 0716f24c 7c81ede1 0000136b 011e1290
    0716f214 :00000000 00030000 031e1290 00000000 00000de8 031ea000
    0716f22c :031c2f98 03110000 00000000 00000000 00000000 000001ae
    0716f244 :00030000 00000000 00030000 0716f330 7c8300c6 00030608
    0716f25c :00030000 023b64e8 00030000 00000000 00030000 0716f350
    0716f274 :7c8300c6 00030608 7c82f9dd 02362868 023b64f0 02362868
    0716f28c :023c2280 023b64e8 7c82f9e0 ffffffff 7c82f9dd 00030178
    0716f2a4 :00090000 00000000 00000000 023b8878 08562948 00000000
    0716f2bc :7fee3000 7fee3000 000be254 00030000 00030178 030d0000
    0716f2d4 :023b64f0 00000101 01010000 0716f228 023b8880 00000000
    0716f2ec :7c82f680 7c82f9e0 ffffffff 7c82f9dd 77bbcef6 00030000
    0716f304 :00000000 00000000 00009b58 0000136b 01010001 0716f260
    0716f31c :023b64f0 00030000 00000000 7c82f9e0 00000428 00000085
    0716f334 :0101cef6 0716f280 00000000 0716f388 7c82f680 7c82f9e0
    0716f34c :ffffffff 7c82f9dd 77bbcef6 00030000 00000000 77bbcefb
    0716f364 :02362868 00000000 02362868 77ba20e8 ffffffff 77bbcefb
    0716f37c :0b446e91 0716f390 00a40000 7c8302e7 00a406e8 0716f5b8
    0716f394 :7c82fadf 7c82fb23 00000005 00000005 03afb874 0b4417c3
    0716f3ac :023b64f0 023b64f0 0716f3cc 0b547f99 00000000 023b64f0
    0716f3c4 :02360928 000fde84 0716f930 0b648562 02362868 023b64f0
    0716f3dc :03afb86c 0716f984 03afb874 00000000 085625f8 00000108
    0716f3f4 :000bf1c0 00000068 08562568 00090000 00000000 000d62d8
    0716f40c :00000030 00000006 000113e4 0716f360 00001108 0716f52c
    0716f424 :7c82f680 7c82f9e0 ffffffff 7c82f9dd 71ae1790 00090000
    0716f43c :00000000 000d62d8 00000400 00000200 71ae17a1 0716f52c
    0716f454 :00000000 0716f528 00000000 08561ec0 0716f5d8 0716f5e0
    0716f46c :0716f5dc 01000000 00000022 71ae12c3 08562608 08562a30
    0716f484 :08560000 00000000 08562568 00000110 00000022 000113e4
    0716f49c :3d5746ef 0716f4dc 71ae1871 00001108 00000400 00000200
    0716f4b4 :00000300 00000001 0716f4ec 00000002 08562948 08562948
    0716f4cc :00000000 0716f500 71b23fe4 000cf150 00002000 00000e5c
    0716f4e4 :0096ec55 0a2227e0 0096ec55 0716f997 0716f4e8 124ba990
    0716f4fc :0096ec98 0bb92f30 03afb7f4 0716f620 71b24086 00000002
    0716f514 :08562948 085629f0 00000000 fffffff8 124ba990 03afb7f4
    0716f52c :03afb7f4 03afbf10 0090f5b3 03afb768 03afb7f4 00000001
    0716f544 :03afb768 00983012 03afb768 03afb7f4 02b3a7e8 03afb7f4
    0716f55c :02b3ce64 00950d70 03afb7f4 03afb880 00000000 00000000
    0716f574 :0716f4e8 01121ba0 0716f997 00000000 0000016d 03d91500
    0716f58c :0a2227e0 ffffffff 0716f4e8 00000000 00000000 00000000
    0716f5a4 :00000000 124ba990 0716f4e8 03afb7f4 03afb768 00951c61
    0716f5bc :03afb7f4 03d71378 0bb92f30 0716f9b8 0716f614 03afb768
    0716f5d4 :00951c83 03afb86c 0716f978 085dea10 03afb880 0716ff01
    0716f5ec :0716f638 0bcc0dad 03afb7f4 00001770 0bcd1810 0bcd1868
    0716f604 :00000000 0bcd1850 00000000 0716f638 0bcc0dc9 ffffffff
    0716f61c :00000000 0716f940 0716f924 0716f958 0bcd1850 00000000
    0716f634 :0bcd1810 0716f970 0bcb0683 03afb7f4 ffffffff 00000000
    0716f64c :0716f940 0716f924 0716f958 0716f67c 03afb87c 00000001
    0716f664 :00973188 00000e00 1510eee8 15a6ac08 00000001 00000001
    0716f67c :03afb768 01201a0b 00000e00 1510eee8 00000001 0293dab0
    0716f694 :03afb87c 00000000 00000000 00000000 00000000 1510eee8
    0716f6ac :00000001 01201a66 00000001 1510eed8 03afb768 03afb768
    0716f6c4 :01201994 00000000 00000001 15a6abf0 00000001 00002000
    0716f6dc :0120192d 15a6aaa0 012018fd 01201795 15a6aaa1 15a6aaa0
    0716f6f4 :13a0c010 00000000 1510eed8 15a6ab10 15a6aaa0 012016ef
    0716f70c :1510eed8 00000001 00000000 15a6ab10 15a6ab10 01201619
    0716f724 :15a6aaf8 079dc246 15a6aafd 13a94c58 15a6aaa0 079dc1ed
    0716f73c :079dc1ab 15a6aaa5 15a6aaa0 13a0c010 124bd8d8 00000000
    0716f754 :079dc10f 088707d4 15a6aaa0 124bc798 124bc780 15a62898
    0716f76c :00000000 15a62899 15a62718 15a62898 124bc798 0a2218db
    0716f784 :124bc798 15a62899 124bc780 15a62718 124bc780 15a62898
    0716f79c :0a221832 124bc780 124bc230 15a62880 15a6289d 000fde84
    0716f7b4 :03afb768 0716f7c0 0096ec55 0a221750 0096ec55 0716f997
    0716f7cc :0716f7c0 15a62898 0096ec98 0bb92380 03afb7f4 0716f8f8
    0716f7e4 :0096ec98 00000007 124bc1c8 fffffffe 00000002 fffffffd
    0716f7fc :15a62898 71ae1168 00090000 fffffff8 1766f108 00000080
    0716f814 :03afb7f4 00000001 124bc1c8 7fee3000 03afb878 fffffff8
    0716f82c :00000002 000fde84 0090f5b3 03afb768 00000000 00000000
    0716f844 :00000000 124bc1c8 0716f7c0 01121ba0 0716f997 124bc198
    0716f85c :03afb874 00950d70 0a221750 00000001 0716f7c0 00000002
    0716f874 :00000002 0000001c 00000000 15a62898 0716f7c0 03afb7f4
    0716f88c :03afb768 00951c61 03afb7f4 03d1bf20 0bb92380 00a48e54
    Code:
    0b640fc4 :00000000 00000000 00000000 00000000 00000000 00000000
    0b640fdc :00000000 00000000 00000000 00000000 00000000 00000000
    0b640ff4 :00000000 00000000 00000000 90c3c033 90909090 90909090
    0b64100c :90909090 81ec8b55 000474ec 0c458b00 7703f883 8524ff62
    0b641024 :0b64108c f0040d8b a1660b64 0b64f000 558d646a c752519a
    0b64103c :10009445 89660b64 45c69845 15ff00fe 0b64c2a0 8d08558b
    0b641054 :fffb8c85 944d8dff e8525150 0000a532 b018c483 5de58b01
    0b64106c :8b000cc2 e8500845 0000a518 b004c483 5de58b01 32000cc2
    0b641084 :5de58bc0 90000cc2 0b64106f 0b641028 0b64107b 0b64107b
    0b64109c :90909090 8bec8b55 c0850845 a0b80775 5d00102c 1c4d8bc3
    0b6410b4 :5118558b 52144d8b 5110558b 520c4d8b 5251108b 00a7d5e8
    0b6410cc :18c48300 9090c35d 90909090 90909090 90909090 8bec8b55
    0b6410e4 :c0850c45 458b2175 08558b10 8d500a6a 046a144d 68046a51
    0b6410fc :00102ca1 a496e852 c4830000 33c35d1c 90c35dc0 51ec8b55
    0b641114 :56084d8b 64f01468 6a006a0b 08458d01 5150626a 00a775e8
    0b64112c :18c48300 4575c085 8b08558b f6850c75 c704428b 0002fc45
    0b641144 :21750000 14680a6a 8d0b64f0 046afc4d 68046a51 00102ca1
    0b64115c :a43ae850 c4830000 75c0851c 08558b10 04428b56 a456e850
    0b641174 :c4830000 e58b5e08 9090c35d 51ec8b55 085d8b53 2c685756
    0b64118c :6a0b64f0 8d016a00 626a0845 03e85350 830000a7 c08518c4
    0b6411a4 :008e850f 4d8b0000 0c7d8b08 418bff85 fc45c704 00000002
    0b6411bc :0a6a2175 64f02c68 fc558d0b 6a52046a 2ca16804 e8500010
    Loaded modules:
    (* denotes the module causing the exception)
    0x7c800000-0x7c8bffff C:\WINDOWS\system32\ntdll.dll
    0x77e40000-0x77f41fff C:\WINDOWS\system32\kernel32.dll
    0x77380000-0x77411fff C:\WINDOWS\system32\USER32.dll
    0x77c00000-0x77c48fff C:\WINDOWS\system32\GDI32.dll
    0x77f50000-0x77febfff C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000-0x77ceefff C:\WINDOWS\system32\RPCRT4.dll
    0x71af0000-0x71b11fff C:\WINDOWS\system32\ShimEng.dll
    0x75e60000-0x75e86fff C:\WINDOWS\system32\apphelp.dll
    0x003d0000-0x003e3fff C:\WINDOWS\AppPatch\AcMSReg.dll
    0x76290000-0x762acfff C:\WINDOWS\system32\IMM32.DLL
    0x62d80000-0x62d88fff C:\WINDOWS\system32\LPK.DLL
    0x75490000-0x754f0fff C:\WINDOWS\system32\USP10.dll
    0x77ba0000-0x77bf9fff C:\WINDOWS\system32\msvcrt.dll
    0x10000000-0x10016fff C:\WINDOWS\system32\sysmodule.1.1.dll
    0x005c0000-0x005e0fff C:\WINDOWS\AppPatch\Custom_MsReg.dll
    0x77b90000-0x77b97fff C:\WINDOWS\system32\VERSION.dll
    0x00600000-0x0069bfff C:\WINDOWS\system32\advapi32.5.2.3790.1830.dll
    0x00830000-0x00a33fff D:\bea\jrockit81sp4_142_05\jre\bin\jrockit\jvm.dll
    0x76aa0000-0x76accfff C:\WINDOWS\system32\WINMM.dll
    0x7c8d0000-0x7d0d3fff C:\WINDOWS\system32\SHELL32.dll
    0x77da0000-0x77df1fff C:\WINDOWS\system32\SHLWAPI.dll
    0x71c00000-0x71c16fff C:\WINDOWS\system32\WS2_32.dll
    0x71bf0000-0x71bf7fff C:\WINDOWS\system32\WS2HELP.dll
    0x7c340000-0x7c395fff C:\WINDOWS\system32\MSVCR71.dll
    0x77420000-0x77522fff C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.2778_x-ww_A8F04F11\comctl32.dll
    0x00b30000-0x00b48fff D:\bea\jrockit81sp4_142_05\jre\bin\java.dll
    0x00b50000-0x00b5dfff D:\bea\jrockit81sp4_142_05\jre\bin\verify.dll
    0x76f50000-0x76f62fff C:\WINDOWS\system32\Secur32.dll
    0x71b20000-0x71b60fff C:\WINDOWS\System32\mswsock.dll
    0x76ed0000-0x76efefff C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000-0x76f76fff C:\WINDOWS\System32\winrnr.dll
    0x76f10000-0x76f3dfff C:\WINDOWS\system32\WLDAP32.dll
    0x76f80000-0x76f87fff C:\WINDOWS\system32\rasadhlp.dll
    0x07d50000-0x07d55fff D:\bea\jrockit81sp4_142_05\jre\bin\ioser12.dll
    0x5f270000-0x5f2c8fff C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000-0x71ae7fff C:\WINDOWS\System32\wshtcpip.dll
    0x09ea0000-0x09ea4fff D:\bea\weblogic81\server\bin\wlntio.dll
    0x0a210000-0x0a219fff D:\Hyperion\eas\server\bin\jmaxl.dll
    0x0b3d0000-0x0b43efff D:\Hyperion\EAS\Server\bin\ESSAPINU.dll
    0x0a650000-0x0a677fff D:\Hyperion\EAS\Server\bin\ESSNETU.dll
    0x0aca0000-0x0acb0fff D:\Hyperion\EAS\Server\bin\ESSUTLU.dll
    0x0b340000-0x0b397fff D:\Hyperion\EAS\Server\bin\globlc32.dll
    0x0b2d0000-0x0b2d6fff D:\Hyperion\EAS\Server\bin\ESSGLOBU.dll
    0x0b440000-0x0b450fff D:\Hyperion\EAS\Server\bin\ESSSDU.dll
    0x71bb0000-0x71bb8fff C:\WINDOWS\system32\WSOCK32.dll
    0x0b540000-0x0b581fff D:\Hyperion\EAS\Server\bin\ESSOTLSU.dll
    0x0b590000-0x0b5a3fff D:\Hyperion\EAS\Server\bin\ESSOPGN.dll
    0x0b5b0000-0x0b5ddfff D:\Hyperion\EAS\Server\bin\ESSSHRU.dll
    0x77670000-0x777a3fff C:\WINDOWS\system32\ole32.dll
    0x0b2e0000-0x0b2e7fff D:\Hyperion\EAS\Server\bin\ESSSECU.dll
    0x0b600000-0x0b63efff D:\Hyperion\EAS\Server\bin\essmaxlu.dll
    0x0b640000-0x0b652fff* D:\Hyperion\EAS\Server\bin\ESSOTLNU.dll
    0x0bc00000-0x0bc20fff D:\Hyperion\eas\server\bin\EssCoreJni.dll
    0x0b520000-0x0b534fff D:\Hyperion\eas\server\bin\DataPrepJni.dll
    0x0bca0000-0x0bcd4fff D:\Hyperion\eas\server\bin\OutlineJni.dll
    0x0c1d0000-0x0c290fff D:\bea\jrockit81sp4_142_05\jre\bin\dbghelp.dll
    0x76b70000-0x76b7afff C:\WINDOWS\system32\psapi.dll
    Java Thread ID = 0x00006a80, lastJavaFrame = 0x0716F994, Name = ExecuteThread: '199' for queue: 'weblogic.kernel.Default'
    Thread Stack Trace:
    at EssOtlQueryMembersByName+43()@0x0B64886B
    at Javacom_essbase_eas_essbase_api_jni_OutlineJni_setMemberInfo@20+9309()@0x0BCC0DC9
    at Javacom_essbase_eas_essbase_api_jni_OutlineJni_getMemberAncestorsQueryEx@28+259()@0x0BCB0683
    at com/essbase/eas/essbase/api/jni/OutlineJni.getMemberAncestorsQueryEx(Native Method)@0x0B318E00
    at com/essbase/eas/essbase/server/outline/ViewPrimitives.getMemberAncestorsEx(Unknown Source)@0x0B318D93
    at com/essbase/eas/essbase/server/outline/ViewLogic.getMemberAncestorsEx(Unknown Source)@0x0B318BEB
    at com/essbase/eas/essbase/server/outline/OutlineViewCommandListener.getMemberAncestorsEx(Unknown Source)@0x0B318B5E
    at jrockit/reflect/NativeMethodInvoker.invoke0(Native Method)@0x0115D030
    at jrockit/reflect/NativeMethodInvoker.invoke(Unknown Source)@0x0115D1B8
    at jrockit/reflect/VirtualNativeMethodInvoker.invoke(Unknown Source)@0x011E7AA0
    at java/lang/reflect/Method.invoke(Unknown Source)@0x0115C760
    at com/essbase/eas/framework/server/application/AbstractCommandListener.handleEvent(Unknown Source)@0x0A23FB64
    at com/essbase/eas/framework/server/application/DefaultCommandDispatcher.dispatchEvent(Unknown Source)@0x0A23F926
    at com/essbase/eas/framework/server/application/DefaultEventController.handleEvent(Unknown Source)@0x0A23EC9E
    at com/essbase/eas/framework/server/application/EventDispatcherWorkListener.handleEvent(Unknown Source)@0x0A23F782
    at com/essbase/eas/framework/server/application/DefaultWorkDispatcher.dispatchEvent(Unknown Source)@0x0A23EF10
    at com/essbase/eas/framework/server/application/DefaultEventController.handleEvent(Unknown Source)@0x0A23EC9E
    at com/essbase/eas/framework/server/application/DefaultApplication.generateWorkEvent(Unknown Source)@0x0A23EB36
    at com/essbase/eas/framework/server/application/DefaultServlet.handleRequest(Unknown Source)@0x0A23E57F
    at com/essbase/eas/server/AppManServlet.doPost(Unknown Source)@0x0A23C856
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:760)@0x0B3CB7E3
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:853)@0x0B3CB5BE
    at weblogic/servlet/internal/ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)@0x0B3CB565
    at weblogic/servlet/internal/ServletStubImpl.invokeServlet(ServletStubImpl.java:419)@0x0B3CA791
    at weblogic/servlet/internal/ServletStubImpl.invokeServlet(ServletStubImpl.java:315)@0x0B3CA4D8
    at weblogic/servlet/internal/WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718)@0x0B3CA488
    at weblogic/security/acl/internal/AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)@0x03464968
    at weblogic/security/service/SecurityManager.runAs(SecurityManager.java:121)@0x034648EA
    at weblogic/servlet/internal/WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)@0x0B3C6B30
    at weblogic/servlet/internal/ServletRequestImpl.execute(ServletRequestImpl.java:2644)@0x0B3C6540
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:219)@0x0782E0E0
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:178)@0x0354552A
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x011266F3
    --- End of stack trace
    Additional information is available in:
    D:\bea\user_projects\domains\HEAS_Domain\jrockit.1792.dump
    D:\bea\user_projects\domains\HEAS_Domain\jrockit.1792.mdmp
    Please send the file(s), information about your system
    setup and the program you were running to [email protected]. Thank you.
    ===== END DUMP ===============================================================

    Top of stack trace is:
    at EssOtlQueryMembersByName+43()@0x0B64886B
    at Javacom_essbase_eas_essbase_api_jni_OutlineJni_setMemberInfo@20+9309()@0x0BCC0DC9
    Looks like the crash is caused by the Essbase JNI
    drivers. I suggest you contact Hyperion for help.
    -- Henrik

  • Integrating WebLogic Server with CA SiteMinder Web Agent R6

    Hi I have searched on the topic of integrating WebLogic Server with the CA SiteMinder Web Agent R6 to provide single sign on services, and have been unable to find anything. Does anyone have any experience with this that could provide some tips, or could direct me to some documentation?

    It definitely can work. We have done the same thing in several installations. The question is "How secure does it need to be?" You will be using SM to do authentication. You will configure SSO to trust the SM header variable. If you really want to be secure you need to configure your boxes so that the http server on you SUSE box (for Portal) can only be accessed from the Reverse Proxy. If another machine can access it someone could spoof the header variable and log in as anyone they want.
    Hope this is helpful.
    Anton

  • The Web Agent for Apache not working

    Any chances to put the last version of Web Agent (im8154) working with Apache in Linux?
    I4m using a Red Hat 6.2 system with Apache 1.3.12 and I compile the web agent without errors. In the some box I use php40 with Apache and I connect and use my Oracle database in another machine without problem.
    All the enviroment is set (ORACLE_HOME, LD_LIBRARY_PATH, PATH) and I even put the Apache user running as oracle.dba
    The problem is always the some: the Apache don4t find any page (404 in the log) in the /intermedia path. It4s seems that dont fire the web agent module that is compiled (I confirm with httpd -l) into. I can put anything in the httpd.conf in the Intermedia Location section that the symtom is the same: no errors, no logs in ORACLE_HOME/ord/web/log or in the /tmp, nothing at all. Just "Page not Found". But the others Location sections are working like the server-status.
    Any ideias people?
    Fernando Soares

    Any chances to put the last version of Web Agent (im8154) working with Apache in Linux?
    I4m using a Red Hat 6.2 system with Apache 1.3.12 and I compile the web agent without errors. In the some box I use php40 with Apache and I connect and use my Oracle database in another machine without problem.
    All the enviroment is set (ORACLE_HOME, LD_LIBRARY_PATH, PATH) and I even put the Apache user running as oracle.dba
    The problem is always the some: the Apache don4t find any page (404 in the log) in the /intermedia path. It4s seems that dont fire the web agent module that is compiled (I confirm with httpd -l) into. I can put anything in the httpd.conf in the Intermedia Location section that the symtom is the same: no errors, no logs in ORACLE_HOME/ord/web/log or in the /tmp, nothing at all. Just "Page not Found". But the others Location sections are working like the server-status.
    Any ideias people?
    Fernando Soares

  • NFR Agent Crashes Halts Server

    I've had a NFR server running for a couple of months now and keep experiencing a server seizure that the only way that I can mange to fix it is to restart the server. Novell File Reporter as installed by a consultant and operationally it runs fantastically except for that it can be a matter of days to a couple of weeks that the server/service stops working. The server is in a VM running Server 2008 R2, 64-bit, 6GB of RAM, 2x 3.6 GHz processors, 80GB of storage.
    Usually, what I am finding is that since the server sits on the CTRL+ALT+DEL screen which as a result of whatever my NFR issue is, it becomes unresponsive until I do a restart of the VM, using VMWare ESXI restarting just the Guest doesn't work while this error is active but restarting the VM on the "machine" level works. After restarting I find the service NFRAgent in an error state with the message:
    "The description for Event ID 2 from source NFRAgent cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. Youc an install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    01 2013-07-15 08:26:47 - 14400 2 8001 1488 1572 Failed to write to the log file "",RC = 14. Closing log file."
    Aside from the references to the log file I'm reading this as a fairly generic error message. Is anyone familiar with these symptoms or error messages that can maybe shed a little light on the error and point me towards a resolution? Thank you!

    marklar23 wrote:
    >
    > I've had a NFR server running for a couple of months now and keep
    > experiencing a server seizure that the only way that I can mange to
    > fix it is to restart the server. Novell File Reporter as installed
    > by a consultant and operationally it runs fantastically except for
    > that it can be a matter of days to a couple of weeks that the
    > server/service stops working. The server is in a VM running Server
    > 2008 R2, 64-bit, 6GB of RAM, 2x 3.6 GHz processors, 80GB of storage.
    >
    > Usually, what I am finding is that since the server sits on the
    > CTRL+ALT+DEL screen which as a result of whatever my NFR issue is, it
    > becomes unresponsive until I do a restart of the VM, using VMWare ESXI
    > restarting just the Guest doesn't work while this error is active but
    > restarting the VM on the "machine" level works. After restarting I
    > find the service NFRAgent in an error state with the message:
    >
    > "The description for Event ID 2 from source NFRAgent cannot be found.
    > Either the component that raises this event is not installed on your
    > local computer or the installation is corrupted. Youc an install or
    > repair the component on the local computer.
    >
    > If the event originated on another computer, the display information
    > had to be saved with the event.
    >
    > The following information was included with the event:
    > 01 2013-07-15 08:26:47 - 14400 2 8001 1488 1572 Failed to write to the
    > log file "",RC = 14. Closing log file."
    >
    > Aside from the references to the log file I'm reading this as a fairly
    > generic error message. Is anyone familiar with these symptoms or
    > error messages that can maybe shed a little light on the error and
    > point me towards a resolution? Thank you!
    Is this NFR 1 or NFR 2? If it's NFR 2, there were some issues with
    agent crashes which I believe have been resolved in the latest 2.0.1
    release from May.
    Your world is on the move. http://www.novell.com/mobility/
    We know what your world looks like. http://www.novell.com/yourworld/

  • Apache does not start after installing the policy web agent

    Hi,
    We get the following error when we start the apache webserver on linux which has opensso policy agent installed/configured to it.
    ./apachectl start./apachectl: line 77: 4453 Segmentation fault $HTTPD -k $ARGV
    Environment:
    OS: Linux SystemName 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:27:17 EDT 2006 i686 i686 i386 GNU/Linux (32 bit)
    WebServer: httpd-2.0.50-i686-pc-linux-gnu.tar.gz
    Policy Web Agent: Apache_2.0.54_agent_2.2_RHAS3.0.tar.gz
    Could not find the issue/solution for this problem on internet... Please suggest if anyone has some solution to this.
    Regards
    Manoj

    Hi,
    Once I had an iAS 1.0.2.2 running without problems. However after installing Patch 7 for Forms (released 27 august 2001) I get exactly the same error messages as Pieter. I have tried starting apache as administrator, comment out mod_ose, set wv_gateway_cfg, but none seem to work. Please help.
    Environment:
    iAS 1.0.2.2 on Windows NT
    Oracle 817 on AIX
    null

  • Cisco NAC Web Agent + Windows 8

    Hello,
    I´m implementing a Cisco ISE 1.2 and I am having troubles with NAC Web Agent and Windows 8 compatibility.
    All time that I try install NAC Web Agent in Windows 8, I get the message "Agent User Operating System is Not Supported".
    Follow are some informations about my Environment:
    ISE 1.2 Patch 3
    OS: Windows 8 Enterprise
    IE: 10 (In Desktop Mode w and w/o Compatibility View)
    NAC Web Agent: 4.9.0.1007
    Could you help me ?
    Best Regards,
    Daniel Stefani

    Hi Charles,
    I can download all this files, but I can’t import it in ISE Resourses.
    NAC Agent MST files
    nacagentsetup-mst-4.9.3.9.zip
    NAC Agent MSI Installation file
    nacagentsetup-win-4.9.3.9.msi
    NAC Agent Installation Package
    nacagentsetup-win-4.9.3.9.tar.gz
    Mac Agent Installation Package for MacOSX
    CCAAgentMacOSX-4.9.3.803.tar.gz
    NAC Agent MST files
    nacagentsetup-mst-4.9.3.5.zip
    NAC Agent MSI Installation file
    nacagentsetup-win-4.9.3.5.msi
    NAC Agent Installation Package
    nacagentsetup-win-4.9.3.5.tar.gz
    In this link that you sent me doesn’t have options to Cisco NAC Web Agent.
    But in the follow yes…
    http://software.cisco.com/download/release.html?mdfid=283801620&flowid=26081&softwareid=283802505&release=1.2&relind=AVAILABLE&rellifecycle=&reltype=latest
    Best Regards,
    Daniel Stefani

Maybe you are looking for

  • How to include grouplayout in my .jar file.

    Hello, I have a program that works great on my comptuer and the one in my lab. I would like to deploy this .jar file to other systems, but these other systems are only running JRE 1.5.0_10-b03. The problem, as I understand it, is that swing.grouplayo

  • Polulate textfield(s) from a MS SQL Database based on selection from DropDown List

    I am new to LiveCycle Designer. I am trying to create a Master Bill of Lading form. I want the user to be able to enter a Store Number from a in a text field and, based on what they enter I want to populate the address information from a database on

  • Unhandled exeception has occurred in your application. On first time instal

    I am installing on a server 2003 for the first time. After loading it on the server, I begin to run Installer for my frist instance. After clicking finish on the 'Installation Tasks' screen, it runs until it gets to the 'Installing Webfiles'.  This i

  • Office won't open network files

    As of last week when I open a file, for example .xlsx, Excel will open but only to the default start screen displaying recent documents and templates. If i try again excel will shut down and reopen to the start screen. If I move the file to my local

  • Determine Minimum Bounding Rectangle of objects

    I need sql/plsql to determine the minimum bounding rectangle of a group of one or more polygons. The result can be returned as an optimised polygon.