Invalid memory access errors

I have frequent boot problems with my 1 GHz 17" PowerBook. When I depress the power button, I often hear the SuperDrive start up but not the hard drive, and the screen stays black. I can tell power's on by depressing the all-caps key and getting the indicator light. Depress power button till shutdown, try again.
Occasionally, I get a white screen with the following error message:
Invalid memory access at %SRR0:00014000 %SRR1:01400000
The rest of the message lists the Boot ROM version and asks whether I want to shut down or continue booting.
If I type the mac-boot command at the prompt and hit return, I get the first boot screen, but it goes into perpetual cycling.
I try booting enough times, finally the hard drive will start up and the boot process moves apace. Sometimes it works after a few tries. Sometimes it takes half an hour. Sometimes I give up.
I removed the original RAM card and inserted a brand new 1 GB card, did not correct the problem. Is it possible my boot ROM has a problem?
On this same computer, the internal Airport Extreme card malfunctioned a couple of years ago. For a long time that caused complete crashes on attempted boot much (not all) of the time. Everybody on this board thought it was a motherboard problem, when it was just a problem with Airport. That thing's still in there, just not functioning. It quit causing interference that made the screen look scratchy. Might it still be involved in the boot problems? Computer diagnostics don't even show it's alive.

The problem was that the internal AirPort card had come loose, causing intermittent failures.

