Arch Server - ejabberd crashing

Hi everyone.
I recently switched one of my servers from debian (raspbian) to arch arm.
The version of ejabberd I used under the old OS was running just fine but it was outdated and caused minor problems with some clients.
Meaning, I've got the right srv records set, server answers if you ping it.
The last config file I had was written in erlang, I copied old values and debugged the new ejabberd.yml as far as I could, no more "syntax error on line XYZ" appear, but now it is a different error I can't find anything about when I start ejabberd in live modus:
(many Progress Reports until all of the sudden: )
=CRASH REPORT==== 11-Dec-2013::12:13:51 ===
crasher:
initial call: application_master:init/4
pid: <0.39.0>
registered_name: []
exception exit: {bad_return,{{ejabberd_app,start,[normal,[]]},
{'EXIT',{undefined_macro,''}}}}
in function application_master:init/4 (application_master.erl, line 133)
ancestors: [<0.38.0>]
messages: []
links: [<0.38.0>,<0.40.0>,<0.7.0>]
dictionary: []
trap_exit: true
status: running
heap_size: 610
stack_size: 27
reductions: 96
neighbours:
12:13:51.303 [error] CRASH REPORT Process <0.39.0> with 0 neighbours exited with reason: {undefined_macro,''} in application_master:init/4 line 133
12:13:51.304 [info] Application ejabberd exited with reason: {undefined_macro,''}
(ignore the 1970s, the date has been set correctly now) the ownerships are as following:
$ sudo ls -l /etc/ejabberd/
total 84
-rw-r----- 1 root ejabberd 14054 Dec 11 12:13 ejabberd.yml
-rw-r----- 1 root root 13659 Jan 1 1970 ejabberd.yml.bak
-rw-r----- 1 root ejabberd 14057 Dec 10 19:22 ejabberd.yml.save
-rw-r----- 1 root ejabberd 4677 Dec 10 20:15 ejabberdctl.cfg
-rw-r--r-- 1 root root 117 Dec 10 19:46 inetrc
-rw-r--r-- 1 root root 111 Jan 1 1970 inetrc.bak
-rw-r--r-- 1 root root 485 Dec 10 02:27 pyicq.xml
-rw-r--r-- 1 root root 485 Dec 10 02:27 pyicq.xml.bak
-rw-r--r-- 1 root root 10673 May 14 2013 pyicq_example.xml
nodename equals the sub.domain.tld name AND is defined in /etc/hosts but not the hostname in /etc/hostname. I'm not sure about how ejabberd relates to /etc/hostname and /etc/hosts, before switching to arch it worked okay without defining.
/etc/hosts looks similar like this:
127.0.0.1       jabber.domain.tld        shortname-1
127.0.0.1       shortname-1.domain.tld      shortname-1
127.0.0.1       localhost.localdomain    localhost
/etc/hostname:
shortname-1
FQDN in ejabberd.yml is set to jabber.domain.tld and is set in the ejabberdctl config to be [email protected]
I'd be really glad if someone could help me figure out where the problem is.
/e1:
starting ejabberdctl live as an normal user (groups: users, wheel) displays this:
{error_logger,{{2013,12,11},{14,16,5}},std_error,"File operation error: eacces. Target: /etc/ejabberd/inetrc. Function: get_file. Process: kernel_sup."}
{error_logger,{{2013,12,11},{14,16,5}},"inet_config: file ~ts not found~n",["/etc/ejabberd/inetrc"]}
{error_logger,{{2013,12,11},{14,16,5}},"Error when reading /var/lib/ejabberd/.erlang.cookie: eacces",[]}
{error_logger,{{2013,12,11},{14,16,5}},crash_report,[[{initial_call,{auth,init,['Argument__1']}},{pid,<0.20.0>},{registered_name,[]},{error_info,{exit,{"Error when reading /var/lib/ejabberd/.erlang.cookie: eacces",[{auth,init_cookie,0,[{file,"auth.erl"},{line,285}]},{auth,init,1,[{file,"auth.erl"},{line,139}]},{gen_server,init_it,6,[{file,"gen_server.erl"},{line,304}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,239}]}]},[{gen_server,init_it,6,[{file,"gen_server.erl"},{line,328}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,239}]}]}},{ancestors,[net_sup,kernel_sup,<0.10.0>]},{messages,[]},{links,[<0.18.0>]},{dictionary,[]},{trap_exit,true},{status,running},{heap_size,610},{stack_size,27},{reductions,671}],[]]}
{error_logger,{{2013,12,11},{14,16,5}},supervisor_report,[{supervisor,{local,net_sup}},{errorContext,start_error},{reason,{"Error when reading /var/lib/ejabberd/.erlang.cookie: eacces",[{auth,init_cookie,0,[{file,"auth.erl"},{line,285}]},{auth,init,1,[{file,"auth.erl"},{line,139}]},{gen_server,init_it,6,[{file,"gen_server.erl"},{line,304}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,239}]}]}},{offender,[{pid,undefined},{name,auth},{mfargs,{auth,start_link,[]}},{restart_type,permanent},{shutdown,2000},{child_type,worker}]}]}
{error_logger,{{2013,12,11},{14,16,5}},supervisor_report,[{supervisor,{local,kernel_sup}},{errorContext,start_error},{reason,{shutdown,{failed_to_start_child,auth,{"Error when reading /var/lib/ejabberd/.erlang.cookie: eacces",[{auth,init_cookie,0,[{file,"auth.erl"},{line,285}]},{auth,init,1,[{file,"auth.erl"},{line,139}]},{gen_server,init_it,6,[{file,"gen_server.erl"},{line,304}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,239}]}]}}}},{offender,[{pid,undefined},{name,net_sup},{mfargs,{erl_distribution,start_link,[]}},{restart_type,permanent},{shutdown,infinity},{child_type,supervisor}]}]}
{error_logger,{{2013,12,11},{14,16,5}},crash_report,[[{initial_call,{application_master,init,['Argument__1','Argument__2','Argument__3','Argument__4']}},{pid,<0.9.0>},{registered_name,[]},{error_info,{exit,{{shutdown,{failed_to_start_child,net_sup,{shutdown,{failed_to_start_child,auth,{"Error when reading /var/lib/ejabberd/.erlang.cookie: eacces",[{auth,init_cookie,0,[{file,"auth.erl"},{line,285}]},{auth,init,1,[{file,"auth.erl"},{line,139}]},{gen_server,init_it,6,[{file,"gen_server.erl"},{line,304}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,239}]}]}}}}},{kernel,start,[normal,[]]}},[{application_master,init,4,[{file,"application_master.erl"},{line,133}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,239}]}]}},{ancestors,[<0.8.0>]},{messages,[{'EXIT',<0.10.0>,normal}]},{links,[<0.8.0>,<0.7.0>]},{dictionary,[]},{trap_exit,true},{status,running},{heap_size,610},{stack_size,27},{reductions,181}],[]]}
{error_logger,{{2013,12,11},{14,16,5}},std_info,[{application,kernel},{exited,{{shutdown,{failed_to_start_child,net_sup,{shutdown,{failed_to_start_child,auth,{"Error when reading /var/lib/ejabberd/.erlang.cookie: eacces",[{auth,init_cookie,0,[{file,"auth.erl"},{line,285}]},{auth,init,1,[{file,"auth.erl"},{line,139}]},{gen_server,init_it,6,[{file,"gen_server.erl"},{line,304}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,239}]}]}}}}},{kernel,start,[normal,[]]}}},{type,permanent}]}
{"Kernel pid terminated",application_controller,"{application_start_failure,kernel,{{shutdown,{failed_to_start_child,net_sup,{shutdown,{failed_to_start_child,auth,{\"Error when reading /var/lib/ejabberd/.erlang.cookie: eacces\",[{auth,init_cookie,0,[{file,\"auth.erl\"},{line,285}]},{auth,init,1,[{file,\"auth.erl\"},{line,139}]},{gen_server,init_it,6,[{file,\"gen_server.erl\"},{line,304}]},{proc_lib,init_p_do_apply,3,[{file,\"proc_lib.erl\"},{line,239}]}]}}}}},{kernel,start,[normal,[]]}}}"}
Kernel pid terminated (application_controller) ({application_start_failure,kernel,{{shutdown,{failed_to_start_child,net_sup,{shutdown,{failed_to_start_child,auth,{"Error when reading /var/lib/ejabbe
Last edited by gpunkt (2013-12-11 13:28:45)

drcouzelis wrote:
ewaller means you made a good decision to post in this thread.
As for ejabberd, this is a little off topic but... I had to setup a chat client a while back. I chose XMPP and the "jabberd14" server. It works but has always been a little flaky (buddies not being authorized correctly, duplicate buddies...). I recently switched everyone to IRC using the "ngircd" server. It was a breeze to setup, I haven't found any little quirks in it yet, and the people who use Pidgin don't really see a difference between the two servers.
Hm okay, thanks.
This is IRC server software. how could this, without plugins, be any similar to the xmpp protocol? I don't find very much other than "lightweight jabber server" about this software...
I had an relative shitty living experience last time so I couldn't continue to set up the jabber project. When it's possible to get 99% uptime (where ever I locate this, home or external) one use (amongst private communication) could be the live-communication part of the work-in-progress community of an friend of mine.

Similar Messages

  • The Oracle MapViewer brings the WebLogic Managed Server to crash

    Problem Description: The Oracle MapViewer brings the WebLogic Managed Server to crash, when we call a GetMap-Request with wrong Coordinates.
    This was found out for the SRS=EPSG:25833. Example:
    http://igdb-qm-svra1.blva.bayern.de:8080/mapviewer/wms?
    REQUEST=getMap&
    Version=1.1.1&
    LAYERS=&
    FORMAT=image/png&
    TRANSPARENT=false&
    STYLES=&
    Datasource=igvert_alkis_wms&
    basemap=AT_WMS_TN-KOMPLETT&
    SRS=EPSG:25833&
    BBOX=3.32358690717E7,5529425.0143,3.32369088846E7,5530464.8272&
    WIDTH=500&
    HEIGHT=500&
    With the Enterprise Manager was also evaluated during and after a crash of Server the SQL-Statements.
    If the SQL statements executed on the database itself, it takes a few seconds after a correct answer returns.
    I know that have the look for the EPSG coordinate as follows:
    BBOX=235869.071700,5529425.014300,236908.884600,5530464.827200&
    My question therefore: Why are these coordinates by the Oracle MapViewer approved and not caught? An Request with incorrect
    coordinates goes into a StuckThreads and then the ManagedServer crashed.
    In the appendix you will find the evaluation of the Enterprise Manager.
    I have tested the request with two different versions of Oracle MapViewer (Ver11_1_1_5_B110527 and Ver11_B100426). In both the same problem occurs on.
    I have also filed an SR.
    Best Regards
    Kerstin

    Hi,
    Can you confirm that you're trying to setup a managed server on another machine using the pack/unpack commands ?
    You might to want to take a look at that post.
    Clustering of 2 Physical server
    Hope that helps !
    Regards

  • Why do server.app crash sometimes? Can I use it this way as a router?

    Hi everyone!
    I have a problem, sometimes the server.app crash, I don't know why.
    The Mac OS system do not crash, It's just the server.app.
    You can se the crash logg in the buttom of this post, I have three logg files.
    I also have an other quastion, I want to use the mac mini as a router but in a special way.
    It's importen that all of my devices can access the mac mini server.
    I thinking of buying an thunderbolt -> ethernet adapter so I can use the mac mini as a router.
    I got 1000Mbit internet connection and my router can just get like 600mbit passtrough from wan -> lan port.
    If I set it up likes this, shod it work?
    Internet ---> Mac mini ---> every device I use with eithernet cable, like 10 devices.
                        |
                        --> Router --> Wifi devices like iPhone / iPad.
    If I set it up like that can every device access the mac mini in the same network?
    Here is the latest crash logg file from the mac mini:
    Process:         Server [6500]
    Path:            /Applications/Server.app/Contents/MacOS/Server
    Identifier:      com.apple.Server.v2
    Version:         2.2.1 (169)
    Build Info:      ServerApp-169000000000000~10
    App Item ID:     537441259
    App External ID: 13084043
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [240]
    User ID:         501
    Date/Time:       2013-04-21 20:13:59.523 +0200
    OS Version:      Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Interval Since Last Report:          12161 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  12158 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      2FFFE2B9-6914-FEFC-A7D4-577091C18671
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000010
    VM Regions Near 0x10:
    -->
        __TEXT                 00000001020d5000-00000001021b6000 [  900K] r-x/rwx SM=COW  /Applications/Server.app/Contents/MacOS/Server
    Application Specific Information:
    objc_msgSend() selector name: setEnabled:forSegment:
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x00007fff88ed8250 objc_msgSend + 16
    1   com.apple.Server.Services.DHCP          0x0000000104fb4164 0x104fb2000 + 8548
    2   com.apple.Foundation                    0x00007fff848f6d8f -[NSKeyValueObservance observeValueForKeyPath:ofObject:change:context:] + 304
    3   com.apple.Foundation                    0x00007fff848f6d8f -[NSKeyValueObservance observeValueForKeyPath:ofObject:change:context:] + 304
    4   com.apple.Foundation                    0x00007fff848f4e40 NSKeyValueNotifyObserver + 390
    5   com.apple.Foundation                    0x00007fff848f6859 NSKeyValueDidChange + 456
    6   com.apple.Foundation                    0x00007fff848b1dbf -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] + 130
    7   com.apple.frameworks.Server             0x000000010232cd37 __38-[SEServer actionToGetNetworkServices]_block_invoke_0 + 1046
    8   com.apple.frameworks.server.foundation          0x00000001024a2530 -[XSAction performCallbacks:] + 456
    9   com.apple.frameworks.server.foundation          0x00000001024a4cd9 -[XSAction unthreadedFinish] + 101
    10  com.apple.frameworks.server.foundation          0x00000001024b195d -[XSAdminTransaction _gotResponse] + 180
    11  com.apple.Foundation                    0x00007fff848fbd3a __NSThreadPerformPerform + 225
    12  com.apple.CoreFoundation                0x00007fff8deceb31 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    13  com.apple.CoreFoundation                0x00007fff8dece455 __CFRunLoopDoSources0 + 245
    14  com.apple.CoreFoundation                0x00007fff8def17f5 __CFRunLoopRun + 789
    15  com.apple.CoreFoundation                0x00007fff8def10e2 CFRunLoopRunSpecific + 290
    16  com.apple.HIToolbox                     0x00007fff860b7eb4 RunCurrentEventLoopInMode + 209
    17  com.apple.HIToolbox                     0x00007fff860b7c52 ReceiveNextEventCommon + 356
    18  com.apple.HIToolbox                     0x00007fff860b7ae3 BlockUntilNextEventMatchingListInMode + 62
    19  com.apple.AppKit                        0x00007fff84d1c563 _DPSNextEvent + 685
    20  com.apple.AppKit                        0x00007fff84d1be22 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    21  com.apple.AppKit                        0x00007fff84d131d3 -[NSApplication run] + 517
    22  com.apple.AppKit                        0x00007fff84cb7c06 NSApplicationMain + 869
    23  libdyld.dylib                           0x00007fff85e737e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff87169d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff9015ddea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff9015d9ee _dispatch_mgr_thread + 54
    Thread 2:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff87169322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8df30f46 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff8fdf27a2 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff8fddf1e1 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff87167686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87166c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8deec233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8def1916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8def10e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff84903f5e -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268
    6   com.apple.frameworks.Server             0x000000010238babb -[SEAccountsManager runRunLoop] + 262
    7   com.apple.Foundation                    0x00007fff848fecd2 __NSThread__main__ + 1345
    8   libsystem_c.dylib                       0x00007fff8fdf27a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8fddf1e1 thread_start + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff87167686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87166c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8deec233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8def1916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8def10e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff848a0b66 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff848fecd2 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff8fdf27a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8fddf1e1 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff871696d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8fdf4f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8fdf4d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8fddf1d1 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff871696d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8fdf4f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8fdf4d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8fddf1d1 start_wqthread + 13
    Thread 7:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_c.dylib                       0x00007fff8fde0cf4 OSAtomicCompareAndSwap64Barrier$VARIANT$mp + 0
    1   com.apple.CoreFoundation                0x00007fff8debec52 _CFRetain + 226
    2   com.apple.CoreFoundation                0x00007fff8df0060d CFRunLoopSourceInvalidate + 77
    3   com.apple.CFNetwork                     0x00007fff8fcba934 __block_global_1 + 24
    4   com.apple.CFNetwork                     0x00007fff8fd091c1 __block_global_0 + 19
    5   libdispatch.dylib                       0x00007fff9015ef01 _dispatch_call_block_and_release + 15
    6   libdispatch.dylib                       0x00007fff9015b0b6 _dispatch_client_callout + 8
    7   libdispatch.dylib                       0x00007fff9015c1fa _dispatch_worker_thread2 + 304
    8   libsystem_c.dylib                       0x00007fff8fdf4d0b _pthread_wqthread + 404
    9   libsystem_c.dylib                       0x00007fff8fddf1d1 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff871696d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8fdf4f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8fdf4d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8fddf1d1 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000001  rbx: 0x00007f9d30cd7e80  rcx: 0x0000000000000000  rdx: 0x0000000000000001
      rdi: 0x00007f9d32885f90  rsi: 0x00007fff85591255  rbp: 0x00007fff5db29080  rsp: 0x00007fff5db29030
       r8: 0xffff8062cbd3719f   r9: 0x00000000000007ff  r10: 0x00007f9d311b6000  r11: 0x0000000000000000
      r12: 0x00007fff88ed8240  r13: 0x0000000104fcb8b8  r14: 0x0000000104fcb350  r15: 0x00007f9d32885f90
      rip: 0x00007fff88ed8250  rfl: 0x0000000000010246  cr2: 0x0000000000000010
    Logical CPU: 1
    Binary Images:
           0x1020d5000 -        0x1021b5ff7  com.apple.Server.v2 (2.2.1 - 169) <C092FFA4-AE6A-34E2-B087-60EAD5BF6D71> /Applications/Server.app/Contents/MacOS/Server
           0x10220d000 -        0x1022affff  com.apple.PackageKit (3.0 - 260) <B9C3BB80-C2A3-3E9E-A9C0-EB58B5F42512> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
           0x10231f000 -        0x1023f3fff  com.apple.frameworks.Server (10.8.0 - 169) <1A09D0B2-AE67-34D2-B3C1-E550F845A059> /Applications/Server.app/Contents/Frameworks/Server.framework/Versions/A/Server
           0x10248a000 -        0x10248eff7  com.apple.ServerInformation (1.1 - 1) <D6AE4CD1-D329-3F33-A344-9DEA690F95F6> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information
           0x102498000 -        0x10251cfff  com.apple.frameworks.server.foundation (10.8 - 248) <7F07FC59-87BC-3511-B18E-E39BCDEB2B00> /Applications/Server.app/Contents/ServerRoot/System/Library/PrivateFrameworks/S erverFoundation.framework/Versions/A/ServerFoundation
           0x102582000 -        0x1025fdfff  com.apple.frameworks.server.kit (10.8.0 - 208) <07D40475-03BF-313C-B5C8-68FD08FF8C5D> /Applications/Server.app/Contents/ServerRoot/System/Library/PrivateFrameworks/S erverKit.framework/Versions/A/ServerKit
           0x10265c000 -        0x1026bbff7  com.apple.SoftwareUpdate.framework (6 - 472) <2F625407-A316-35E6-83F8-2B2DF5BE53E6> /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/SoftwareU pdate
           0x102707000 -        0x102719ff7  com.apple.PlatformHardwareManagement (2.0.1 - 2.0.1) <F35F6029-2C12-3587-AE32-EDB2E1D0C403> /System/Library/PrivateFrameworks/PlatformHardwareManagement.framework/Versions /A/PlatformHardwareManagement
           0x10272b000 -        0x102761fff  com.apple.frameworks.CoreDaemon (1.1 - 1.1) <FA51F181-C2A4-3817-B6FC-93EF0CDEF6F6> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
           0x102777000 -        0x102781ff7  com.apple.AppleSRP (5.0 - 1) <16B1431A-295A-386B-9159-A396877D6FE3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
           0x10278e000 -        0x1027adff7  com.apple.DistributionKit (700 - 735) <CDB189A0-F913-3D68-9747-CE3097B25D7E> /System/Library/PrivateFrameworks/Install.framework/Frameworks/DistributionKit. framework/Versions/A/DistributionKit
           0x102882000 -        0x102882ff9 +cl_kernels (???) <9A67F1FB-B86B-45B8-8CDF-472B0DDA2EB3> cl_kernels
           0x1029c1000 -        0x1029c2ffb +cl_kernels (???) <D13B02E6-54BB-4DF7-BDAD-034BD678BCA6> cl_kernels
           0x1029d5000 -        0x1029d6ffa +cl_kernels (???) <F868D1EC-2452-41C4-A13C-03A00F4CE014> cl_kernels
           0x104609000 -        0x104609ffb +cl_kernels (???) <EB6FEB2B-ABC9-4CDD-813D-CC08E14F15D3> cl_kernels
           0x104615000 -        0x104616ffb +cl_kernels (???) <39562A57-1259-42F2-A6EB-E40EF7285A14> cl_kernels
           0x10465a000 -        0x10465aff9 +cl_kernels (???) <8C8EA2F8-4081-4E85-88BF-4D5E1AF01A5A> cl_kernels
           0x104662000 -        0x104662ff1 +cl_kernels (???) <2641EDA6-4990-4126-B295-2B2FE9173E34> cl_kernels
           0x1048e5000 -        0x104b50ff7  com.apple.RawCamera.bundle (4.05 - 690) <6E4B6BE9-A512-3B8E-91DE-2D12966B5636> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
           0x104e98000 -        0x104ea5ff7  com.apple.Server.Services.Calendar (10.8.0 - 169) <E8D60E94-2027-39FF-87D9-9F8A60414612> /Applications/Server.app/Contents/PlugIns/Calendar.bundle/Contents/MacOS/Calend ar
           0x104fa3000 -        0x104fa6ff7  com.apple.Server.Services.Contacts (10.8.0 - 169) <0FE7B3BB-C447-3A9B-BFF9-146A559B072B> /Applications/Server.app/Contents/PlugIns/Contacts.bundle/Contents/MacOS/Contac ts
           0x104fb2000 -        0x104fc6fff  com.apple.Server.Services.DHCP (10.8.0 - 169) <9F7F453D-AFB4-3729-9A1F-D8B3C5C3A742> /Applications/Server.app/Contents/PlugIns/DHCP.bundle/Contents/MacOS/DHCP
           0x104fdc000 -        0x104fddffe +cl_kernels (???) <2CCE82B4-B283-4301-9861-0CC0AF30B3E6> cl_kernels
           0x104fe3000 -        0x105003fff  com.apple.Server.Services.DNS (10.8.0 - 169) <65D2E142-4206-3A32-89F3-C12C81322BBE> /Applications/Server.app/Contents/PlugIns/DNS.bundle/Contents/MacOS/DNS
           0x105020000 -        0x10502dff7  com.apple.Server.Services.EdgeCache (10.8.0 - 169) <2834FDF8-9DC5-36E7-A0E2-884A418A2800> /Applications/Server.app/Contents/PlugIns/EdgeCacheService.bundle/Contents/MacO S/EdgeCacheService
           0x105078000 -        0x10507eff7  com.apple.Server.Services.FTP (10.8.0 - 169) <A1769EE2-3698-30F8-859F-F6625FA1A139> /Applications/Server.app/Contents/PlugIns/FTP.bundle/Contents/MacOS/FTP
           0x1075c7000 -        0x1075e0fff  com.apple.Server.Services.FileSharing (10.8.0 - 169) <B760CD12-CC5D-394F-8E70-3E33B8E47538> /Applications/Server.app/Contents/PlugIns/FileSharing.bundle/Contents/MacOS/Fil eSharing
           0x107a7f000 -        0x107a8efff  com.apple.Server.Services.Mail (10.8.0 - 169) <2ECEEC27-71AE-381E-BAE1-0A5C4FD946B2> /Applications/Server.app/Contents/PlugIns/Mail.bundle/Contents/MacOS/Mail
           0x107ceb000 -        0x107cf1fff  com.apple.Server.Services.Messages (10.8.0 - 169) <E5B9474F-8444-38FE-A2B8-776F642F3386> /Applications/Server.app/Contents/PlugIns/Messages.bundle/Contents/MacOS/Messag es
           0x107de1000 -        0x107df6ff7  com.apple.Server.Services.NetInstall (10.8.0 - 169) <F8E08CD8-313D-362F-9F8A-B1F862E8C123> /Applications/Server.app/Contents/PlugIns/NetInstall.bundle/Contents/MacOS/NetI nstall
           0x107f99000 -        0x107fa4ff7  com.apple.Server.Services.OpenDirectory (10.8.0 - 169) <B443FC8C-3D13-3AA8-8969-2509260A7920> /Applications/Server.app/Contents/PlugIns/OpenDirectory.bundle/Contents/MacOS/O penDirectory
           0x1081cf000 -        0x1081dcfff  com.apple.Server.Services.ProfileManager (10.8.0 - 169) <81B45CDF-9ACF-393C-829E-7477DB8B3045> /Applications/Server.app/Contents/PlugIns/ProfileManager.bundle/Contents/MacOS/ ProfileManager
           0x108205000 -        0x10820fff7  com.apple.Server.Services.SoftwareUpdate (10.8.0 - 169) <2E138C05-06BD-35F0-BA1A-2793A4782C32> /Applications/Server.app/Contents/PlugIns/SoftwareUpdateService.bundle/Contents /MacOS/SoftwareUpdateService
           0x10836c000 -        0x10837bfff  com.apple.Server.Services.TimeMachine (10.8.0 - 169) <820025BE-30BB-38AC-A0CB-167F557022E9> /Applications/Server.app/Contents/PlugIns/TimeMachine.bundle/Contents/MacOS/Tim eMachine
           0x10858a000 -        0x108598ff7  com.apple.Server.Services.VPN (10.8.0 - 169) <5DD8617F-7332-3E4E-BE64-872D8D5E5A7D> /Applications/Server.app/Contents/PlugIns/VPN.bundle/Contents/MacOS/VPN
           0x1085b3000 -        0x1085d4ff7  com.apple.Server.Services.Web (10.8.0 - 169) <5BBFD1F5-34C5-3DC6-B5C3-7898A79A3E70> /Applications/Server.app/Contents/PlugIns/Web.bundle/Contents/MacOS/Web
           0x108743000 -        0x108749ff7  com.apple.Server.Services.Wiki (10.8.0 - 169) <E5663274-040E-33C6-BE06-039A78963523> /Applications/Server.app/Contents/PlugIns/Wiki.bundle/Contents/MacOS/Wiki
           0x10890e000 -        0x108910ff7  com.apple.Server.Services.Xsan (10.8.0 - 169) <EEF409D7-BEA9-3DFD-8D61-FFAA99397752> /Applications/Server.app/Contents/PlugIns/Xsan.bundle/Contents/MacOS/Xsan
           0x108dbd000 -        0x108dc6fe7  libcldcpuengine.dylib (2.2.16) <DB9678F6-7D50-384A-A961-6109B61D1607> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x1096f6000 -        0x109703fff  libGPUSupport.dylib (8.7.25) <F884DCD6-8234-3D23-BEC6-4EC4CE5101EF> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x10988d000 -        0x1098b8fff  GLRendererFloat (8.7.25) <BB54593F-07F0-392A-8993-CA844F4A20E8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x109e4d000 -        0x10a00bfff  GLEngine (8.7.25) <8398B57C-EE2D-3006-940C-CECE8E719D3B> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x10a042000 -        0x10a1b2fff  libGLProgrammability.dylib (8.7.25) <EE2DD8AF-C6C3-303D-976E-87B4AABF8371> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x10a1ea000 -        0x10a5a6ff7  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.10.44 - 8.1.0) <8798BDEE-7685-3301-A926-9DA29BC51B94> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
           0x10ae19000 -        0x10aeb2ff7  unorm8_argb.dylib (2.2.16) <AC4A19D0-44A5-34CB-9248-20996ACA6B06> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_argb. dylib
           0x10aed1000 -        0x10af6bff7  unorm8_bgra.dylib (2.2.16) <5D62BED8-DF5D-3C51-94B4-57368FF10DDB> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x10af8a000 -        0x10b020ff7  unorm8_rgba.dylib (2.2.16) <853BEBC4-AED9-3CE2-B91D-3D666E7C7C8F> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba. dylib
        0x7fff61cd5000 -     0x7fff61d0993f  dyld (210.2.3) <6900F2BA-DB48-3B78-B668-58FC0CF6BCB8> /usr/lib/dyld
        0x7fff836e1000 -     0x7fff837e3fff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff837e4000 -     0x7fff83863ff7  com.apple.securityfoundation (6.0 - 55115.4) <64EDD2F2-4DE2-3DE5-BE57-43D413853CF9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff83864000 -     0x7fff83875ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff83876000 -     0x7fff838c1ff7  com.apple.GraphKit (1.0.5 - 30) <3041F39B-5372-334E-9757-3EBFE0CDA293> /System/Library/PrivateFrameworks/GraphKit.framework/Versions/A/GraphKit
        0x7fff839ed000 -     0x7fff839fcfff  com.apple.opengl (1.8.7 - 1.8.7) <26F7FF79-6BB2-3968-B70D-71D4E07C9551> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff839fd000 -     0x7fff83a37ff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff83b52000 -     0x7fff83b74ff7  libxpc.dylib (140.42) <BBE558BD-5E55-35E4-89ED-1AA6B056D05A> /usr/lib/system/libxpc.dylib
        0x7fff83b75000 -     0x7fff83bf5ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <39B53565-FA31-3F61-B090-C787C983142E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff83c35000 -     0x7fff83d86fff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <C680EE1A-B4ED-3E77-A08C-DC47922ACA33> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff83d87000 -     0x7fff83dbbfff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff83dc0000 -     0x7fff83e0dfff  com.apple.CoreMediaIO (307.0 - 4155) <CD826A65-DFE7-3A58-A29E-15B3A9BE0A6D> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff83e79000 -     0x7fff83f1fff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff83f20000 -     0x7fff84120fff  libicucore.A.dylib (491.11.2) <FD6282D8-DF3F-3842-8C2E-CF478D2B9669> /usr/lib/libicucore.A.dylib
        0x7fff84121000 -     0x7fff8451afe7  com.apple.MediaToolbox (1.0 - 926.87) <8346DAFC-88E5-350E-90E1-C98B180488C2> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8451b000 -     0x7fff8451dff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff8451e000 -     0x7fff8452afff  com.apple.CrashReporterSupport (10.8.3 - 417) <48EDDDF3-5720-39D6-B51F-D9AFB93327B3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8454c000 -     0x7fff84863ff7  com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) <731D8F92-1C52-3613-BA01-EFEA54DADF41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff84869000 -     0x7fff84bc6ff7  com.apple.Foundation (6.8 - 945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff84bc7000 -     0x7fff857f4ff7  com.apple.AppKit (6.8 - 1187.37) <FAEA8B77-210F-3C0F-B9CF-85A7595CCA26> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff857f5000 -     0x7fff85863fff  com.apple.framework.IOKit (2.0.1 - 755.22.5) <1547DA6F-9793-30A2-8E92-7368DE84D46C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff85864000 -     0x7fff85937ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <9DA3C0A7-0AB9-3DD1-9D84-737BB0014F1E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff85938000 -     0x7fff85992ff7  com.apple.opencl (2.2.18 - 2.2.18) <4A78E53C-17B0-3B2D-A9EA-EF8720FE4134> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff85993000 -     0x7fff85a95fff  libJP2.dylib (849) <4EEA33EB-AF9F-365D-A572-F7D11AD1C76F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff85a96000 -     0x7fff85aa1ff7  com.apple.DisplayServicesFW (2.7.2 - 357) <EC87A00D-FE9C-3CFE-A98C-063C3D23085A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff85aa2000 -     0x7fff85af1ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff85bc1000 -     0x7fff85bc5fff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff85bc6000 -     0x7fff85bc9fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff85bca000 -     0x7fff85e4aff7  com.apple.AOSKit (1.05 - 152.2) <43361229-45F3-3946-A11A-CC0FF2129F06> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff85e4b000 -     0x7fff85e70ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
        0x7fff85e71000 -     0x7fff85e74ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff85e75000 -     0x7fff85eaffff  com.apple.framework.internetaccounts (2.1 - 210) <546769AA-C561-3C17-8E8E-4E65A700E2F1> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff85eb0000 -     0x7fff85edefff  com.apple.shortcut (2.2 - 2.2) <C573DB65-37FB-3DDC-AB19-525094346D9B> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff85edf000 -     0x7fff85ee1fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff85ee2000 -     0x7fff85f4afff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff85f4b000 -     0x7fff8603cff7  com.apple.DiskImagesFramework (10.8.3 - 345) <F9FAEAF0-B9A5-34DF-94B7-926FB03AD5F6> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff86058000 -     0x7fff86388fff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff86389000 -     0x7fff8638aff7  libSystem.B.dylib (169.3) <FF25248A-574C-32DB-952F-B948C389B2A4> /usr/lib/libSystem.B.dylib
        0x7fff863df000 -     0x7fff863e0ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff863e1000 -     0x7fff863f8fff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8642f000 -     0x7fff86431ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff86432000 -     0x7fff864f7ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff864f8000 -     0x7fff86506ff7  libkxld.dylib (2050.22.13) <4AAF0573-8632-3D06-BE32-C5675F77638D> /usr/lib/system/libkxld.dylib
        0x7fff86507000 -     0x7fff86533ff7  libRIP.A.dylib (331.0.4) <4B261CE2-524E-3FA9-9437-B70DAC1EAB95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff867b8000 -     0x7fff867b9fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff867ba000 -     0x7fff867f7fef  libGLImage.dylib (8.7.25) <139A9892-A6F2-3F49-87FB-E7AC3F56E003> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff868b2000 -     0x7fff8691bfff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff8691c000 -     0x7fff869cdfff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff869ce000 -     0x7fff86a2aff7  com.apple.Symbolication (1.3 - 93) <D5044687-E424-31CF-B120-667143E6B9C1> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff86a2e000 -     0x7fff86a35fff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff86a36000 -     0x7fff86af3ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff86dca000 -     0x7fff86dcefff  libCGXType.A.dylib (331.0.4) <251D4D2D-92B9-3D56-B348-CD67397F71FE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff86dcf000 -     0x7fff86e1eff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff86e98000 -     0x7fff86e98fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff86e99000 -     0x7fff86ef0ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff86ef1000 -     0x7fff86f4afff  com.apple.ImageCaptureCore (5.0.2 - 5.0.2) <D6A71984-8FA2-3964-87C6-1936460FDF8C> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff86f4b000 -     0x7fff86f6cff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff86f6d000 -     0x7fff8706afff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff8706b000 -     0x7fff87145fff  com.apple.backup.framework (1.4.2 - 1.4.2) <0B557393-CD2A-3076-BED2-F28D02E1EC1D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff87157000 -     0x7fff87172ff7  libsystem_kernel.dylib (2050.22.13) <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
        0x7fff87173000 -     0x7fff87192ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff87193000 -     0x7fff8719efff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8719f000 -     0x7fff871a1fff  com.apple.securityhi (4.0 - 55002) <9B6CBA92-123F-3307-A2D7-D77A8D3BF87E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff871a2000 -     0x7fff871acfff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff871ad000 -     0x7fff8724aff7  com.apple.PDFKit (2.7.3 - 2.7.3) <5AE5FD4E-658F-38BC-90DD-C2B28E17ED34> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8724b000 -     0x7fff8727cff7  com.apple.DictionaryServices (1.2 - 184.4) <FB0540FF-5034-3591-A28D-6887FBC220F7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff87699000 -     0x7fff880296ff  com.apple.CoreGraphics (1.600.0 - 331.0.4) <4953961C-96DC-39D7-ADF5-B767F2A7E4E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff888e0000 -     0x7fff88923ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff88964000 -     0x7fff88970fff  libCSync.A.dylib (331.0.4) <C7043BB7-284D-3B9F-A5CB-78ADE691B2D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff88971000 -     0x7fff8899fff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff889a0000 -     0x7fff889f7ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff889f8000 -     0x7fff88a89fff  com.apple.CorePDF (2.0 - 2) <EB5660B1-0D79-34F3-B242-B559AE0A5B4A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff88a8a000 -     0x7fff88ad2fff  com.apple.DiskManagement (5.2 - 665) <FE8FA1AF-BE4E-3D1B-9C0D-B02CC354C4F2> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
        0x7fff88ad8000 -     0x7fff88d9bff7  com.apple.AddressBook.framework (7.1 - 1169) <5FFF3765-414A-3633-ADE5-337CD4B9A102> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff88d9c000 -     0x7fff88e1eff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff88e1f000 -     0x7fff88e3cff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff88e3d000 -     0x7fff88e3ffff  libCVMSPluginSupport.dylib (8.7.25) <A45E21E3-4B40-39B0-A8B6-411526A84F47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff88e40000 -     0x7fff88e61fff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff88e65000 -     0x7fff88e67fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff88ec5000 -     0x7fff88ec9ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff88eca000 -     0x7fff88ed1fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff88ed2000 -     0x7fff88fea92f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff88feb000 -     0x7fff88fedff7  com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff88fee000 -     0x7fff89031ff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff89032000 -     0x7fff891cdfef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff891ce000 -     0x7fff891d9ff7  com.apple.aps.framework (3.0 - 3.0) <2041AD84-4279-3ECC-A13E-AC6698BB1A67> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff891e6000 -     0x7fff89344fef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff8938c000 -     0x7fff893b6ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff893b7000 -     0x7fff89424ff7  com.apple.datadetectorscore (4.1 - 269.2) <4FD4A7CE-BB00-3AAB-B7AA-AE395D5400EC> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff89441000 -     0x7fff8949dfff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8949e000 -     0x7fff894a4fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff894a5000 -     0x7fff894ddfff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff89690000 -     0x7fff8969bfff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8969c000 -     0x7fff8969dfff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8969e000 -     0x7fff8969efff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8969f000 -     0x7fff896acfff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff89eba000 -     0x7fff89ecdff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff89f10000 -     0x7fff89f15fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff89f18000 -     0x7fff89f25ff7  com.apple.HelpData (2.1.4 - 85) <EE68BDCC-AF2E-34D3-8E4F-87379E3A4D8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff89f26000 -     0x7fff8a181ff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8a182000 -     0x7fff8a18fff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8a190000 -     0x7fff8a1c2fff  com.apple.framework.Admin (12.0 - 12.0) <21E02DE3-B255-3A55-8F55-7FC9EE864C06> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff8a1c3000 -     0x7fff8a1c4fff  libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
        0x7fff8a1c5000 -     0x7fff8a1c5fff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8a1c6000 -     0x7fff8a602fff  com.apple.VideoToolbox (1.0 - 926.87) <7319477A-4A3D-3233-AAD1-31F9C9429DA7> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8a603000 -     0x7fff8a723fff  com.apple.desktopservices (1.7.3 - 1.7.3) <707F77D2-EC0E-3431-840F-B984BD7ABDD6> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8a724000 -     0x7fff8a743ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff8a744000 -     0x7fff8b701fff  com.apple.WebCore (8536 - 8536.28.10) <89CDA119-0FC8-3D0E-87B8-AB96BE6D1A36> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8b702000 -     0x7fff8bb1ffff  FaceCoreLight (2.4.1) <DDAFFD7A-D312-3407-A010-5AEF3E17831B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8bb22000 -     0x7fff8bb22fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8bb7e000 -     0x7fff8bd09ff7  com.apple.WebKit (8536 - 8536.28.10) <792FA1F3-68F2-36F8-A070-898B3682F5DE> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8bd0a000 -     0x7fff8bd0afff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8bd0b000 -     0x7fff8bd1aff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff8bd1b000 -     0x7fff8bd21fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff8bd22000 -     0x7fff8bd30fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8bd31000 -     0x7fff8bd3dff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <5AA375C4-9FD4-3F4F-849D-0329E0D5DC04> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8bd3e000 -     0x7fff8bfecff7  com.apple.imageKit (2.2 - 670) <F9B50A59-A749-333C-A8D9-C8A92C649AA9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8bfed000 -     0x7fff8c02cff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8c02d000 -     0x7fff8c055fff  libJPEG.dylib (849) <5C9052F6-D0B3-39CC-8302-468B43D694D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8c056000 -     0x7fff8c0a1fff  com.apple.CoreMedia (1.0 - 926.87) <F51205F8-A102-359C-A9A3-22A48524C081> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8c48e000 -     0x7fff8c58bff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff8c58c000 -     0x7fff8c598fff  com.apple.login (2.0 - 2.0) <2CE05B78-5D08-3666-B816-6E1874386407> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
        0x7fff8c599000 -     0x7fff8c5eeff7  libTIFF.dylib (849) <C4D0E196-9319-319B-AF72-8B63FB5AF71B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8c5ef000 -     0x7fff8c5efffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <173346B7-614C-380B-8E80-9BD1BE501674> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8c5f0000 -     0x7fff8c5f3fff  libRadiance.dylib (849) <F7D9A0FD-1195-34CB-BFE5-79DAF3F40AC3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8c63c000 -     0x7fff8c63cfff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8c63d000 -     0x7fff8c669fff  com.apple.framework.Apple80211 (8.3.2 - 832.18.1) <5D601780-9AD9-31C9-9AB5-716D8634CB78> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8c7d0000 -     0x7fff8c7d0fff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff8c7d1000 -     0x7fff8c841fff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff8c842000 -     0x7fff8c8dcfff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8c921000 -     0x7fff8c9aeff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8c9f4000 -     0x7fff8caf2fff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8cafc000 -     0x7fff8cb00fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff8cb49000 -     0x7fff8cb7ffff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8cb80000 -     0x7fff8cb8dfff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff8cb8e000 -     0x7fff8cb91ff7  com.apple.LoginUICore (2.0 - 2.0) <C1911200-E442-3B99-AB91-C135703D55DF> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff8cb92000 -     0x7fff8cbd6fff  libcups.2.dylib (327.3) <71E771A1-0489-3417-8A4A-56A2C930F80C> /usr/lib/libcups.2.dylib
        0x7fff8cbd7000 -     0x7fff8cbe5ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff8cbe8000 -     0x7fff8cc28ff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8cc29000 -     0x7fff8ce5eff7  com.apple.CoreData (106.1 - 407.7) <A676E1A4-2144-376B-92B8-B450DD1D78E5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8ce5f000 -     0x7fff8d0fafff  com.apple.JavaScriptCore (8536 - 8536.28.10) <BC911515-D051-3E2E-8E57-D36878407C60> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8d0fb000 -     0x7fff8d144fff  com.apple.framework.CoreWiFi (1.2.2 - 122.12) <D237551E-0E2C-30FB-8FAA-003D8F25E819> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8d1a0000 -     0x7fff8d1a8fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff8d1a9000 -     0x7fff8d1acfff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8d1ad000 -     0x7fff8d1d4ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8d1d5000 -     0x7fff8d2effff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8d2f0000 -     0x7fff8d594ff7  com.apple.CoreImage (8.2.4 - 1.0.1) <4A6B017F-B9F7-36DA-943D-A95611F147EA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8d595000 -     0x7fff8d5a7ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff8d5a8000 -     0x7fff8d5a9fff  libffi.dylib (18) <D20FE81C-271C-3446-ABC8-50B6A6F5BEA4> /usr/lib/libffi.dylib
        0x7fff8d5aa000 -     0x7fff8d662ff7  com.apple.CoreMessage (1.0 - 1503) <8C8B4C77-6985-3750-A54C-9806550C1C62> /System/Library/PrivateFrameworks/CoreMessage.framework/Versions/A/CoreMessage
        0x7fff8d663000 -     0x7fff8d663fff  com.apple.Carbon (154 - 155) <CC5AA589-242E-3BE1-B776-7D4FFD93D0C1> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8d6c4000 -     0x7fff8d6e4fff  libPng.dylib (849) <F4C23A55-F17B-3E4F-9E80-BC97F778BA49> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8d6e5000 -     0x7fff8d6eeff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8d6ef000 -     0x7fff8d709fff  com.apple.ScriptingBridge (1.3 - 61.2) <16852553-3FF9-368B-B60E-A7949FAF5A7A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
        0x7fff8d70a000 -     0x7fff8d9dbff7  com.apple.security (7.0 - 55179.11) <73958084-5BBC-3597-A751-7370B0C247E5> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8d9dc000 -     0x7fff8da08fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8da09000 -     0x7fff8da09fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8da0a000 -     0x7fff8da20fff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8da21000 -     0x7fff8da3bfff  com.apple.CoreMediaAuthoring (2.1 - 914) <F0E11E75-03DA-3622-B614-2257EBDABF25> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8da3c000 -     0x7fff8dbeafff  com.apple.QuartzCore (1.8 - 304.2) <234EABE1-067C-3DAE-BEAC-674526E232C2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8dbeb000 -     0x7fff8dbebfff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8dbec000 -     0x7fff8dbf3fff  libGFXShared.dylib (8.7.25) <869580B2-39CB-30C3-B76E-73BB4894B6B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8dc29000 -     0x7fff8dcfbff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8dd35000 -     0x7fff8debbfff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8debc000 -     0x7fff8e0a6ff7  com.apple.CoreFoundation (6.8 - 744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8e0a7000 -     0x7fff8e0b2ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8e0c1000 -     0x7fff8e0c7ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8e0cd000 -     0x7fff8e12afff  com.apple.ExchangeWebServices (3.0 - 157) <58BFD72E-27F3-3F22-A421-B883FACA0E19> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
        0x7fff8e629000 -     0x7fff8e686ff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <D15F3FB3-BE53-3545-AD37-9A25A597FE3C> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8e687000 -     0x7fff8e69efff  com.apple.CFOpenDirectory (10.8 - 151.10) <7AD5F6E7-A745-3FF4-B813-9D064A8146EC> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8e749000 -     0x7fff8e750fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff8e751000 -     0x7fff8e7b0fff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8e7b1000 -     0x7fff8e802ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8e853000 -     0x7fff8e89efff  com.apple.framework.CoreWLAN (3.0.2 - 302.12) <896D75EB-069B-3674-936E-27A81568BECB> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8e89f000 -     0x7fff8e8a3ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8e8a5000 -     0x7fff8e940fff  com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8e941000 -     0x7fff8e99bfff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8e99c000 -     0x7fff8e9b1fff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8e9b2000 -     0x7fff8e9fcff7  libGLU.dylib (8.7.25) <C243C6D3-3384-3DB1-BB15-E27B65C87294> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8e9fd000 -     0x7fff8ea34ff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff8ea3b000 -     0x7fff8ea5dff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8ea8a000 -     0x7fff8ea98fff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8eaaa000 -     0x7fff8eaaefff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8eaaf000 -     0x7fff8eab4fff  com.apple.OpenDirectory (10.8 - 151.10) <3EE3D15A-3C79-3FF1-9A95-7CE2F065E542> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8eab5000 -     0x7fff8eab6ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
        0x7fff8eae9000 -     0x7fff8f290fff  com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8f291000 -     0x7fff8f32fff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8f35a000 -     0x7fff8f4cbff7  com.apple.QTKit (7.7.1 - 2599.24) <A2153722-268B-3293-B9E3-CB59273CDE41> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8f4ef000 -     0x7fff8f8e6fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8f8e7000 -     0x7fff8f902ff7  com.apple.frameworks.preferencepanes (15.1 - 15.1) <8A3CDC5B-9FA5-32EB-A066-F19874193B92> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff8f903000 -     0x7fff8f92efff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FF

    If you have more than one user account, you must be logged in as an administrator to carry out these instructions.
    Triple-click anywhere in the line below to select it:
    sudo serveradmin settings dhcp
    Copy the selected text to the Clipboard (command-C).
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. If you don’t have a login password, you’ll need to set one before you can run the command. You may get a one-time warning not to screw up. Confirm. You don't need to post the warning. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    Post any lines of output that appear below what you entered — the text, please, not a screenshot.

  • Why is my report causing the server to crash?

    When I run the report in developer it runs fine but when the webserver runs the report the webserver crashes.
    I've checked all my fonts to make sure I'm not using a font the server doesn't have. I'm using Arial so I know that's not the problem.
    Can someone tell me what the problem could be?

    Brian,
    Hard to tell you what the problem is based on the information given. Depending on the version of reports,
    in 6i, the builder does not run through the server, but in 9i, all reports run through the server.I am running 6i. That would help explain why my builder works fine but the server doesn't.
    You need
    to try several reports to determine if it only happens with certain reports or all reports. Try creating a simple
    default report and deploy it on the server and see if you get the same results.This server runs around 100 reports, most of which I've authored. Only a few reports seem to be causing this problem. I've only found one so far.
    Also, you need to determine
    if the web server or the reports server is crashing and what the error message your getting. This could
    range from something as simple as a configuration change, maybe no temporary disk storage available or a
    corrupt installation. Normally a font not available will substitute fonts or return an error message.When running the report through the browser the page just hangs. The server brings up an error message though:
    rwrun60.exe exception: access violation (0xc0000005), address 0x6c627772
    Also, depending
    on the format your creating. PDF has some unique characteristics over say generating html. Suggest gathering
    this information and posting another question or contacting Oracle Support for further help - make sure you also
    identify which operating system you are using.All of my reports are generated in htmlcss.
    The operating system is NT 4 Service Pack 6a.
    Patchset 9 is loaded. All environment variable have been checked in the registry as well.

  • Sql server service crashes a few times yesterday, however, there is no .MDMP file generated in the log folder

    hi there:
     I've experienced several sql server service crashes yesterday, service was brought up after a few secs as we have an autostart feature. 
    Today, I'd like to dig more into the errors and on the event viewer -> Application, I saw errors below
    "Faulting application sqlservr.exe, version 2009.100.4302.0, time stamp 0x52f5d194, faulting module ntdll.dll, version 6.0.6001.18538, time stamp 0x4cb73957, exception code 0xc0000374, fault offset 0x00000000000a7857, process id 0x15ec, application
    start time 0x01cfd7e72b2997d3.
    People suggested to check dump file inside C:\Program Files\Microsoft SQL Server\MSSQL10_50.SQL2008R2\MSSQL\Log
    However, the lastest .mdmp file was  on April 11, 2014. Do I need to turn on some settings on sql server in order to have this dump file? 
    Thanks
    Hui
    --Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --

    Results after sp_readerrorlog 1
    LogDate ProcessInfo
    Text
    2014-09-24 04:03:28.460 Server
    Microsoft SQL Server 2008 R2 (SP2) - 10.50.4302.0 (X64) 
    Feb  7 2014 17:23:24 
    Copyright (c) Microsoft Corporation
    Enterprise Edition (64-bit) on Windows NT 6.0 <X64> (Build 6001: Service Pack 1)
    2014-09-24 04:03:28.460 Server
    (c) Microsoft Corporation.
    2014-09-24 04:03:28.460 Server
    All rights reserved.
    2014-09-24 04:03:28.460 Server
    Server process ID is 5612.
    2014-09-24 04:03:28.460 Server
    System Manufacturer: 'IBM', System Model: 'IBM System x3650 -[7979AC1]-'.
    2014-09-24 04:03:28.460 Server
    Authentication mode is MIXED.
    2014-09-24 04:03:28.460 Server
    Logging SQL Server messages in file 'C:\Program Files\Microsoft SQL Server\MSSQL10_50.SQL2008R2\MSSQL\Log\ERRORLOG'.
    2014-09-24 04:03:28.460 Server
    This instance of SQL Server last reported using a process ID of 6780 at 9/24/2014 4:03:20 AM (local) 9/24/2014 11:03:20 AM (UTC). This is an informational message only; no user action is required.
    2014-09-24 04:03:28.460 Server
    Registry startup parameters: 
    -d C:\Program Files\Microsoft SQL Server\MSSQL10_50.SQL2008R2\MSSQL\DATA\master.mdf
    -e C:\Program Files\Microsoft SQL Server\MSSQL10_50.SQL2008R2\MSSQL\Log\ERRORLOG
    -l C:\Program Files\Microsoft SQL Server\MSSQL10_50.SQL2008R2\MSSQL\DATA\mastlog.ldf
    2014-09-24 04:03:28.480 Server
    SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
    2014-09-24 04:03:28.480 Server
    Detected 4 CPUs. This is an informational message; no user action is required.
    2014-09-24 04:03:28.480 Server
    Cannot use Large Page Extensions:  lock memory privilege was not granted.
    2014-09-24 04:03:28.580 Server
    Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
    2014-09-24 04:03:28.700 Server
    Node configuration: node 0: CPU mask: 0x000000000000000f:0 Active CPU mask: 0x000000000000000f:0. This message provides a description of the NUMA configuration for this computer. This is an informational message only. No user action is required.
    2014-09-24 04:03:28.870 spid7s
    Starting up database 'master'.
    2014-09-24 04:03:28.940 spid7s
    1 transactions rolled forward in database 'master' (1). This is an informational message only. No user action is required.
    2014-09-24 04:03:28.940 spid7s
    0 transactions rolled back in database 'master' (1). This is an informational message only. No user action is required.
    2014-09-24 04:03:28.940 spid7s
    Recovery is writing a checkpoint in database 'master' (1). This is an informational message only. No user action is required.
    2014-09-24 04:03:29.040 spid7s
    CHECKDB for database 'master' finished without errors on 2014-09-20 12:00:01.697 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:03:29.050 spid7s
    Resource governor reconfiguration succeeded.
    2014-09-24 04:03:29.050 spid7s
    SQL Server Audit is starting the audits. This is an informational message. No user action is required.
    2014-09-24 04:03:29.050 spid7s
    SQL Server Audit has started the audits. This is an informational message. No user action is required.
    2014-09-24 04:03:29.050 spid7s
    FILESTREAM: effective level = 0, configured level = 0, file system access share name = 'SQL2008R2'.
    2014-09-24 04:03:29.070 spid7s
    SQL Trace ID 1 was started by login "sa".
    2014-09-24 04:03:29.070 spid7s
    Starting up database 'mssqlsystemresource'.
    2014-09-24 04:03:29.090 spid7s
    The resource database build version is 10.50.4302. This is an informational message only. No user action is required.
    2014-09-24 04:03:29.600 spid10s
    Starting up database 'model'.
    2014-09-24 04:03:29.600 spid7s
    Server name is 'BPWDB046\SQL2008R2'. This is an informational message only. No user action is required.
    2014-09-24 04:03:29.880 spid13s
    A new instance of the full-text filter daemon host process has been successfully started.
    2014-09-24 04:03:29.960 spid14s
    Starting up database 'msdb'.
    2014-09-24 04:03:29.960 spid17s
    Starting up database 'DW_Detail'.
    2014-09-24 04:03:29.960 spid16s
    Starting up database 'ReportServer_MSSQLSSRSTempDB'.
    2014-09-24 04:03:29.960 spid13s
    Starting up database 'Billing_Rep'.
    2014-09-24 04:03:29.960 spid15s
    Starting up database 'ReportServer_MSSQLSSRS'.
    2014-09-24 04:03:29.960 spid18s
    Starting up database 'BCBio_DW'.
    2014-09-24 04:03:29.960 spid19s
    Starting up database 'ODS'.
    2014-09-24 04:03:29.960 spid20s
    Starting up database 'ReportServer$SQL2008'.
    2014-09-24 04:03:29.970 spid21s
    Starting up database 'ReportServer$SQL2008TempDB'.
    2014-09-24 04:03:29.970 spid22s
    Starting up database 'Billing'.
    2014-09-24 04:03:29.970 spid23s
    Starting up database 'Billing_Snap'.
    2014-09-24 04:03:29.970 spid24s
    Starting up database 'DBA'.
    2014-09-24 04:03:30.000 Server
    A self-generated certificate was successfully loaded for encryption.
    2014-09-24 04:03:30.000 Server
    Server is listening on [ 'any' <ipv6> 52328].
    2014-09-24 04:03:30.000 Server
    Server is listening on [ 'any' <ipv4> 52328].
    2014-09-24 04:03:30.000 Server
    Server local connection provider is ready to accept connection on [ \\.\pipe\SQLLocal\SQL2008R2 ].
    2014-09-24 04:03:30.000 Server
    Server local connection provider is ready to accept connection on [ \\.\pipe\MSSQL$SQL2008R2\sql\query ].
    2014-09-24 04:03:30.010 Server
    Server is listening on [ ::1 <ipv6> 52329].
    2014-09-24 04:03:30.010 Server
    Server is listening on [ 127.0.0.1 <ipv4> 52329].
    2014-09-24 04:03:30.010 Server
    Dedicated admin connection support was established for listening locally on port 52329.
    2014-09-24 04:03:30.060 spid10s
    CHECKDB for database 'model' finished without errors on 2014-09-20 12:00:17.583 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:03:30.060 spid10s
    Clearing tempdb database.
    2014-09-24 04:03:30.140 Server
    The SQL Server Network Interface library successfully registered the Service Principal Name (SPN) [ MSSQLSvc/BPWDB046.bcbio.org:SQL2008R2 ] for the SQL Server service. 
    2014-09-24 04:03:30.140 Server
    The SQL Server Network Interface library successfully registered the Service Principal Name (SPN) [ MSSQLSvc/BPWDB046.bcbio.org:52328 ] for the SQL Server service. 
    2014-09-24 04:03:30.140 Server
    SQL Server is now ready for client connections. This is an informational message; no user action is required.
    2014-09-24 04:03:30.480 spid21s
    CHECKDB for database 'ReportServer$SQL2008TempDB' finished without errors on 2014-09-20 16:13:10.043 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:03:30.520 spid14s
    2933 transactions rolled forward in database 'msdb' (4). This is an informational message only. No user action is required.
    2014-09-24 04:03:30.650 spid7s
    0 transactions rolled back in database 'msdb' (4). This is an informational message only. No user action is required.
    2014-09-24 04:03:30.650 spid7s
    Recovery is writing a checkpoint in database 'msdb' (4). This is an informational message only. No user action is required.
    2014-09-24 04:03:30.770 spid14s
    CHECKDB for database 'msdb' finished without errors on 2014-09-20 12:00:18.473 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:03:30.950 spid10s
    Starting up database 'tempdb'.
    2014-09-24 04:03:30.990 spid52
    Attempting to load library 'xpstar.dll' into memory. This is an informational message only. No user action is required.
    2014-09-24 04:03:31.010 spid52
    Using 'xpstar.dll' version '2009.100.1600' to execute extended stored procedure 'xp_sqlagent_monitor'. This is an informational message only; no user action is required.
    2014-09-24 04:03:31.060 spid14s
    The Service Broker protocol transport is disabled or not configured.
    2014-09-24 04:03:31.060 spid14s
    The Database Mirroring protocol transport is disabled or not configured.
    2014-09-24 04:03:31.070 spid14s
    Service Broker manager has started.
    2014-09-24 04:03:31.330 spid16s
    CHECKDB for database 'ReportServer_MSSQLSSRSTempDB' finished without errors on 2014-09-20 12:00:39.873 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:03:31.500 spid20s
    2 transactions rolled forward in database 'ReportServer$SQL2008' (11). This is an informational message only. No user action is required.
    2014-09-24 04:03:31.960 spid7s
    0 transactions rolled back in database 'ReportServer$SQL2008' (11). This is an informational message only. No user action is required.
    2014-09-24 04:03:31.960 spid7s
    Recovery is writing a checkpoint in database 'ReportServer$SQL2008' (11). This is an informational message only. No user action is required.
    2014-09-24 04:03:32.150 spid20s
    CHECKDB for database 'ReportServer$SQL2008' finished without errors on 2014-09-20 16:13:07.583 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:03:33.170 spid24s
    CHECKDB for database 'DBA' finished without errors on 2014-09-20 16:22:41.603 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:03:33.600 spid13s
    Recovery of database 'Billing_Rep' (8) is 0% complete (approximately 1537 seconds remain). Phase 1 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:03:34.820 spid15s
    CHECKDB for database 'ReportServer_MSSQLSSRS' finished without errors on 2014-09-20 12:00:32.067 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:03:48.290 spid13s
    Recovery of database 'Billing_Rep' (8) is 1% complete (approximately 1488 seconds remain). Phase 1 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:03:49.520 spid17s
    1 transactions rolled forward in database 'DW_Detail' (7). This is an informational message only. No user action is required.
    2014-09-24 04:03:50.070 spid7s
    0 transactions rolled back in database 'DW_Detail' (7). This is an informational message only. No user action is required.
    2014-09-24 04:03:50.070 spid7s
    Recovery is writing a checkpoint in database 'DW_Detail' (7). This is an informational message only. No user action is required.
    2014-09-24 04:03:50.070 spid7s
    Recovery completed for database DW_Detail (database ID 7) in 5 second(s) (analysis 251 ms, redo 4314 ms, undo 44 ms.) This is an informational message only. No user action is required.
    2014-09-24 04:03:50.520 spid22s
    CHECKDB for database 'Billing' finished without errors on 2013-04-25 18:47:20.743 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:03:51.620 spid17s
    CHECKDB for database 'DW_Detail' finished without errors on 2014-09-20 12:00:46.917 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:04:03.740 spid13s
    Recovery of database 'Billing_Rep' (8) is 2% complete (approximately 1493 seconds remain). Phase 1 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:13.040 spid13s
    Recovery of database 'Billing_Rep' (8) is 0% complete (approximately 8052 seconds remain). Phase 1 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:23.220 spid18s
    Database BCBio_DW has more than 1000 virtual log files which is excessive. Too many virtual log files can cause long startup and backup times. Consider shrinking the log and using a different growth increment to reduce the number of virtual log files.
    2014-09-24 04:04:23.420 spid18s
    Recovery of database 'BCBio_DW' (9) is 0% complete (approximately 4664 seconds remain). Phase 1 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:25.640 spid18s
    Recovery of database 'BCBio_DW' (9) is 0% complete (approximately 4954 seconds remain). Phase 1 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:25.640 spid18s
    Recovery of database 'BCBio_DW' (9) is 3% complete (approximately 74 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:25.730 spid18s
    Recovery of database 'BCBio_DW' (9) is 2% complete (approximately 98 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:26.000 spid18s
    Recovery of database 'BCBio_DW' (9) is 12% complete (approximately 18 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:28.000 spid19s
    Database ODS has more than 1000 virtual log files which is excessive. Too many virtual log files can cause long startup and backup times. Consider shrinking the log and using a different growth increment to reduce the number of virtual log files.
    2014-09-24 04:04:28.350 spid19s
    CHECKDB for database 'ODS' finished without errors on 2014-09-20 16:07:22.603 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:04:29.370 spid18s
    Recovery of database 'BCBio_DW' (9) is 19% complete (approximately 24 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:31.380 spid18s
    Recovery of database 'BCBio_DW' (9) is 25% complete (approximately 22 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:32.490 spid18s
    Recovery of database 'BCBio_DW' (9) is 32% complete (approximately 18 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:33.150 spid13s
    Recovery of database 'Billing_Rep' (8) is 0% complete (approximately 9805 seconds remain). Phase 1 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:33.860 Logon
    Error: 18456, Severity: 14, State: 38.
    2014-09-24 04:04:33.860 Logon
    Login failed for user 'ETLAdmin'. Reason: Failed to open the explicitly specified database. [CLIENT: 172.20.101.33]
    2014-09-24 04:04:34.040 spid18s
    Recovery of database 'BCBio_DW' (9) is 39% complete (approximately 15 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:35.600 spid18s
    Recovery of database 'BCBio_DW' (9) is 46% complete (approximately 13 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:36.740 spid18s
    Recovery of database 'BCBio_DW' (9) is 53% complete (approximately 10 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:37.220 spid13s
    Recovery of database 'Billing_Rep' (8) is 0% complete (approximately 10106 seconds remain). Phase 1 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:37.230 spid13s
    Recovery of database 'Billing_Rep' (8) is 2% complete (approximately 2587 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:37.360 spid13s
    Recovery of database 'Billing_Rep' (8) is 1% complete (approximately 3654 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:37.560 spid13s
    Recovery of database 'Billing_Rep' (8) is 3% complete (approximately 1564 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:38.070 spid13s
    Recovery of database 'Billing_Rep' (8) is 4% complete (approximately 1328 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:38.830 spid18s
    Recovery of database 'BCBio_DW' (9) is 61% complete (approximately 8 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:40.080 spid13s
    Recovery of database 'Billing_Rep' (8) is 5% complete (approximately 1268 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:40.680 spid18s
    Recovery of database 'BCBio_DW' (9) is 69% complete (approximately 6 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:42.960 spid18s
    Recovery of database 'BCBio_DW' (9) is 77% complete (approximately 4 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:44.870 spid18s
    Recovery of database 'BCBio_DW' (9) is 85% complete (approximately 3 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:44.870 spid18s
    3 transactions rolled forward in database 'BCBio_DW' (9). This is an informational message only. No user action is required.
    2014-09-24 04:04:45.120 spid18s
    Recovery of database 'BCBio_DW' (9) is 85% complete (approximately 3 seconds remain). Phase 3 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:46.870 spid7s
    0 transactions rolled back in database 'BCBio_DW' (9). This is an informational message only. No user action is required.
    2014-09-24 04:04:46.870 spid7s
    Recovery is writing a checkpoint in database 'BCBio_DW' (9). This is an informational message only. No user action is required.
    2014-09-24 04:04:46.870 spid7s
    Recovery completed for database BCBio_DW (database ID 9) in 23 second(s) (analysis 2417 ms, redo 19227 ms, undo 1745 ms.) This is an informational message only. No user action is required.
    2014-09-24 04:04:47.610 spid18s
    CHECKDB for database 'BCBio_DW' finished without errors on 2014-09-20 14:02:10.680 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:04:47.820 spid23s
    Database Billing_Snap has more than 1000 virtual log files which is excessive. Too many virtual log files can cause long startup and backup times. Consider shrinking the log and using a different growth increment to reduce the number of virtual log files.
    2014-09-24 04:04:48.570 spid23s
    CHECKDB for database 'Billing_Snap' finished without errors on 2014-09-20 16:13:11.037 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:04:52.970 spid13s
    Recovery of database 'Billing_Rep' (8) is 6% complete (approximately 1247 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:05:05.540 spid13s
    Recovery of database 'Billing_Rep' (8) is 7% complete (approximately 1224 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:05:17.980 spid13s
    Recovery of database 'Billing_Rep' (8) is 8% complete (approximately 1202 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:05:22.450 spid13s
    Recovery of database 'Billing_Rep' (8) is 8% complete (approximately 1196 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:05:22.450 spid13s
    1 transactions rolled forward in database 'Billing_Rep' (8). This is an informational message only. No user action is required.
    2014-09-24 04:05:22.560 spid13s
    Recovery of database 'Billing_Rep' (8) is 8% complete (approximately 1196 seconds remain). Phase 3 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:05:22.710 spid13s
    CHECKDB for database 'Billing_Rep' finished without errors on 2014-09-20 13:25:01.597 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:05:22.720 spid13s
    0 transactions rolled back in database 'Billing_Rep' (8). This is an informational message only. No user action is required.
    2014-09-24 04:05:22.720 spid13s
    Recovery is writing a checkpoint in database 'Billing_Rep' (8). This is an informational message only. No user action is required.
    2014-09-24 04:05:22.730 spid13s
    Recovery completed for database Billing_Rep (database ID 8) in 109 second(s) (analysis 63983 ms, redo 45211 ms, undo 154 ms.) This is an informational message only. No user action is required.
    2014-09-24 04:05:22.750 spid7s
    Recovery is complete. This is an informational message only. No user action is required.
    2014-09-24 07:00:06.930 spid53
    Common language runtime (CLR) functionality initialized using CLR version v2.0.50727 from C:\Windows\Microsoft.NET\Framework64\v2.0.50727\.
    2014-09-24 07:00:07.720 spid53
    AppDomain 2 (mssqlsystemresource.sys[runtime].1) created.
    2014-09-24 07:13:38.590 spid51
    SQL Server blocked access to STATEMENT 'OpenRowset/OpenDatasource' of component 'Ad Hoc Distributed Queries' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Ad
    Hoc Distributed Queries' by using sp_configure. For more information about enabling 'Ad Hoc Distributed Queries', see "Surface Area Configuration" in SQL Server Books Online.
    2014-09-24 07:13:53.870 Logon
    Error: 18456, Severity: 14, State: 38.
    2014-09-24 07:13:53.870 Logon
    Login failed for user 'BCBIO\sqlservice'. Reason: Failed to open the explicitly specified database. [CLIENT: 172.20.100.6]
    2014-09-24 07:13:56.560 Logon
    Error: 18456, Severity: 14, State: 38.
    2014-09-24 07:13:56.560 Logon
    Login failed for user 'BCBIO\sqlservice'. Reason: Failed to open the explicitly specified database. [CLIENT: 172.20.100.6]
    2014-09-24 07:13:57.460 Logon
    Error: 18456, Severity: 14, State: 38.
    2014-09-24 07:13:57.460 Logon
    Login failed for user 'BCBIO\sqlservice'. Reason: Failed to open the explicitly specified database. [CLIENT: 172.20.100.6]
    2014-09-24 07:13:57.560 Logon
    Error: 18456, Severity: 14, State: 38.
    2014-09-24 07:13:57.560 Logon
    Login failed for user 'BCBIO\sqlservice'. Reason: Failed to open the explicitly specified database. [CLIENT: 172.20.100.6]
    2014-09-24 07:13:57.950 Logon
    Error: 18456, Severity: 14, State: 38.
    2014-09-24 07:13:57.950 Logon
    Login failed for user 'BCBIO\sqlservice'. Reason: Failed to open the explicitly specified database. [CLIENT: 172.20.100.6]
    2014-09-24 07:14:04.410 Logon
    Error: 18456, Severity: 14, State: 38.
    2014-09-24 07:14:04.410 Logon
    Login failed for user 'BCBIO\sqlservice'. Reason: Failed to open the explicitly specified database. [CLIENT: 172.20.100.6]
    2014-09-24 07:14:04.960 Logon
    Error: 18456, Severity: 14, State: 38.
    2014-09-24 07:14:04.960 Logon
    Login failed for user 'BCBIO\sqlservice'. Reason: Failed to open the explicitly specified database. [CLIENT: 172.20.100.6]
    2014-09-24 07:34:13.330 spid54
    Error: 17053, Severity: 16, State: 1.
    2014-09-24 07:34:13.330 spid54
    V:\log\templog.ldf: Operating system error 112(There is not enough space on the disk.) encountered.
    2014-09-24 07:34:14.430 spid54
    Error: 9002, Severity: 17, State: 4.
    2014-09-24 07:34:14.430 spid54
    The transaction log for database 'tempdb' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases
    --Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --

  • Weblogic server it crashes unexpected

    Hi Folks,
    We have been running into this error for a long time. Here is a description
    of the error.
    We have weblogic server 6.0 SP2 is running in HPUX 11, in the same box we
    have Orbix 2000 installed.
    After starting the weblogic server it crashes unexpected.
    The following is the full stack trace of the error:
    Full thread dump:
    "ORBThreadPool-1::thread-3" daemon prio=9 tid=0x58ab90 nid=88 lwp_id=10651
    runnable [0x5ad34000..0x5ad34438]
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(Unknown Source)
    at
    com.iona.corba.atli.tcp.TCPConnectionSocketHandler.read(TCPConnectionSocketH
    andler.java:104)
    at
    com.iona.corba.atli.tcp.TCPConnectionIOHandler$ReaderWorkItem.run(TCPConnect
    ionIOHandler.java:605)
    - locked <0x5ddc4240> (a java.lang.Object)
    at
    com.iona.corba.util.WorkQueueExecutor$RunnableWrapper.execute(WorkQueueExecu
    tor.java:126)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.ru
    n(AutomaticWorkQueueThreadPool.java:232)
    "XML-RPC Weblistener" daemon prio=9 tid=0x4db560 nid=43 lwp_id=10318
    runnable [0x5abc9000..0x5abc9438]
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(Unknown Source)
    - locked <0x5ddb0c40> (a java.net.PlainSocketImpl)
    at java.net.ServerSocket.implAccept(Unknown Source)
    at java.net.ServerSocket.accept(Unknown Source)
    at helma.xmlrpc.WebServer.run(WebServer.java:175)
    at java.lang.Thread.run(Unknown Source)
    "ORBThreadPool-1::thread-7" daemon prio=9 tid=0x3d3ca8 nid=42 lwp_id=10316
    waiting on monitor [0x5abea000..0x5abea438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5d981228> (a
    com.iona.corba.art.workqueue.WorkQueueImpl$WorkItemBuffer)
    at com.iona.common.concurrency.BoundedBuffer.poll(BoundedBuffer.java:175)
    - locked <0x5d981228> (a
    com.iona.corba.art.workqueue.WorkQueueImpl$WorkItemBuffer)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueImpl.dequeue(AutomaticWorkQue
    ueImpl.java:144)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.ru
    n(AutomaticWorkQueueThreadPool.java:225)
    "ORBThreadPool-1::thread-6" daemon prio=9 tid=0x3d28b8 nid=41 lwp_id=10315
    runnable [0x5ac0b000..0x5ac0b438]
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(Unknown Source)
    at
    com.iona.corba.atli.tcp.TCPConnectionSocketHandler.read(TCPConnectionSocketH
    andler.java:104)
    at
    com.iona.corba.atli.tcp.TCPConnectionIOHandler$ReaderWorkItem.run(TCPConnect
    ionIOHandler.java:605)
    - locked <0x5ddc52a8> (a java.lang.Object)
    at
    com.iona.corba.util.WorkQueueExecutor$RunnableWrapper.execute(WorkQueueExecu
    tor.java:126)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.ru
    n(AutomaticWorkQueueThreadPool.java:232)
    "ORBThreadPool-1::thread-4" daemon prio=9 tid=0x625fd8 nid=39 lwp_id=10311
    runnable [0x5ac4d000..0x5ac4d438]
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(Unknown Source)
    at
    com.iona.corba.atli.tcp.TCPConnectionSocketHandler.read(TCPConnectionSocketH
    andler.java:104)
    at
    com.iona.corba.atli.tcp.TCPConnectionIOHandler$ReaderWorkItem.run(TCPConnect
    ionIOHandler.java:605)
    - locked <0x5d999860> (a java.lang.Object)
    at
    com.iona.corba.util.WorkQueueExecutor$RunnableWrapper.execute(WorkQueueExecu
    tor.java:126)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.ru
    n(AutomaticWorkQueueThreadPool.java:232)
    "ORBThreadPool-1::thread-2" daemon prio=9 tid=0x61a2f0 nid=37 lwp_id=10309
    runnable [0x5ac8f000..0x5ac8f438]
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(Unknown Source)
    at
    com.iona.corba.atli.tcp.TCPConnectionSocketHandler.read(TCPConnectionSocketH
    andler.java:104)
    at
    com.iona.corba.atli.tcp.TCPConnectionIOHandler$ReaderWorkItem.run(TCPConnect
    ionIOHandler.java:605)
    - locked <0x5d99b280> (a java.lang.Object)
    at
    com.iona.corba.util.WorkQueueExecutor$RunnableWrapper.execute(WorkQueueExecu
    tor.java:126)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.ru
    n(AutomaticWorkQueueThreadPool.java:232)
    "ORBThreadPool-1::thread-1" daemon prio=9 tid=0x61a0a0 nid=36 lwp_id=10308
    waiting on monitor [0x5acb0000..0x5acb0438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5d98f7c8> (a com.iona.common.timeout.TimeOutScheduler)
    at com.iona.common.time.UTCTimedWait.wait(UTCTimedWait.java:118)
    - locked <0x5d98f7c8> (a com.iona.common.timeout.TimeOutScheduler)
    at com.iona.common.timeout.TimeOutScheduler.run(TimeOutScheduler.java:68)
    - locked <0x5d98f7c8> (a com.iona.common.timeout.TimeOutScheduler)
    at
    com.iona.corba.util.WorkQueueExecutor$RunnableWrapper.execute(WorkQueueExecu
    tor.java:126)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.ru
    n(AutomaticWorkQueueThreadPool.java:232)
    "HighPriority TimeEventGenerator" daemon prio=9 tid=0x1756d8 nid=35
    lwp_id=10292 waiting on monitor [0x5acd1000..0x5acd1438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5d916488> (a weblogic.time.common.internal.TimeTable)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:279)
    - locked <0x5d916488> (a weblogic.time.common.internal.TimeTable)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    :138)
    at java.lang.Thread.run(Unknown Source)
    "SSLListenThread" prio=9 tid=0x566218 nid=34 lwp_id=10165 runnable
    [0x5acf2000..0x5acf2438]
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(Unknown Source)
    - locked <0x5d9a2530> (a java.net.PlainSocketImpl)
    at java.net.ServerSocket.implAccept(Unknown Source)
    at java.net.ServerSocket.accept(Unknown Source)
    at
    weblogic.security.SSL.SSLServerSocket.acceptNoHandshake(SSLServerSocket.java
    :126)
    at weblogic.security.SSL.SSLServerSocket.accept(SSLServerSocket.java:117)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:247)
    "ListenThread" prio=9 tid=0x54f1f0 nid=33 lwp_id=10164 runnable
    [0x5ad13000..0x5ad13438]
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(Unknown Source)
    - locked <0x5d9a2470> (a java.net.PlainSocketImpl)
    at java.net.ServerSocket.implAccept(Unknown Source)
    at java.net.ServerSocket.accept(Unknown Source)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:247)
    "Application Manager Thread" prio=8 tid=0x54ee60 nid=31 lwp_id=10162 waiting
    on monitor [0x5ad55000..0x5ad55438]
    at java.lang.Thread.sleep(Native Method)
    at
    weblogic.management.mbeans.custom.ApplicationManager$ApplicationPoller.run(A
    pplicationManager.java:644)
    "ExecuteThread: '1' for queue: '__weblogic_admin_rmi_queue'" daemon prio=9
    tid=0xa4af0 nid=30 lwp_id=10159 waiting on monitor [0x5ae3a000..0x5ae3a438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c73a8f0> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c73a8f0> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '0' for queue: '__weblogic_admin_rmi_queue'" daemon prio=9
    tid=0xa2478 nid=29 lwp_id=10158 waiting on monitor [0x5ae5b000..0x5ae5b438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c73a478> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c73a478> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '1' for queue: '__weblogic_admin_html_queue'" daemon prio=9
    tid=0xa2160 nid=28 lwp_id=10157 waiting on monitor [0x5ae7c000..0x5ae7c438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c739a60> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c739a60> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '0' for queue: '__weblogic_admin_html_queue'" daemon prio=9
    tid=0xa1eb8 nid=27 lwp_id=10156 waiting on monitor [0x5ae9d000..0x5ae9d438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c7395e0> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c7395e0> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "TimeEventGenerator" daemon prio=9 tid=0x2e3230 nid=26 lwp_id=10154 waiting
    on monitor [0x5aebe000..0x5aebe438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c75edb8> (a weblogic.time.common.internal.TimeTable)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:279)
    - locked <0x5c75edb8> (a weblogic.time.common.internal.TimeTable)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    :138)
    at java.lang.Thread.run(Unknown Source)
    "TimeEventGenerator" daemon prio=9 tid=0xdec30 nid=25 lwp_id=10153 waiting
    on monitor [0x5aedf000..0x5aedf438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c77cc78> (a weblogic.time.common.internal.TimeTable)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:279)
    - locked <0x5c77cc78> (a weblogic.time.common.internal.TimeTable)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    :138)
    at java.lang.Thread.run(Unknown Source)
    "SpinnerRandomSource" daemon prio=9 tid=0xde748 nid=24 lwp_id=10152 waiting
    on monitor [0x5af00000..0x5af00438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5ecfb8> (a weblogic.security.SpinnerThread)
    at java.lang.Object.wait(Unknown Source)
    at
    weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java:92
    - locked <0x5c5ecfb8> (a weblogic.security.SpinnerThread)
    at weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java:109)
    "ExecuteThread: '14' for queue: 'default'" daemon prio=9 tid=0xdb2e0 nid=23
    lwp_id=10151 runnable [0x5af21000..0x5af21438]
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
    - waiting to lock <0x5d99fb48> (a java.lang.Object)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '13' for queue: 'default'" daemon prio=9 tid=0xd9a50 nid=22
    lwp_id=10150 runnable [0x5af42000..0x5af42438]
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
    - waiting to lock <0x5d99fb48> (a java.lang.Object)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '12' for queue: 'default'" daemon prio=9 tid=0xd81c0 nid=21
    lwp_id=10149 runnable [0x5af63000..0x5af63438]
    at weblogic.socket.PosixSocketMuxer.poll(Native Method)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
    - locked <0x5d99fb48> (a java.lang.Object)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '11' for queue: 'default'" daemon prio=9 tid=0xa0c98 nid=20
    lwp_id=10148 runnable [0..0x5af84438]
    "ExecuteThread: '10' for queue: 'default'" daemon prio=9 tid=0xa0110 nid=19
    lwp_id=10147 waiting on monitor [0x5afa5000..0x5afa5438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5eae88> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5eae88> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '9' for queue: 'default'" daemon prio=9 tid=0x9d650 nid=18
    lwp_id=10146 waiting on monitor [0x5afc6000..0x5afc6438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5eaa68> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5eaa68> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '8' for queue: 'default'" daemon prio=9 tid=0x9bdc0 nid=17
    lwp_id=10145 runnable [0x5afe8000..0x5afe7438]
    at java.net.SocketOutputStream.socketWrite(Native Method)
    at java.net.SocketOutputStream.write(Unknown Source)
    at weblogic.socket.SocketMuxer.write(SocketMuxer.java:60)
    at weblogic.rjvm.t3.T3JVMConnection.sendMsg(T3JVMConnection.java:247)
    at
    weblogic.rjvm.MsgAbbrevJVMConnection.sendOutMsg(MsgAbbrevJVMConnection.java:
    367)
    at
    weblogic.rjvm.MsgAbbrevJVMConnection.sendMsg(MsgAbbrevJVMConnection.java:173
    at weblogic.rjvm.ConnectionManager.sendMsg(ConnectionManager.java:482)
    at weblogic.rjvm.RJVMImpl.send(RJVMImpl.java:419)
    at
    weblogic.rjvm.MsgAbbrevOutputStream.flushAndSendRaw(MsgAbbrevOutputStream.ja
    va:114)
    at
    weblogic.rjvm.MsgAbbrevOutputStream.flushAndSend(MsgAbbrevOutputStream.java:
    122)
    at weblogic.rjvm.MsgAbbrevOutputStream.send(MsgAbbrevOutputStream.java:181)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:383)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
    at
    weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
    java:118)
    at
    weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
    7)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '7' for queue: 'default'" daemon prio=9 tid=0x9a530 nid=16
    lwp_id=10144 waiting on monitor [0x5b008000..0x5b008438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5ea1d8> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5ea1d8> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '6' for queue: 'default'" daemon prio=9 tid=0x84c90 nid=15
    lwp_id=10143 waiting on monitor [0x5b029000..0x5b029438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e9db8> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e9db8> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '5' for queue: 'default'" daemon prio=9 tid=0x83400 nid=14
    lwp_id=10142 waiting on monitor [0x5b04a000..0x5b04a438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e9998> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e9998> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '4' for queue: 'default'" daemon prio=9 tid=0x81b70 nid=13
    lwp_id=10141 waiting on monitor [0x5b06b000..0x5b06b438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e9578> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e9578> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '3' for queue: 'default'" daemon prio=9 tid=0x802e0 nid=12
    lwp_id=10140 waiting on monitor [0x5b08c000..0x5b08c438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e9158> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e9158> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '2' for queue: 'default'" daemon prio=9 tid=0x7e9f0 nid=11
    lwp_id=10139 waiting on monitor [0x5b0ad000..0x5b0ad438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e8d38> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e8d38> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '1' for queue: 'default'" daemon prio=9 tid=0x76868 nid=10
    lwp_id=10138 waiting on monitor [0x5b0ce000..0x5b0ce438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e8918> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e8918> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '0' for queue: 'default'" daemon prio=9 tid=0x75788 nid=9
    lwp_id=10137 waiting on monitor [0x7f41b000..0x7f41b438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e83f0> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e83f0> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "Thread-0" daemon prio=8 tid=0x2ddd58 nid=8 lwp_id=10136 waiting on monitor
    [0x7f43c000..0x7f43c438]
    at java.lang.Thread.sleep(Native Method)
    at
    weblogic.transaction.internal.TransactionManagerImpl$1.run(TransactionManage
    rImpl.java:756)
    at java.lang.Thread.run(Unknown Source)
    "Signal Dispatcher" daemon prio=9 tid=0xecbe0 nid=7 lwp_id=10134 runnable
    [0..0xffffffff]
    "Finalizer" daemon prio=9 tid=0xe6250 nid=5 lwp_id=10132 waiting on monitor
    [0x7f491000..0x7f491438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c635ef8> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(Unknown Source)
    - locked <0x5c635ef8> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(Unknown Source)
    at
    java.lang.ref.Finalizer$FinalizerWorker$FinalizerThread.run(Finalizer.java:1
    20)
    "Reference Handler" daemon prio=9 tid=0xe48a0 nid=4 lwp_id=10131 waiting on
    monitor [0x7f4b2000..0x7f4b2438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5ed268> (a java.lang.ref.Reference$Lock)
    at java.lang.Object.wait(Unknown Source)
    at java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)
    - locked <0x5c5ed268> (a java.lang.ref.Reference$Lock)
    "main" prio=9 tid=0x342a0 nid=1 lwp_id=10112 waiting on monitor
    [0x7f7f2000..0x7f7f2878]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5f0db8> (a weblogic.t3.srvr.T3Srvr)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:501)
    - locked <0x5c5f0db8> (a weblogic.t3.srvr.T3Srvr)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:171)
    at weblogic.Server.main(Server.java:35)
    "VM Thread" prio=7 tid=0xa9c40 nid=3 lwp_id=10130 runnable
    "VM Periodic Task Thread" prio=8 tid=0xebc68 nid=6 lwp_id=10133 waiting on
    monitor
    # Java version:
    # HotSpot VM (mixed mode)
    # HotSpot Virtual Machine Error, Unexpected Signal 11
    # occurred at pc=908d4
    # Error ID:
    /CLO/Components/JAVA_HOTSPOT/Src/build/hp-ux/../../src/os/hp-ux/vm/os_hp-ux.
    cpp, 3050
    ./startWebLogic.sh[151]: 9008 Abort(coredump)
    Suresh Athmakuri
    Datalinx Corporation
    505, WhitePlains Road
    Tarrytown , Ny

    Hi Folks,
    We have been running into this error for a long time. Here is a description
    of the error.
    We have weblogic server 6.0 SP2 is running in HPUX 11, in the same box we
    have Orbix 2000 installed.
    After starting the weblogic server it crashes unexpected.
    The following is the full stack trace of the error:
    Full thread dump:
    "ORBThreadPool-1::thread-3" daemon prio=9 tid=0x58ab90 nid=88 lwp_id=10651
    runnable [0x5ad34000..0x5ad34438]
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(Unknown Source)
    at
    com.iona.corba.atli.tcp.TCPConnectionSocketHandler.read(TCPConnectionSocketH
    andler.java:104)
    at
    com.iona.corba.atli.tcp.TCPConnectionIOHandler$ReaderWorkItem.run(TCPConnect
    ionIOHandler.java:605)
    - locked <0x5ddc4240> (a java.lang.Object)
    at
    com.iona.corba.util.WorkQueueExecutor$RunnableWrapper.execute(WorkQueueExecu
    tor.java:126)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.ru
    n(AutomaticWorkQueueThreadPool.java:232)
    "XML-RPC Weblistener" daemon prio=9 tid=0x4db560 nid=43 lwp_id=10318
    runnable [0x5abc9000..0x5abc9438]
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(Unknown Source)
    - locked <0x5ddb0c40> (a java.net.PlainSocketImpl)
    at java.net.ServerSocket.implAccept(Unknown Source)
    at java.net.ServerSocket.accept(Unknown Source)
    at helma.xmlrpc.WebServer.run(WebServer.java:175)
    at java.lang.Thread.run(Unknown Source)
    "ORBThreadPool-1::thread-7" daemon prio=9 tid=0x3d3ca8 nid=42 lwp_id=10316
    waiting on monitor [0x5abea000..0x5abea438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5d981228> (a
    com.iona.corba.art.workqueue.WorkQueueImpl$WorkItemBuffer)
    at com.iona.common.concurrency.BoundedBuffer.poll(BoundedBuffer.java:175)
    - locked <0x5d981228> (a
    com.iona.corba.art.workqueue.WorkQueueImpl$WorkItemBuffer)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueImpl.dequeue(AutomaticWorkQue
    ueImpl.java:144)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.ru
    n(AutomaticWorkQueueThreadPool.java:225)
    "ORBThreadPool-1::thread-6" daemon prio=9 tid=0x3d28b8 nid=41 lwp_id=10315
    runnable [0x5ac0b000..0x5ac0b438]
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(Unknown Source)
    at
    com.iona.corba.atli.tcp.TCPConnectionSocketHandler.read(TCPConnectionSocketH
    andler.java:104)
    at
    com.iona.corba.atli.tcp.TCPConnectionIOHandler$ReaderWorkItem.run(TCPConnect
    ionIOHandler.java:605)
    - locked <0x5ddc52a8> (a java.lang.Object)
    at
    com.iona.corba.util.WorkQueueExecutor$RunnableWrapper.execute(WorkQueueExecu
    tor.java:126)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.ru
    n(AutomaticWorkQueueThreadPool.java:232)
    "ORBThreadPool-1::thread-4" daemon prio=9 tid=0x625fd8 nid=39 lwp_id=10311
    runnable [0x5ac4d000..0x5ac4d438]
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(Unknown Source)
    at
    com.iona.corba.atli.tcp.TCPConnectionSocketHandler.read(TCPConnectionSocketH
    andler.java:104)
    at
    com.iona.corba.atli.tcp.TCPConnectionIOHandler$ReaderWorkItem.run(TCPConnect
    ionIOHandler.java:605)
    - locked <0x5d999860> (a java.lang.Object)
    at
    com.iona.corba.util.WorkQueueExecutor$RunnableWrapper.execute(WorkQueueExecu
    tor.java:126)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.ru
    n(AutomaticWorkQueueThreadPool.java:232)
    "ORBThreadPool-1::thread-2" daemon prio=9 tid=0x61a2f0 nid=37 lwp_id=10309
    runnable [0x5ac8f000..0x5ac8f438]
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(Unknown Source)
    at
    com.iona.corba.atli.tcp.TCPConnectionSocketHandler.read(TCPConnectionSocketH
    andler.java:104)
    at
    com.iona.corba.atli.tcp.TCPConnectionIOHandler$ReaderWorkItem.run(TCPConnect
    ionIOHandler.java:605)
    - locked <0x5d99b280> (a java.lang.Object)
    at
    com.iona.corba.util.WorkQueueExecutor$RunnableWrapper.execute(WorkQueueExecu
    tor.java:126)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.ru
    n(AutomaticWorkQueueThreadPool.java:232)
    "ORBThreadPool-1::thread-1" daemon prio=9 tid=0x61a0a0 nid=36 lwp_id=10308
    waiting on monitor [0x5acb0000..0x5acb0438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5d98f7c8> (a com.iona.common.timeout.TimeOutScheduler)
    at com.iona.common.time.UTCTimedWait.wait(UTCTimedWait.java:118)
    - locked <0x5d98f7c8> (a com.iona.common.timeout.TimeOutScheduler)
    at com.iona.common.timeout.TimeOutScheduler.run(TimeOutScheduler.java:68)
    - locked <0x5d98f7c8> (a com.iona.common.timeout.TimeOutScheduler)
    at
    com.iona.corba.util.WorkQueueExecutor$RunnableWrapper.execute(WorkQueueExecu
    tor.java:126)
    at
    com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.ru
    n(AutomaticWorkQueueThreadPool.java:232)
    "HighPriority TimeEventGenerator" daemon prio=9 tid=0x1756d8 nid=35
    lwp_id=10292 waiting on monitor [0x5acd1000..0x5acd1438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5d916488> (a weblogic.time.common.internal.TimeTable)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:279)
    - locked <0x5d916488> (a weblogic.time.common.internal.TimeTable)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    :138)
    at java.lang.Thread.run(Unknown Source)
    "SSLListenThread" prio=9 tid=0x566218 nid=34 lwp_id=10165 runnable
    [0x5acf2000..0x5acf2438]
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(Unknown Source)
    - locked <0x5d9a2530> (a java.net.PlainSocketImpl)
    at java.net.ServerSocket.implAccept(Unknown Source)
    at java.net.ServerSocket.accept(Unknown Source)
    at
    weblogic.security.SSL.SSLServerSocket.acceptNoHandshake(SSLServerSocket.java
    :126)
    at weblogic.security.SSL.SSLServerSocket.accept(SSLServerSocket.java:117)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:247)
    "ListenThread" prio=9 tid=0x54f1f0 nid=33 lwp_id=10164 runnable
    [0x5ad13000..0x5ad13438]
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(Unknown Source)
    - locked <0x5d9a2470> (a java.net.PlainSocketImpl)
    at java.net.ServerSocket.implAccept(Unknown Source)
    at java.net.ServerSocket.accept(Unknown Source)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:247)
    "Application Manager Thread" prio=8 tid=0x54ee60 nid=31 lwp_id=10162 waiting
    on monitor [0x5ad55000..0x5ad55438]
    at java.lang.Thread.sleep(Native Method)
    at
    weblogic.management.mbeans.custom.ApplicationManager$ApplicationPoller.run(A
    pplicationManager.java:644)
    "ExecuteThread: '1' for queue: '__weblogic_admin_rmi_queue'" daemon prio=9
    tid=0xa4af0 nid=30 lwp_id=10159 waiting on monitor [0x5ae3a000..0x5ae3a438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c73a8f0> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c73a8f0> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '0' for queue: '__weblogic_admin_rmi_queue'" daemon prio=9
    tid=0xa2478 nid=29 lwp_id=10158 waiting on monitor [0x5ae5b000..0x5ae5b438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c73a478> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c73a478> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '1' for queue: '__weblogic_admin_html_queue'" daemon prio=9
    tid=0xa2160 nid=28 lwp_id=10157 waiting on monitor [0x5ae7c000..0x5ae7c438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c739a60> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c739a60> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '0' for queue: '__weblogic_admin_html_queue'" daemon prio=9
    tid=0xa1eb8 nid=27 lwp_id=10156 waiting on monitor [0x5ae9d000..0x5ae9d438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c7395e0> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c7395e0> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "TimeEventGenerator" daemon prio=9 tid=0x2e3230 nid=26 lwp_id=10154 waiting
    on monitor [0x5aebe000..0x5aebe438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c75edb8> (a weblogic.time.common.internal.TimeTable)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:279)
    - locked <0x5c75edb8> (a weblogic.time.common.internal.TimeTable)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    :138)
    at java.lang.Thread.run(Unknown Source)
    "TimeEventGenerator" daemon prio=9 tid=0xdec30 nid=25 lwp_id=10153 waiting
    on monitor [0x5aedf000..0x5aedf438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c77cc78> (a weblogic.time.common.internal.TimeTable)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:279)
    - locked <0x5c77cc78> (a weblogic.time.common.internal.TimeTable)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    :138)
    at java.lang.Thread.run(Unknown Source)
    "SpinnerRandomSource" daemon prio=9 tid=0xde748 nid=24 lwp_id=10152 waiting
    on monitor [0x5af00000..0x5af00438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5ecfb8> (a weblogic.security.SpinnerThread)
    at java.lang.Object.wait(Unknown Source)
    at
    weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java:92
    - locked <0x5c5ecfb8> (a weblogic.security.SpinnerThread)
    at weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java:109)
    "ExecuteThread: '14' for queue: 'default'" daemon prio=9 tid=0xdb2e0 nid=23
    lwp_id=10151 runnable [0x5af21000..0x5af21438]
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
    - waiting to lock <0x5d99fb48> (a java.lang.Object)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '13' for queue: 'default'" daemon prio=9 tid=0xd9a50 nid=22
    lwp_id=10150 runnable [0x5af42000..0x5af42438]
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
    - waiting to lock <0x5d99fb48> (a java.lang.Object)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '12' for queue: 'default'" daemon prio=9 tid=0xd81c0 nid=21
    lwp_id=10149 runnable [0x5af63000..0x5af63438]
    at weblogic.socket.PosixSocketMuxer.poll(Native Method)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
    - locked <0x5d99fb48> (a java.lang.Object)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '11' for queue: 'default'" daemon prio=9 tid=0xa0c98 nid=20
    lwp_id=10148 runnable [0..0x5af84438]
    "ExecuteThread: '10' for queue: 'default'" daemon prio=9 tid=0xa0110 nid=19
    lwp_id=10147 waiting on monitor [0x5afa5000..0x5afa5438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5eae88> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5eae88> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '9' for queue: 'default'" daemon prio=9 tid=0x9d650 nid=18
    lwp_id=10146 waiting on monitor [0x5afc6000..0x5afc6438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5eaa68> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5eaa68> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '8' for queue: 'default'" daemon prio=9 tid=0x9bdc0 nid=17
    lwp_id=10145 runnable [0x5afe8000..0x5afe7438]
    at java.net.SocketOutputStream.socketWrite(Native Method)
    at java.net.SocketOutputStream.write(Unknown Source)
    at weblogic.socket.SocketMuxer.write(SocketMuxer.java:60)
    at weblogic.rjvm.t3.T3JVMConnection.sendMsg(T3JVMConnection.java:247)
    at
    weblogic.rjvm.MsgAbbrevJVMConnection.sendOutMsg(MsgAbbrevJVMConnection.java:
    367)
    at
    weblogic.rjvm.MsgAbbrevJVMConnection.sendMsg(MsgAbbrevJVMConnection.java:173
    at weblogic.rjvm.ConnectionManager.sendMsg(ConnectionManager.java:482)
    at weblogic.rjvm.RJVMImpl.send(RJVMImpl.java:419)
    at
    weblogic.rjvm.MsgAbbrevOutputStream.flushAndSendRaw(MsgAbbrevOutputStream.ja
    va:114)
    at
    weblogic.rjvm.MsgAbbrevOutputStream.flushAndSend(MsgAbbrevOutputStream.java:
    122)
    at weblogic.rjvm.MsgAbbrevOutputStream.send(MsgAbbrevOutputStream.java:181)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:383)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
    at
    weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
    java:118)
    at
    weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:1
    7)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '7' for queue: 'default'" daemon prio=9 tid=0x9a530 nid=16
    lwp_id=10144 waiting on monitor [0x5b008000..0x5b008438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5ea1d8> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5ea1d8> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '6' for queue: 'default'" daemon prio=9 tid=0x84c90 nid=15
    lwp_id=10143 waiting on monitor [0x5b029000..0x5b029438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e9db8> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e9db8> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '5' for queue: 'default'" daemon prio=9 tid=0x83400 nid=14
    lwp_id=10142 waiting on monitor [0x5b04a000..0x5b04a438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e9998> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e9998> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '4' for queue: 'default'" daemon prio=9 tid=0x81b70 nid=13
    lwp_id=10141 waiting on monitor [0x5b06b000..0x5b06b438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e9578> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e9578> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '3' for queue: 'default'" daemon prio=9 tid=0x802e0 nid=12
    lwp_id=10140 waiting on monitor [0x5b08c000..0x5b08c438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e9158> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e9158> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '2' for queue: 'default'" daemon prio=9 tid=0x7e9f0 nid=11
    lwp_id=10139 waiting on monitor [0x5b0ad000..0x5b0ad438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e8d38> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e8d38> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '1' for queue: 'default'" daemon prio=9 tid=0x76868 nid=10
    lwp_id=10138 waiting on monitor [0x5b0ce000..0x5b0ce438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e8918> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e8918> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread: '0' for queue: 'default'" daemon prio=9 tid=0x75788 nid=9
    lwp_id=10137 waiting on monitor [0x7f41b000..0x7f41b438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5e83f0> (a weblogic.kernel.ExecuteThread)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    - locked <0x5c5e83f0> (a weblogic.kernel.ExecuteThread)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "Thread-0" daemon prio=8 tid=0x2ddd58 nid=8 lwp_id=10136 waiting on monitor
    [0x7f43c000..0x7f43c438]
    at java.lang.Thread.sleep(Native Method)
    at
    weblogic.transaction.internal.TransactionManagerImpl$1.run(TransactionManage
    rImpl.java:756)
    at java.lang.Thread.run(Unknown Source)
    "Signal Dispatcher" daemon prio=9 tid=0xecbe0 nid=7 lwp_id=10134 runnable
    [0..0xffffffff]
    "Finalizer" daemon prio=9 tid=0xe6250 nid=5 lwp_id=10132 waiting on monitor
    [0x7f491000..0x7f491438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c635ef8> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(Unknown Source)
    - locked <0x5c635ef8> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(Unknown Source)
    at
    java.lang.ref.Finalizer$FinalizerWorker$FinalizerThread.run(Finalizer.java:1
    20)
    "Reference Handler" daemon prio=9 tid=0xe48a0 nid=4 lwp_id=10131 waiting on
    monitor [0x7f4b2000..0x7f4b2438]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5ed268> (a java.lang.ref.Reference$Lock)
    at java.lang.Object.wait(Unknown Source)
    at java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)
    - locked <0x5c5ed268> (a java.lang.ref.Reference$Lock)
    "main" prio=9 tid=0x342a0 nid=1 lwp_id=10112 waiting on monitor
    [0x7f7f2000..0x7f7f2878]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x5c5f0db8> (a weblogic.t3.srvr.T3Srvr)
    at java.lang.Object.wait(Unknown Source)
    at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:501)
    - locked <0x5c5f0db8> (a weblogic.t3.srvr.T3Srvr)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:171)
    at weblogic.Server.main(Server.java:35)
    "VM Thread" prio=7 tid=0xa9c40 nid=3 lwp_id=10130 runnable
    "VM Periodic Task Thread" prio=8 tid=0xebc68 nid=6 lwp_id=10133 waiting on
    monitor
    # Java version:
    # HotSpot VM (mixed mode)
    # HotSpot Virtual Machine Error, Unexpected Signal 11
    # occurred at pc=908d4
    # Error ID:
    /CLO/Components/JAVA_HOTSPOT/Src/build/hp-ux/../../src/os/hp-ux/vm/os_hp-ux.
    cpp, 3050
    ./startWebLogic.sh[151]: 9008 Abort(coredump)
    Suresh Athmakuri
    Datalinx Corporation
    505, WhitePlains Road
    Tarrytown , Ny

  • My Live Production Server has crashed. how to i recover it (SOS)

    My live production server has crashed. what is disaster recovery for it.
    fruther. how i restore its backup to another server like DEV or QA

    Nadeem,
    You would have to use the back up of your production data, preferrably an export, and transport that into DEV or QA.
    Regards,
    Bob

  • Server keeps crashing with ...

    Hi all,
    My server keeps crashing few times a day :(
    What I see in the event viewer is:
    The computer has rebooted from a bugcheck.  The bugcheck was: 0x000000d1 (0x0000000000000370, 0x000000000000000b, 0x0000000000000000, 0xfffff88000fc2414). A dump was saved in: C:\Windows\MEMORY.DMP. Report Id: 080414-20935-01.
    Other times its:
    The computer has rebooted from a bugcheck.  The bugcheck was: 0x000000d1 (0x0000000000000371, 0x000000000000000b, 0x0000000000000000, 0xfffff88000fd4414). A dump was saved in: C:\Windows\MEMORY.DMP. Report Id: 080414-22245-01.
    Any idea what's causing it?
    Cheers,
    Alex

    Hi Alex,
    Regarding to Bug Check 0xD1, please refer to following article and check if can help you.
    Bug Check 0xD1: DRIVER_IRQL_NOT_LESS_OR_EQUAL
    As cguan suggested, would you please let us confirm whether had made any changes before this issue occurred?
    For example, did installed third-party applications or updates?
    Please update drivers and install all necessary Windows Updates. Meanwhile, please
    perform a clean boot and monitor the result.
    Troubleshoot this kind of kernel crash issue, we need to analyze the crash dump file to narrow down the root cause of the issue. Please refer to following KB and check if
    can help you.
    How to read the small memory dump file that is created by Windows if a crash occurs
    By the way, it is not effective for us to debug the crash dump file here in the forum. If this issues is a state of emergency for you. Please contact Microsoft Customer Service
    and Support (CSS) via telephone so that a dedicated Support Professional can assist with your request.
    To obtain the phone numbers for specific technology request, please refer to the web site listed below:
    http://support.microsoft.com/default.aspx?scid=fh;EN-US;OfferProPhone#faq607
    Hope this helps.
    Best regards,
    Justin Gu

  • ISA server 2006 crashed after some times :(

    Hello.
    My ISA server is crashed. For
    example when my clients upload files to a remote server my upload speed is Reduced and
    server crashed :(. How can I troubleshoot it? It is
    ver vital for me and my clients are upset.
    Thank you and cheers.

    1. Some more information is needed. Your description of proble is incomplete and no one can guess what has happened.
    2. Find some material evidence - like Event logs and fw logs
    3. There is a special diskussion on ISA server in forum
    http://forums.isaserver.org/ and trobleshooting procedures in
    http://www.isaserver.org/
    4. For troubleshooting read
    http://support.microsoft.com/kb/943462
    http://technet.microsoft.com/en-us/library/bb794787.aspx
    http://technet.microsoft.com/en-us/library/bb794753.aspxhttp://blogs.technet.com/b/yuridiogenes/archive/2010/01/20/troubleshooting-isa-server-2006-performance-issues-webcast-for-ms-partners.aspx
    Regards
    Milos

  • Central CCMS Alert for Java instance server node crash

    Hi,
    Is it possible to trigger an alert of an Java system server node crash using central CCMS alerts.
    J2EE instance CCMS alert does show some MTEs, however they do not trigger alerts. I got this info from below link
    http://help.sap.com/saphelp_nwce711/helpdata/en/46/11aaf352da14dce10000000a155369/frameset.htm
    Any idea how to trigger the alert for server node crash.
    I understand that server node crash should be investigated for permanent fix, however we need this as a proactive measure to know the crash if they happen.
    Thanks
    Imtiaz

    Hi Imtiaz,
    Do you see any error on the view>status auto-reaction? Have you been able to assign an auto-reaction to this MTE?
    Cheers,
    Maurício

  • Receive e-mail on Arch server

    Sorry if this is the wrong place, nothing else seemed quite right.  I'm trying to set up an Arch server so that i can route e-mail through it, right now I have heirloom mailx set up so I can send e-mails fine, but i want to be able to receive them as well.  Ideally, I would like to be able to send an e-mail to user@my_ip or user@my_ddns, receive it on the Arch server, run it through a script, and send it back out.  I'm not really sure how e-mail works at all, is this even possible?  What would I need to do it?  I'm really only interested in getting mail for one user, I've tried tutorials for setting up big mail servers but they didn't work for me.  Thanks!
    Edit:  I got sendmail (from the AUR) running with the -bD option, and when I run /usr/bin/mailq I can see my requests being denied each time I send another e-mail from gmail.  I've done some configuration with sendmail, but maybe I set it up wrong?  I have my DDNS name in local-host-names, but I'm not sure how to set up the aliases.
    Last edited by FugitivePlatypus (2012-06-05 17:35:01)

    I FINALLY got it to work on BOTH iPhone 4 and iPpad 3.  Here is what I had to do:
    Had to DELETE all e-mail accounts including icloud.
    Did a hard reset (hold down button on top right corner and round button on bottom center)
    Then once it came back on, the iPhone had ALL of the accounts still on it and it was receivng e-mail.
    The iPad receive e-mail until I did the steps above 5 times.  Plus, I had to add back all of the e-mail accounts vs. on the iPhone 4 they were there when my phone came on.
    Now I am receiving e-mail on both devices normally.
    No clue why this happened, but Apple needs to find a fix ASAP.

  • OSX server keeps crashing my computer, what to do.

    The title says it all. OSX server keeps crashing my computer, what to do.

    BTW mark u live in the netherlands

  • Server Admin crashes and cannot save mail server changes

    Problems:
    1. In one account, Server Admin crashes on startup.
    2. As a workaround, I created another account where SA does start. However, in this account it disconnects from the server any time I want to save changes to the mail settings. Nothing gets saved.
    Questions:
    a. Can this have happened because I earlier deleted mail accounts in SA without going through curadm?
    b. If so, will deleting the accounts in curadm solve the problem?
    c. If not, what could have caused this sorry state of affairs?
    Thanks in advance.

    I didn't mention before that after deleting the .plist file, the mail server would no longer accept incoming connections. Restoring the old .plist file and restarting the mail server didn' t help, so I went back to my backup. Then I had to restart the amavisd demon manually to get the mail queue started.
    I hope that the rewritten ServerAdmin in 10.5 will be a bit more robust...

  • BIA 7.9.5 - DAC Server keeps crashing - libc.so SIGBUS error (Solaris)

    Can you help me solving the following issue or provide me hints please?
    At the customer site we have BIA 7.9.5 running on Solaris 10 (SPARC). Unfortunately, the DAC server is crashing quite frequently with the following error:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGBUS (0xa) at pc=0xff256514, pid=14595, tid=443
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_16-b02 mixed mode)
    # Problematic frame:
    # C [libc.so.1+0x56514]
    (See below, one of many crash logs…)
    Reconstruction:
    The dac server is started with the OOTB startserver.sh command. A custom execution plan is started. After a while and completely random a (random) workflows fail with the DAC logging as shown below. So, it has nothing to do with a specific workflow. Restarting the DAC server and restarting the execution plan makes the DAC server to continue the execution plan.
    The consistent part is the ‘SIGBUS’ error referring to libc.so.1. The number behind it (memory address?) differs per crash.
    Specifications:
    •     Solaris (5.)10 64b SPARC (Solaris 10 5/08 s10s_u5wos_10 SPARC)
    •     DAC 10.1.3.4.1 (updated with patch 6849481)
    •     Informatica 8.1.1 SP5
    DAC server log:
    <DAC running fine…>
    ***snip***
    Feb 5, 2010 10:20:16 AM com.siebel.etl.engine.core.AttachToInformaticaProcess executeWorkFlow
    SEVERE: pmcmd startworkflow -u Administrator -p **** -s sz0061.app.gen.local:5105 -f SDE_SBL_Vert_80_Adaptor -lpf /tools/informatica/PowerCenter8.1.1/server/infa_shared/SrcFiles/SDE_SBL_Vert_80_Adaptor.SDE_SalesStageDimension.txt SDE_SalesStageDimension
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    81 SEVERE Fri Feb 05 10:20:16 CET 2010 Request to start workflow : 'SDE_SBL_Vert_80_Adaptor:SDE_ProductCategoryDimension' has completed with error code 0
    Feb 5, 2010 10:20:16 AM global
    SEVERE: Request to start workflow : 'SDE_SBL_Vert_80_Adaptor:SDE_ProductCategoryDimension' has completed with error code 0
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGBUS (0xa) at pc=0xff257028, pid=8047, tid=660
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_16-b02 mixed mode)
    # Problematic frame:
    # C [libc.so.1+0x57028]
    # An error report file with more information is saved as hs_err_pid8047.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    TIA,
    Greg
    hs_err_picXXXXX.log in the DAC directory
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGBUS (0xa) at pc=0xff256514, pid=14595, tid=443
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_16-b02 mixed mode)
    # Problematic frame:
    # C [libc.so.1+0x56514]
    --------------- T H R E A D ---------------
    Current thread (0x014b4950): JavaThread "SESSION: VisibilityAccountParty" [_thread_in_native, id=443]
    siginfo:si_signo=10, si_errno=0, si_code=1, si_addr=0x68a8bd8b
    Registers:
    O0=0x00000000 O1=0x00000000 O2=0x000d90ac O3=0xff2c1e40
    O4=0xff3303a8 O5=0xff3392a4 O6=0xb797dc58 O7=0xff2564a4
    G1=0xff25638c G2=0x00000001 G3=0x00001ffc G4=0x0052d254
    G5=0xff030fa0 G6=0x00000000 G7=0xc1fc6a00 Y=0x00000000
    PC=0xff256514 nPC=0xff2564d8
    Top of Stack: (sp=0xb797dc58)
    0xb797dc58: 000000a8 019f58a8 68a8bd8b 00000041
    0xb797dc68: 00000041 022c8530 ffffdc00 ff3392a4
    0xb797dc78: 00000040 00000000 0067bb30 ff2563a0
    0xb797dc88: 68a8bd8b ff2563a0 b797dcb8 ff256394
    0xb797dc98: 65637469 6e672066 726f6d20 496e7465
    0xb797dca8: 67726174 696f6e20 53657276 6963650a
    0xb797dcb8: 0050adc4 0050a9d8 00000042 0050aa18
    0xb797dcc8: c1fc6a00 000000a8 ff0310b8 0060f22a
    Instructions: (pc=0xff256514)
    0xff256504: 02 80 00 0c 80 a6 a0 00 a4 10 00 1c 10 bf ff f2
    0xff256514: e8 04 a0 00 ea 04 a0 18 80 a5 60 00 02 80 00 05
    Stack: [0xb7900000,0xb7980000), sp=0xb797dc58, free space=503k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libc.so.1+0x56514]
    C [libc.so.1+0x5639c] malloc+0x54
    C [libzip.so+0x2d18]
    C [libzip.so+0x2af8] ZIP_GetEntry+0xe0
    C [libzip.so+0x348c] Java_java_util_zip_ZipFile_getEntry+0xc4
    J java.util.zip.ZipFile.getEntry(JLjava/lang/String;Z)J
    J sun.misc.URLClassPath$JarLoader.getResource(Ljava/lang/String;Z)Lsun/misc/Resource;
    J sun.misc.URLClassPath.findResource(Ljava/lang/String;Z)Ljava/net/URL;
    v ~I2CAdapter
    j java.net.URLClassLoader$2.run()Ljava/lang/Object;+12
    v ~StubRoutines::call_stub
    V [libjvm.so+0x19b65c]
    V [libjvm.so+0x225ea0]
    C [libjava.so+0xf7bc] Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2Ljava_security_AccessControlContext_2+0x1c
    j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
    j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
    j java.net.URLClassLoader.findResource(Ljava/lang/String;)Ljava/net/URL;+13
    j java.lang.ClassLoader.getResource(Ljava/lang/String;)Ljava/net/URL;+30
    j java.lang.ClassLoader.getResourceAsStream(Ljava/lang/String;)Ljava/io/InputStream;+2
    j javax.xml.parsers.SecuritySupport$4.run()Ljava/lang/Object;+26
    v ~StubRoutines::call_stub
    V [libjvm.so+0x19b65c]
    V [libjvm.so+0x225ea0]
    C [libjava.so+0x9c2c] Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2+0x1c
    j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object;+1
    j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object;+0
    j javax.xml.parsers.SecuritySupport.getResourceAsStream(Ljava/lang/ClassLoader;Ljava/lang/String;)Ljava/io/InputStream;+10
    v ~C2IAdapter
    J javax.xml.parsers.FactoryFinder.findJarServiceProvider(Ljava/lang/String;)Ljava/lang/Object;
    v ~I2CAdapter
    j javax.xml.parsers.FactoryFinder.find(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;+291
    j javax.xml.parsers.DocumentBuilderFactory.newInstance()Ljavax/xml/parsers/DocumentBuilderFactory;+4
    j com.siebel.etl.parser.OutputParser.execute()Z+13
    j com.siebel.etl.engine.core.AttachToInformaticaProcess.executeWorkFlow(I)I+947
    j com.siebel.etl.engine.core.Session$Task.executeThisSession()Z+503
    j com.siebel.etl.engine.core.Session$Task.execute()V+149
    j com.siebel.etl.engine.core.Session.executeTasks()Z+876
    j com.siebel.etl.engine.core.Session.run()V+308
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    V [libjvm.so+0x19b65c]
    V [libjvm.so+0x2c0794]
    V [libjvm.so+0x2dfd7c]
    V [libjvm.so+0x2db918]
    V [libjvm.so+0x67cef0]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    J java.util.zip.ZipFile.getEntry(JLjava/lang/String;Z)J
    J sun.misc.URLClassPath$JarLoader.getResource(Ljava/lang/String;Z)Lsun/misc/Resource;
    J sun.misc.URLClassPath.findResource(Ljava/lang/String;Z)Ljava/net/URL;
    v ~I2CAdapter
    j java.net.URLClassLoader$2.run()Ljava/lang/Object;+12
    v ~StubRoutines::call_stub
    j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
    j java.net.URLClassLoader.findResource(Ljava/lang/String;)Ljava/net/URL;+13
    j java.lang.ClassLoader.getResource(Ljava/lang/String;)Ljava/net/URL;+30
    j java.lang.ClassLoader.getResourceAsStream(Ljava/lang/String;)Ljava/io/InputStream;+2
    j javax.xml.parsers.SecuritySupport$4.run()Ljava/lang/Object;+26
    v ~StubRoutines::call_stub
    j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object;+0
    j javax.xml.parsers.SecuritySupport.getResourceAsStream(Ljava/lang/ClassLoader;Ljava/lang/String;)Ljava/io/InputStream;+10
    v ~C2IAdapter
    J javax.xml.parsers.FactoryFinder.findJarServiceProvider(Ljava/lang/String;)Ljava/lang/Object;
    v ~I2CAdapter
    j javax.xml.parsers.FactoryFinder.find(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;+291
    j javax.xml.parsers.DocumentBuilderFactory.newInstance()Ljavax/xml/parsers/DocumentBuilderFactory;+4
    j com.siebel.etl.parser.OutputParser.execute()Z+13
    j com.siebel.etl.engine.core.AttachToInformaticaProcess.executeWorkFlow(I)I+947
    j com.siebel.etl.engine.core.Session$Task.executeThisSession()Z+503
    j com.siebel.etl.engine.core.Session$Task.execute()V+149
    j com.siebel.etl.engine.core.Session.executeTasks()Z+876
    j com.siebel.etl.engine.core.Session.run()V+308
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x020a7748 JavaThread "SESSION: SIL_CopyListOfValuesToOLTP" [_thread_in_Java, id=536]
    0x008b0ae8 JavaThread "XTask Processing Thread: [CREATE INDEX, DataWarehouse]::XThread-24" [_thread_in_native, id=535]
    0x01684268 JavaThread "XTask Processing Thread: [CREATE INDEX, DataWarehouse]::XThread-23" [_thread_in_native, id=534]
    0x019f3288 JavaThread "SESSION: VisibilityContactParty" [_thread_in_Java, id=518]
    0x00fce3b0 JavaThread "SESSION: VisibilityOpportunityParty" [_thread_blocked, id=493]
    0x013dc6f8 JavaThread "SESSION: VisibilitySegmentParty" [_thread_blocked, id=444]
    =>0x014b4950 JavaThread "SESSION: VisibilityAccountParty" [_thread_in_native, id=443]
    0x00e4f260 JavaThread "XThread-22" [_thread_blocked, id=442]
    0x0138db40 JavaThread "SESSION: VisibilityOrderParty" [_thread_in_native, id=441]
    0x0157ce68 JavaThread "SESSION: VisibilityQuoteParty" [_thread_in_native, id=440]
    0x0097f450 JavaThread "SESSION: SDE_CostList_LoadCosts" [_thread_in_vm, id=435]
    0x008edca8 JavaThread "XThread-21" [_thread_blocked, id=433]
    0x014a2d28 JavaThread "SESSION: FINS_VisibilityClaimParty" [_thread_blocked, id=409]
    0x016ba380 JavaThread "SESSION: FINS_VisibilityAssetParty" [_thread_blocked, id=365]
    0x00eed888 JavaThread "XThread-20" [_thread_blocked, id=319]
    0x00eed6c0 JavaThread "XThread-19" [_thread_blocked, id=318]
    0x017fcef8 JavaThread "XThread-18" [_thread_blocked, id=317]
    0x00a508c8 JavaThread "XThread-17" [_thread_blocked, id=316]
    0x00859db8 JavaThread "XThread-16" [_thread_blocked, id=315]
    0x012b47e0 JavaThread "XThread-15" [_thread_blocked, id=314]
    0x003d8f20 JavaThread "XThread-14" [_thread_blocked, id=313]
    0x014bd7c8 JavaThread "XThread-13" [_thread_blocked, id=312]
    0x017be948 JavaThread "XThread-12" [_thread_blocked, id=311]
    0x0116bf00 JavaThread "XThread-11" [_thread_blocked, id=310]
    0x01f7b690 JavaThread "SESSION: SDE_AssetFact" [_thread_blocked, id=277]
    0x007261d0 JavaThread "XThread-10" [_thread_blocked, id=266]
    0x01492968 JavaThread "XThread-9" [_thread_blocked, id=265]
    0x01793ec0 JavaThread "XThread-8" [_thread_blocked, id=258]
    0x01142f20 JavaThread "SESSION: SDE_ActivityFact" [_thread_blocked, id=229]
    0x020d4530 JavaThread "XThread-7" [_thread_blocked, id=147]
    0x02277fb0 JavaThread "XThread-6" [_thread_blocked, id=146]
    0x0087ac10 JavaThread "XThread-5" [_thread_blocked, id=145]
    0x01bab428 JavaThread "XThread-4" [_thread_blocked, id=144]
    0x0050b828 JavaThread "XThread-3" [_thread_blocked, id=143]
    0x020d4368 JavaThread "XThread-2" [_thread_blocked, id=142]
    0x017e1c30 JavaThread "XThread-1" [_thread_blocked, id=141]
    0x0097ee88 JavaThread "XTASK HARVESTOR" [_thread_blocked, id=140]
    0x00d58720 JavaThread "Thread-14" [_thread_blocked, id=98]
    0x00cbb048 JavaThread "Thread-13" [_thread_blocked, id=97]
    0x01eb4320 JavaThread "ETL DISPATCHER THREAD" [_thread_blocked, id=96]
    0x006a6ca8 JavaThread "Timer-3" [_thread_blocked, id=89]
    0x00ed77a0 JavaThread "Timer-2" [_thread_blocked, id=88]
    0x011d41a0 JavaThread "EVENT DISPATCHER THREAD" [_thread_blocked, id=87]
    0x00ed75d8 JavaThread "Timer-1" [_thread_blocked, id=86]
    0x00037820 JavaThread "DestroyJavaVM" [_thread_blocked, id=1]
    0x0075db08 JavaThread "Thread-5" [_thread_in_native, id=85]
    0x00edb1d0 JavaThread "Default Scheduler Thread" [_thread_blocked, id=84]
    0x00edab08 JavaThread "SCHEDULER-EXECUTOR WORKER THREAD" [_thread_blocked, id=83]
    0x0088f2d8 JavaThread "SERVER MONITOR" [_thread_blocked, id=82]
    0x0075f5a8 JavaThread "EXECUTION MANAGER: WORKER THREAD" [_thread_blocked, id=81]
    0x01fa3670 JavaThread "HeartBeat Manager" [_thread_blocked, id=80]
    0x014bdc10 JavaThread "QSERVER WORKER THREAD: 19934057" [_thread_blocked, id=79]
    0x01f86c78 JavaThread "QSERVER WORKER THREAD: 32459563" [_thread_blocked, id=78]
    0x01a40268 JavaThread "ROWID GENERATOR THREAD" [_thread_in_Java, id=77]
    0x01188590 JavaThread "Thread-2" [_thread_blocked, id=76]
    0x00c58a58 JavaThread "Timer-0" [_thread_blocked, id=75]
    0x00369630 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=73]
    0x00367dc8 JavaThread "CompilerThread1" daemon [_thread_blocked, id=72]
    0x00367028 JavaThread "CompilerThread0" daemon [_thread_blocked, id=71]
    0x00366168 JavaThread "AdapterThread" daemon [_thread_blocked, id=70]
    0x00365450 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=69]
    0x00358900 JavaThread "Finalizer" daemon [_thread_blocked, id=68]
    0x00358560 JavaThread "Reference Handler" daemon [_thread_blocked, id=67]
    Other Threads:
    0x00356480 VMThread [id=66]
    0x000b09b8 WatcherThread [id=74]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x00036d10/0x00036d40] Threads_lock - owner thread: 0x0097f450
    Heap
    PSYoungGen total 235264K, used 10875K [0xe7c00000, 0xf7400000, 0xf8800000)
    eden space 230400K, 4% used [0xe7c00000,0xe869ef78,0xf5d00000)
    from space 4864K, 0% used [0xf6a80000,0xf6a80000,0xf6f40000)
    to space 4544K, 0% used [0xf6f90000,0xf6f90000,0xf7400000)
    PSOldGen total 352256K, used 38867K [0xc6400000, 0xdbc00000, 0xe7c00000)
    object space 352256K, 11% used [0xc6400000,0xc89f4f58,0xdbc00000)
    PSPermGen total 20480K, used 16712K [0xc2400000, 0xc3800000, 0xc6400000)
    object space 20480K, 81% used [0xc2400000,0xc34523f8,0xc3800000)
    Dynamic libraries:
    0x00010000      /tools/oraclebi/java/jdk1.5.0_16/bin/java
    0xff3a0000      /lib/libthread.so.1
    0xff370000      /lib/libdl.so.1
    0xff200000      /lib/libc.so.1
    0xff390000      /platform/SUNW,SPARC-Enterprise/lib/libc_psr.so.1
    0xfe800000      /tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/server/libjvm.so
    0xff1e0000      /lib/libsocket.so.1
    0xff350000      /usr/lib/libsched.so.1
    0xff1b0000      /usr/lib/libCrun.so.1
    0xff190000      /lib/libm.so.1
    0xff080000      /lib/libnsl.so.1
    0xfe700000      /lib/libm.so.2
    0xff160000      /lib/libscf.so.1
    0xff140000      /lib/libdoor.so.1
    0xff060000      /lib/libuutil.so.1
    0xfe7e0000      /lib/libgen.so.1
    0xfe6d0000      /lib/libmd.so.1
    0xfe6b0000      /lib/libmp.so.2
    0xfe690000      /tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/native_threads/libhpi.so
    0xfe630000      /tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/libverify.so
    0xfe5f0000      /tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/libjava.so
    0xfe5d0000      /tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/libzip.so
    0xbd200000      /tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/libawt.so
    0xbd080000      /tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/libmlib_image.so
    0xf89b0000      /tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/headless/libmawt.so
    0xf8850000      /tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/libnet.so
    0xf8990000      /tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/libnio.so
    0xf8830000      /lib/librt.so.1
    0xf8810000      /lib/libaio.so.1
    0xc23e0000      /usr/lib/libsendfile.so.1
    0xc23c0000      /tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/libj2pkcs11.so
    0xc2390000      /usr/lib/libpkcs11.so
    0xc22e0000      /usr/lib/libcryptoutil.so.1
    0xc21a0000      /usr/lib/security/pkcs11_softtoken.so
    0xc22b0000      /SIWH_APP_D1043T_SW/app/oracle/product/10.2.0/client10g/lib32/libocijdbc10.so
    0xbc000000      /SIWH_APP_D1043T_SW/app/oracle/product/10.2.0/client10g/lib32/libclntsh.so.10.1
    0xbbe00000      /SIWH_APP_D1043T_SW/app/oracle/product/10.2.0/client10g/lib32/libnnz10.so
    0xc2290000      /lib/libkstat.so.1
    VM Arguments:
    jvm_args: -Xms512m -Xmx800m
    java_command: com.siebel.etl.net.QServer
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/tools/oraclebi/java/jdk1.5.0_16
    PATH=/SIWH_APP_D1048T_SW/app/oracle/product/10.2.0/client10g/bin:/SIWH_APP_D1048T_SW/app/oracle/product/10.2.0/client10g/opmn/bin:/usr/bin:/SIWH_APP_D1043T_SW/oracle/tools/MOT:/SIWH_APP_D1043T_SW/oracle/tools/MOT/exe:/SIWH_APP_D1043T_SW/oracle/tools/MOT/rman/exe:/var/sdmi_adm/sdmiprd/current/exe:/var/tools/bin:/usr/bin:/appl/usf/perl/cur/bin:/appl/usf/sdi/cur/bin:/appl/usf/stu_common/cur/bin:/appl/usf/sysinfo/cur/bin:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server:.:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server:.:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server:.:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server:.
    LD_LIBRARY_PATH=/tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/server:/tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc:/tools/oraclebi/java/jdk1.5.0_16/jre/../lib/sparc:/SIWH_APP_D1043T_SW/app/oracle/product/10.2.0/client10g/lib32:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/oraclebi/OracleBI/web/bin:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server/bin
    SHELL=/bin/ksh
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x70d110], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGBUS: [libjvm.so+0x70d110], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGFPE: [libjvm.so+0x27325c], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGPIPE: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGILL: [libjvm.so+0x27325c], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGHUP: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGINT: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGQUIT: [libjvm.so+0x67e3cc], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGTERM: [libjvm.so+0x67e3cc], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    --------------- S Y S T E M ---------------
    OS: Solaris 10 5/08 s10s_u5wos_10 SPARC
    Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 24 March 2008
    uname:SunOS 5.10 Generic_141414-01 sun4u (T2 libthread)
    rlimit: STACK 8192k, CORE infinity, NOFILE 65536, AS infinity
    load average:18.86 16.56 15.52
    CPU:total 64 has_v8, has_v9, has_vis1, has_vis2, is_ultra3
    Memory: 8k page, physical 268435456k(13421704k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_16-b02) for solaris-sparc, built on May 28 2008 01:27:30 by unknown with unknown Workshop:0x550

    Hi all... I have reviewed posts by Greg Rakers, ttc1 and user11306733 and this is my contribution:
    I assume you have the following requirements:
    1. Solaris 8, 9 or 10.
    2. SPARC 64-bit
    3. DAC 10.1.3.4.1. OBI Apps 7.9.6 and 7.9.6.1 required DAC 10.1.3.4.1 with Patch 8760212. OBI Apps 7.9.6.2 required DAC 10.1.3.4.1 with Patch 10052370. OBI Apps 7.9.6.3 required DAC 10.1.3.4.1 with Patch 12381656 *(Customers on all versions of OBI Apps using DAC 10.1.3.4.1 are recommended to upgrade to this patch)*. Patch is available for download on the Patches and Updates tab in My Oracle Support at http://support.oracle.com.
    4. Informatica 7.1.4, 8.1.1 SP4, 8.1.1 SP5, 8.6.0 or 8.6.1.
    5. JDK Standard Edition 1.6.x. for Solaris SPARC 64-bit_
    I've noticed the following:
    -> Greg Rakers
    +#+
    +# An unexpected error has been detected by HotSpot Virtual Machine:+
    +#+
    +# SIGBUS (0xa) at pc=0xff256514, pid=14595, tid=443+
    +#+
    +# Java VM: Java HotSpot(TM) Server VM (1.5.0_16-b02 mixed mode)+
    +# Problematic frame:+
    +# C [libc.so.1+0x56514]+
    +#+
    Environment Variables:
    JAVA_HOME=/tools/oraclebi/java/jdk1.5.0_16
    PATH=/SIWH_APP_D1048T_SW/app/oracle/product/10.2.0/client10g/bin:/SIWH_APP_D1048T_SW/app/oracle/product/10.2.0/client10g/opmn/bin:/usr/bin:/SIWH_APP_D1043T_SW/oracle/tools/MOT:/SIWH_APP_D1043T_SW/oracle/tools/MOT/exe:/SIWH_APP_D1043T_SW/oracle/tools/MOT/rman/exe:/var/sdmi_adm/sdmiprd/current/exe:/var/tools/bin:/usr/bin:/appl/usf/perl/cur/bin:/appl/usf/sdi/cur/bin:/appl/usf/stu_common/cur/bin:/appl/usf/sysinfo/cur/bin:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server:.:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server:.:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server:.:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server:.
    LD_LIBRARY_PATH=/tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/server:/tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc:/tools/oraclebi/java/jdk1.5.0_16/jre/../lib/sparc:/SIWH_APP_D1043T_SW/app/oracle/product/10.2.0/client10g/lib32:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/oraclebi/OracleBI/web/bin:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server/bin
    SHELL=/bin/ksh
    1. You're using JDK 1.5.x. I think this is the problem.
    2. PATH variable is set with INFA_HOME/server and INFA_HOME/server/bin paths several times.
    3. LD_LIBRARY_PATH variable does not neeed to include java paths.
    4. LD_LIBRARY_PATH is set with INFA_HOME/server/bin path several times.
    5. You are using Korn shell (ksh).
    -> ttc1
    my LD_LIBRARY_PATH is pointing to oracle Home and Informatica home.
    ie. /opt/oracle/product/10.2.0/client:/opt/biee/prd1/Informatica/PowerCenter8.1.1/server/bin
    1. Your oracle path is incorrectly set in LD_LIBRARY_PATH variable. INFA_HOME/server/bin is ok.
    -> user11306733
    +#+
    +# An unexpected error has been detected by HotSpot Virtual Machine:+
    +#+
    +# SIGBUS (0xa) at pc=0xff2567fc, pid=16515, tid=201+
    +#+
    +# Java VM: Java HotSpot(TM) Server VM (1.5.0_09-b03 mixed mode)+
    +# Problematic frame:+
    +# C [libc.so.1+0x567fc]+
    +#+1. You're using JDK 1.5.x. I think this is the problem.
    You need to fix the following:
    -> Greg Rakers
    1. You must install and use JDK 1.6.x.
    2. You must set INFA_HOME/server and INFA_HOME/server/bin paths once in the PATH variable (recommended).
    3. You must delete java paths from LD_LIBRARY_PATH variable (recommended) or change them for the new ones (JDK1.6.x) if you need them.
    4. You must set INFA_HOME/server/bin path once in the LD_LIBRARY_PATH variable (recommended).
    5. You must use unix shell (sh) to run startserver.sh command
    -> ttc1
    1. You must set LD_LIBRARY_PATH variable with $ORACLE_HOME/lib32.
    -> user11306733
    1. You must install and use JDK 1.6.x.
    I will waiting for your feedback.
    best regards.
    PD: If this helps you, please mark it as correct/helpful.

  • Server 2012 crashing - DRIVER_IRQL_NOT_LESS_OR_EQUAL any suggestions

    hello we have a HP DL360 G5 server running server 2012 and Exchange 2013 CAS & MBX Roles.
    the server has crashed 4 times in the last month or so.
    having doing some log reading i created this summary of the crashes, but having done a bit of research i cant seem to find a potential fix.
    i am new to this level of troubleshooting so could do with some tips if possible.
    many thanks.
    Gordon
    Dump File
    Crash Time
    Bug Check String
    Bug Check Code
    Parameter 1
    Parameter 2
    Parameter 3
    Parameter 4
    Caused By Driver
    Caused By Address
    File Description
    Product Name
    Company
    File Version
    Processor
    Crash Address
    Stack Address 1
    Stack Address 2
    Stack Address 3
    Computer Name
    Full Path
    Processors Count
    Major Version
    Minor Version
    Dump File Size
    Dump File Time
    050714-14109-01.dmp
    07/05/2014 21:14:31
    DRIVER_IRQL_NOT_LESS_OR_EQUAL
    0x000000d1
    00000000`00000028
    00000000`00000002
    00000000`00000000
    fffff880`01271fd2
    hal.dll
    hal.dll+c184
    x64
    ntoskrnl.exe+5a440
    C:\Users\gharwood\Desktop\050714-14109-01.dmp
    12
    15
    9200
    284,928
    07/05/2014 21:17:41
    050214-15984-01.dmp
    02/05/2014 15:13:10
    DRIVER_IRQL_NOT_LESS_OR_EQUAL
    0x000000d1
    00000000`00000028
    00000000`00000002
    00000000`00000000
    fffff880`01311fd2
    NETIO.SYS
    NETIO.SYS+1cfd2
    x64
    ntoskrnl.exe+5a440
    C:\Users\gharwood\Desktop\050214-15984-01.dmp
    12
    15
    9200
    284,928
    02/05/2014 15:16:18
    041014-20343-01.dmp
    10/04/2014 02:25:43
    DRIVER_IRQL_NOT_LESS_OR_EQUAL
    0x000000d1
    00000000`00000028
    00000000`00000002
    00000000`00000000
    fffff880`0141cfd2
    hal.dll
    hal.dll+c184
    x64
    ntoskrnl.exe+5a440
    C:\Users\gharwood\Desktop\041014-20343-01.dmp
    12
    15
    9200
    284,872
    10/04/2014 02:29:07
    101913-13140-01.dmp
    19/10/2013 11:05:59
    DRIVER_IRQL_NOT_LESS_OR_EQUAL
    0x000000d1
    00000000`00000028
    00000000`00000002
    00000000`00000000
    fffff880`01237fd2
    HTTP.sys
    HTTP.sys+985c
    x64
    ntoskrnl.exe+5a440
    C:\Users\gharwood\Desktop\101913-13140-01.dmp
    12
    15
    9200
    284,872
    19/10/2013 11:09:01

    Hi ,
    Below thread will help.
    http://social.technet.microsoft.com/Forums/en-US/18c573d2-14d9-4494-b235-d2c9a21d5ee4/bsod-due-to-multiple-drivers-driverirqlnotlessorequal-0x000000d1?forum=winservergen
    Regards,
    Manjunath Sullad

Maybe you are looking for

  • Upgrade question on older CS2 suite/Photoshop

    I recently bought a sealed Adobe CS2 Creative Suite Premium upgrade, Adobe P/N 28040331. On the outside of the package it says it will upgrade to the CS2 Suite if one is "a licensed user of Adobe Photoshop CS or an earlier version." I own licenses fo

  • Error :CANT USE MY ITUNES WONT OPEN OR RUN

    THE FILE "iTUNES Library.itl" cannot be read because it was created by a newer version of iTunes. i have Windows 8 64 bit operating system

  • Need help in SAP CRM

    Hi guys, I am working as a technical consultant in ABAP. Now i want to change my career to SAP CRM as a techno-functional. I worked as a CRM technical consultant (IC WebClient) for 1 year also. I faced some interviews in SAP CRM but they are not aski

  • HT3964 blue screen

    my macbook pro just locked on a blue screen and even when i restart it wont load. help me please

  • Duplicate message id's in IE

    HI I have a jms-xi-idoc scenario. XI is picking one message from the queue. AE is confirming the same. But in IE, two message id's are creating and ultimately XI is posting 2 idocs to ECC ?? why XI is behaving like this ?? Any solution for this ?? th