Apache 2.0.53 with proxy plug-in adds characters to static files

When delivering a javascript (.js) file that is packaged within the WAR deployed on the WebLogic 8.1, it will deliver correctly when going directly to the AppServer port. However, when requesting this same file trhough the Apache web server and proxy plug-in, additional characters are appearing.
The beginnig of the javascript file is a comment header.
* some coment info
When transmitted through the proxy-plugin and apache, this file is delivered as:
/*
* some comment info
Thanks in advance for the help.
-Travis

Mr. Melhiser -
shoot me an e-mail if you get a chance - gots a rh quicky.

Similar Messages

  • WLS with the HttpClusterServlet or Apache with proxy plug-in?

    I'm newbie with WebLogic Server cluster.
    Please tell me which is better for load balancing for WLS cluster? WLS with the HttpClusterServlet or Apache HTTP Server Plug-In? And which is recommended for production environment?
    Many thanks.

    Apache with plug-in, as this is easier configurable.
    For the HttpClusterServlet all the configuration goes into web.xml which has to be packaged as a war file and deployed to WebLogic.
    When any change is needed you have to edit the web.xml file, package it again and redeploy it.
    An example of the Apache plug-in set-up can be found here: http://middlewaremagic.com/weblogic/?p=7795 (the load balancing section)
    Or if you want to use the Oracle Web-Tier (which includes a precompiled Apache HTTP server): http://middlewaremagic.com/weblogic/?p=7819 (the load balancer section)

  • Reverse Proxy plug in and Load Balancer Plug in

    Hi,
    Can anyone please provide me with an example obj.conf file showing how to combine the reverse proxy plug-in and Load Balancer plug-in.
    I would like to use the reverse proxy plug in to detect when static content is requested and provide this from the web server. Requests for dynamic content would then be forwarded to an Application server via the Load balancer plug-in. I have found plenty of documentation on how to configure these plug-in separately but nothing on how to combine the two.

    smiking
    reverse proxy plugin - its job is to forward the requests to another server for a specific task. you can use the webserver 7 . it does forward and limited load balancing (using round robin ) based on the number of servers you provide in the configuration. i would say this is a poor man's setup.
    load balancer plugin - some app servers like sun java system app server or web logic provide this plugin so that you can effectively use the back end app server
    with both these setup, you can <if> constructs to determine which requests need to be forwarded to the back end server.
    I wonder, why do you need both - if both of them is designed to do the same thing.

  • Windows Oracle Proxy Plug-in with Apache

    I've loaded and configured the Oracle Proxy Plug-in for use on an IIS system, but would now like to configure this for Apache (as in an IAS) on a Windows platform.
    I've mimicked the LoadModule and AddModule commands as a best guess, but I haven't been able to deduce the path information for the serverdef.conf file. As a result the HTTPD service fails to start.
    Is anybody able to help?
    Best regards,
    Malcolm

    Hello Malcolm
    I was intrigued to see that you have successfully configured Oracle App Server proxy plugin for IIS. I have been trying to do this for a while but have not been successful. I would be really grateful for any assistance please.
    I'm using Ora App server 10.1.2.0.2 and IIS 6. I've also put the proxy dll from the 10.1.2..0.2 Companion CD. I've even tried to use port 80 in the proxy.txt file.
    All registry keys are setup for the dll and the log entries.
    If I forward all requests - ie have the URLRule for all requests, then just typing the IIS server name (http://iisserver) dies forward to the APp server's welcome page on the Application Server.
    The following are in the oas_proxy.txt file
    oproxy.serverlist=ias1
    # Hostname to use when communicating with a specific server.
    oproxy.ias1.hostname=farswserver1.ads.autodesk.com
    # Port to use when communicating with a specific server.
    oproxy.ias1.port=80
    # Description of URL(s) that will be redirected to this server.
    oproxy.ias1.urlrule=/*
    Much appreciate all help please.
    Many thanks
    Shashi

  • Apache Proxy Plug-in with multiple clusters?

    We are using the Apache Proxy Plug-in , the
              basic question is if we can place multiple cluster
              IP's in the same Location definition or do we have
              to have a different definition for each cluster?
              Currently we have only 1 cluster, but if we decide
              to segment the large cluster into smaller clusters
              this is a critical network,url question.
              For example we have 4 clusters containing 2 IP:PORT pairs each.
              IP1:P1,IP2:P2 <== Cluster 1
              IP3:P3,IP4:P4 <== Cluster 2
              IP5:P5,IP6:P6 <== Cluster 3
              IP7:P7,IP8:P8 <== Cluster 4
              Can we have a single location "application" that services all of these clusters?
              <Location /webapp>
              SetHandler weblogic-handler
              WebLogicCluster IP1:P1,IP2:P2,IP3:P3,IP4:P4,IP5:P5,IP6:P6,IP7:P7,IP8:P8
              </Location>
              Or do we have to have distinct entries?
              <Location /webapp1>
              SetHandler weblogic-handler
              WebLogicCluster IP1:P1,IP2:P2
              </Location>
              <Location /webapp2>
              SetHandler weblogic-handler
              WebLogicCluster IP3:P3,IP4:P4
              </Location>
              <Location /webapp3>
              SetHandler weblogic-handler
              WebLogicCluster IP5:P5,IP6:P6
              </Location>
              <Location /webapp4>
              SetHandler weblogic-handler
              WebLogicCluster IP7:P7,IP8:P8
              </Location>
              Regards.

    you should define location for each cluster.This would be a proper setup.
              The setup with same location definition would work partially, all the requests would be roundrobined across all the servers (all the clusters) and most likely you wouldn't get a proper failover.(cluster1 does not know about cluster2 from weblogic perspective)
              Vijay

  • WLS 8.1, Apache 2.0.49 proxy plug-in problem

    I am trying to set up Apache 2.0.49 proxy plug-in for my WLS 8.1 cluster (2 managed
    servers). I followed instructions at http://edocs.bea.com/wls/docs81/plugins/apache.html.
    My test web application runs on
    192.168.10.142:5001/public/testwebapp
    and
    192.168.10.142:6001/public/testwebapp
    I have tested my cluster using another instance on WLS and HttpClusterServlet
    and it works fine.
    I have added following section to my httpd.conf
    LoadModule weblogic_module modules/mod_wl_20.so
    <IfModule mod_weblogic.c>
    WebLogicCluster 192.168.10.142:6001,192.168.10.142:5001
    </IfModule>
    <Location /public/testwebapp>
    SetHandler weblogic-handler
    PathTrim /public/testwebapp
    ErrorPage http://myerrorpage1.mydomain.com
    </Location>
    I restarted my wls cluster and apache as well and when I specify http://192.168.10.142/public/testwebapp
    (apache web server) I receive Error 404--Not Found (even thou I have tested my
    http://192.168.10.142:5001/public/testwebapp and http://192.168.10.142:6001/public/testwebapp
    - they work correctly).
    There is nothing in apache’s error_log file.
    There is a record in access_log file reading:
    192.168.10.126 - - [08/Jun/2004:16:23:32 -0700] "GET /public/testwebapp HTTP/1.1"
    404 1214
    which gives me an impression that “proxy” – forwarding does not work.
    Where should I look for some errors?
    Thanks,
    Lukas

    Try setting
    Debug ALL
    inside your IfModule. All proxy activity will be written to /tmp/wlproxy.log (on
    unixes). If no info appears in the log, Apache is not invoking the plug-in properly.
    HTH
    "Lukas" <[email protected]> wrote:
    >
    I am trying to set up Apache 2.0.49 proxy plug-in for my WLS 8.1 cluster
    (2 managed
    servers). I followed instructions at http://edocs.bea.com/wls/docs81/plugins/apache.html.
    My test web application runs on
    192.168.10.142:5001/public/testwebapp
    and
    192.168.10.142:6001/public/testwebapp
    I have tested my cluster using another instance on WLS and HttpClusterServlet
    and it works fine.
    I have added following section to my httpd.conf
    LoadModule weblogic_module modules/mod_wl_20.so
    <IfModule mod_weblogic.c>
    WebLogicCluster 192.168.10.142:6001,192.168.10.142:5001
    </IfModule>
    <Location /public/testwebapp>
    SetHandler weblogic-handler
    PathTrim /public/testwebapp
    ErrorPage http://myerrorpage1.mydomain.com
    </Location>
    I restarted my wls cluster and apache as well and when I specify http://192.168.10.142/public/testwebapp
    (apache web server) I receive Error 404--Not Found (even thou I have
    tested my
    http://192.168.10.142:5001/public/testwebapp and http://192.168.10.142:6001/public/testwebapp
    - they work correctly).
    There is nothing in apache’s error_log file.
    There is a record in access_log file reading:
    192.168.10.126 - - [08/Jun/2004:16:23:32 -0700] "GET /public/testwebapp
    HTTP/1.1"
    404 1214
    which gives me an impression that “proxy” – forwarding does not work.
    Where should I look for some errors?
    Thanks,
    Lukas

  • Mac mail now quitting with IMap plug-in

    I thought my Mac Mail problems were over. But lately, Mac Mail is now quitting with the IMap plug-in. This started to happen yesterday.  Why is it still quitting with alternate plug-ins.  Here's my console report, like I did last time.
    8/14/14 7:13:27.636 AM com.apple.SecurityServer[14]: Session 100011 created
    8/14/14 7:13:27.785 AM UserEventAgent[155]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    8/14/14 7:13:27.850 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    8/14/14 7:13:27.850 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    8/14/14 7:13:27.850 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    8/14/14 7:13:27.850 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    8/14/14 7:13:27.850 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    8/14/14 7:13:27.850 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    8/14/14 7:13:27.851 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    8/14/14 7:13:27.852 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    8/14/14 7:13:27.852 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    8/14/14 7:13:27.852 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    8/14/14 7:13:27.852 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    8/14/14 7:13:27.852 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    8/14/14 7:13:27.852 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    8/14/14 7:13:27.853 AM com.apple.audio.DriverHelper[193]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.blued.
    8/14/14 7:13:27.884 AM com.apple.audio.DriverHelper[193]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    8/14/14 7:13:27.885 AM com.apple.audio.DriverHelper[193]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    8/14/14 7:13:27.885 AM com.apple.audio.DriverHelper[193]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    8/14/14 7:13:28.048 AM accountsd[206]: assertion failed: 13E28: liblaunch.dylib + 25164 [A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A]: 0x25
    8/14/14 7:13:28.104 AM SocialPushAgent[205]: ApplePushService: APSConnection being used without a delegate queue
    8/14/14 7:13:28.179 AM com.apple.iCloudHelper[186]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    8/14/14 7:13:28.410 AM SocialPushAgent[205]: -[SPAService handleChangesToPushNotificationSettings] [111] -- *** unable to get the current device-token:(null) and/or the uuid:(null) (type = com.apple.social.twitter)
    8/14/14 7:13:28.546 AM apsd[187]: Unrecognized leaf certificate
    8/14/14 7:13:29.766 AM soagent[190]: No active accounts, killing soagent in 10 seconds
    8/14/14 7:13:29.770 AM soagent[190]: No active accounts, killing soagent in 10 seconds
    8/14/14 7:13:29.828 AM soagent[190]: No active accounts, killing soagent in 10 seconds
    8/14/14 7:13:30.022 AM com.apple.SecurityServer[14]: Session 100014 created
    8/14/14 7:13:30.734 AM com.apple.time[155]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    8/14/14 7:13:30.743 AM com.apple.time[155]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    8/14/14 7:13:31.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=226[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    8/14/14 7:13:31.259 AM com.apple.launchd.peruser.501[152]: (com.apple.iTunesHelper.33120[228]) Spawned and waiting for the debugger to attach before continuing...
    8/14/14 7:13:31.271 AM Calendar[162]: [com.apple.calendar.store.log.database] [Timed out attempting to connect to database, displaying 'Updating calendars']
    8/14/14 7:13:31.289 AM WiFiKeychainProxy[216]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    8/14/14 7:13:31.290 AM WiFiKeychainProxy[216]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    8/14/14 7:13:36.387 AM com.apple.dock.extra[203]: <NSXPCConnection: 0x7f9a996499f0>: received an undecodable message (no exported object to receive message). Dropping message.
    8/14/14 7:13:37.865 AM com.apple.time[155]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    8/14/14 7:13:38.123 AM com.apple.NotesMigratorService[242]: Joined Aqua audit session
    8/14/14 7:13:39.795 AM talagent[166]: CGSBindSurface: Invalid window 0x1b
    8/14/14 7:13:39.796 AM WindowServer[85]: _CGXWindowRightsRelinquish: Invalid window 0x1b
    8/14/14 7:13:39.796 AM talagent[166]: CGSConnectionRelinquishWindowRights(cid, result, reservedRights): CGError 1001 on line 875
    8/14/14 7:13:39.797 AM WindowServer[85]: _CGXTerminateWindowList: Invalid window 27
    8/14/14 7:13:40.730 AM soagent[190]: Killing soagent.
    8/14/14 7:13:40.731 AM NotificationCenter[185]: SOHelperCenter main connection interrupted
    8/14/14 7:13:40.731 AM com.apple.dock.extra[203]: SOHelperCenter main connection interrupted
    8/14/14 7:13:40.811 AM imagent[196]: [Warning] Denying xpc connection, task does not have entitlement: com.apple.private.icfcallserver  (soagent:190)
    8/14/14 7:13:40.811 AM imagent[196]: [Warning] Denying xpc connection, task does not have entitlement: com.apple.private.icfcallserver  (soagent:190)
    8/14/14 7:13:44.993 AM parentalcontrolsd[246]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    8/14/14 7:13:50.764 AM com.apple.SecurityServer[14]: Session 100003 created
    8/14/14 7:14:06.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 7:15:37.461 AM com.apple.SecurityServer[14]: Session 100016 created
    8/14/14 7:15:39.756 AM WindowServer[85]: disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
    8/14/14 7:15:53.307 AM com.apple.InputMethodKit.UserDictionary[264]: -[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](760): CoreData: Ubiquity:  kristenhowe~6F34D7F7-544D-55DF-82C2-2FCF7F02CAE4:UserDictionary
    Using local storage: 1
    8/14/14 7:15:53.757 AM WindowServer[85]: disable_update_likely_unbalanced: UI updates still disabled by application "Mail" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    8/14/14 7:15:53.905 AM com.apple.InputMethodKit.UserDictionary[264]: -[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](760): CoreData: Ubiquity:  kristenhowe~6F34D7F7-544D-55DF-82C2-2FCF7F02CAE4:UserDictionary
    Using local storage: 0
    8/14/14 7:16:05.068 AM Mail[256]: Could not create query for expression ((null)) && (kMDItemContentType == 'com.apple.mail.emlx')
    8/14/14 7:16:12.030 AM mds[38]: (Normal) Volume: volume:0x7fd87c000800 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/firmwaresyncd.hkFz3l
    8/14/14 7:16:40.443 AM Mail[256]: void CGSUpdateManager::log() const: conn 0xa027 token 0x3ffffffffffd0a
    8/14/14 7:16:40.454 AM Mail[256]: Backtrace (at 241.101):
    8/14/14 7:16:40.454 AM Mail[256]: void CGSUpdateManager::log() const:  0   CoreGraphics                        0x00007fff8a3f0739 CGSBacktraceCreate + 59
    8/14/14 7:16:40.454 AM Mail[256]: void CGSUpdateManager::log() const:  1   CoreGraphics                        0x00007fff8a414048 _ZN16CGSUpdateManager14disable_updateEv + 98
    8/14/14 7:16:40.454 AM Mail[256]: void CGSUpdateManager::log() const:  2   AppKit                              0x00007fff8316f202 -[NSClipView _immediateScrollToPoint:] + 86
    8/14/14 7:16:40.454 AM Mail[256]: void CGSUpdateManager::log() const:  3   AppKit                              0x00007fff8316f16a -[NSClipView scrollToPoint:] + 237
    8/14/14 7:16:40.454 AM Mail[256]: void CGSUpdateManager::log() const:  4   AppKit                              0x00007fff831661dc -[NSScrollView setDocumentView:] + 614
    8/14/14 7:16:40.454 AM Mail[256]: void CGSUpdateManager::log() const:  5   AppKit                              0x00007fff830f87de -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 358
    8/14/14 7:16:40.454 AM Mail[256]: void CGSUpdateManager::log() const:  6   AppKit                              0x00007fff830ed5ce loadNib + 327
    8/14/14 7:16:40.454 AM Mail[256]: void CGSUpdateManager::log() const:  7   AppKit                              0x00007fff830ecb6c +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 288
    8/14/14 7:16:40.455 AM Mail[256]: void CGSUpdateManager::log() const:  8   AppKit                              0x00007fff830ec95c -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 197
    8/14/14 7:16:40.455 AM Mail[256]: void CGSUpdateManager::log() const:  9   Mail                                0x000000010ce3b517 Mail + 50455
    8/14/14 7:16:40.455 AM Mail[256]: void CGSUpdateManager::log() const:  10  Mail                                0x000000010ce3b3cb Mail + 50123
    8/14/14 7:16:40.455 AM Mail[256]: void CGSUpdateManager::log() const:  11  Mail                                0x000000010ce3aab0 Mail + 47792
    8/14/14 7:16:40.455 AM Mail[256]: void CGSUpdateManager::log() const:  12  CoreFoundation                      0x00007fff8c51de0c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    8/14/14 7:16:40.455 AM Mail[256]: void CGSUpdateManager::log() const:  13  CoreFoundation                      0x00007fff8c41182d _CFXNotificationPost + 2893
    8/14/14 7:16:40.455 AM Mail[256]: void CGSUpdateManager::log() const:  14  Foundation                          0x00007fff895567ba -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
    8/14/14 7:16:40.455 AM Mail[256]: void CGSUpdateManager::log() const:  15  Mail                                0x000000010ce3303f Mail + 16447
    8/14/14 7:16:40.455 AM Mail[256]: void CGSUpdateManager::log() const:  16  CoreFoundation                      0x00007fff8c51de0c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    8/14/14 7:16:40.455 AM Mail[256]: void CGSUpdateManager::log() const:  17  CoreFoundation                      0x00007fff8c41182d _CFXNotificationPost + 2893
    8/14/14 7:16:40.456 AM Mail[256]: void CGSUpdateManager::log() const:  18  Foundation                          0x00007fff895567ba -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
    8/14/14 7:16:40.456 AM Mail[256]: void CGSUpdateManager::log() const:  19  AppKit                              0x00007fff83111b69 -[NSApplication _postDidFinishNotification] + 289
    8/14/14 7:16:40.456 AM Mail[256]: void CGSUpdateManager::log() const:  20  AppKit                              0x00007fff8311189c -[NSApplication _sendFinishLaunchingNotification] + 195
    8/14/14 7:16:40.456 AM Mail[256]: void CGSUpdateManager::log() const:  21  AppKit                              0x00007fff8310e786 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 570
    8/14/14 7:16:40.456 AM Mail[256]: void CGSUpdateManager::log() const:  22  AppKit                              0x00007fff8310e1db -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
    8/14/14 7:16:40.456 AM Mail[256]: void CGSUpdateManager::log() const:  23  Foundation                          0x00007fff89574f0a -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    8/14/14 7:16:40.456 AM Mail[256]: void CGSUpdateManager::log() const:  24  Foundation                          0x00007fff89574d7d _NSAppleEventManagerGenericHandler + 106
    8/14/14 7:16:40.456 AM Mail[256]: void CGSUpdateManager::log() const:  25  AE                                  0x00007fff83e11e1f _Z20aeDispatchAppleEventPK6AEDescPS_jPh + 381
    8/14/14 7:16:40.456 AM Mail[256]: void CGSUpdateManager::log() const:  26  AE                                  0x00007fff83e11c32 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 31
    8/14/14 7:16:40.457 AM Mail[256]: void CGSUpdateManager::log() const:  27  AE                                  0x00007fff83e11b36 aeProcessAppleEvent + 315
    8/14/14 7:16:40.457 AM Mail[256]: void CGSUpdateManager::log() const:  28  HIToolbox                           0x00007fff8ee32161 AEProcessAppleEvent + 56
    8/14/14 7:16:40.457 AM Mail[256]: void CGSUpdateManager::log() const:  29  AppKit                              0x00007fff8310a0b6 _DPSNextEvent + 1026
    8/14/14 7:16:40.457 AM Mail[256]: void CGSUpdateManager::log() const:  30  AppKit                              0x00007fff8310989b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    8/14/14 7:16:40.457 AM Mail[256]: void CGSUpdateManager::log() const:  31  AppKit                              0x00007fff830fd99c -[NSApplication run] + 553
    8/14/14 7:16:41.326 AM WindowServer[85]: common_reenable_update: UI updates were finally reenabled by application "Mail" after 62.57 seconds (server forcibly re-enabled them after 1.00 seconds)
    8/14/14 7:16:43.230 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:16:43.352 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:16:45.199 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:16:45.337 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:16:45.445 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:16:46.073 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:16:46.499 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:16:50.078 AM Mail[256]: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
    8/14/14 7:16:50.079 AM Mail[256]: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
    8/14/14 7:16:50.079 AM fontd[177]: BUG in libdispatch client: dispatch_mig_server: mach_msg() failed (ipc/send) invalid memory - 0x1000000c
    8/14/14 7:17:36.519 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:36.613 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:37.133 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:37.133 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:37.138 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:38.434 AM Mail[256]: Incorrect NSStringEncoding value 0x0000 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    8/14/14 7:17:40.780 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:41.098 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:41.903 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:42.623 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:42.663 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:42.812 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:43.305 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:45.685 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:17:45.686 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 7:18:14.000 AM kernel[0]: considerRebuildOfPrelinkedKernel prebuild rebuild has expired
    8/14/14 7:26:07.001 AM WindowServer[85]: _CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    8/14/14 7:26:07.011 AM loginwindow[42]: find_shared_window: WID -1
    8/14/14 7:26:07.011 AM loginwindow[42]: CGSGetWindowTags: Invalid window 0xffffffff
    8/14/14 7:26:07.011 AM loginwindow[42]: find_shared_window: WID -1
    8/14/14 7:26:07.012 AM loginwindow[42]: CGSSetWindowTags: Invalid window 0xffffffff
    8/14/14 7:26:07.175 AM WindowServer[85]: device_generate_desktop_screenshot: authw 0x7fe3d2fcf200(2000), shield 0x7fe3d2fce370(2001)
    8/14/14 7:26:07.199 AM WindowServer[85]: device_generate_lock_screen_screenshot: authw 0x7fe3d2fcf200(2000), shield 0x7fe3d2fce370(2001)
    8/14/14 7:26:21.474 AM loginwindow[42]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    8/14/14 7:27:18.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Resume -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 7:27:25.345 AM SubmitDiagInfo[288]: Submitted crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-204948-1_Kristens-MacBook-Pro.crash
    8/14/14 7:27:26.000 AM kernel[0]: AirPort_Brcm43xx::powerChange: System Sleep
    8/14/14 7:27:29.000 AM kernel[0]: hibernate image path: /var/vm/sleepimage
    8/14/14 7:27:29.000 AM kernel[0]: efi pagecount 63
    8/14/14 7:27:29.000 AM kernel[0]: hibernate_page_list_setall(preflight 1) start 0xffffff808de71000, 0xffffff808de91000
    8/14/14 7:27:29.000 AM kernel[0]: hibernate_page_list_setall time: 146 ms
    8/14/14 7:27:29.000 AM kernel[0]: pages 985588, wire 119103, act 319864, inact 1399, cleaned 0 spec 326, zf 93548, throt 0, compr 0, xpmapped 0
    8/14/14 7:27:29.000 AM kernel[0]: could discard act 45856 inact 69015 purgeable 70158 spec 266319 cleaned 0
    8/14/14 7:27:29.000 AM kernel[0]: hibernate_page_list_setall preflight pageCount 534240 est comp 50 setfile 1168113664 min 2147483648
    8/14/14 7:27:29.000 AM kernel[0]: AppleThunderboltHAL::earlyWake - complete - took 0 milliseconds
    8/14/14 7:27:29.000 AM kernel[0]: [0x18d4829000, 0x19000000]
    8/14/14 7:27:29.000 AM kernel[0]: [0x1910a32000, 0x19000000]
    8/14/14 7:27:29.000 AM kernel[0]: [0x19dc847000, 0x19000000]
    8/14/14 7:27:29.000 AM kernel[0]: [0x1b6c82c000, 0x19000000]
    8/14/14 7:27:29.000 AM kernel[0]: [0x1c6c811000, 0x1c000000]
    8/14/14 7:27:29.000 AM kernel[0]: [0x0, 0x0]
    8/14/14 7:27:29.000 AM kernel[0]: kern_open_file_for_direct_io(0) took 22 ms
    8/14/14 7:27:29.000 AM kernel[0]: Opened file /var/vm/sleepimage, size 2147483648, partition base 0x0, maxio 2000000 ssd 0
    8/14/14 7:27:29.000 AM kernel[0]: hibernate image major 1, minor 0, blocksize 4096, pollers 5
    8/14/14 7:27:29.000 AM kernel[0]: hibernate_alloc_pages act 424537, inact 175303, anon 120210, throt 0, spec 266648, wire 142736, wireinit 196022
    8/14/14 7:27:29.000 AM kernel[0]: hibernate_setup(0) took 4 ms
    8/14/14 7:27:29.000 AM kernel[0]: Bluetooth -- LE is supported - Disable LE meta event
    8/14/14 7:27:29.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 7:27:29.000 AM kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    8/14/14 7:27:43.000 AM kernel[0]: hibernate_page_list_setall(preflight 0) start 0xffffff808de71000, 0xffffff808de91000
    8/14/14 7:27:43.000 AM kernel[0]: hibernate_page_list_setall time: 179 ms
    8/14/14 7:27:43.000 AM kernel[0]: pages 985270, wire 118776, act 319870, inact 144, cleaned 0 spec 328, zf 93548, throt 0, compr 0, xpmapped 40000
    8/14/14 7:27:43.000 AM kernel[0]: could discard act 45856 inact 70270 purgeable 70158 spec 266320 cleaned 0
    8/14/14 7:27:43.000 AM kernel[0]: WARNING: hibernate_page_list_setall skipped 1255 xpmapped pages
    8/14/14 7:27:43.000 AM kernel[0]: hibernate_page_list_setall found pageCount 532666
    8/14/14 7:27:43.000 AM kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    8/14/14 7:27:43.000 AM kernel[0]: IOHibernatePollerOpen(0)
    8/14/14 7:27:43.000 AM kernel[0]: encryptStart 14040
    8/14/14 7:27:43.000 AM kernel[0]: bitmap_size 0x1f4dc, previewSize 0x5d8eb8, writing 530835 pages @ 0x60c3d4
    8/14/14 7:27:43.000 AM kernel[0]: encryptEnd 6f96a00
    8/14/14 7:27:43.000 AM kernel[0]: image1Size 0xb182000, encryptStart1 0x14040, End1 0x6f96a00
    8/14/14 7:27:43.000 AM kernel[0]: encryptStart b182000
    8/14/14 7:27:43.000 AM kernel[0]: encryptEnd 3cb95800
    8/14/14 7:27:43.000 AM kernel[0]: PMStats: Hibernate write took 12729 ms
    8/14/14 7:27:43.000 AM kernel[0]: all time: 12729 ms, comp bytes: 2174844928 time: 2375 ms 873 Mb/s, crypt bytes: 949576128 time: 1952 ms 463 Mb/s,
    8/14/14 7:27:43.000 AM kernel[0]: image 1018781696 (47%), uncompressed 2174844928 (530968), compressed 1008360256 (46%), sum1 69fe0a49, sum2 ffc33f8f
    8/14/14 7:27:43.000 AM kernel[0]: zeroPageCount 36687, wiredPagesEncrypted 77362, wiredPagesClear 39716, dirtyPagesEncrypted 413890
    8/14/14 7:27:43.000 AM kernel[0]: hibernate_write_image done(0)
    8/14/14 7:27:43.000 AM kernel[0]: sleep
    8/14/14 7:27:43.000 AM kernel[0]: Wake reason: EHC1
    8/14/14 7:32:59.000 AM kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    8/14/14 7:32:59.000 AM kernel[0]: Previous Sleep Cause: 5
    8/14/14 7:32:59.000 AM kernel[0]: The USB device HubDevice (Port 1 of Hub at 0x1d000000) may have caused a wake by issuing a remote wakeup (2)
    8/14/14 7:32:59.000 AM kernel[0]: AppleThunderboltHAL::earlyWake - complete - took 1 milliseconds
    8/14/14 7:32:59.000 AM kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    8/14/14 7:32:59.000 AM kernel[0]: TBT W (1): 0 [x]
    8/14/14 7:32:59.000 AM kernel[0]: The USB device HubDevice (Port 8 of Hub at 0x1d100000) may have caused a wake by issuing a remote wakeup (3)
    8/14/14 7:32:59.000 AM kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    8/14/14 7:32:59.000 AM kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    8/14/14 7:32:59.000 AM kernel[0]: en1: 802.11d country code set to 'X0'.
    8/14/14 7:32:59.000 AM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/14/14 7:32:59.150 AM UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    8/14/14 7:32:59.151 AM configd[17]: network changed: v4(en1-:192.168.1.3) DNS- Proxy-
    8/14/14 7:32:59.000 AM kernel[0]: The USB device Apple Internal Keyboard / Trackpad (Port 3 of Hub at 0x1d180000) may have caused a wake by issuing a remote wakeup (3)
    8/14/14 7:32:59.000 AM kernel[0]: full wake (reason 1) 188 ms
    8/14/14 7:32:59.189 AM netbiosd[124]: network_reachability_changed : network is not reachable, netbiosd is shutting down
    8/14/14 7:32:59.196 AM SubmitDiagInfo[288]: CFReadStreamCopyError() returned: The operation couldn’t be completed. Socket is not connected
    8/14/14 7:32:59.196 AM SubmitDiagInfo[288]: Failed to submit crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-204948-2_Kristens-MacBook-Pro.crash
    8/14/14 7:32:59.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Resume -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 7:32:59.482 AM WindowServer[85]: CGXDisplayDidWakeNotification [966033726910]: posting kCGSDisplayDidWake
    8/14/14 7:32:59.482 AM WindowServer[85]: handle_will_sleep_auth_and_shield_windows: Reordering authw 0x7fe3d2fcf200(2000) (lock state: 3)
    8/14/14 7:32:59.482 AM WindowServer[85]: handle_will_sleep_auth_and_shield_windows: err 0x0
    8/14/14 7:33:01.990 AM SubmitDiagInfo[288]: CFReadStreamCopyError() returned: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    8/14/14 7:33:01.990 AM SubmitDiagInfo[288]: Failed to submit crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-204948_Kristens-MacBook-Pro.crash
    8/14/14 7:33:02.123 AM SubmitDiagInfo[288]: CFReadStreamCopyError() returned: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    8/14/14 7:33:02.123 AM SubmitDiagInfo[288]: Failed to submit crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/Mail_2014-08-13-204948 _Kristens-MacBook-Pro.crash
    8/14/14 7:33:02.136 AM SubmitDiagInfo[288]: CFReadStreamCopyError() returned: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    8/14/14 7:33:02.136 AM SubmitDiagInfo[288]: Failed to submit crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/Notes_2014-08-13-20494 8_Kristens-MacBook-Pro.crash
    8/14/14 7:33:02.205 AM SubmitDiagInfo[288]: CFReadStreamCopyError() returned: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    8/14/14 7:33:02.205 AM SubmitDiagInfo[288]: Failed to submit crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-204955_Kristens-MacBook-Pro.crash
    8/14/14 7:33:02.257 AM SubmitDiagInfo[288]: CFReadStreamCopyError() returned: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    8/14/14 7:33:02.257 AM SubmitDiagInfo[288]: Failed to submit crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-205005_Kristens-MacBook-Pro.crash
    8/14/14 7:33:02.295 AM SubmitDiagInfo[288]: CFReadStreamCopyError() returned: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    8/14/14 7:33:02.296 AM SubmitDiagInfo[288]: Failed to submit crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-205015_Kristens-MacBook-Pro.crash
    8/14/14 7:33:02.335 AM SubmitDiagInfo[288]: CFReadStreamCopyError() returned: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    8/14/14 7:33:02.336 AM SubmitDiagInfo[288]: Failed to submit crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-205025_Kristens-MacBook-Pro.crash
    8/14/14 7:33:02.443 AM SubmitDiagInfo[288]: CFReadStreamCopyError() returned: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    8/14/14 7:33:02.443 AM SubmitDiagInfo[288]: Failed to submit crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-205036_Kristens-MacBook-Pro.crash
    8/14/14 7:33:04.692 AM com.apple.CrashReporter.ACRRDaemonPlugin[155]: Submission failed with the launch daemon: (null)
    8/14/14 7:33:05.226 AM xpcproxy[331]: assertion failed: 13E28: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    8/14/14 7:33:05.380 AM com.apple.iCloudHelper[331]: AOSKit ERROR: Config request failed, url=https://setup.icloud.com/configurations/init, requestHeaders=
        "Accept-Language" = "en-us";
        "X-Mme-Client-Info" = "<MacBookPro9,2> <Mac OS X;10.9.4;13E28> <com.apple.AOSKit/176>";
        "X-Mme-Country" = US;
        "X-Mme-Nac-Version" = 11A457;
        "X-Mme-Timezone" = EDT;
    error=Error Domain=kCFErrorDomainCFNetwork Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fc2f1c1e860 {NSErrorFailingURLStringKey=https://setup.icloud.com/configurations/init, NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLKey=https://setup.icloud.com/configurations/init}, httpStatusCode=-1, responseHeaders=
    (null)
    8/14/14 7:33:05.497 AM com.apple.iCloudHelper[331]: AOSKit ERROR: Config request failed, url=https://setup.icloud.com/configurations/init, requestHeaders=
        "Accept-Language" = "en-us";
        "X-Mme-Client-Info" = "<MacBookPro9,2> <Mac OS X;10.9.4;13E28> <com.apple.AOSKit/176>";
        "X-Mme-Country" = US;
        "X-Mme-Nac-Version" = 11A457;
        "X-Mme-Timezone" = EDT;
    error=Error Domain=kCFErrorDomainCFNetwork Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fc2f1d31eb0 {NSErrorFailingURLStringKey=https://setup.icloud.com/configurations/init, NSLocalizedDescription=The Internet connection appears to be offline., NSErrorFailingURLKey=https://setup.icloud.com/configurations/init}, httpStatusCode=-1, responseHeaders=
    (null)
    8/14/14 7:33:05.499 AM com.apple.iCloudHelper[331]: AOSKit ERROR: Setup request failed, appleID=149626893, url=(null), requestHeaders=
    (null),
    error=Error Domain=AOSErrorDomain Code=1000 "The operation couldn’t be completed. (AOSErrorDomain error 1000.)" UserInfo=0x7fc2f1c217b0 {HttpStatusCode=0, DialogInfo={
        DialogType = Unknown;
    }}, httpStatusCode=0, responseHeaders=
    (null),
    responseBody=
    (null)
    8/14/14 7:33:07.000 AM kernel[0]: en1: 802.11d country code set to 'US'.
    8/14/14 7:33:07.000 AM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/14/14 7:33:07.000 AM kernel[0]: MacAuthEvent en1   Auth result for: 2c:b0:5d:9e:65:6a  MAC AUTH succeeded
    8/14/14 7:33:07.000 AM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    8/14/14 7:33:07.000 AM kernel[0]: AirPort: Link Up on en1
    8/14/14 7:33:07.000 AM kernel[0]: en1: BSSID changed to 2c:b0:5d:9e:65:6a
    8/14/14 7:33:07.000 AM kernel[0]: AirPort: RSN handshake complete on en1
    8/14/14 7:33:07.877 AM UserEventAgent[11]: Captive: [CNInfoNetworkActive:1655] en1: SSID 'NETGEAR86' making interface primary (cache indicates network not captive)
    8/14/14 7:33:07.878 AM configd[17]: network changed: DNS* Proxy
    8/14/14 7:33:07.879 AM UserEventAgent[11]: Captive: CNPluginHandler en1: Evaluating
    8/14/14 7:33:07.880 AM UserEventAgent[11]: Captive: en1: Not probing 'NETGEAR86' (cache indicates not captive)
    8/14/14 7:33:07.881 AM UserEventAgent[11]: Captive: CNPluginHandler en1: Authenticated
    8/14/14 7:33:07.884 AM configd[17]: network changed: v4(en1!:192.168.1.3) DNS+ Proxy+ SMB
    8/14/14 7:33:08.000 AM kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    8/14/14 7:33:09.288 AM apsd[187]: Unrecognized leaf certificate
    8/14/14 7:33:10.353 AM loginwindow[42]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    8/14/14 7:33:17.967 AM AirPlayUIAgent[339]: 2014-08-14 07:33:17.966905 AM [AirPlayUIAgent] Changed PIN pairing: no
    8/14/14 7:33:17.969 AM AirPlayUIAgent[339]: 2014-08-14 07:33:17.968471 AM [AirPlayUIAgent] Changed PIN pairing: no
    8/14/14 7:33:44.000 AM kernel[0]: pci pause: SDXC
    8/14/14 7:33:46.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 7:35:57.000 AM kernel[0]: USBMSC Identifier (non-unique): B0D4220433760CA4 0x1949 0x4 0x100, 2
    8/14/14 7:35:59.523 AM fseventsd[48]: could not open <</Volumes/Kindle/.fseventsd/fseventsd-uuid>> (No such file or directory)
    8/14/14 7:35:59.524 AM fseventsd[48]: log dir: /Volumes/Kindle/.fseventsd getting new uuid: E920F10F-C11F-486D-B8F4-A183352ECE04
    8/14/14 7:37:55.236 AM WindowServer[85]: _CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    8/14/14 7:37:55.237 AM loginwindow[42]: find_shared_window: WID -1
    8/14/14 7:37:55.237 AM loginwindow[42]: CGSGetWindowTags: Invalid window 0xffffffff
    8/14/14 7:37:55.237 AM loginwindow[42]: find_shared_window: WID -1
    8/14/14 7:37:55.237 AM loginwindow[42]: CGSSetWindowTags: Invalid window 0xffffffff
    8/14/14 7:37:55.302 AM WindowServer[85]: device_generate_desktop_screenshot: authw 0x7fe3d2f4d1e0(2000), shield 0x7fe3d2fc4d60(2001)
    8/14/14 7:37:55.331 AM WindowServer[85]: device_generate_lock_screen_screenshot: authw 0x7fe3d2f4d1e0(2000), shield 0x7fe3d2fc4d60(2001)
    8/14/14 7:38:04.025 AM loginwindow[42]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    8/14/14 7:39:14.000 AM kernel[0]: AirPort_Brcm43xx::powerChange: System Sleep
    8/14/14 7:39:15.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Resume -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 7:39:17.000 AM kernel[0]: hibernate image path: /var/vm/sleepimage
    8/14/14 7:39:17.000 AM kernel[0]: efi pagecount 63
    8/14/14 7:39:17.000 AM kernel[0]: hibernate_page_list_setall(preflight 1) start 0xffffff808de98000, 0xffffff808decb000
    8/14/14 7:39:17.000 AM kernel[0]: hibernate_page_list_setall time: 131 ms
    8/14/14 7:39:17.000 AM kernel[0]: pages 985651, wire 127332, act 312900, inact 8, cleaned 0 spec 341, zf 97485, throt 0, compr 0, xpmapped 40000
    8/14/14 7:39:17.000 AM kernel[0]: could discard act 79026 inact 69467 purgeable 22362 spec 276730 cleaned 0
    8/14/14 7:39:17.000 AM kernel[0]: WARNING: hibernate_page_list_setall skipped 1255 xpmapped pages
    8/14/14 7:39:17.000 AM kernel[0]: hibernate_page_list_setall preflight pageCount 538066 est comp 46 setfile 1085276160 min 2147483648
    8/14/14 7:39:17.000 AM kernel[0]: [0x18d4829000, 0x19000000]
    8/14/14 7:39:17.000 AM kernel[0]: [0x1910a32000, 0x19000000]
    8/14/14 7:39:17.000 AM kernel[0]: [0x19dc847000, 0x19000000]
    8/14/14 7:39:17.000 AM kernel[0]: [0x1b6c82c000, 0x19000000]
    8/14/14 7:39:17.000 AM kernel[0]: [0x1c6c811000, 0x1c000000]
    8/14/14 7:39:17.000 AM kernel[0]: [0x0, 0x0]
    8/14/14 7:39:17.000 AM kernel[0]: kern_open_file_for_direct_io(0) took 0 ms
    8/14/14 7:39:17.000 AM kernel[0]: Opened file /var/vm/sleepimage, size 2147483648, partition base 0x0, maxio 2000000 ssd 0
    8/14/14 7:39:17.000 AM kernel[0]: hibernate image major 1, minor 0, blocksize 4096, pollers 5
    8/14/14 7:39:17.000 AM kernel[0]: hibernate_alloc_pages act 404539, inact 176709, anon 119236, throt 0, spec 277072, wire 150772, wireinit 196022
    8/14/14 7:39:17.000 AM kernel[0]: hibernate_setup(0) took 0 ms
    8/14/14 7:39:17.000 AM kernel[0]: AppleThunderboltHAL::earlyWake - complete - took 0 milliseconds
    8/14/14 7:39:17.000 AM kernel[0]: Bluetooth -- LE is supported - Disable LE meta event
    8/14/14 7:39:17.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 7:39:17.000 AM kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    8/14/14 7:39:31.000 AM kernel[0]: hibernate_page_list_setall(preflight 0) start 0xffffff808de98000, 0xffffff808decb000
    8/14/14 7:39:31.000 AM kernel[0]: hibernate_page_list_setall time: 195 ms
    8/14/14 7:39:31.000 AM kernel[0]: pages 985166, wire 126842, act 312904, inact 8, cleaned 0 spec 342, zf 97485, throt 0, compr 0, xpmapped 40000
    8/14/14 7:39:31.000 AM kernel[0]: could discard act 79026 inact 69467 purgeable 22362 spec 276730 cleaned 0
    8/14/14 7:39:31.000 AM kernel[0]: WARNING: hibernate_page_list_setall skipped 42760 xpmapped pages
    8/14/14 7:39:31.000 AM kernel[0]: hibernate_page_list_setall found pageCount 537581
    8/14/14 7:39:31.000 AM kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    8/14/14 7:39:31.000 AM kernel[0]: IOHibernatePollerOpen(0)
    8/14/14 7:39:31.000 AM kernel[0]: encryptStart 14040
    8/14/14 7:39:31.000 AM kernel[0]: bitmap_size 0x1f4dc, previewSize 0x54ba50, writing 535891 pages @ 0x57ef6c
    8/14/14 7:39:31.000 AM kernel[0]: encryptEnd 772ce00
    8/14/14 7:39:31.000 AM kernel[0]: image1Size 0xbc12000, encryptStart1 0x14040, End1 0x772ce00
    8/14/14 7:39:31.000 AM kernel[0]: encryptStart bc12000
    8/14/14 7:39:31.000 AM kernel[0]: encryptEnd 3a155000
    8/14/14 7:39:31.000 AM kernel[0]: PMStats: Hibernate write took 12235 ms
    8/14/14 7:39:31.000 AM kernel[0]: all time: 12235 ms, comp bytes: 2195554304 time: 2796 ms 748 Mb/s, crypt bytes: 902151616 time: 2107 ms 408 Mb/s,
    8/14/14 7:39:31.000 AM kernel[0]: image 974475264 (45%), uncompressed 2195554304 (536024), compressed 964641648 (43%), sum1 fafcf062, sum2 ef7ed1d5
    8/14/14 7:39:31.000 AM kernel[0]: zeroPageCount 38633, wiredPagesEncrypted 83189, wiredPagesClear 42096, dirtyPagesEncrypted 410739
    8/14/14 7:39:31.000 AM kernel[0]: hibernate_write_image done(0)
    8/14/14 7:39:31.000 AM kernel[0]: sleep
    8/14/14 7:39:31.000 AM kernel[0]: Wake reason: EHC1
    8/14/14 7:51:55.000 AM kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    8/14/14 7:51:55.000 AM kernel[0]: Previous Sleep Cause: 5
    8/14/14 7:51:55.000 AM kernel[0]: The USB device HubDevice (Port 1 of Hub at 0x1d000000) may have caused a wake by issuing a remote wakeup (2)
    8/14/14 7:51:55.000 AM kernel[0]: AppleThunderboltHAL::earlyWake - complete - took 1 milliseconds
    8/14/14 7:51:55.000 AM kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    8/14/14 7:51:55.000 AM kernel[0]: TBT W (1): 0 [x]
    8/14/14 7:51:55.000 AM kernel[0]: The USB device HubDevice (Port 8 of Hub at 0x1d100000) may have caused a wake by issuing a remote wakeup (3)
    8/14/14 7:51:55.000 AM kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    8/14/14 7:51:55.000 AM kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    8/14/14 7:51:55.000 AM kernel[0]: en1: 802.11d country code set to 'X0'.
    8/14/14 7:51:55.000 AM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/14/14 7:51:55.150 AM UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    8/14/14 7:51:55.151 AM configd[17]: network changed: v4(en1-:192.168.1.3) DNS- Proxy-
    8/14/14 7:51:55.000 AM kernel[0]: The USB device Apple Internal Keyboard / Trackpad (Port 3 of Hub at 0x1d180000) may have caused a wake by issuing a remote wakeup (3)
    8/14/14 7:51:55.000 AM kernel[0]: full wake (reason 1) 188 ms
    8/14/14 7:51:55.176 AM netbiosd[332]: network_reachability_changed : network is not reachable, netbiosd is shutting down
    8/14/14 7:51:55.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Resume -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 7:51:55.484 AM WindowServer[85]: CGXDisplayDidWakeNotification [1358341159754]: posting kCGSDisplayDidWake
    8/14/14 7:51:55.485 AM WindowServer[85]: handle_will_sleep_auth_and_shield_windows: Reordering authw 0x7fe3d2f4d1e0(2000) (lock state: 3)
    8/14/14 7:51:55.485 AM WindowServer[85]: handle_will_sleep_auth_and_shield_windows: err 0x0
    8/14/14 7:52:03.000 AM kernel[0]: en1: 802.11d country code set to 'US'.
    8/14/14 7:52:03.000 AM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/14/14 7:52:03.000 AM kernel[0]: MacAuthEvent en1   Auth result for: 2c:b0:5d:9e:65:6a  MAC AUTH succeeded
    8/14/14 7:52:03.000 AM kernel[0]: MacAuthEvent en1   Auth result for: 2c:b0:5d:9e:65:6a Unsolicited  Auth
    8/14/14 7:52:03.000 AM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    8/14/14 7:52:03.000 AM kernel[0]: AirPort: Link Up on en1
    8/14/14 7:52:03.000 AM kernel[0]: en1: BSSID changed to 2c:b0:5d:9e:65:6a
    8/14/14 7:52:03.000 AM kernel[0]: AirPort: RSN handshake complete on en1
    8/14/14 7:52:04.000 AM kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    8/14/14 7:52:05.471 AM UserEventAgent[11]: Captive: [CNInfoNetworkActive:1655] en1: SSID 'NETGEAR86' making interface primary (cache indicates network not captive)
    8/14/14 7:52:05.471 AM configd[17]: network changed: DNS* Proxy
    8/14/14 7:52:05.472 AM UserEventAgent[11]: Captive: CNPluginHandler en1: Evaluating
    8/14/14 7:52:05.473 AM UserEventAgent[11]: Captive: en1: Not probing 'NETGEAR86' (cache indicates not captive)
    8/14/14 7:52:05.473 AM UserEventAgent[11]: Captive: CNPluginHandler en1: Authenticated
    8/14/14 7:52:05.477 AM configd[17]: network changed: v4(en1!:192.168.1.3) DNS+ Proxy+ SMB
    8/14/14 7:52:06.279 AM apsd[187]: Unrecognized leaf certificate
    8/14/14 7:52:13.843 AM AirPlayUIAgent[339]: 2014-08-14 07:52:13.843343 AM [AirPlayUIAgent] Changed PIN pairing: no
    8/14/14 7:52:13.860 AM AirPlayUIAgent[339]: 2014-08-14 07:52:13.859864 AM [AirPlayUIAgent] Changed PIN pairing: no
    8/14/14 7:52:29.880 AM loginwindow[42]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    8/14/14 7:52:40.000 AM kernel[0]: pci pause: SDXC
    8/14/14 7:52:42.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 7:53:03.630 AM SubmitDiagInfo[370]: Removed expired file file:///Users/kristenhowe/Library/Logs/DiagnosticReports/Mail_2014-07-15-072710 _Kristens-MacBook-Pro.crash
    8/14/14 7:53:03.631 AM SubmitDiagInfo[370]: Removed expired plist file file:///Users/kristenhowe/Library/Logs/DiagnosticReports/.Mail_2014-07-15-07271 0_Kristens-MacBook-Pro.crash.plist
    8/14/14 7:53:03.639 AM SubmitDiagInfo[370]: Removed expired file file:///Users/kristenhowe/Library/Logs/DiagnosticReports/Mail_2014-07-15-072819 _Kristens-MacBook-Pro.crash
    8/14/14 7:53:03.640 AM SubmitDiagInfo[370]: Removed expired plist file file:///Users/kristenhowe/Library/Logs/DiagnosticReports/.Mail_2014-07-15-07281 9_Kristens-MacBook-Pro.crash.plist
    8/14/14 7:53:03.682 AM SubmitDiagInfo[370]: Removed expired file file:///Users/kristenhowe/Library/Logs/DiagnosticReports/Mail_2014-07-15-073254 _Kristens-MacBook-Pro.crash
    8/14/14 7:53:03.683 AM SubmitDiagInfo[370]: Removed expired plist file file:///Users/kristenhowe/Library/Logs/DiagnosticReports/.Mail_2014-07-15-07325 4_Kristens-MacBook-Pro.crash.plist
    8/14/14 7:53:07.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Resume -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 7:53:11.658 AM SubmitDiagInfo[370]: Submitted crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-204948-2_Kristens-MacBook-Pro.crash
    8/14/14 7:53:12.682 AM SubmitDiagInfo[370]: Submitted crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-204948_Kristens-MacBook-Pro.crash
    8/14/14 7:53:13.601 AM SubmitDiagInfo[370]: Submitted crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/Mail_2014-08-13-204948 _Kristens-MacBook-Pro.crash
    8/14/14 7:53:14.400 AM SubmitDiagInfo[370]: Submitted crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/Notes_2014-08-13-20494 8_Kristens-MacBook-Pro.crash
    8/14/14 7:53:15.499 AM SubmitDiagInfo[370]: Submitted crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-204955_Kristens-MacBook-Pro.crash
    8/14/14 7:53:16.398 AM SubmitDiagInfo[370]: Submitted crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-205005_Kristens-MacBook-Pro.crash
    8/14/14 7:53:17.223 AM SubmitDiagInfo[370]: Submitted crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-205015_Kristens-MacBook-Pro.crash
    8/14/14 7:53:18.154 AM SubmitDiagInfo[370]: Submitted crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-205025_Kristens-MacBook-Pro.crash
    8/14/14 7:53:18.866 AM SubmitDiagInfo[370]: Submitted crash report: file:///Users/kristenhowe/Library/Logs/DiagnosticReports/CalendarAgent_2014-08- 13-205036_Kristens-MacBook-Pro.crash
    8/14/14 7:53:46.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 7:54:20.205 AM ntpd[111]: ntpd: wake time set -0.421981 s
    8/14/14 7:54:20.222 AM com.apple.time[155]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    8/14/14 7:54:20.226 AM com.apple.time[155]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    8/14/14 7:54:20.296 AM com.apple.time[155]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    8/14/14 8:11:17.828 AM mDNSResponder[39]:  26: Could not write data to clientPID[260](com.apple.WebKi)  because of error - aborting connection
    8/14/14 8:11:17.828 AM mDNSResponder[39]:  26: DNSServiceGetAddrInfo      v4v6 graph.facebook.com. PID[260](com.apple.WebKi)
    8/14/14 8:11:18.829 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:11:18.970 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:11:19.023 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:11:54.548 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:11:54.587 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:11:55.209 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:11:55.220 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:11:55.351 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:11:56.807 AM Mail[256]: Incorrect NSStringEncoding value 0x0000 detected. Assuming NSASCIIStringEncoding. Will stop this compatiblity mapping behavior in the near future.
    8/14/14 8:11:58.902 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:11:59.150 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:11:59.941 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:12:00.562 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:12:00.599 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:12:00.736 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:12:01.170 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:12:02.407 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:12:02.466 AM Mail[256]: [WEB BUNDLE] Could not execute script: TypeError: 'undefined' is not a function (evaluating 'e.getBoundingClientRect()')
    8/14/14 8:12:02.554 AM WindowServer[85]: CoreAnimation: context hosting changed while locked!
    8/14/14 8:16:41.879 AM WindowServer[85]: _CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    8/14/14 8:16:41.880 AM loginwindow[42]: find_shared_window: WID -1
    8/14/14 8:16:41.880 AM loginwindow[42]: CGSGetWindowTags: Invalid window 0xffffffff
    8/14/14 8:16:41.880 AM loginwindow[42]: find_shared_window: WID -1
    8/14/14 8:16:41.880 AM loginwindow[42]: CGSSetWindowTags: Invalid window 0xffffffff
    8/14/14 8:16:42.089 AM WindowServer[85]: device_generate_desktop_screenshot: authw 0x7fe3d2d3faa0(2000), shield 0x7fe3d2c66800(2001)
    8/14/14 8:16:42.121 AM WindowServer[85]: device_generate_lock_screen_screenshot: authw 0x7fe3d2d3faa0(2000), shield 0x7fe3d2c66800(2001)
    8/14/14 8:16:42.146 AM WindowServer[85]: _CGXHWCaptureWindowList: No capable active display found.
    8/14/14 8:16:49.194 AM loginwindow[42]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    8/14/14 8:17:42.729 AM WindowServer[85]: CGXDisplayDidWakeNotification [2906016340883]: posting kCGSDisplayDidWake
    8/14/14 8:17:42.730 AM WindowServer[85]: handle_will_sleep_auth_and_shield_windows: Deferring.
    8/14/14 8:17:57.365 AM loginwindow[42]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    8/14/14 8:19:45.667 AM WindowServer[85]: _CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    8/14/14 8:19:45.668 AM loginwindow[42]: find_shared_window: WID -1
    8/14/14 8:19:45.668 AM loginwindow[42]: CGSGetWindowTags: Invalid window 0xffffffff
    8/14/14 8:19:45.668 AM loginwindow[42]: find_shared_window: WID -1
    8/14/14 8:19:45.668 AM loginwindow[42]: CGSSetWindowTags: Invalid window 0xffffffff
    8/14/14 8:19:45.791 AM WindowServer[85]: device_generate_desktop_screenshot: authw 0x7fe3d2e6cd80(2000), shield 0x7fe3d2d39470(2001)
    8/14/14 8:19:45.814 AM WindowServer[85]: device_generate_lock_screen_screenshot: authw 0x7fe3d2e6cd80(2000), shield 0x7fe3d2d39470(2001)
    8/14/14 8:19:45.869 AM WindowServer[85]: _CGXHWCaptureWindowList: No capable active display found.
    8/14/14 8:19:55.590 AM loginwindow[42]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    8/14/14 8:21:00.761 AM xpcproxy[426]: assertion failed: 13E28: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    8/14/14 8:21:05.000 AM kernel[0]: AirPort_Brcm43xx::powerChange: System Sleep
    8/14/14 8:21:05.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Resume -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 8:21:07.000 AM kernel[0]: hibernate image path: /var/vm/sleepimage
    8/14/14 8:21:07.000 AM kernel[0]: efi pagecount 63
    8/14/14 8:21:07.000 AM kernel[0]: hibernate_page_list_setall(preflight 1) start 0xffffff808de3b000, 0xffffff808de63000
    8/14/14 8:21:07.000 AM kernel[0]: hibernate_page_list_setall time: 135 ms
    8/14/14 8:21:07.000 AM kernel[0]: pages 905767, wire 114138, act 204770, inact 1, cleaned 0 spec 11, zf 364804, throt 0, compr 13720, xpmapped 40000
    8/14/14 8:21:07.000 AM kernel[0]: could discard act 119127 inact 45571 purgeable 39777 spec 3848 cleaned 0
    8/14/14 8:21:07.000 AM kernel[0]: WARNING: hibernate_page_list_setall skipped 42760 xpmapped pages
    8/14/14 8:21:07.000 AM kernel[0]: hibernate_page_list_setall preflight pageCount 697444 est comp 43 setfile 1333788672 min 2147483648
    8/14/14 8:21:07.000 AM kernel[0]: AppleThunderboltHAL::earlyWake - complete - took 0 milliseconds
    8/14/14 8:21:07.000 AM kernel[0]: [0x18d4829000, 0x19000000]
    8/14/14 8:21:07.000 AM kernel[0]: [0x1910a32000, 0x19000000]
    8/14/14 8:21:07.000 AM kernel[0]: [0x19dc847000, 0x19000000]
    8/14/14 8:21:07.000 AM kernel[0]: [0x1b6c82c000, 0x19000000]
    8/14/14 8:21:07.000 AM kernel[0]: [0x1c6c811000, 0x1c000000]
    8/14/14 8:21:07.000 AM kernel[0]: [0x0, 0x0]
    8/14/14 8:21:07.000 AM kernel[0]: kern_open_file_for_direct_io(0) took 18 ms
    8/14/14 8:21:07.000 AM kernel[0]: Opened file /var/vm/sleepimage, size 2147483648, partition base 0x0, maxio 2000000 ssd 0
    8/14/14 8:21:07.000 AM kernel[0]: hibernate image major 1, minor 0, blocksize 4096, pollers 5
    8/14/14 8:21:07.000 AM kernel[0]: hibernate_alloc_pages act 337243, inact 436769, anon 424346, throt 0, spec 3860, wire 137534, wireinit 196022
    8/14/14 8:21:07.000 AM kernel[0]: hibernate_setup(0) took 0 ms
    8/14/14 8:21:07.000 AM kernel[0]: Bluetooth -- LE is supported - Disable LE meta event
    8/14/14 8:21:07.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 8:21:07.000 AM kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    8/14/14 8:21:26.000 AM kernel[0]: hibernate_page_list_setall(preflight 0) start 0xffffff808de3b000, 0xffffff808de63000
    8/14/14 8:21:26.000 AM kernel[0]: hibernate_page_list_setall time: 175 ms
    8/14/14 8:21:26.000 AM kernel[0]: pages 905235, wire 113592, act 204782, inact 1, cleaned 0 spec 12, zf 364806, throt 0, compr 13720, xpmapped 40000
    8/14/14 8:21:26.000 AM kernel[0]: could discard act 119127 inact 45569 purgeable 39777 spec 3849 cleaned 0
    8/14/14 8:21:26.000 AM kernel[0]: WARNING: hibernate_page_list_setall skipped 77087 xpmapped pages
    8/14/14 8:21:26.000 AM kernel[0]: hibernate_page_list_setall found pageCount 696913
    8/14/14 8:21:26.000 AM kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    8/14/14 8:21:26.000 AM kernel[0]: IOHibernatePollerOpen(0)
    8/14/14 8:21:26.000 AM kernel[0]: encryptStart 14040
    8/14/14 8:21:26.000 AM kernel[0]: bitmap_size 0x1f4dc, previewSize 0x533990, writing 695247 pages @ 0x566eac
    8/14/14 8:21:26.000 AM kernel[0]: encryptEnd 5d32600
    8/14/14 8:21:26.000 AM kernel[0]: image1Size 0xa43c000, encryptStart1 0x14040, End1 0x5d32600
    8/14/14 8:21:26.000 AM kernel[0]: encryptStart a43c000
    8/14/14 8:21:26.000 AM kernel[0]: encryptEnd 53dce600
    8/14/14 8:21:26.000 AM kernel[0]: PMStats: Hibernate write took 17876 ms
    8/14/14 8:21:26.000 AM kernel[0]: all time: 17876 ms, comp bytes: 2848276480 time: 3946 ms 688 Mb/s, crypt bytes: 1332415424 time: 3113 ms 408 Mb/s,
    8/14/14 8:21:26.000 AM kernel[0]: image 1406988288 (65%), uncompressed 2848276480 (695380), compressed 1396475760 (49%), sum1 a0413c7d, sum2 d7c170b0
    8/14/14 8:21:26.000 AM kernel[0]: zeroPageCount 43990, wiredPagesEncrypted 68085, wiredPagesClear 43974, dirtyPagesEncrypted 583321
    8/14/14 8:21:26.000 AM kernel[0]: hibernate_write_image done(0)
    8/14/14 8:21:26.000 AM kernel[0]: sleep
    8/14/14 8:21:26.000 AM kernel[0]: Wake reason: EHC1
    8/14/14 8:22:06.000 AM kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    8/14/14 8:22:06.000 AM kernel[0]: Previous Sleep Cause: 5
    8/14/14 8:22:06.000 AM kernel[0]: The USB device HubDevice (Port 1 of Hub at 0x1d000000) may have caused a wake by issuing a remote wakeup (2)
    8/14/14 8:22:06.000 AM kernel[0]: AppleThunderboltHAL::earlyWake - complete - took 1 milliseconds
    8/14/14 8:22:06.000 AM kernel[0]: The USB device HubDevice (Port 8 of Hub at 0x1d100000) may have caused a wake by issuing a remote wakeup (3)
    8/14/14 8:22:06.000 AM kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    8/14/14 8:22:06.000 AM kernel[0]: TBT W (1): 0 [x]
    8/14/14 8:22:06.000 AM kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    8/14/14 8:22:06.000 AM kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    8/14/14 8:22:06.000 AM kernel[0]: en1: 802.11d country code set to 'X0'.
    8/14/14 8:22:06.000 AM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/14/14 8:22:06.000 AM kernel[0]: The USB device Apple Internal Keyboard / Trackpad (Port 3 of Hub at 0x1d180000) may have caused a wake by issuing a remote wakeup (3)
    8/14/14 8:22:06.000 AM kernel[0]: full wake (reason 1) 170 ms
    8/14/14 8:22:06.000 AM kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Resume -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x4400 ****
    8/14/14 8:22:06.462 AM WindowServer[85]: CGXDisplayDidWakeNotification [3130616089633]: posting kCGSDisplayDidWake
    8/14/14 8:22:06.462 AM WindowServer[85]: handle_will_sleep_auth_and_shield_windows: Reordering authw 0x7fe3d2e6cd80(2000) (lock state: 3)
    8/14/14 8:22:06.463 AM WindowServer[85]: handle_will_sleep_auth_and_shield_windows: err 0x0
    8/14/14 8:22:08.725 AM configd[17]: network changed: v4(en1-:192.168.1.3) DNS- Proxy-
    8/14/14 8:22:08.727 AM UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    8/14/14 8:22:08.744 AM netbiosd[361]: network_reachability_changed : network is not reachable, netbiosd is shutting down
    8/14/14 8:22:14.000 AM kernel[0]: en1: 802.11d country code set to 'US'.
    8/14/14 8:22:14.000 AM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/14/14 8:22:14.000 AM kernel[0]: MacAuthEvent en1   Auth result for: 2c:b0:5d:9e:65:6a  MAC AUTH succeeded
    8/14/14 8:22:14.000 AM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    8/14/14 8:22:14.000 AM kernel[0]: AirPort: Link Up on en1
    8/14/14 8:22:14.000 AM kernel[0]: en1: BSSID changed to 2c:b0:5d:9e:65:6a
    8/14/14 8:22:14.000 AM kernel[0]: AirPort: RSN handshake complete on en1
    8/14/14 8:22:14.882 AM configd[17]: network changed: DNS* Proxy
    8/14/14 8:22:14.882 AM UserEventAgent[11]: Captive: [CNInfoNetworkActive:1655] en1: SSID 'NETGEAR86' making interface primary (cache indicates network not captive)
    8/14/14 8:22:14.884 AM UserEventAgent[11]: Captive: CNPluginHandler en1: Evaluating
    8/14/14 8:22:14.885 AM UserEventAgent[11]: Captive: en1: Not probing 'NETGEAR86' (cache indicates not captive)
    8/14/14 8:22:14.885 AM UserEventAgent[11]: Captive: CNPluginHandler en1: Authenticated
    8/14/14 8:22:14.888 AM configd[17]: network changed: v4(en1!:192.168.1.3) DNS+ Proxy+ SMB
    8/14/14 8:22:15.000 AM kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    8/14/14 8:22:16.454 AM loginwindow[42]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    8/14/14 8:22:17.567 AM apsd[187]: Unrecognized leaf certificate
    8/14/14 8:22:17.737 AM Mail[256]: [WEB BUNDLE] Could not execute script: ReferenceError: Can't find variable: MUIWebDocumentDisplayController_sharedInstance
    8/14/14 8:22:25.467 AM AirPlayUIAgent[339]: 2014-08-14 08:22:25.467420 AM [AirPlayUIAgent] Changed PIN pairing: no
    8/14/14 8:22:25.558 AM AirPlayUIAgent[339]: 2014-08-14 08:22:25.557694 AM [AirPlayUIAgent] Changed PIN p

    I started having many problems, including this one, as soon as I installed the 10.5.6 upgrade. Only one of my IMAP accounts is having problems (Gmail is fine so far), but the account is working ok when I access it via Thunderbird. I tried almost of the solutions posted above. I also installed the 10.5.6 Mail patch. All the fixes worked briefly, but after a couple days the problem returns. It must be a problem with my OS account because I can access the IMAP account via my laptop with no problems. That was the one fix you mentioned that I didnt try because I dont want to have update all the settings associated with the current user, and since I would have to restore everything, does it seem more reasonable to just do a clean install of the OS?
    So my question is, do I give up on Mail on this machine? Or do I have to do something like a system wipe?
    Thanks

  • Problem compiling apache (2.4.4) with openssl 1.0.1e

    Hi Experts
    i am struggling since last 2 weeks to compile apache2.4.4 with openssl 1.0.1e on sun spark server.
    System Details: SunOS hostname 5.10 Generic_147440-19 sun4v sparc SUNW,Sun-Blade-T6320
    bash-3.00# cat /etc/release
    Oracle Solaris 10 8/11 s10s_u10wos_17b SPARC
    Copyright (c) 1983, 2011, Oracle and/or its affiliates. All rights reserved.
    Assembled 23 August 2011
    We already have apache 2.2 running on this server, now we need 2.4.4 with latest openssl.
    i donwloaded apr, apr-utils, pcre, openssl and httpd2.4.4 from their respective websites.
    then i comiled these prerequisites into the path /local/apache/2.44/apr, /local/apache/2.44/apr-util, /local/apache/2.44/pcre, /local/apache/2.44/openssl
    and finally i am trying to build httpd2.4.4 with above compiled modules.
    so i used this command:
    ./configure prefix=/local/apache/2.44 with-apr=/local/apache/2.44 with-apr-util=/local/apache/2.44/apr-utils with-pcre=/local/apache/2.44/pcre enable-proxy enable-proxy-http enable-so enable-auth-digest enable-mime enable-deflate enable-rewrite enable-headers enable-ssl  with-ssl=/local/apache/2.44/openssl
    when i run make, i received this error:
    dlopen 0x44 /local/apache/2.44/openssl/lib/libcrypto.a(dso_dlfcn.o)
    dlopen 0x748 /local/apache/2.44/openssl/lib/libcrypto.a(dso_dlfcn.o)
    dlclose 0xb4 /local/apache/2.44/openssl/lib/libcrypto.a(dso_dlfcn.o)
    dlclose 0x1a0 /local/apache/2.44/openssl/lib/libcrypto.a(dso_dlfcn.o)
    dlclose 0x770 /local/apache/2.44/openssl/lib/libcrypto.a(dso_dlfcn.o)
    dlsym 0x268 /local/apache/2.44/openssl/lib/libcrypto.a(dso_dlfcn.o)
    dlsym 0x388 /local/apache/2.44/openssl/lib/libcrypto.a(dso_dlfcn.o)
    dlsym 0x764 /local/apache/2.44/openssl/lib/libcrypto.a(dso_dlfcn.o)
    dlerror 0xdc /local/apache/2.44/openssl/lib/libcrypto.a(dso_dlfcn.o)
    dlerror 0x2cc /local/apache/2.44/openssl/lib/libcrypto.a(dso_dlfcn.o)
    dlerror 0x3dc /local/apache/2.44/openssl/lib/libcrypto.a(dso_dlfcn.o)
    dlerror 0x714 /local/apache/2.44/openssl/lib/libcrypto.a(dso_dlfcn.o)
    __umoddi3 0x64 /local/apache/2.44/openssl/lib/libcrypto.a(bn_word.o)
    __umoddi3 0xac /local/apache/2.44/openssl/lib/libcrypto.a(b_print.o)
    __udivdi3 0xe8 /local/apache/2.44/openssl/lib/libcrypto.a(b_print.o)
    __udivdi3 0x394 /local/apache/2.44/openssl/lib/libcrypto.a(bn_div.o)
    ld: fatal: relocations remain against allocatable but non-writable sections
    collect2: ld returned 1 exit status
    *** Error code 1
    make: Fatal error: Command failed for target `mod_ssl.la'
    Current working directory /local/apache244pkg/httpd-2.4.4/modules/ssl
    *** Error code 1
    The following command caused the error:
    if test `pwd` = "/local/apache244pkg/httpd-2.4.4"; then \
    echo "" ; \
    fi; \
    list=''; for i in $list; do \
    target="shared-build"; \
    if test "$i" = "."; then \
    made_local=yes; \
    target="local-shared-build"; \
    fi; \
    if test "$i" != "srclib"; then \
    (cd $i && make $target) || exit 1; \
    fi; \
    done; \
    if test -f 'modules.mk'; then \
    if test -n 'mod_ssl.la'; then \
    echo "Building shared: mod_ssl.la"; \
    if test "$made_local" != "yes"; then \
    make "local-shared-build" || exit 1; \
    fi; \
    fi; \
    fi; \
    if test `pwd` = "/local/apache244pkg/httpd-2.4.4"; then \
    echo "" ; \
    fi
    make: Fatal error: Command failed for target `shared-build-recursive'
    Current working directory /local/apache244pkg/httpd-2.4.4/modules/ssl
    *** Error code 1
    The following command caused the error:
    if test `pwd` = "/local/apache244pkg/httpd-2.4.4"; then \
    echo "" ; \
    fi; \
    list='aaa cache core database debugging filters http loggers metadata proxy session slotmem ssl proxy/balan cers arch/unix dav/main generators dav/fs mappers'; for i in $list; do \
    target="shared-build"; \
    if test "$i" = "."; then \
    made_local=yes; \
    target="local-shared-build"; \
    fi; \
    if test "$i" != "srclib"; then \
    (cd $i && make $target) || exit 1; \
    fi; \
    done; \
    if test -f 'modules.mk'; then \
    if test -n ''; then \
    echo "Building shared: "; \
    if test "$made_local" != "yes"; then \
    make "local-shared-build" || exit 1; \
    fi; \
    fi; \
    fi; \
    if test `pwd` = "/local/apache244pkg/httpd-2.4.4"; then \
    echo "" ; \
    fi
    make: Fatal error: Command failed for target `shared-build-recursive'
    Current working directory /local/apache244pkg/httpd-2.4.4/modules
    *** Error code 1
    The following command caused the error:
    if test `pwd` = "/local/apache244pkg/httpd-2.4.4"; then \
    echo "" ; \
    fi; \
    list='srclib os server modules support'; for i in $list; do \
    target="shared-build"; \
    if test "$i" = "."; then \
    made_local=yes; \
    target="local-shared-build"; \
    fi; \
    if test "$i" != "srclib"; then \
    (cd $i && make $target) || exit 1; \
    fi; \
    done; \
    if test -f 'modules.mk'; then \
    if test -n ''; then \
    echo "Building shared: "; \
    if test "$made_local" != "yes"; then \
    make "local-shared-build" || exit 1; \
    fi; \
    fi; \
    fi; \
    if test `pwd` = "/local/apache244pkg/httpd-2.4.4"; then \
    echo "" ; \
    fi
    make: Fatal error: Command failed for target `shared-build-recursive'
    Current working directory /local/apache244pkg/httpd-2.4.4
    *** Error code 1
    The following command caused the error:
    otarget=`echo all-recursive|sed s/-recursive//`; \
    list=' srclib os server modules support'; \
    for i in $list; do \
    if test -d "$i"; then \
    target="$otarget"; \
    echo "Making $target in $i"; \
    if test "$i" = "."; then \
    made_local=yes; \
    target="local-$target"; \
    fi; \
    (cd $i && make $target) || exit 1; \
    fi; \
    done; \
    if test "$otarget" = "all" && test -z 'httpd shared-build '; then \
    made_local=yes; \
    fi; \
    if test "$made_local" != "yes"; then \
    make "local-$otarget" || exit 1; \
    fi
    make: Fatal error: Command failed for target `all-recursive'
    your help will be highly appreciated.
    thanks
    Edited by: 990086 on May 28, 2013 2:01 AM

    freaks wrote:if somebody can give me an example of ssl.conf
    Hi freaks; you can find an example SSL configuration file here on your system:
    /etc/httpd/conf/extra/httpd-ssl.conf
    It’s full of comments describing what the different options are.
    Apache’s documentation on SSL is full of good stuff, including a howto.
    As far as selecting ciphers go, you could do worse than following Qualys’ advice on the subject.
    Paul
    Last edited by prelog (2014-03-19 04:05:40)

  • AS Proxy Plug-In for IIS 6.0 Windows 2003

    Any ideas when and what version of the Application Server Proxy Plug-in will work with IIS 6.0 / Windows 2003.

    Hi I am attempting to install IIS on one server with another server using Oc4j standalone can and the server dosnt seem to respond. Can you give me any insight on how to get this to work or if it can ?

  • Iplanet Proxy Plug-in issue

    We use sunone web server(6.1 sp7) to communicate weblogic cluster app servers
    In the web server error logs we continue to see following error messages all the time even though there is no issues in accessing application and everthing else working fine. These error messages are misleading and how we can avoid it.
    do we need upgrade plugin or use some parameter with plugin?
    cpp]: Error connecting to host xx.xx.xx.xx:23120'
    [16/Sep/2009:06:26:02] failure (19970): for host yy.yy.yy.yy trying to GET /default-home.htm, wl-proxy reports
    : exception occurred for backend host 'xx.xx.xx.xx/23120/0': 'CONNECTION_REFUSED [os error=0, line 1732 of URL.
    magnus.conf has following setting
    Init fn="load-modules" funcs="wl_proxy,wl_init" shlib="/rim/webapp/wls92mp2/weblogic92/server/plugin/solaris/sparc/libproxy_61.so"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    http or https
              daniel lolieux wrote:
              > hi
              >
              > what is the protocol between the proxy plug-in and the weblogic server?
              >
              > thx
              

  • Hardware Load Balancers and Cluster WebLogic Proxy Plug-in setting

    Documentation states that we need to enable the Cluster WebLogic Proxy Plug-in setting when there is a proxy plugin or HttpClusterServlet configured.
    We used to have Weblogic Proxy plugin and the setting is still there, also the proxy was replaced by the hardware loadbalancer. Everything works normally and no one complained, but I would assume that WebLogic Proxy Plug-in setting should not be applicable any longer.
    Is it possibly harmful to have that setting there? Does it mean that the loadbalancer emulates WebLogic Proxy Plug-in and also need this set?
    Thank you

    The Weblogic Proxy Plug-in Enabled flag only affects the behavior of a WL proxy module (such as if you were using Apache to proxy to WL via the mod_wl.so module). The value controls what IP address is returned when you call request.getRemoteAddr() from your application. If not enabled, you will get the IP address of the web server that proxied the request. If enabled, you will get the remote client IP address (instead of the proxy IP address) facilitated by the WL-Proxy-Client-IP header. If you are no longer using a plug-in module, the setting will have no affect. Hope this helps...

  • JAI extension automatic installation fail with Java Plug-in 1.4.1_01

    Hi everyone,
    i have a html page with an applet that use the JAI (Java Advanced imaging) extension. I used to run it with java plug-in 1.3.1_03.
    When the JAI extension was not installed, it was automatically downloaded and installed. I use the sun "Signed Auto Installation for browsers" jar available on the JAI download page.
    But with Java Plug-in 1.4.1_01, it seems to have a security problem. Is the "Signed Auto Installation for browsers" only java plug-in 1.3 compatible or is there a way to install it with 1.4.
    If anyone has encountered the same problem with another extension, it could help me to know how to have it installed automatically with java Plug-in 1.4.
    I tested on IE 4 and 6 on Windows NT4 & IE 6 on Windows 2000, and i have the same results.
    Thanks
    Philippe
    see the following java console output :
    Java(TM) Plug-in: Version 1.4.1_01
    Using JRE version 1.4.1_01 Java HotSpot(TM) Client VM
    Modality popped
    User selected: 0
    Optional package download granted by user, download from http://xxxxxxxxxxxxxxxxxxxxxx/jai_windows-i586.jar
    Connecting http://xxxxxxxxxxxxxxxxxx/jai_windows-i586.jar with no proxy
    Connecting http://xxxxxxxxxxxxxxxxxx/jai_windows-i586.jar with cookie "JIGSAW-SESSION-ID=J986902630-19"
    Loading Root CA certificates from D:\PROGRA~1\Java\J2RE14~1.1_0\lib\security\cacerts
    Loaded Root CA certificates from D:\PROGRA~1\Java\J2RE14~1.1_0\lib\security\cacerts
    Loading JPI certificates from D:\WINNT\Profiles\qpbl\.java\jpicerts141_01
    Loaded JPI certificates from D:\WINNT\Profiles\qpbl\.java\jpicerts141_01
    Loading certificates from JPI session certificate store
    Loaded certificates from JPI session certificate store
    Checking if certificate is in JPI permanent certificate store
    Checking if certificate is in JPI session certificate store
    Checking if certificate is in Root CA certificate store
    Checking if certificate is in Root CA certificate store
    Checking if certificate is in Root CA certificate store
    sun.misc.ExtensionInstallationException: User deny optional package installer to be launched.
         at sun.plugin.extension.ExtensionInstallationImpl.verifyJar(Unknown Source)
         at sun.plugin.extension.ExtensionInstallationImpl.access$100(Unknown Source)
         at sun.plugin.extension.ExtensionInstallationImpl$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin.extension.ExtensionInstallationImpl.installExtension(Unknown Source)
         at sun.misc.ExtensionDependency.installExtension(Unknown Source)
         at sun.misc.ExtensionDependency.checkExtension(Unknown Source)
         at sun.misc.ExtensionDependency.checkExtensions(Unknown Source)
         at sun.misc.ExtensionDependency.checkExtensionsDependencies(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.parseExtensionsDependencies(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.getClassPath(Unknown Source)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getResource(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Modality pushed
    Modality popped
    Optional package installation failed.
    Installation successful

    I seem to be having the same problem. If you figured out the solution, can you please post it?
    Thanks

  • Mod_wl_20.so, apache-2.0.45 with MPM worker

    Hi,
    we currently are using apache-2.0.45 with MPM prefork on Solaris 9. We plan to
    use MPM worker in the future. apache uses mod_wl_20.so to proxy requests for the
    Backend (WLS7 SP2). On http://httpd.apache.org/docs-2.0/misc/perf-tuning.html#compiletime
    they say "prefork:...it can be used with non-thread-safe third-party modules,...".
    As I understand it, this means: If using MPM worker, every module have to be thread-safe.
    The Question is: is mod_wl_20.so thread-safe or not, so that we can use MPM worker?
    Thanks
    Andreas

    Yes, actually what happened is that I was using WL 6.1SP2, and the plugin
    did work for releases lower or equal than version 2.0.44, now the problem is
    fixed with the last available plugin.
    Thanks for your support
    Luis
    "Eric Gross" <[email protected]> wrote in message
    news:3ebacf38$[email protected]..
    That should not be correct.
    Are you sure you are using the same plugin? You would get this message if
    you used any plugin prior to 6.1 SP4 or 7.0 SP2.
    Otherwise you should not get this error message when using the plugin from
    either of the above releases.
    Regards,
    Eric
    "Luis Esteban" <[email protected]> wrote in message
    news:3eb8d994$[email protected]..
    Here, with apache 2.0.44 it works fine, and we have no problem, but whenwe upgrade
    apache from 2.0.44 to 2.0.45 we get the following error
    httpd: module "mod_weblogic.c" is not compatible with this version ofApache (found
    20020612, need 20020903).
    Please contact the vendor for the correct version.
    Could you tell please me where to find a plugin suitable for the newapache version,
    or in the other hand, could you tell me how to workaround this problem.
    Thanks.

  • Reverse Proxy Configuration - Apache as an SSL reverse-proxy

    Hi,
    We have EP 6.0 SP 14 installed with SSL configured.
    We are in need to open the application to internet.
    For the same we have set up a reverse proxy server (Apache as SSL
    Reverse Proxy).
    Our requirement is to open the application to the internet with
    web address https://abc.domain.com.
    The issue is we are able to access the application from internet only when
    https://abc.domain.com/irj/potal is typed.
    (ie.) Mapping is working fine for
    https://abc.domain.com/irj/portal to
    our EP Portal address https://abc2.domain.com:50001/irj/portal
    And not working for mapping https://abc.domain.com to our EP Portal
    address https://abc2.domain.com:50001/irj/portal
    We have been working on to resolve this issue for days together but have been really unsuccessful
    Kindly help us in resolving the same asap.
    Note : The references we used are:
    1. SAP's document:
    "Apache Reverse Proxy Configuration for J2ee 6.20 and 6.40 Web Applications"
    2. Weblogs:
    The Reverse Proxy Series -- Part 1: Introduction
    The Reverse Proxy Series -- Part 3: Apache as a reverse-proxy
    The Reverse Proxy Series -- Part 3.1: Apache as an SSL reverse-proxy
    Regards,
    venkat.

    Thanks much for the feedback. We're using the default settings on the HTTP rule we have set up for the portal on the ISA server. We'll be looking into the details of what the default rule settings are, however we did find a note in the Microsoft Knowledge base detailing with the ISA server screening high bits in URL strings for Outlook Web Access (OWA). This generates a similar error message. Here is the link to the detailed note on the Microsoft web site:
    http://support.microsoft.com/?scid=kb;en-us;837865
    Also,we are going to be applying the SP1 upgrade to the ISA server (released in March) to see if this might be some type of issue that may have been identified and corrected by the service pack. We'll see what happens with that.
    One area where we can recreate the problem at will is when we set up the system landscape configuration. We can navigate to a system configuration object, however when we attempt to right click to edit the object we get the error. There are other circumstances where we get errors but that is one that occurs for sure. Anyone have any idea as to what might be special about that type of transaction??
    Thanks again.
    Rich

  • Non-Oracle Apache as Front-end/reverse proxy?

    Hi,
    The question I have is kind of OID-related, but I think is more relevant to OAS, so I hope that I'm posting this in the right forum.
    We have an existing OID instance, using the Apache 1.3-based OHS, and up till now, users have been accessing the OID/OIDDAS web-interface directly, e.g., by going to http:<hostname>:7777/oiddas, then signing in.
    We also have a (non-Oracle OHS) enterprise-wide Apache 2.x-based reverse-proxy, and they want to be able to reverse-proxy through this Apache 2.x to the OID web interface.
    We tried adding the <Location> sections to the Apache 2.x reverse proxy, e.g.:
    <Location /oiddas>
    ProxyPass http://<hostname>:7777/oiddas
    ProxyPassReverse http://<hostname>:7777/oiddas
    </Location>
    <Location /pls>
    ProxyPass http://<hostname>:7777/pls
    ProxyPassReverse http://<hostname>:7777/pls
    </Location>
    Then, when we go to http://<apache-2.0-reverse-proxy-hostname>/oiddas, we get the initial page with the "Login" link. But, when we click on the "Login" link, we are getting a "Forbidden" error (HTTP 403 error).
    Has anyone configured something like this before? What else do we need to configure in the Apache 2.x reverse-proxy?
    Thanks,
    Jim

    Hi,
    I just stood up a new test instance of 10gAS (only one I had the install files for), and I can access the oiddas via port 7777, i.e., http://<hostname>:7777/oiddas.
    I setup a reverse-proxy to it on a separate Apache 2.x instance, and it looks like at least part of the problem is that when I access via the proxy, the 10gAS sends back redirects (HTTP 302) responses with Location headers with the original <10gAS_hostname>:7777.
    In other words, I do the original access using http:<proxy_hostname>/oiddas, but then when I click the "Login" link, the 10gAS redirects my browser to http://<10gAS_hostname>:7777/pls/orasso (to go to the SSO server).
    This doesn't explain why were were seeing the 403 errors at work, but I think that, as suggested in that webpage that I linked earlier, there are re-directs that may not be totally visible going on, i.e., you can't "just" setup the Apache reverse-proxy with the <Location> directives.
    Thus far, I haven't been able to replicate the 403 error problem that we had...
    Jim

Maybe you are looking for