Similar Messages

  • Invalid memory access of location error when exporting for iOS

    I have been recently been asked to convert a flash application for us on the iPad. When I try to publish the .ipa file I end up with the following error:
    Invalid memory access of location 0xceip=0x55492db4
    I have no idea what might cause this and my google search of the error message has come up pretty empty. If I remove the document class and republish it works fine so I know it has something to do with my code but I haven't the slightest idea where to start looking so I was hoping someone else had run into a similar error and could point me in the right direction.
    thanks so much
    -Ryan             

    I managed to figure this out through laborious guess and check. Just thought I would share the bug in case anyone else ever runs into it.
    A third party library I was using wrote try catch statements wrong:
    try{
    catch(Error:*){
    No idea why the original author did it like this, probably meant to write "error:*" and didn't release shift fast enough after the "(" but as you might suspect "Error" is a reserved object name to cannot be declared as a paramenter variable
    when replaced with:
    try{
    catch(error:Error){
    the memory access bug went away. What is strange is that the incorrect try/catch statement works just fine when published to swf, air, or android and is only an issue with the iOS converter, and obviously produces a very cryptic error.
    I was using CS5.5 so maybe this has been fixed (if not I would suggest making this a compile time error) but just thought I would post my findings.

  • Weblogic crash after "Illegal memory access" error

    hi all. Weblogic application crashed after receiving an illegal memory access error. any thoughts....
    Error Message: Illegal memory access. [54]
    Signal info : si_signo=11, si_code=2 si_addr=0xb5778850
    Version : BEA JRockit(R) R27.4.0-90_CR358515-94243-1.5.0_12-20080118-1154-l
    inux-ia32
    The Weblogic Admin Console will not start since the Jrockit crash. I've attached the log from the failed startup.
    <Jan 8, 2009 11:13:22 AM MDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.la
    ng.ClassFormatError: com/bea/xbean/store/Xobj$DocumentXobj : invalid LineNumberTable pc at 27684
    java.lang.ClassFormatError: com/bea/xbean/store/Xobj$DocumentXobj : invalid LineNumberTable pc at 27684
    log from weblogic admin stdout:
    Java home=/ps_opt/wl92/jrockit_150_12
    Java command line=java -jrockit -Xms256m -Xmx256m -Dweblogic.Chunksize=65536 -Djava.util.logging.config.file=/ps_opt/wl92/webserv/myserver/applications/peoplesoft/logging.properties -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Dweblogic.Name=WebLogicAdmin -Dps_vault=/ps_opt/wl92/webserv/myserver/psvault -Djavax.net.ssl.trustStore=/ps_opt/wl92/webserv/myserver/keystore/pskey -Dweblogic.ProductionModeEnabled=true -Djava.security.policy=/ps_opt/wl92/weblogic92/server/lib/weblogic.policy -Dssl.debug=false -Dps_home=/ps_opt/wl92 weblogic.Server
    Java options=-jrockit -Xms256m -Xmx256m -Dweblogic.Chunksize=65536
    <Jan 8, 2009 11:13:20 AM MDT> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    /ps_opt/wl92/weblogic92/platform/lib/p13n/p13n-schemas.jar:/ps_opt/wl92/weblogic92/platform/lib/p13n/p13n_common.jar:/ps_opt/wl92/weblogic92/platform/lib/p13n/p13n_system.jar:/ps_opt/wl92/weblogic92/platform/lib/wlp/netuix_common.jar:/ps_opt/wl92/weblogic92/platform/lib/wlp/netuix_schemas.jar:/ps_opt/wl92/weblogic92/platform/lib/wlp/netuix_system.jar:/ps_opt/wl92/weblogic92/platform/lib/wlp/wsrp-common.jar:/ps_opt/wl92/webserv/myserver/lib/endorsed/xalan.jar:/ps_opt/wl92/webserv/myserver/lib/pluto-1.0.1.jar:/ps_opt/wl92/webserv/myserver/lib/portlet-api-1.0.jar:/ps_opt/wl92/webserv/myserver/lib/ps_patch.jar>
    <Jan 8, 2009 11:13:21 AM MDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R27.4.0-90_CR358515-94243-1.5.0_12-20080118-1154-linux-ia32 from BEA Systems, Inc.>
    <Jan 8, 2009 11:13:22 AM MDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.ClassFormatError:
    com/bea/xbean/store/Xobj$DocumentXobj : invalid LineNumberTable pc at 27684
    java.lang.ClassFormatError: com/bea/xbean/store/Xobj$DocumentXobj : invalid LineNumberTable pc at 27684
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at com.bea.xbean.store.Cur$Locations.<clinit>(Cur.java:482)
         at com.bea.xbean.store.Locale.<init>(Locale.java:168)
         at com.bea.xbean.store.Locale.getLocale(Locale.java:235)
    >
    <Jan 8, 2009 11:13:22 AM MDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Jan 8, 2009 11:13:22 AM MDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Jan 8, 2009 11:13:22 AM MDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

    Hi Nicolas.
    What Weblogic 9.2 patch is it ?92MP3 no patches
    What Peopletools version is it ?849.09
    What OS ?Linux 2.6.9-67.0.20.ELsmp
    Is it crashed on the startup ? yes it fails when we try to startup the admin server
    let me know thanks

  • Invalid memory access %SRR0: ff845360 %SRR1:00003030 appearing on 3 different sticks of RAM

    Thanks for reading. I am working with an iMac G5 2.0 GHz. I expanded the the RAM from the stock 512 to 512 x 2 and it worked fine for a few weeks, and then at boot the message would appear:
    Invalid memory access %SRR0: ff845360 %SRR1:00003030
    After that there is the option to type mac-boot or shut-down. But the system won't boot off that.
    I replaced the new sticks of RAM with the original stick but this error is appearing now even with this original stick of RAM. I've done some research on this problem but I'm not sure what the solution is or where the problem lies, so I'd like to ask for help here.

    Which model/generation iMac G5? 
    http://docs.info.apple.com/article.html?artnum=301724-en How to identify your iMac
    Boot up from the system DVD #1 that originally came w/the computer.  Run Apple's Hardware Test.  Read the DVD label to determine which key to boot up from to run the test.
    Please post the results.
     

  • Invalid memory access

    I just ran the Apple Hardware Test from the install and restore CD and got some interesting results. I restarted the computer and held down the OPTION key, then selected the AHT button and the CONTINUE arrow. My screen went grey, and then the test loading icon appeared, as did some white text in the upper left corner: invalid memory access at: %SRR0: 00000000.00000000 %SRR1: 10000000.00083030 (plus copyright info and a welcome to firmware and instructions). I'm not sure how to interpret this message. Does it mean I need to replace DIMMs 0 and 1?
    I ran TechTool Pro 4 and nothing came up during that memory test. My computer has been doing an odd thing usually after hours of sleep: the fans start whirling and making a lot of noise and when the screen wakes my mouse cursor is frozen.
    Any ideas?

    I found the solution (for my problem anyway). Turns out my hard drive was corrupted beyond repair. I just happened to run the G5 10.3.5 disc and ran disk utility. It failed miserably-gave some sort of error and said it couldn't be fixed. I tried repairing in Target Disk Mode from my MacBook and the drive reported the same errors. I erased the drive, reinstalled the OS, and it started again. No more grey Open Firmware and all my RAM is recognized. I'm getting another drive to be safe. Hope it helps.

  • IBook G4 can't install Tiger and "Invalid memory access"

    My friend recently bought an iBook G4, came with Panther 10.3.9 on it, he has been trying to install a retail version of Tiger on it and
    At first the installer would pop up, he'd go through the steps and then it would prompt him to restart but once it had rebooted nothing had changed, still in 10.3.9.
    Then he restarted with Alt, and tried to boot from the installer disk and he got the following message "Invalid Memory Access at % SRRO: 3132636c % SRRI: 40003030"
    He was then prompted to type "mac-boot" to restart and upon restarting he got a folder icon with a question mark, which I understand means the HD couldn't be detected but it still booted up anyway.
    Any thoughts? :/

    I'm not sure what that error message means, but I am wondering if the hard drive might be beginning to go south. If you open Disk Utility, is the S.M.A.R.T. status verified? If the drive is the original, then it could well be getting to the end of its useful life of 3-5 years, even if it is still working after a fashion.
    Did your friend get the original Panther system discs? If so, it might be a good idea to run the extended version of the Apple Hardware Test and see if anything shows up.
    One thing to try is to boot from the Tiger install disc and then navigate to Disk Utility. Since this iBook is a recent purchase, it may be that there is no data to save. If so, your friend could go ahead and erase and reformat the disk before proceeding with the installation.
    If Disk Utility cannot erase and reformat the disk or if the disk cannot be seen, then it will likely not be possible to install anything.
    Also, be sure the RAM meets the minimum requirements for Tiger.
    Good luck!

  • Xserve G5 - Service Diagnostic Memory Access Errors

    Hello,
    I am trying to trouble-shoot a 2ghz G5 Xserve. The logicboard was replaced on this server, because the ethernet ports failed. After replacing the logicboard, I attempted to run the Service Diagnostic CD, to run the thermal calibration (to get the blowers to act normally - they blow constantly). Each and every time I boot from this CD, I get a memory access error.
    http://img.photobucket.com/albums/v30/bbplayer5/IT/ASD.jpg
    http://img.photobucket.com/albums/v30/bbplayer5/IT/ASD2.jpg
    I have replaced:
    - Logic Board
    - Memory
    - Processor
    Any help would be appreciated. Thank you!

    The GSX images section for xserves, does not have a recent copy of the ASD software. I just talked to someone at Apple, and they claimed there was no ASD for it, I had to use remote server admin?! But that makes no sense... And, I cannot find anything in remote admin that indicates thermal calibration.
    If you change the processor on a G5 Xserve, you have to run thermal calibration correct? The fans will not stop regarldess of what I do.
    Quite frustrating.

  • Memory access error combined with "internal error SIGSEV"

    In a code that I work on, I get a memory access error, when i allocate memory to a pointer via new.
    It says " Attempting to write 4 bytes at address <address>
    which is <x> bytes past the end of heap block of size <size of class allocated throug new> at <address>
    After this there is one function call into which i try to step in and i get
    "internal error : signal SIGSEV (no mapping at the fault address)" and core is dumped after raising abort signal.
    But i dont get any problem with regard to function mapping, when i try stepping over the function and function performs its usual action. Also the binary works fine with no runtime exceptions. It gives this mapping problem while debugging.
    Addtional info :
    {font:Courier New}{size:2}{color:black}{font:'Courier New'}{size:10pt}{color:black}dbx
    -V{color}{size}{font}{color}{size}{font}
    g++ -v
    {font:Courier New}{size:2}{color:black}{font:'Courier New'}{size:10pt}{color:black}{color}{size}{font}{color}{size}{font}
    {font:Courier New}{size:2}{color:black}{font:'Courier New'}{size:10pt}{color:black}Sun Dbx
    Debugger 7.5 2005/10/13{color}{size}{font}{color}{size}{font}
    Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs
    Configured with: /gates/sfw10/builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared
    Thread model: posix
    gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
    Could some one suggest the possible reasons for this error with the give information? Thank you.
    --Saravana

    Indeed, it is dbx error. Seeing that gdb is involved, I suspect DWARF-related problem. You are using dbx that is almost 4 years old; at the very least, please install all patches; better solution is to upgrade to latest version, it works much better with gcc compilers.
    The latest version of Sun Studio can be downloaded from here: http://developers.sun.com/sunstudio/downloads/
    Besides, it has much better IDE and more standard- (and gcc-) conforming C++ compiler, so you might as well try switching to Sun Studio C++ compiler for you project.

  • TORCS: Memory access error

    Is anybody playing TORCS?
    I tried it recently, but when I begin racing, the program crashes a few seconds after race start.
    This is the output, of torcs. (Speicherzugriffsfehler=Memory access error)
    Visual Properties Report
    Compatibility mode, properties unknown.
    GfParmCheckHandle: parameter "Front Wing/angle" out of bounds: min:0 max:0.20944 val:0.523599 in ("NASCAR RWD" - "drivers/lliaw/car.xml")
    GfParmCheckHandle: parameter "Rear Wing/angle" out of bounds: min:0 max:0.314159 val:0.523599 in ("NASCAR RWD" - "drivers/lliaw/car.xml")
    GfParmCheckHandle: parameter "Rear Wing/angle" out of bounds: min:0 max:0.349066 val:0.523599 in ("Tita" - "drivers/tita/car.xml")
    OpenAL backend info:
      Vendor: OpenAL Community
      Renderer: Software
      Version: 1.1
      Available sources: 1024 or more
      Available buffers: 1024 or more
      Dynamic Sources: requested: 1003, created: 1003
      #static sources: 21
      #dyn sources   : 1003
    /opt/torcs/bin/torcs: line 52:  4225 Speicherzugriffsfehler  $LIBDIR/torcs-bin -l $LOCAL_CONF -L $LIBDIR -D $DATADIR $*
    dmesg gives the following output
    torcs-bin[4225] general protection rip:2af7aa3539fd rsp:7fff00bc6ae0 error:0
    I'm running arch64, but I don't know, if it's 64-bit specific. So I posted the problem here.

    I just installed to check on 32...everything works fine.

  • Any WIBIC command leads to memory access error

    Input any command in WIBIC leads to violation memory access error in USER.EXE. Compatibility realise DLL's for win32 are installed.

    Hi,
    Do you have the newest version of NI-488 installed? Check http://www.ni.com/support/gpib/versions.htm for the newest version of the driver that supports your hardware.
    Best Regards,
    Aaron K.
    Application Engineer
    National Instruments

  • Invalid memory access of location 0x0 eip=0x16793eca

    I am getting this error and I have no idea what to do to fix it. I tried to reinstall java but i didn't work any Ideas i can't get anything done without solving this problem.
    thanks
    Process:         java [737]
    Path:            /usr/bin/java
    Identifier:      com.apple.javajdk16.cmd
    Version:         1.0 (1.0)
    Code Type:       X86 (Native)
    Parent Process:  JavaApplicationStub [272]
    User ID:         501
    PlugIn Path:       /Users/USER/Documents/*/libSimpleOpenNI.jnilib
    PlugIn Identifier: libSimpleOpenNI.jnilib
    PlugIn Version:    ??? (???)
    Date/Time:       2013-03-06 22:43:03.193 -0500
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          24511 sec
    Crashes Since Last Report:           33
    Per-App Interval Since Last Report:  9259 sec
    Per-App Crashes Since Last Report:   31
    Anonymous UUID:                      08E446C9-5383-7578-92D6-8EE6C108B879
    Crashed Thread:  22  Java: Animation Thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
        __TEXT                 0000000000001000-0000000000008000 [   28K] r-x/rwx SM=COW  /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
    Application Specific Information:
    Java information:
    Exception type: Bus Error (0xa) at pc=0000000016793eca
    Java VM: Java HotSpot(TM) Client VM (20.14-b01-447 mixed mode macosx-x86)
    Current thread (00000000022c4000):  JavaThread "Animation Thread" [_thread_in_native, id=-1317318656, stack(00000000b16b5000,00000000b17b5000)]
    Stack: [00000000b16b5000,00000000b17b5000]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  SimpleOpenNI.SimpleOpenNIJNI.ContextWrapper_enableUserSwigExplicitContextWrappe r(JLSimpleOpenNI/ContextWrapper;I)Z+0
    j  SimpleOpenNI.ContextWrapper.enableUser(I)Z+28
    j  SimpleOpenNI.SimpleOpenNI.enableUser(ILjava/lang/Object;)Z+17
    j  SimpleOpenNI.SimpleOpenNI.enableUser(I)Z+6
    j  sketch_130305a.setup()V+35
    j  processing.core.PApplet.handleDraw()V+191
    j  processing.core.PGraphicsJava2D.requestDraw()V+4
    j  processing.core.PApplet.run()V+176
    j  java.lang.Thread.run()V+11
    v  ~StubRoutines::call_stub
    Java Threads: ( => current thread )
    =>00000000022c4000 JavaThread "Animation Thread" [_thread_in_native, id=-1317318656, stack(00000000b16b5000,00000000b17b5000)]
      0000000002279000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=-1318375424, stack(00000000b15b3000,00000000b16b3000)]
      00000000019fdc00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=-1319432192, stack(00000000b14b1000,00000000b15b1000)]
      00000000019fa000 JavaThread "AWT-Shutdown" [_thread_blocked, id=-1322086400, stack(00000000b1229000,00000000b1329000)]
      00000000019f9800 JavaThread "AWT-AppKit" daemon [_thread_in_native, id=-1398412760, stack(00000000bf800000,00000000c0000000)]
      00000000019df800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=-1324199936, stack(00000000b1025000,00000000b1125000)]
      0000000002256800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=-1325256704, stack(00000000b0f23000,00000000b1023000)]
      00000000019de800 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=-1326313472, stack(00000000b0e21000,00000000b0f21000)]
      00000000019dd800 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=-1327370240, stack(00000000b0d1f000,00000000b0e1f000)]
      00000000019dc800 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=-1328427008, stack(00000000b0c1d000,00000000b0d1d000)]
      0000000002250c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=-1329483776, stack(00000000b0b1b000,00000000b0c1b000)]
      000000000224fc00 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=-1330540544, stack(00000000b0a19000,00000000b0b19000)]
      0000000002249c00 JavaThread "Finalizer" daemon [_thread_blocked, id=-1333194752, stack(00000000b0791000,00000000b0891000)]
      00000000019d2400 JavaThread "Reference Handler" daemon [_thread_blocked, id=-1334251520, stack(00000000b068f000,00000000b078f000)]
      00000000019b6800 JavaThread "main" [_thread_blocked, id=-1341124608, stack(00000000b0001000,00000000b0101000)]
    Other Threads:
      0000000002248000 VMThread [stack: 00000000b058d000,00000000b068d000] [id=-1335308288]
      00000000019dc000 WatcherThread [stack: 00000000b1127000,00000000b1227000] [id=-1323143168]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    par new generation   total 14784K, used 6882K [0000000005010000, 0000000006010000, 0000000006010000)
      eden space 13184K,  52% used [0000000005010000, 00000000056c8840, 0000000005cf0000)
      from space 1600K,   0% used [0000000005cf0000, 0000000005cf0000, 0000000005e80000)
      to   space 1600K,   0% used [0000000005e80000, 0000000005e80000, 0000000006010000)
    concurrent mark-sweep generation total 49152K, used 0K [0000000006010000, 0000000009010000, 000000000b010000)
    concurrent-mark-sweep perm gen total 12288K, used 7748K [000000000b010000, 000000000bc10000, 000000000f010000)
    Code Cache  [0000000003001000, 00000000030a2000, 0000000005001000)
    total_blobs=362 nmethods=87 adapters=219 free_code_cache=32898752 largest_free_block=0
    Virtual Machine Arguments:
    JVM Args: -Xrunjdwp:transport=dt_socket,address=8401,suspend=y -Djava.library.path=/users/mizo_015/Documents/Processing/sketch_130305a/code:/u sers/mizo_015/Documents/Processing/libraries/libraries/ARDroneForP5/library:/use rs/mizo_015/Documents/Processing/libraries/libraries/SimpleOpenNI/library:/Users /mizo_015/Documents/Processing/libraries/processing-2.0b8-macosx/Processing.app/ Contents/Resources/Java:/System/Library/PrivateFrameworks/JavaApplicationLaunche r.framework/Resources:.:/Library/Java/Extensions:/System/Library/Java/Extensions :/usr/lib/java -ea
    Java Command: processing.core.PApplet --editor-location=483,134 --external --display=0 --sketch-path=/users/mizo_015/Documents/Processing/sketch_130305a sketch_130305a
    Launcher Type: SUN_STANDARD
    Physical Memory: Page Size = 4k, Total = 3840M, Free = 159M
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x959b9599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x959bef7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x959be63a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x959be4ab CFRunLoopRunInMode + 123
    6   com.apple.HIToolbox                     0x990fe15a RunCurrentEventLoopInMode + 242
    7   com.apple.HIToolbox                     0x990fdec9 ReceiveNextEventCommon + 374
    8   com.apple.HIToolbox                     0x990fdd44 BlockUntilNextEventMatchingListInMode + 88
    9   com.apple.AppKit                        0x960bea3a _DPSNextEvent + 724
    10  com.apple.AppKit                        0x960be26c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    11  libawt.jnilib                           0x0f8e8011 -[NSApplicationAWT nextEventMatchingMask:untilDate:inMode:dequeue:] + 132
    12  com.apple.AppKit                        0x960b46cc -[NSApplication run] + 855
    13  libawt.jnilib                           0x0f8e6334 +[AWTStarter startAWT:] + 2019
    14  libawt.jnilib                           0x0f8e5b01 -[CPerformer perform] + 259
    15  libobjc.A.dylib                         0x92a465d3 -[NSObject performSelector:withObject:] + 70
    16  com.apple.Foundation                    0x9705e0c0 __NSThreadPerformPerform + 395
    17  com.apple.CoreFoundation                0x9599966f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
    18  com.apple.CoreFoundation                0x95999099 __CFRunLoopDoSources0 + 233
    19  com.apple.CoreFoundation                0x959bee46 __CFRunLoopRun + 934
    20  com.apple.CoreFoundation                0x959be63a CFRunLoopRunSpecific + 378
    21  com.apple.CoreFoundation                0x959be4ab CFRunLoopRunInMode + 123
    22  java                                    0x000051af 0x1000 + 16815
    23  java                                    0x00004bd3 0x1000 + 15315
    24  java                                    0x00002329 0x1000 + 4905
    Thread 1:
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x00215196 0x200000 + 86422
    3   libclient.dylib                         0x00348915 0x200000 + 1345813
    4   libclient.dylib                         0x0034be35 JVM_Sleep + 254
    5   libjvmlinkage.dylib                     0x0004d9c8 JVM_Sleep + 72
    6   ???                                     0x03011490 0 + 50402448
    7   ???                                     0x03003ec1 0 + 50347713
    8   ???                                     0x03003ec1 0 + 50347713
    9   ???                                     0x03001374 0 + 50336628
    10  libclient.dylib                         0x002ae583 0x200000 + 714115
    11  libclient.dylib                         0x002ae2f5 0x200000 + 713461
    12  libclient.dylib                         0x002ae2c7 0x200000 + 713415
    13  libclient.dylib                         0x002d3883 0x200000 + 866435
    14  libclient.dylib                         0x002d36e2 0x200000 + 866018
    15  java                                    0x00003583 0x1000 + 9603
    16  java                                    0x0000504b 0x1000 + 16459
    17  java                                    0x00003a82 0x1000 + 10882
    18  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    19  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x973e29ae kevent + 10
    1   libdispatch.dylib                       0x9a2e4c71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x9a2e47a9 _dispatch_mgr_thread + 53
    Thread 3:: Java: Exception Handler Thread
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libsystem_kernel.dylib                  0x973df644 mach_msg_server + 620
    3   libclient.dylib                         0x0021605a 0x200000 + 90202
    4   libclient.dylib                         0x00215ee3 0x200000 + 89827
    5   libclient.dylib                         0x0021496c 0x200000 + 84332
    6   libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    7   libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 4:: Java: Gang worker#0 (Parallel GC Threads)
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x00214ec8 0x200000 + 85704
    5   libclient.dylib                         0x00214a0d 0x200000 + 84493
    6   libclient.dylib                         0x00214897 0x200000 + 84119
    7   libclient.dylib                         0x0022c3f1 0x200000 + 181233
    8   libclient.dylib                         0x0022c2db 0x200000 + 180955
    9   libclient.dylib                         0x0021496c 0x200000 + 84332
    10  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    11  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 5:: Java: Gang worker#1 (Parallel GC Threads)
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x00214ec8 0x200000 + 85704
    5   libclient.dylib                         0x00214a0d 0x200000 + 84493
    6   libclient.dylib                         0x00214897 0x200000 + 84119
    7   libclient.dylib                         0x0022c3f1 0x200000 + 181233
    8   libclient.dylib                         0x0022c2db 0x200000 + 180955
    9   libclient.dylib                         0x0021496c 0x200000 + 84332
    10  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    11  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 6:: Java: Concurrent Mark-Sweep GC Thread
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x00215196 0x200000 + 86422
    3   libclient.dylib                         0x00232d56 0x200000 + 208214
    4   libclient.dylib                         0x00214ee4 0x200000 + 85732
    5   libclient.dylib                         0x00214a0d 0x200000 + 84493
    6   libclient.dylib                         0x00214897 0x200000 + 84119
    7   libclient.dylib                         0x0033dca5 0x200000 + 1301669
    8   libclient.dylib                         0x0033dc13 0x200000 + 1301523
    9   libclient.dylib                         0x00232b71 0x200000 + 207729
    10  libclient.dylib                         0x0021496c 0x200000 + 84332
    11  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    12  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 7:: Java: VM Thread
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x00215196 0x200000 + 86422
    3   libclient.dylib                         0x00232d56 0x200000 + 208214
    4   libclient.dylib                         0x00214ee4 0x200000 + 85732
    5   libclient.dylib                         0x00214a0d 0x200000 + 84493
    6   libclient.dylib                         0x00214897 0x200000 + 84119
    7   libclient.dylib                         0x002ad246 0x200000 + 709190
    8   libclient.dylib                         0x002aceef 0x200000 + 708335
    9   libclient.dylib                         0x0021496c 0x200000 + 84332
    10  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    11  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 8:: Java: Reference Handler
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x002bbe28 0x200000 + 769576
    5   libclient.dylib                         0x002bb32a 0x200000 + 766762
    6   libclient.dylib                         0x002bb01c JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x0004cdd5 JVM_MonitorWait + 69
    8   ???                                     0x03011490 0 + 50402448
    9   ???                                     0x03003ec1 0 + 50347713
    10  ???                                     0x03003ec1 0 + 50347713
    11  ???                                     0x03001374 0 + 50336628
    12  libclient.dylib                         0x002ae583 0x200000 + 714115
    13  libclient.dylib                         0x002ae2f5 0x200000 + 713461
    14  libclient.dylib                         0x002baccd 0x200000 + 765133
    15  libclient.dylib                         0x002bab5d 0x200000 + 764765
    16  libclient.dylib                         0x002baadb 0x200000 + 764635
    17  libclient.dylib                         0x002ba935 0x200000 + 764213
    18  libclient.dylib                         0x002ba773 0x200000 + 763763
    19  libclient.dylib                         0x0021496c 0x200000 + 84332
    20  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    21  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 9:: Java: Finalizer
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x002bbe28 0x200000 + 769576
    5   libclient.dylib                         0x002bb32a 0x200000 + 766762
    6   libclient.dylib                         0x002bb01c JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x0004cdd5 JVM_MonitorWait + 69
    8   ???                                     0x03011490 0 + 50402448
    9   ???                                     0x03003ec1 0 + 50347713
    10  ???                                     0x03004027 0 + 50348071
    11  ???                                     0x03004027 0 + 50348071
    12  ???                                     0x03001374 0 + 50336628
    13  libclient.dylib                         0x002ae583 0x200000 + 714115
    14  libclient.dylib                         0x002ae2f5 0x200000 + 713461
    15  libclient.dylib                         0x002baccd 0x200000 + 765133
    16  libclient.dylib                         0x002bab5d 0x200000 + 764765
    17  libclient.dylib                         0x002baadb 0x200000 + 764635
    18  libclient.dylib                         0x002ba935 0x200000 + 764213
    19  libclient.dylib                         0x002ba773 0x200000 + 763763
    20  libclient.dylib                         0x0021496c 0x200000 + 84332
    21  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    22  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 10:: Java: Surrogate Locker Thread (Concurrent GC)
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x00214ec8 0x200000 + 85704
    5   libclient.dylib                         0x00214a0d 0x200000 + 84493
    6   libclient.dylib                         0x002147da 0x200000 + 83930
    7   libclient.dylib                         0x002cbcb4 0x200000 + 834740
    8   libclient.dylib                         0x002cbbf8 0x200000 + 834552
    9   libclient.dylib                         0x002ba935 0x200000 + 764213
    10  libclient.dylib                         0x002ba773 0x200000 + 763763
    11  libclient.dylib                         0x0021496c 0x200000 + 84332
    12  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    13  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 11:: Java: Signal Dispatcher
    0   libsystem_kernel.dylib                  0x973df80e semaphore_wait_trap + 10
    1   libclient.dylib                         0x002cc59a 0x200000 + 837018
    2   libclient.dylib                         0x002cbf78 0x200000 + 835448
    3   libclient.dylib                         0x002ba935 0x200000 + 764213
    4   libclient.dylib                         0x002ba773 0x200000 + 763763
    5   libclient.dylib                         0x0021496c 0x200000 + 84332
    6   libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    7   libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 12:: Java: JDWP Transport Listener: dt_socket
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x0047931d 0x200000 + 2593565
    5   libclient.dylib                         0x004795a5 0x200000 + 2594213
    6   libclient.dylib                         0x0046553e 0x200000 + 2512190
    7   libclient.dylib                         0x004621ea 0x200000 + 2499050
    8   libjdwp.jnilib                          0x005eae2f 0x5c5000 + 155183
    9   libjdwp.jnilib                          0x005d45f1 0x5c5000 + 62961
    10  libjdwp.jnilib                          0x005e69e3 0x5c5000 + 137699
    11  libclient.dylib                         0x00477eff 0x200000 + 2588415
    12  libclient.dylib                         0x00477f2c 0x200000 + 2588460
    13  libclient.dylib                         0x002ba935 0x200000 + 764213
    14  libclient.dylib                         0x002ba773 0x200000 + 763763
    15  libclient.dylib                         0x0021496c 0x200000 + 84332
    16  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    17  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 13:: Java: JDWP Event Helper Thread
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x0047931d 0x200000 + 2593565
    5   libclient.dylib                         0x004795a5 0x200000 + 2594213
    6   libclient.dylib                         0x0046553e 0x200000 + 2512190
    7   libclient.dylib                         0x004621ea 0x200000 + 2499050
    8   libjdwp.jnilib                          0x005eae2f 0x5c5000 + 155183
    9   libjdwp.jnilib                          0x005dbcbe 0x5c5000 + 93374
    10  libclient.dylib                         0x00477eff 0x200000 + 2588415
    11  libclient.dylib                         0x00477f2c 0x200000 + 2588460
    12  libclient.dylib                         0x002ba935 0x200000 + 764213
    13  libclient.dylib                         0x002ba773 0x200000 + 763763
    14  libclient.dylib                         0x0021496c 0x200000 + 84332
    15  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    16  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 14:: Java: JDWP Command Reader
    0   libsystem_kernel.dylib                  0x973e1b3e __recvfrom + 10
    1   libsystem_c.dylib                       0x97fa1bcb recv$UNIX2003 + 54
    2   libdt_socket.jnilib                     0x017bd89c 0x17bb000 + 10396
    3   libdt_socket.jnilib                     0x017bcf4d 0x17bb000 + 8013
    4   libdt_socket.jnilib                     0x017bc9ce 0x17bb000 + 6606
    5   libjdwp.jnilib                          0x005e5c23 0x5c5000 + 134179
    6   libjdwp.jnilib                          0x005d4836 0x5c5000 + 63542
    7   libclient.dylib                         0x00477eff 0x200000 + 2588415
    8   libclient.dylib                         0x00477f2c 0x200000 + 2588460
    9   libclient.dylib                         0x002ba935 0x200000 + 764213
    10  libclient.dylib                         0x002ba773 0x200000 + 763763
    11  libclient.dylib                         0x0021496c 0x200000 + 84332
    12  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    13  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 15:: Java: C1 CompilerThread0
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x00214ec8 0x200000 + 85704
    5   libclient.dylib                         0x00214a0d 0x200000 + 84493
    6   libclient.dylib                         0x002147da 0x200000 + 83930
    7   libclient.dylib                         0x002d3e4a 0x200000 + 867914
    8   libclient.dylib                         0x002cd770 0x200000 + 841584
    9   libclient.dylib                         0x002cd51a 0x200000 + 840986
    10  libclient.dylib                         0x002ba935 0x200000 + 764213
    11  libclient.dylib                         0x002ba773 0x200000 + 763763
    12  libclient.dylib                         0x0021496c 0x200000 + 84332
    13  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    14  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 16:: Java: Low Memory Detector
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x00214ec8 0x200000 + 85704
    5   libclient.dylib                         0x00214a0d 0x200000 + 84493
    6   libclient.dylib                         0x00214897 0x200000 + 84119
    7   libclient.dylib                         0x002ce458 0x200000 + 844888
    8   libclient.dylib                         0x002ba935 0x200000 + 764213
    9   libclient.dylib                         0x002ba773 0x200000 + 763763
    10  libclient.dylib                         0x0021496c 0x200000 + 84332
    11  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    12  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 17:: Java: VM Periodic Task Thread
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x00215196 0x200000 + 86422
    3   libclient.dylib                         0x00232d56 0x200000 + 208214
    4   libclient.dylib                         0x002d0ef9 0x200000 + 855801
    5   libclient.dylib                         0x0021496c 0x200000 + 84332
    6   libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    7   libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 18:: Java: AWT-Shutdown
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x002bbe28 0x200000 + 769576
    5   libclient.dylib                         0x002bb32a 0x200000 + 766762
    6   libclient.dylib                         0x002bb01c JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x0004cdd5 JVM_MonitorWait + 69
    8   ???                                     0x03011490 0 + 50402448
    9   ???                                     0x03003ec1 0 + 50347713
    10  ???                                     0x03003ec1 0 + 50347713
    11  ???                                     0x0300439d 0 + 50348957
    12  ???                                     0x03001374 0 + 50336628
    13  libclient.dylib                         0x002ae583 0x200000 + 714115
    14  libclient.dylib                         0x002ae2f5 0x200000 + 713461
    15  libclient.dylib                         0x002baccd 0x200000 + 765133
    16  libclient.dylib                         0x002bab5d 0x200000 + 764765
    17  libclient.dylib                         0x002baadb 0x200000 + 764635
    18  libclient.dylib                         0x002ba935 0x200000 + 764213
    19  libclient.dylib                         0x002ba773 0x200000 + 763763
    20  libclient.dylib                         0x0021496c 0x200000 + 84332
    21  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    22  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib                  0x973e20ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x97f1a04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x97f19e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x97f01cca start_wqthread + 30
    Thread 20:: Java: Java2D Disposer
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x002bbe28 0x200000 + 769576
    5   libclient.dylib                         0x002bb32a 0x200000 + 766762
    6   libclient.dylib                         0x002bb01c JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x0004cdd5 JVM_MonitorWait + 69
    8   ???                                     0x03011490 0 + 50402448
    9   ???                                     0x03003ec1 0 + 50347713
    10  ???                                     0x03004027 0 + 50348071
    11  ???                                     0x03004027 0 + 50348071
    12  ???                                     0x0300439d 0 + 50348957
    13  ???                                     0x03001374 0 + 50336628
    14  libclient.dylib                         0x002ae583 0x200000 + 714115
    15  libclient.dylib                         0x002ae2f5 0x200000 + 713461
    16  libclient.dylib                         0x002baccd 0x200000 + 765133
    17  libclient.dylib                         0x002bab5d 0x200000 + 764765
    18  libclient.dylib                         0x002baadb 0x200000 + 764635
    19  libclient.dylib                         0x002ba935 0x200000 + 764213
    20  libclient.dylib                         0x002ba773 0x200000 + 763763
    21  libclient.dylib                         0x0021496c 0x200000 + 84332
    22  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    23  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 21:: Java: AWT-EventQueue-0
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x002bbe28 0x200000 + 769576
    5   libclient.dylib                         0x002bb32a 0x200000 + 766762
    6   libclient.dylib                         0x002bb01c JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x0004cdd5 JVM_MonitorWait + 69
    8   ???                                     0x03011490 0 + 50402448
    9   ???                                     0x03003ec1 0 + 50347713
    10  ???                                     0x03003ec1 0 + 50347713
    11  ???                                     0x03004027 0 + 50348071
    12  ???                                     0x030040ed 0 + 50348269
    13  ???                                     0x03003ec1 0 + 50347713
    14  ???                                     0x03003ec1 0 + 50347713
    15  ???                                     0x03003ec1 0 + 50347713
    16  ???                                     0x03003ec1 0 + 50347713
    17  ???                                     0x03001374 0 + 50336628
    18  libclient.dylib                         0x002ae583 0x200000 + 714115
    19  libclient.dylib                         0x002ae2f5 0x200000 + 713461
    20  libclient.dylib                         0x002baccd 0x200000 + 765133
    21  libclient.dylib                         0x002bab5d 0x200000 + 764765
    22  libclient.dylib                         0x002baadb 0x200000 + 764635
    23  libclient.dylib                         0x002ba935 0x200000 + 764213
    24  libclient.dylib                         0x002ba773 0x200000 + 763763
    25  libclient.dylib                         0x0021496c 0x200000 + 84332
    26  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    27  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 22 Crashed:: Java: Animation Thread
    0   libOpenNI.dylib                         0x16793eca xnSetSkeletonProfile + 10
    1   libSimpleOpenNI.jnilib                  0x166d60bd sOpenNI::ContextWrapper::createUser(int, bool) + 253
    2   libSimpleOpenNI.jnilib                  0x166d6897 sOpenNI::ContextWrapper::enableUser(int) + 71
    3   libSimpleOpenNI.jnilib                  0x16691d01 Java_SimpleOpenNI_SimpleOpenNIJNI_ContextWrapper_1enableUserSwigExplicitContext Wrapper + 33
    4   ???                                     0x03011490 0 + 50402448
    5   ???                                     0x030040ed 0 + 50348269
    6   ???                                     0x030040ed 0 + 50348269
    7   ???                                     0x030040ed 0 + 50348269
    8   ???                                     0x030040ed 0 + 50348269
    9   ???                                     0x03003ec1 0 + 50347713
    10  ???                                     0x03003ec1 0 + 50347713
    11  ???                                     0x03003ec1 0 + 50347713
    12  ???                                     0x0300439d 0 + 50348957
    13  ???                                     0x03001374 0 + 50336628
    14  libclient.dylib                         0x002ae583 0x200000 + 714115
    15  libclient.dylib                         0x002ae2f5 0x200000 + 713461
    16  libclient.dylib                         0x002baccd 0x200000 + 765133
    17  libclient.dylib                         0x002bab5d 0x200000 + 764765
    18  libclient.dylib                         0x002baadb 0x200000 + 764635
    19  libclient.dylib                         0x002ba935 0x200000 + 764213
    20  libclient.dylib                         0x002ba773 0x200000 + 763763
    21  libclient.dylib                         0x0021496c 0x200000 + 84332
    22  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    23  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 23:
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x959b9599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x959bef7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x959be63a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x959ce061 CFRunLoopRun + 129
    6   libusb-1.0.0.dylib                      0x168de565 event_thread_main + 325
    7   libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    8   libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 24:
    0   libsystem_kernel.dylib                  0x973e20ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x97f1a04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x97f19e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x97f01cca start_wqthread + 30
    Thread 25:
    Thread 22 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000000  ecx: 0x000fc080  edx: 0x02b0ba00
      edi: 0x00000000  esi: 0x00000001  ebp: 0xb17b48b8  esp: 0xb17b4890
       ss: 0x00000023  efl: 0x00010286  eip: 0x16793eca   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 0
    Binary Images:
        0x1000 -     0x7fff  java (1.0 - 1.0) <8B7A6AF8-57FA-3FA8-9621-1FBBF69FC5A1> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
        0xd000 -    0x12fff  libjli.jnilib (1) <B79E23CB-846B-3448-9383-9E04C7F87BC2> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libjli.jn ilib
       0x17000 -    0x1bffd  com.apple.JavaVM (14.6.1 - 14.6.1) <1163556C-5C1D-3C5A-8767-682DAE7D3174> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
       0x23000 -    0x27fff  JavaLaunching (1) <B4090689-9EA9-36C0-9DD2-0C3380C4BE1D> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunch ing
       0x4c000 -    0x53ffb  libjvmlinkage.dylib (1) <6A77EDD1-D1B2-39A9-A637-67BC1D7349F9> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libjvmlin kage.dylib
       0x92000 -    0x99fff  libverify.dylib (1.0 - 1.0) <832C9B30-D9EF-3A78-87D1-39B5B59AC38A> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libverify .dylib
       0x9e000 -    0xa6fff  JavaNativeFoundation (1) <255E405D-7805-3461-A678-47692E309629> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFou ndation.framework/Versions/A/JavaNativeFoundation
       0xcb000 -    0xe8fff  libjava.jnilib (1) <03ECFD8C-66C8-3AFF-97A0-30A9A6108745> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libjava.j nilib
      0x200000 -   0x563fe2  libclient.dylib (1) <22D10AF3-BD0E-3FA5-BED8-06E3057AE6A7> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bundle/Librari es/libclient.dylib
      0x5b0000 -   0x5b8fff  com.apple.java.JavaRuntimeSupport (14.6.1 - 14.6.1) <BE2884EA-32E0-363C-B0C0-809CAB43F86E> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaRuntimeSu pport.framework/Versions/A/JavaRuntimeSupport
      0x5c5000 -   0x5f3ffe  libjdwp.jnilib (1) <1ACFC25F-6093-338A-BD5A-079E2646F09C> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libjdwp.j nilib
      0x5f8000 -   0x5f9ffd  libnpt.jnilib (1) <EFB1E3AC-BE7D-3121-AF4C-F185627F81F3> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libnpt.jn ilib
      0x708000 -   0x714fff  libzip.jnilib (1) <2C56697E-3280-377C-BF3E-9FC09C627B02> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libzip.jn ilib
    0x17bb000 -  0x17bdffd  libdt_socket.jnilib (1) <B0F6C39B-EC4E-3650-BD92-3832FC65169C> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libdt_soc ket.jnilib
    0x17c1000 -  0x17cafff  com.apple.JavaApplicationLauncher (14.6.1 - 14.6.1) <6AE5B048-2054-33A3-BD93-3454C695D2DA> /System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Versions/A/ JavaApplicationLauncher
    0xf8e4000 -  0xfa96ff7  libawt.jnilib (1) <88683C8D-2C63-3205-9401-1BD6C0961324> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libawt.jn ilib
    0x10da7000 - 0x10db4ff3  com.apple.Librarian (1.1 - 1) <88A55A5E-40FF-3234-8394-2317120B79AB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x165b9000 - 0x16610ffb  libfontmanager.jnilib (1) <8CFF302C-8F1F-3671-AB83-9826D91AA02F> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libfontma nager.jnilib
    0x1666d000 - 0x16679ff3  libnet.jnilib (1) <63E490F4-88CC-3FD1-A84A-9ADA013C2995> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libnet.jn ilib
    0x1667f000 - 0x16682ffe  libnio.jnilib (1) <43F69C84-3355-30E1-9967-2402D6F0A12B> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libnio.jn ilib
    0x16688000 - 0x1670bfff +libSimpleOpenNI.jnilib (???) <3A67BBCC-AA39-1143-C396-BA15B8D0C207> /Users/USER/Documents/*/libSimpleOpenNI.jnilib
    0x16766000 - 0x167dbfef  libOpenNI.dylib (0) <CFFE07D7-DC9B-4811-0D69-57AACFF085D9> /usr/lib/libOpenNI.dylib
    0x167ff000 - 0x168a3ff3  libXnVNite_1_5_2.dylib (0) <C8027CE1-530E-047A-3921-A556DFE7E7B1> /usr/lib/libXnVNite_1_5_2.dylib
    0x168d7000 - 0x168dfff7 +libusb-1.0.0.dylib (2) <3463FF86-A4BA-99A8-59DB-C4058E0B8E8C> /opt/local/lib/libusb-1.0.0.dylib
    0x168e4000 - 0x1690eff7  libnimMockNodes.dylib (0) <D576B486-8257-D90C-DD3E-C301B351844F> /usr/lib/libnimMockNodes.dylib
    0x16924000 - 0x16956fef  libnimCodecs.dylib (0) <508A54BC-3FE8-BE5E-C452-257613D193DA> /usr/lib/libnimCodecs.dylib
    0x16987000 - 0x169a7ffb  libnimRecorder.dylib (0) <C1B3B043-A32E-541C-7C0F-FADDED802927> /usr/lib/libnimRecorder.dylib
    0x169b5000 - 0x16a3bff7  libXnDeviceSensorV2.dylib (0) <2995E595-134E-D871-4440-6691F3E5F5B5> /usr/lib/libXnDeviceSensorV2.dylib
    0x16a74000 - 0x16a76fff  libXnCore.dylib (0) <A7246FE9-A55F-CAC0-0C19-8283589D6F99> /usr/lib/libXnCore.dylib
    0x16a7a000 - 0x16a9cfff  libXnFormats.dylib (0) <B0949D8C-FC34-A772-67DE-292DAFD23C0F> /usr/lib/libXnFormats.dylib
    0x16ac4000 - 0x16afeffb  libXnDDK.dylib (0) <97F9D49D-B53B-052C-4885-52B869566D7D> /usr/lib/libXnDDK.dylib
    0x16b18000 - 0x16b40ffb  libXnDeviceFile.dylib (0) <59B4BC20-F6D7-7A36-25D2-500A558A39C9> /usr/lib/libXnDeviceFile.dylib
    0x16b54000 - 0x16bcdff7  libXnDeviceSensorV2KM.dylib (0) <12283F27-C323-5E35-8294-4FB3CE4DEFFD> /usr/lib/libXnDeviceSensorV2KM.dylib
    0x16c03000 - 0x1709bfef  libXnVFeatures_1_5_2.dylib (0) <4CD685FC-BB68-424E-0B60-389545B776A1> /usr/lib/libXnVFeatures_1_5_2.dylib
    0x17179000 - 0x1725dfe7  libXnVHandGenerator_1_5_2.dylib (0) <70F44C8A-C742-CA80-D1AD-080D53F50ED4> /usr/lib/libXnVHandGenerator_1_5_2.dylib
    0x17299000 - 0x172a3ffb  com.apple.iokit.IOUSBLib (5.2.5 - 5.2.5) <944B0FB7-B157-3FBE-9CCC-442F816A8CE0> /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Co ntents/MacOS/IOUSBLib
    0x8feee000 - 0x8ff20e57  dyld (210.2.3) <23DBDBB1-1D21-342C-AC2A-0E55F27E6A1F> /usr/lib/dyld
    0x90061000 - 0x9006bfff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x9006c000 - 0x90099ffb  com.apple.CoreServicesInternal (154.2 - 154.2) <DCCF604B-1DB8-3F09-8122-545E2E7F466D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x9009a000 - 0x900bcfff  libc++abi.dylib (24.4) <06479DA4-BC23-34B6-BAFC-A885814261D0> /usr/lib/libc++abi.dylib
    0x900c1000 - 0x900c9fff  com.apple.CommerceCore (1.0 - 26) <AF0D1990-8CBF-3AB4-99DF-8B7AE14FB0D5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x900ca000 - 0x900d8fff  libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib
    0x900d9000 - 0x900e5ffe  libkxld.dylib (2050.18.24) <48A75AF6-9D5A-3552-948E-30A1682D3664> /usr/lib/system/libkxld.dylib
    0x900e6000 - 0x90121fe7  libGLImage.dylib (8.6.1) <A3442557-18D5-332E-8859-423D5A20EBBE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x90122000 - 0x901b9ff7  com.apple.ink.framework (10.8.2 - 150) <D90FF7BC-6B90-39F1-AC52-670269947C58> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x908bb000 - 0x909b3ff9  libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
    0x909b4000 - 0x90a54ff7  com.apple.QD (3.42 - 285) <1B8307C6-AFA8-312E-BA5B-679070EF2CA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x90a55000 - 0x90b04ff7  com.apple.CoreText (260.0 - 275.16) <873ADCD9-D361-3753-A220-CDD289196AD8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x90b05000 - 0x90b08ffd  libCoreVMClient.dylib (24.4) <C54E8FD0-61EC-3DC8-8631-54288AC66AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x90b09000 - 0x90c25ff7  com.apple.desktopservices (1.7.2 - 1.7.2) <8E74D101-8398-34F1-A463-B4950680A597> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90c26000 - 0x90c7ffff  com.apple.AE (645.3 - 645.3) <6745659F-006D-3F25-94D6-DF944E9A01FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90c80000 - 0x90cc5ff5  com.apple.opencl (2.1.20 - 2.1.20) <41C4AE6E-67B6-33E2-A9B6-BF6F01580B16> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x90cc6000 - 0x90cc7fff  libsystem_sandbox.dylib (220) <4E42390B-25EC-3530-AF01-337E430C16EB> /usr/lib/system/libsystem_sandbox.dylib
    0x90d1c000 - 0x90d41ff7  com.apple.CoreVideo (1.8 - 99.3) <5B872AC0-E82D-3475-A3F9-FD95F380560D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x90d8a000 - 0x90dd9ff6  libTIFF.dylib (845) <989A2EB9-3A49-3157-8E9C-B16E6005BC64> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x90dda000 - 0x90df0fff  com.apple.CFOpenDirectory (10.8 - 151.10) <3640B988-F915-3E0D-897C-CB04C95BA601> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x90df1000 - 0x90df5ffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
    0x90df6000 - 0x90e70ff3  com.apple.securityfoundation (6.0 - 55115.4) <8A3DA1FE-1985-3ECB-945A-6B1E853B4BDC> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x90e71000 - 0x90e7affd  com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x90e87000 - 0x90ebdffb  com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x90ec0000 - 0x90eceff7  libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
    0x90efe000 - 0x90f7aff3  com.apple.Metadata (10.7.0 - 707.3) <6B6A6216-23D0-34CE-8099-BEE9BA42501E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x90f7b000 - 0x90f88ff7  com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x90f89000 - 0x90fb6ffe  libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
    0x90fd6000 - 0x90fd8fff  libCVMSPluginSupport.dylib (8.6.1) <8A174BD9-992E-351D-8F9A-DF6991723ABE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x90fd9000 - 0x90feefff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90fef000 - 0x91206fff  com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x91619000 - 0x91771ffb  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <9205DFC2-8DAE-354E-AD87-46E229B5F2F1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x919a3000 - 0x919b3ff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) &lt

    I managed to figure this out through laborious guess and check. Just thought I would share the bug in case anyone else ever runs into it.
    A third party library I was using wrote try catch statements wrong:
    try{
    catch(Error:*){
    No idea why the original author did it like this, probably meant to write "error:*" and didn't release shift fast enough after the "(" but as you might suspect "Error" is a reserved object name to cannot be declared as a paramenter variable
    when replaced with:
    try{
    catch(error:Error){
    the memory access bug went away. What is strange is that the incorrect try/catch statement works just fine when published to swf, air, or android and is only an issue with the iOS converter, and obviously produces a very cryptic error.
    I was using CS5.5 so maybe this has been fixed (if not I would suggest making this a compile time error) but just thought I would post my findings.

  • Re: spurious memory access error using localtime(), SunStudio 12, Solaris 1

    There are two possible reasons:
    - bug in dbx,
    - peculiarity of run-time memory checking on x86 platform.
    If you're curious, you can read more on this subject in this thread:
    http://forum.java.sun.com/thread.jspa?threadID=5188256&messageID=9735867#9735867
    Meanwhile, I'll try to investigate whether we have a bug here or not.

    Dbx should track lmalloc/lfree on x86, but apparently there are still unresolved issues and as far as I know, they are being worked on.

  • Invalid memory access %SRR0: ff845360 %SRR1:00003030

    After pushing the power button i get the customary beep a brief glimpse of the gray apple then a white screen with the message above. Subsequently there are two options at the cursor: "mac-boot" and "shut-down". When i type "mac-boot" the screen goes white and the mini is unresponsive. This is a powerpc mac mini.
    Any insights are greatly appreciated

    ...This is a mini a neighbor that used to work for apple gave me. All if any upgrades were done by apple...
    You are generous with your assumptions...
    Unless you acquired it for a very little amount of money and are not concerned with system stability and reliability, I'd return it and save up for a new, warranteed and guaranteed model.

  • JRockit 27.3.1, Illegal memory access, RHEL4

    We're getting the "Illegal memory access" error like so many other people have posted, but none of the other errors was the same. There appear to be so many reasons for that error and I'm not sure where to start troubleshooting (maybe update to JRockit 27.4).
    We're running two separate Tomcat 5.5.23 on RHEL4 update 5 and both seem to experience that problem (one more often than the other). It's never happened twice on the same day and it's usually some time after midnight when it's relatively slow.
    I haven't been able to determine if it's cause by the application or the JVM, so I'd appreciate any advice. Thanks!
    This is the dump we receive when this happens:
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 2 days, 20:52:04 on Mon Jan 7 23:26:57 2008
    Additional information is available in:
    /usr/share/tomcat5/jrockit.31106.dump
    No snapshot file (core dump) will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Error Message: Illegal memory access. [54]
    Signal info : si_signo=11, si_code=2 si_addr=0x2bce5d78
    Version : BEA JRockit(R) R27.3.1-1-85830-1.5.0_11-20070716-1248-linux-ia32
    GC Strategy : Mode: throughput. Currently using strategy: genparpar
    GC Status : OC is not running. Last finished OC was OC#669.
    : YC is not running. Last finished YC was YC#1083.
    OC History : Strategy genparpar was used for OC#489 to OC#554.
    : Strategy singleparpar was used for OC#555 to OC#557.
    : Strategy genparpar was used for OC#558 to OC#563.
    : Strategy singleparpar was used for OC#564.
    : Strategy genparpar was used for OC#565 to OC#669.
    YC History : Ran 2 YCs before OC#665.
    : Ran 3 YCs before OC#666.
    : Ran 2 YCs before OC#667.
    : Ran 3 YCs before OC#668.
    : Ran 2 YCs before OC#669.
    : Ran 0 YCs since last OC.
    Heap : 0x8100000 - 0x33de2000
    Compaction : 0x15c06a00 - 0x187d4c00
    NurseryList : 0x93c5688 - 0x1fe67600
    KeepArea : 0x147165d8 - 0x1915c200
    NurseryMarker: [ 0x1915c200,  0x1b090a70 ]
    CompRefs : References are 32-bit.
    CPU : Intel Pentium 4 (HT) SSE SSE2 NetBurst
    Number CPUs : 2
    Tot Phys Mem : 2124705792 (2026 MB)
    OS version : Red Hat Enterprise Linux ES release 4 (Nahant Update 5)
    Linux version 2.6.9-55.0.6.ELsmp ([email protected]) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-8)) #1 SMP Thu Aug 23 11:11:20 EDT 2007 (i686)
    Thread System: NPTL
    State : JVM is running
    Command Line : -Xms512m -Xmx768m -Xverbose:memory -Xverbose:cpuinfo -Xverboselog:/var/log/tomcat5/jvm.log -Xverbosetimestamp -Dcatalina.ext.dirs=/usr/share/tomcat5/shared/lib:/usr/share/tomcat5/common/lib -Dcatalina.ext.dirs=/usr/share/tomcat5/shared/lib:/usr/share/tomcat5/common/lib -Djava.endorsed.dirs=/usr/share/tomcat5/common/endorsed -Dcatalina.base=/usr/share/tomcat5 -Dcatalina.home=/usr/share/tomcat5 -Djava.io.tmpdir=/usr/share/tomcat5/temp -Dsun.java.launcher=SUN_STANDARD org.apache.catalina.startup.Bootstrap start
    java.home : /usr/local/jdk-1.5.0_11-bea/jre
    j.class.path : /usr/lib/jvm/java/lib/tools.jar:/usr/share/tomcat5/bin/bootstrap.jar:/usr/share/tomcat5/bin/commons-logging-api.jar:/usr/share/java/mx4j/mx4j-impl.jar:/usr/share/java/mx4j/mx4j-jmx.jar
    j.lib.path : /usr/local/jdk-1.5.0_11-bea/jre/lib/i386/jrockit:/usr/local/jdk-1.5.0_11-bea/jre/lib/i386:/usr/local/jdk-1.5.0_11-bea/jre/../lib/i386
    JAVA_HOME : /usr/lib/jvm/java
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /usr/local/jdk-1.5.0_11-bea/jre/lib/i386/jrockit:/usr/local/jdk-1.5.0_11-bea/jre/lib/i386:/usr/local/jdk-1.5.0_11-bea/jre/../lib/i386
    LD_ASSUME_KERNEL: <not set>
    C Heap : Good; no memory allocations have failed
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    Registers (from ThreadContext: 0xb612d40c / OS context: 0xb612d508):
    eax = 00000000 ecx = 2ef7b990 edx = 080d75b8 ebx = 2ef7b990
    esp = b612d7f8 ebp = 080d75b8 esi = 2bce5d70 edi = 2c4ca060
    es = 0000007b cs = 00000073 ss = 0000007b ds = 0000007b
    fs = 00000000 gs = 00000033
    eip = 026dc44e eflags = 00000202
    Stack:
    (* marks the word pointed to by the stack pointer)
    b612d7f8: 14c4bda8* 08c2ba20 02321971 080d78bc b612d7f0 084cc578
    b612d810: 2ef79e80 0290d458 082c5a70 0000001d 00000008 2ef79e80
    b612d828: 084cc578 088ca828 088ca9a8 00000000 00000000 00000000
    b612d840: 096181d8 00000000 00000000 00000001 08370ec0 0000003b
    Code:
    (* marks the word pointed to by the instruction pointer)
    026dc41c: 000004dc c708738b 00000843 83f00000 85002404 8b0674f6
    026dc434: bc51ff0e 24748b90 0ff6854c 0004e885 8cc48100 5d000000
    026dc44c: 568bc35b* 89c03108 8bde89f7 c851ff0b 008cc481 5b5d0000
    026dc464: 247c89c3 e80e8b50 ffc449d0 50247c8b fff3f5e9 246c89ff
    Loaded modules:
    (* denotes the module causing the exception)
    08048000-08056fd3 /usr/local/jdk-1.5.0_11-bea/bin/java
    007c9000-007d679b /lib/tls/libpthread.so.0
    007a4000-007c4c8f /lib/tls/libm.so.6
    0079e000-0079f967 /lib/libdl.so.2
    00670000-007953b8 /lib/tls/libc.so.6
    00656000-0066b23b /lib/ld-linux.so.2
    b7cbd000-b7f70307 /usr/local/jdk-1.5.0_11-bea/jre/lib/i386/jrockit/libjvm.so
    00874000-0087ba76 /lib/tls/librt.so.1
    b7c9d000-b7ca5a57 /lib/libnss_files.so.2
    b7c32000-b7c3c7db /usr/local/jdk-1.5.0_11-bea/jre/lib/i386/libverify.so
    b7c0f000-b7c2f217 /usr/local/jdk-1.5.0_11-bea/jre/lib/i386/libjava.so
    b7be6000-b7bf7d2f /lib/libnsl.so.1
    b7a8f000-b7a94f13 /usr/local/jdk-1.5.0_11-bea/jre/lib/i386/native_threads/libhpi.so
    b7526000-b75344c4 /usr/local/jdk-1.5.0_11-bea/jre/lib/i386/libzip.so
    b6fa5000-b6fb6103 /usr/local/jdk-1.5.0_11-bea/jre/lib/i386/libnet.so
    "http-8080-Processor2646" id=2665 idx=0x2c0 tid=8435 lastJavaFrame=(nil)
    Stack 0: start=0xb610c000, end=0xb6130000, guards=0xb6111000 (ok), forbidden=0xb610f000
    Thread Stack Trace:
    -- Java stack --
    at org/apache/catalina/servlets/DefaultServlet.copy(DefaultServlet.java:1780)[optimized]
    at org/apache/catalina/servlets/DefaultServlet.serveResource(DefaultServlet.java:874)[inlined]
    at org/apache/catalina/servlets/DefaultServlet.doGet(DefaultServlet.java:376)[optimized]
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:690)[optimized]
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:803)[optimized]
    at org/apache/catalina/core/ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)[inlined]
    at org/apache/catalina/core/ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)[optimized]
    at org/apache/catalina/core/StandardWrapperValve.invoke(StandardWrapperValve.java:210)[optimized]
    at org/apache/catalina/core/StandardContextValve.invoke(StandardContextValve.java:174)[optimized]
    at org/apache/catalina/valves/AccessLogValve.invoke(AccessLogValve.java:542)[optimized]
    at org/apache/catalina/core/StandardHostValve.invoke(StandardHostValve.java:127)[optimized]
    at org/apache/catalina/valves/ErrorReportValve.invoke(ErrorReportValve.java:117)[optimized]
    at org/apache/catalina/core/StandardEngineValve.invoke(StandardEngineValve.java:108)[optimized]
    at org/apache/catalina/connector/CoyoteAdapter.service(CoyoteAdapter.java:151)[optimized]
    at org/apache/coyote/http11/Http11Processor.process(Http11Processor.java:870)[optimized]
    at org/apache/coyote/http11/Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)[optimized]
    at org/apache/tomcat/util/net/PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)[optimized]
    at org/apache/tomcat/util/net/LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)[optimized]
    at org/apache/tomcat/util/threads/ThreadPool$ControlRunnable.run(ThreadPool.java:685)[optimized]
    at java/lang/Thread.run(Thread.java:595)[optimized]
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    Additional information is available in:
    /usr/share/tomcat5/jrockit.31106.dump
    No snapshot file (core dump) will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Extended, platform specific info:
    libc release: 2.3.4-stable
    Elf headers:
    libc ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 00684ed0 PHOFF: 00000034 SHOFF: 00174a38 EF: 0x0 HS: 52 PS: 32 PHN; 10 SS: 40 SHN: 67 STIDX: 66
    libpthread ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 007cd850 PHOFF: 00000034 SHOFF: 00019f00 EF: 0x0 HS: 52 PS: 32 PHN; 9 SS: 40 SHN: 39 STIDX: 38
    libjvm ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 0005a080 PHOFF: 00000034 SHOFF: 002f4c9c EF: 0x0 HS: 52 PS: 32 PHN; 4 SS: 40 SHN: 19 STIDX: 16
    ===== END DUMP ===============================================================

    Hi,
    Thanx for your quick update.
    Please find below the full dump
    http://forums.bea.com/thread.jspa?threadID=300004611
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 15:18:20 on Thu Feb 7 13:23:34 2008
    No snapshot file (core dump) will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Error Message: Illegal memory access. [54]
    Signal info : si_signo=11, si_code=2 si_addr=(nil)
    Version : BEA JRockit(R) R27.3.0-106-83792-1.5.0_11-20070607-1612-linux-x86_64
    GC Strategy : Mode: static, with strategy: genconcon
    GC Status : OC is not running. Last finished OC was OC#166.
    : YC is not running. Last finished YC was YC#12578.
    YC History : Ran 16 YCs before OC#162.
    : Ran 153 YCs before OC#163.
    : Ran 17 YCs before OC#164.
    : Ran 44 YCs before OC#165.
    : Ran 25 YCs before OC#166.
    : Ran 83 YCs since last OC.
    Heap : 0x5600000 - 0x82600000
    Compaction : 0x16f40000 - 0x17ee0000
    NurseryList : 0x74811f20 - 0x7bd9fbf8
    KeepArea : 0x7a4ac630 - 0x7bd9fbf8
    NurseryMarker: [ 0x78f183a0,  0x7a4ac630 ]
    CompRefs : References are compressed.
    CPU : Intel Core SSE SSE2 SSE3 SSSE3 Core EM64T
    Number CPUs : 8
    Tot Phys Mem : 8362098688 (7974 MB)
    OS version : Red Hat Enterprise Linux AS release 4 (Nahant Update 3)
    Linux version 2.6.9-34.ELsmp ([email protected]) (gcc version 3.4.5 20051201 (Red Hat 3.4.5-2)) #1 SMP Fri Feb 24 16:56:28 EST 2006 (x86_64)
    Thread System: NPTL
    State : JVM is running (Main thread has finished)
    Command Line : -Xms2000m -Xmx2000m -Xgc:gencon -Xverbosetimestamp -Xverbose:memory,cpuinfo,opt -Xgcpause -Xgcreport -Xmanagement:ssl=false,authenticate=false -Djrockit.managementserver.port=7090 -Dprogram.name=startup.sh -Dlog4j.configuration=log4j.properties -Dsun.java.launcher=SUN_STANDARD org.jboss.Main -c app-test
    java.home : /test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre
    j.class.path : /test/opt/jboss/bin/run.jar:/test/opt/jdk15/lib/tools.jar:/test/app/app-test/test5:/test/app/app-test/test5/properties:/test/app/app-test/test5/XML:/test/app/app-test/test5/FXWeb/Rules:/test/app/app-test/test5/AdminWeb/Rules:/test/app/app-test/test5/AdminServices/XML:/test/app/app-test/test5/CitiFXServices/XML:/test/app/app-test/test5/CitiChiefDealerAdminWeb/Rules:/test/app/app-test/test5/DirectFX/XML:/test/app/app-test/test5/DirectFX/properties:/test/app/app-test/test5/ISDomain/properties:/test/app/app-test/test5/FXServices/XML:/test/app/app-test/test5/FXServices/properties:/test/app/app-test/test5/FXServices/dbms/Data:/test/app/app-test/test5/ISWeb/dbms/Data:/test/app/app-test/test5/islib/certs:/test/app/app-test/test5/ISClientWeb/XML:/test/app/app-test/test5/WLClientWeb/XML:/test/app/app-test/test5/ISDomain/properties
    j.lib.path : /test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64/jrockit:/test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64:/test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/../lib/amd64:/test/opt/oraclient/lib:
    JAVA_HOME : /test/opt/jdk15
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64/jrockit:/test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64:/test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/../lib/amd64:/test/opt/oraclient/lib:
    LD_ASSUME_KERNEL: <not set>
    C Heap : Good; no memory allocations have failed
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    Registers (from ThreadContext: 0x2b0185a140 / OS context: 0x2b0185a200):
    rax = 0000000000000020 rcx = 0000000000000000
    rdx = 0000000000000800 rbx = 0000000000000000
    rsp = 0000002b0185a648 rbp = 0000002b0185a690
    rsi = 0000000000000000 rdi = 0000000000000000
    r8 = 0000000000000000 r9 = 0000000000000001
    r10 = 0000002adc300020 r11 = 0000000000000810
    r12 = 0000002afced5270 r13 = 0000000000000800
    r14 = 0000002afced5288 r15 = 00000000004301c0
    cs = 0000000000005270 fs = 0000000600000000
    gs = 0006000000000000
    rip = 00000030b6b711c0 flags = 0000000000000283
    Stack:
    (* marks the word pointed to by the stack pointer)
    0000002b0185a648: 0000002a956da8a1* 0000000002dfaff0 000000fe00000001 0000002afced5718
    0000002b0185a668: 00000000000000fe 00000000004301c0 0000002afced5518 0000002afced5718
    0000002b0185a688: 00000000000000fe 0000002b0185a6c0 0000002a956db0fd 0000002afced5718
    0000002b0185a6a8: 0000002afced5518 00000000000000fe 00000000004301c0 0000002b0185a710
    0000002b0185a6c8: 0000002a956db190 0000002b0185a720 0000002a955d4ab5 ffffffffffffffe0
    0000002b0185a6e8: 000000000000007f 00000000004301c0 0000002afced5518 0000002afced5518
    Code:
    (* marks the word pointed to by the instruction pointer)
    00000030b6b71160: 0ff9894807fa8348 01b8490000009686 4001010101010101 f7c0af0f4cc6b60f
    00000030b6b71180: 661a7400000007c7 9066669066669066 ff48caff48318840 7500000007c1f7c1
    00000030b6b711a0: 06e8c148d08948ef 01d4c0fa81483e74 66906666666d7300 9066669066669066
    00000030b6b711c0: 4c0841894c01894c* 4c1841894c104189 4c2841894c204189 483841894c304189
    00000030b6b711e0: d875c8ff4840c183 c148d089483fe283 4801894c0c7403e8 f475c8ff4808c183
    00000030b6b71200: 0b74d2854807e283 ff48c1ff48318840 66c3f88948f575ca 9066669066669066
    Loaded modules:
    (* denotes the module causing the exception)
    0000000000400000-000000000041192b /test/opt/jrockit-R27.3.0-jdk1.5.0_11/bin/java
    00000030b7400000-00000030b740f339 /lib64/tls/libpthread.so.0
    00000030b6e00000-00000030b6e8451b /lib64/tls/libm.so.6
    00000030b7000000-00000030b7001c73 /lib64/libdl.so.2
    00000030b6b00000-00000030b6c2a079 */lib64/tls/libc.so.6
    00000030b6900000-00000030b69142ef /lib64/ld-linux-x86-64.so.2
    0000002a95577000-0000002a9580cccf /test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64/jrockit/libjvm.so
    00000030b8200000-00000030b820895a /lib64/tls/librt.so.1
    0000002a95a69000-0000002a95a72f03 /lib64/libnss_files.so.2
    0000002a95bd4000-0000002a95be0647 /test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64/libverify.so
    0000002a95ce3000-0000002a95d07493 /test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64/libjava.so
    00000030bb400000-00000030bb413013 /lib64/libnsl.so.1
    0000002ad5f5d000-0000002ad5f65e3f /test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64/native_threads/libhpi.so
    0000002ad94c7000-0000002ad94d5ef3 /test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64/libzip.so
    0000002ad9aa2000-0000002ad9aa716b /test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64/libmanagement.so
    0000002ad9ba9000-0000002ad9bbb067 /test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64/libnet.so
    0000002adb7b5000-0000002adb7b8883 /lib64/libnss_dns.so.2
    00000030b7a00000-00000030b7a10d3b /lib64/libresolv.so.2
    0000002adc502000-0000002adc50877b /test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64/libnio.so
    0000002adeac7000-0000002adeac796b /test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64/librmi.so
    "JMS SessionPool Worker-1641" id=4513 idx=0x1510 tid=12573 lastJavaFrame=0x2b0185aa88
    Stack 0: start=0x2b0181e000, end=0x2b01860000, guards=0x2b01823000 (ok), forbidden=0x2b01821000
    Thread Stack Trace:
    at memset+96()@0x30b6b711c0
    at mmAllocArrayInner+88()@0x2a956db0fd
    at mmAllocArray+122()@0x2a956db190
    at innerAllocateArray+31()@0x2a95643648
    at makePrimitiveArray+25()@0x2a95644279
    at jniNewAddressArray2+38()@0x2a95644aa9
    at jniFillInStackTrace+341()@0x2a95650e5a
    at JVM_FillInStackTrace+9()@0x2a956673b1
    at <unknown>(???.c)@0x2a95cf5854
    -- Java stack --
    at java/lang/Throwable.fillInStackTrace()Ljava/lang/Throwable;(Native Method)
    ^-- Holding lock: java/beans/IntrospectionException@0x77ea3728[thin lock]
    at jrockit/vm/Reflect.fillInStackTrace(Reflect.java:1702)
    at java/lang/Throwable.<init>(Throwable.java:196)
    at java/lang/Exception.<init>(Exception.java:41)
    at java/beans/IntrospectionException.<init>(IntrospectionException.java:29)
    at org/apache/commons/beanutils/MappedPropertyDescriptor.findMethod(MappedPropertyDescriptor.java:506)[inlined]
    at org/apache/commons/beanutils/MappedPropertyDescriptor.<init>(MappedPropertyDescriptor.java:103)[inlined]
    at org/apache/commons/beanutils/PropertyUtilsBean.getMappedPropertyDescriptor(PropertyUtilsBean.java:831)[optimized]
    at org/apache/commons/beanutils/PropertyUtilsBean.getPropertyDescriptorObject(PropertyUtilsBean.java:1966)[inlined]
    at org/apache/commons/beanutils/PropertyUtilsBean.getSimplePropertyObject(PropertyUtilsBean.java:1887)[inlined]
    at org/apache/commons/beanutils/PropertyUtilsBean.getSimpleProperty(PropertyUtilsBean.java:1276)[optimized]
    at org/apache/commons/beanutils/PropertyUtilsBean.getNestedProperty(PropertyUtilsBean.java:691)[inlined]
    at org/apache/commons/beanutils/PropertyUtilsBean.getProperty(PropertyUtilsBean.java:720)[inlined]
    at org/apache/commons/beanutils/PropertyUtils.getProperty(PropertyUtils.java:290)[optimized]
    at com/test/persistence/ejb/EntityServiceC._buildWorkflowMessage(EntityServiceC.java:671)
    at com/test/persistence/ejb/EntityServiceC.update(EntityServiceC.java:608)
    at sun/reflect/GeneratedMethodAccessor760.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:585)[inlined]
    at org/jboss/invocation/Invocation.performCall(Invocation.java:359)[optimized]
    at org/jboss/ejb/StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
    at org/jboss/resource/connectionmanager/CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)[optimized]
    at org/jboss/ejb/plugins/AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)[inlined]
    at org/jboss/ejb/plugins/AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:173)[optimized]
    at org/jboss/ejb/plugins/TxInterceptorBMT.invoke(TxInterceptorBMT.java:77)
    at org/jboss/ejb/plugins/StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)[optimized]
    at org/jboss/ejb/plugins/SecurityInterceptor.invoke(SecurityInterceptor.java:168)[optimized]
    at org/jboss/ejb/plugins/LogInterceptor.invoke(LogInterceptor.java:205)[optimized]
    at org/jboss/ejb/plugins/ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:136)[optimized]
    at org/jboss/ejb/SessionContainer.internalInvoke(SessionContainer.java:648)
    at org/jboss/ejb/Container.invoke(Container.java:954)[optimized]
    at sun/reflect/GeneratedMethodAccessor105.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)[optimized]
    at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:585)[optimized]
    at org/jboss/mx/interceptor/ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org/jboss/mx/server/Invocation.dispatch(Invocation.java:94)[inlined]
    at org/jboss/mx/server/Invocation.invoke(Invocation.java:86)[inlined]
    at org/jboss/mx/server/AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)[optimized]
    at org/jboss/mx/server/MBeanServerImpl.invoke(MBeanServerImpl.java:659)[optimized]
    at org/jboss/invocation/local/LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
    at org/jboss/invocation/local/LocalInvoker.invoke(LocalInvoker.java:118)
    at org/jboss/invocation/InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
    at org/jboss/invocation/InvokerInterceptor.invoke(InvokerInterceptor.java:195)
    at org/jboss/proxy/TransactionInterceptor.invoke(TransactionInterceptor.java:61)
    at org/jboss/proxy/SecurityInterceptor.invoke(SecurityInterceptor.java:70)
    at org/jboss/proxy/ejb/StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)[optimized]
    at org/jboss/proxy/ClientContainer.invoke(ClientContainer.java:100)[optimized]
    at $Proxy42.update(Ljava/lang/String;Ljava/lang/String;Lcom/test/persistence/Entity;Ljava/lang/String;Lcom/test/user/User;Lcom/test/workgroup/WorkGroup;)V(Unknown Source)
    at com/test/finance/trade/ejb/TradeDownloadServiceC.sendEntityUpdate(TradeDownloadServiceC.java:343)
    at com/test/finance/trade/ejb/TradeDownloadServiceC.doAutoDownload(TradeDownloadServiceC.java:250)
    at com/test/finance/trade/ejb/TradeDownloadServiceC.send(TradeDownloadServiceC.java:117)
    at sun/reflect/GeneratedMethodAccessor756.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:585)[inlined]
    at org/jboss/invocation/Invocation.performCall(Invocation.java:359)[optimized]
    at org/jboss/ejb/StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
    at org/jboss/resource/connectionmanager/CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)[optimized]
    at org/jboss/ejb/plugins/AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)[inlined]
    at org/jboss/ejb/plugins/AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:173)[optimized]
    at org/jboss/ejb/plugins/TxInterceptorBMT.invoke(TxInterceptorBMT.java:77)
    at org/jboss/ejb/plugins/StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)[optimized]
    at org/jboss/ejb/plugins/SecurityInterceptor.invoke(SecurityInterceptor.java:168)[optimized]
    at org/jboss/ejb/plugins/LogInterceptor.invoke(LogInterceptor.java:205)[optimized]
    at org/jboss/ejb/plugins/ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:136)[optimized]
    at org/jboss/ejb/SessionContainer.internalInvoke(SessionContainer.java:648)
    at org/jboss/ejb/Container.invoke(Container.java:954)[optimized]
    at sun/reflect/GeneratedMethodAccessor105.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)[optimized]
    at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:585)[optimized]
    at org/jboss/mx/interceptor/ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org/jboss/mx/server/Invocation.dispatch(Invocation.java:94)[inlined]
    at org/jboss/mx/server/Invocation.invoke(Invocation.java:86)[inlined]
    at org/jboss/mx/server/AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)[optimized]
    at org/jboss/mx/server/MBeanServerImpl.invoke(MBeanServerImpl.java:659)[optimized]
    at org/jboss/invocation/local/LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
    at org/jboss/invocation/local/LocalInvoker.invoke(LocalInvoker.java:118)
    at org/jboss/invocation/InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
    at org/jboss/invocation/InvokerInterceptor.invoke(InvokerInterceptor.java:195)
    at org/jboss/proxy/TransactionInterceptor.invoke(TransactionInterceptor.java:61)
    at org/jboss/proxy/SecurityInterceptor.invoke(SecurityInterceptor.java:70)
    at org/jboss/proxy/ejb/StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)[optimized]
    at org/jboss/proxy/ClientContainer.invoke(ClientContainer.java:100)[optimized]
    at $Proxy75.send(Lcom/test/message/WorkflowMessage;)Lcom/test/message/WorkflowMessage;(Unknown Source)
    at com/test/finance/trade/TradeServiceC.sendTradeDownloadMessage(TradeServiceC.java:853)
    at com/test/finance/trade/TradeServiceC.processEachCpty(TradeServiceC.java:735)
    at com/test/finance/trade/TradeServiceC.verifyTrade(TradeServiceC.java:483)
    at com/test/finance/trade/ejb/TradeServiceC.verifyTrade(TradeServiceC.java:200)
    at sun/reflect/GeneratedMethodAccessor319.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:585)[inlined]
    at org/jboss/invocation/Invocation.performCall(Invocation.java:359)[optimized]
    at org/jboss/ejb/StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
    at org/jboss/resource/connectionmanager/CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)[optimized]
    at org/jboss/ejb/plugins/AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)[inlined]
    at org/jboss/ejb/plugins/AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:173)[optimized]
    at org/jboss/ejb/plugins/TxInterceptorBMT.invoke(TxInterceptorBMT.java:77)
    at org/jboss/ejb/plugins/StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)[optimized]
    at org/jboss/ejb/plugins/SecurityInterceptor.invoke(SecurityInterceptor.java:168)[optimized]
    at org/jboss/ejb/plugins/LogInterceptor.invoke(LogInterceptor.java:205)[optimized]
    at org/jboss/ejb/plugins/ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:136)[optimized]
    at org/jboss/ejb/SessionContainer.internalInvoke(SessionContainer.java:648)
    at org/jboss/ejb/Container.invoke(Container.java:954)[optimized]
    at sun/reflect/GeneratedMethodAccessor105.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)[optimized]
    at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:585)[optimized]
    at org/jboss/mx/interceptor/ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org/jboss/mx/server/Invocation.dispatch(Invocation.java:94)[inlined]
    at org/jboss/mx/server/Invocation.invoke(Invocation.java:86)[inlined]
    at org/jboss/mx/server/AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)[optimized]
    at org/jboss/mx/server/MBeanServerImpl.invoke(MBeanServerImpl.java:659)[optimized]
    at org/jboss/invocation/local/LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
    at org/jboss/invocation/local/LocalInvoker.invoke(LocalInvoker.java:118)
    at org/jboss/invocation/InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
    at org/jboss/invocation/InvokerInterceptor.invoke(InvokerInterceptor.java:195)
    at org/jboss/proxy/TransactionInterceptor.invoke(TransactionInterceptor.java:61)
    at org/jboss/proxy/SecurityInterceptor.invoke(SecurityInterceptor.java:70)
    at org/jboss/proxy/ejb/StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)[optimized]
    at org/jboss/proxy/ClientContainer.invoke(ClientContainer.java:100)[optimized]
    at $Proxy73.verifyTrade(Lcom/test/finance/trade/Trade;)Lcom/test/message/WorkflowMessage;(Unknown Source)
    at com/test/is/common/facade/ISTradeFacadeC.verifyTrade(ISTradeFacadeC.java:210)
    at com/test/is/common/comm/MessageListenerC.handleTradeVerify(MessageListenerC.java:891)
    at com/test/is/common/comm/MessageListenerC.handleTradeResponse(MessageListenerC.java:553)
    ^-- Holding lock: com/test/finance/dealing/RequestC@0x76b3e1e8[thin lock]
    at com/test/is/ejb/jms/TradeMessageListenerC.onMessage(TradeMessageListenerC.java:78)
    at sun/reflect/GeneratedMethodAccessor313.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:585)[optimized]
    at org/jboss/invocation/Invocation.performCall(Invocation.java:359)[inlined]
    at org/jboss/ejb/MessageDrivenContainer$ContainerInterceptor.invoke(MessageDrivenContainer.java:495)[optimized]
    at org/jboss/resource/connectionmanager/CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)[optimized]
    at org/jboss/ejb/plugins/MessageDrivenInstanceInterceptor.invoke(MessageDrivenInstanceInterceptor.java:116)[optimized]
    at org/jboss/ejb/plugins/AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)[optimized]
    at org/jboss/ejb/plugins/TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)[optimized]
    at org/jboss/ejb/plugins/TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)[optimized]
    at org/jboss/ejb/plugins/RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:109)[optimized]
    at org/jboss/ejb/plugins/LogInterceptor.invoke(LogInterceptor.java:205)[optimized]
    at org/jboss/ejb/plugins/ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:136)[optimized]
    at org/jboss/ejb/MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java:402)[optimized]
    at org/jboss/ejb/Container.invoke(Container.java:954)[optimized]
    at org/jboss/ejb/plugins/jms/JMSContainerInvoker.invoke(JMSContainerInvoker.java:1032)[inlined]
    at org/jboss/ejb/plugins/jms/JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerInvoker.java:1332)[optimized]
    at org/jboss/jms/asf/StdServerSession.onMessage(StdServerSession.java:266)[optimized]
    at progress/message/jimpl/Session.dU_(Lprogress/message/jimpl/MessageConsumer;)V(Unknown Source)[optimized]
    at progress/message/jimpl/Session.run()V(Unknown Source)[optimized]
    at org/jboss/jms/asf/StdServerSession.run(StdServerSession.java:196)[optimized]
    at EDU/oswego/cs/dl/util/concurrent/PooledExecutor$Worker.run(PooledExecutor.java:748)[optimized]
    at java/lang/Thread.run(Thread.java:595)[optimized]
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    Additional information is available in:
    /test/app/app-test-2.4-20071203-091853-Bld3/servers/JBoss/bin/jrockit.27918.dump
    No snapshot file (core dump) will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Extended, platform specific info:
    libc release: 2.3.4-stable
    Elf headers:
    libc ehdrs: EI: 7f454c46020101000000000000000000 ET: 3 EM: 62 V: 1 ENTRY: 00000030b6b1c560 PHOFF: 0000000000000040 SHOFF: 000000000013d5a8 EF: 0x0 HS: 64 PS: 56 PHN; 10 SS: 64 SHN: 69 STIDX: 66
    libpthread ehdrs: EI: 7f454c46020101000000000000000000 ET: 3 EM: 62 V: 1 ENTRY: 00000030b7405620 PHOFF: 0000000000000040 SHOFF: 0000000000012980 EF: 0x0 HS: 64 PS: 56 PHN; 9 SS: 64 SHN: 38 STIDX: 35
    libjvm ehdrs: EI: 7f454c46020101000000000000000000 ET: 3 EM: 62 V: 1 ENTRY: 000000000003ede0 PHOFF: 0000000000000040 SHOFF: 000000000036c3c8 EF: 0x0 HS: 64 PS: 56 PHN; 3 SS: 64 SHN: 22 STIDX: 19
    ===== END DUMP ===============================================================
    Regards
    ~Anil

  • WDDynamicRFCExecuteEXception:Invalid request accessed

    Hello,
       I have a question in execute a interface which written by ourselves at NWDS ,and when i save or submit it report an error:
      com.sap.tc.webdynpro.modelipl.dynamicrfc.WDDynamicRFCExecuteEXception:Invalid request .accessed, error key:
          RFC_ERROR_SYSTEM_FAILURE
    but other computer is ok when execute the interface .
    This interface is called by RFC,and SSO to link R3 in the portal.
    Which one  can tell me the reason?
    Thanks.
    Edited by: Vincent Tao on Mar 18, 2010 3:52 AM

    Check this Doc Id 1489508.1
    Thanks,
    http://cool-bi.com
    Edited by: Srini VEERAVALLI on May 29, 2013 9:30 AM

Maybe you are looking for

  • How to create text vertically in ADOBE FORMS?

    Hi all, I need to create text in vertical position in ADOBE FORMS? How to do this.. << Removed >> Thanks Devinder Edited by: Rob Burbank on Mar 3, 2010 1:40 PM

  • Switched from W7Beta to W7RC:  Can no longer see Windows partion in OSX

    Hey all, It's pretty much all spelled out in the title. Microsoft is pretty clear that upgrading is never an option with beta software. In light of that, I knew I would have to re-install the OS from scratch to upgrade from the beta to the retail can

  • Use pdf.ocx or AcroPDF.dll to open a pdf file in a form

    Hi to all, I have this kind of problem. I need to open a pdf in a form, just for reading. Even if my project is written in VB6, this is not the problem. It could be also in .NET, so I hope you don't reply anything about the development platform. In a

  • Run forms6i with oracle 8i

    Hi Vishal Badiani I think the problem is you dont create net 80 configurations to run any product with Oracle 8i but you must check the following: - 1- Create net80 from start programs oracle-orahome 81 network administration Net8 Configuration Assis

  • How can i use passbook in romania?

    How can i use passbook in romania? when i open the app and i touch app store, something is loading and aftept waiting 10 minutes is still loading... how can i use it? please help me iPhone 4s I.O.S 6