JRockit 1.4.2_04 released

An update release for the JRockit 1.4.2_04 JVM has been released and is now
available from the BEA download site (http://commerce.bea.com). This is a
maintenance update to the JRockit 1.4.2_04 JVM release that was previously
released in April '04.
Some highlights of this release vs. JRockit 8.1 SP2 (J2SE 1.4.1):
- Support for new OSes. In addition to previously supported OSes, the
following are additional supported platforms - Red Hat EL 3.0 (IA32 / IPF),
Windows Server 2003 (IA32), and SuSE Linux Server 9 (IA32 / IPF). Support
for Red Flag 4.1 (IA32 / IPF) will be added soon after it's availability.
- This release will be bundled with each of the following Linux
distributions - Red Hat EL 3.0, SuSE Linux Server 9, Red Flag Advanced
Server 4.1.
- Improved runtime performance
- Improved startup performance
- Support for Native POSIX Thread Library (NPTL) on Linux
- Code caching (experimental feature)
- Numerous bug fixes
For more information on new features, please visit:
http://edocs.bea.com/wljrockit/docs142/intro/newftrs.html.
Finally, this JRockit release is bundled and certified with WebLogic
Platform 8.1 SP3, which is also available from the BEA download site.

Here is a test program you can use to test if for JVM leaks memory when creating
threads.
Johan Walles <johan@spamalamadingdong> wrote:
I don't think so, but I could be wrong.
Your best bet (in case nobody who actually knows answers this) is to
write a
short test program that starts tons of threads but always keeps the total
number
of threads at some sane value, then run that for a long time. Or ask
Vegard for
his :-).
//Johan
harish tejwani wrote:
We are running jrockit81sp2rp1_141_06 for our production
Any clue if it exists in this version ?
Thanks
Harish
"Vegard Bye" <[email protected]> wrote:
I've built a program, which just creates threads and let each of them
run. Each
thread just increases a couple of numbers and then terminates. After
about 13
million threads the program crashes with
Error Message: Null pointer exception in native code
Signal info : si_signo=11, si_code=1
Version : BEA WebLogic JRockit(TM) 1.4.2_04 JVM ari-29212-20040415-1332-linux-ia32
Threads / GC : Native Threads, GC strategy: parallel
: mmHeap->data = 0x20000000, mmHeap->top = 0x30000000
: mmStartCompaction = 0x23c00000, mmEndCompaction = 0x25000000
which may imply that it is correct that there is a memeory leak for
each
started
thread. In my test program the number of concurrent threads never increases
100.
This memory leak is very critical, since my server will crash afterabout
a day
or two.
Johan Walles <johan@spamalamadingdong> wrote:
There's a memory leak of about 100 bytes per started thread in JRockit
1.4.2_04.
If your app starts a lot of threads you may be running into this.
Regards //Johan
[TestCreateThreadMemoryLeak.java]

Similar Messages

  • JRockit 1.4.2_04 and Thinthreads

    Hi,
    I just upgraded to JRockit 1.4.2_04 from 1.4.1_x. With the latter one I used the -Xthinthreads option. Now JRockit tells me there wouldn't be such an option any longer.
    Has this optioned been renamed or is there no thinthreads support any longer?! If so, why has it been removed?
    Thanks!
    Daniel

    Thinthreads has been removed from JRockit which is why the option does not work. The reasons for removing thinthreads was that it provided a too small benefit compared to the engineering and testing resources required to keep it. Only in a small number of applications is the difference between thinthreads and nativethreads significant. There were also some problems in getting thinthreads to work reliably (especially on multiprocessor systems).
    If you are running an application server with JRockit (typically WLS) you should not see much difference between nativethreads and thinthreads. In addition, nativethreads has been improved in later JRockit releases.
    Regards,
    /Staffan

  • JRockit 1.4.2_04 crashing

    We're having consistent dumps with JRockit. It behaves better than the Sun JVM,
    but is still giving us trouble. It ran for 12 days up until friday, which is
    the longest it has run yet. This is a RH 9 system, a P4, 1GB ram, running resin,
    producing the dump:
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 12 days, 19:45:47 on Fri Jun 18 14:07:45 2004
    Additional information is available in:
    /usr/local/resin-3.0.7/jrockit.20326.dump
    /usr/local/resin-3.0.7/core
    Please send the file(s), information about your system
    setup and the program you were running to [email protected] Thank you.
    Error Message: Null pointer exception in native code
    Signal info : si_signo=11, si_code=2
    Version : BEA WebLogic JRockit(TM) 1.4.2_04 JVM ari-29212-20040415-1332-linux-ia32
    Threads / GC : Native Threads, GC strategy: gencon
    : mmHeap->data = 0x4060a000, mmHeap->top = 0x4c624000
    Command line is:
    /usr/jrockit-j2sdk1.4.2_04/bin/java -Xgc:gencon -Xmx768m -Xss1m
    I have the dump and a core file, but can't post them, due to size restrictions
    in the newsgroup.

    As you probably know, RH 9 is not on the list of supported OS:es, but I
    still think it should work. I'll contact you off-line to get the dump
    from you.
    Thanks,
    /Staffan
    Mark Morgan wrote:
    We're having consistent dumps with JRockit. It behaves better than the Sun JVM,
    but is still giving us trouble. It ran for 12 days up until friday, which is
    the longest it has run yet. This is a RH 9 system, a P4, 1GB ram, running resin,
    producing the dump:
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 12 days, 19:45:47 on Fri Jun 18 14:07:45 2004
    Additional information is available in:
    /usr/local/resin-3.0.7/jrockit.20326.dump
    /usr/local/resin-3.0.7/core
    Please send the file(s), information about your system
    setup and the program you were running to [email protected] Thank you.
    Error Message: Null pointer exception in native code
    Signal info : si_signo=11, si_code=2
    Version : BEA WebLogic JRockit(TM) 1.4.2_04 JVM ari-29212-20040415-1332-linux-ia32
    Threads / GC : Native Threads, GC strategy: gencon
    : mmHeap->data = 0x4060a000, mmHeap->top = 0x4c624000
    Command line is:
    /usr/jrockit-j2sdk1.4.2_04/bin/java -Xgc:gencon -Xmx768m -Xss1m
    I have the dump and a core file, but can't post them, due to size restrictions
    in the newsgroup.

  • JRockit 1.4.2_04 crashes

    JRockit 1.4.2_04 crashes when we run a test. The application is clustered (2 machines).
    The heap size is 256MB. The two machines has 3.8GB physical memory each. We have
    experimented with using different GC algorithms and using a nursery size, and
    different heap sizes 512MB and 256MB. JRockit crashes after only 10 - 30 hours.
    We get this error message from machine A in the cluster: ============================================================
    Fatal internal error in JRockit during garbage collection.
    Try to reduce the heap size.
    mmRealloc(0x357753a8, 128) failed ============================================================
    We get this error message from machine B in the cluster:
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 13:01:14 on Sun Jun 13 05:00:17 2004
    Additional information is available in:
    /opt/sb1sk/weblogic/sb1sk/jrockit.31356.dump
    /opt/sb1sk/weblogic/sb1sk/core
    Please send the file(s), information about your system
    setup and the program you were running to [email protected] Thank you.
    Error Message: Null pointer exception in native code
    Signal info : si_signo=11, si_code=1
    Version : BEA WebLogic JRockit(TM) 1.4.2_04 JVM ari-29212-20040415-1332-linux-ia32
    Threads / GC : Native Threads, GC strategy: gencon
    : mmHeap->data = 0x20000000, mmHeap->top = 0x30000000

    Here is a test program you can use to test if for JVM leaks memory when creating
    threads.
    Johan Walles <johan@spamalamadingdong> wrote:
    I don't think so, but I could be wrong.
    Your best bet (in case nobody who actually knows answers this) is to
    write a
    short test program that starts tons of threads but always keeps the total
    number
    of threads at some sane value, then run that for a long time. Or ask
    Vegard for
    his :-).
    //Johan
    harish tejwani wrote:
    We are running jrockit81sp2rp1_141_06 for our production
    Any clue if it exists in this version ?
    Thanks
    Harish
    "Vegard Bye" <[email protected]> wrote:
    I've built a program, which just creates threads and let each of them
    run. Each
    thread just increases a couple of numbers and then terminates. After
    about 13
    million threads the program crashes with
    Error Message: Null pointer exception in native code
    Signal info : si_signo=11, si_code=1
    Version : BEA WebLogic JRockit(TM) 1.4.2_04 JVM ari-29212-20040415-1332-linux-ia32
    Threads / GC : Native Threads, GC strategy: parallel
    : mmHeap->data = 0x20000000, mmHeap->top = 0x30000000
    : mmStartCompaction = 0x23c00000, mmEndCompaction = 0x25000000
    which may imply that it is correct that there is a memeory leak for
    each
    started
    thread. In my test program the number of concurrent threads never increases
    100.
    This memory leak is very critical, since my server will crash afterabout
    a day
    or two.
    Johan Walles <johan@spamalamadingdong> wrote:
    There's a memory leak of about 100 bytes per started thread in JRockit
    1.4.2_04.
    If your app starts a lot of threads you may be running into this.
    Regards //Johan
    [TestCreateThreadMemoryLeak.java]

  • Running Tomcat v5.0.28 as a service w/ BEA JRockit v1.4.2_04

    Target platform - Windows 2000 Server sp4.
    Using Sun's SDK/JRE implementation (v1.4.2_04), we had no problems getting Tomcat 5.0.28 to run as a service. However, the same cannot be said for BEA JRockit v1.4.2_04.
    Summary...
    I've already done some online research and I know that there is a wrapper.properties file that is required. Further, a couple of online references specify the file's certain variable definitions, but one source had posted its info truncated and the other's info didn't work at all. I also know that wrapper.properties should be placed at [Tomcat install dir]\conf\. Tomcat is configured correctly to see the default JRockit installation directory (c:\jrockit-j2sdk1.4.2_04\).
    So if possible, what I would like to know is:
    1) The confirmed location for wrapper.properties.
    2) The complete list of correct statement lines for wrapper.properties. A template file here would work.
    3) Any relevant Operating System Environment variables.
    4) Any additional required files and/or operations.
    In a pinch, we can live with the Sun JRE implementation for our development environment. But we would rather have our development environment completely mirror our production environment which implements BEA JRockit.
    Thanks for your time and help. Any suggestions are greatly appreciated.
    Karl Romike
    Phoenix, Az.
    [email protected]

    Sorry, I replied to the wrong thread before, re-posting:
    Interesting, it might be connected to the optimization of throwException, please try to run with -Xnoopt to see if you can detect any difference. I'll make another post with my further findings.
    Kind regards,
    Cecilia Borg
    BEA WebLogic JRockit

  • JRockit 1.4.2_04....is this a locking situation ?

    We migrated recently to JRockit VM with Weblogic 7 on multi-cpu mahcine running Linux. After multiple simultaneous calls to a bean, we see that the managed server stops responding ( no OutOfMemory errors - just no response for any http calls ). I was wondering if the following thread dump shows any locking issue ( although there doesnt seem to be any deadlocks )...
    ===== FULL THREAD DUMP ===============
    Thu Mar 17 09:01:00 2005
    "Main Thread" prio=5 id=0x80 pid=22480 waiting
    -- Waiting for notification on: weblogic/t3/srvr/T3Srvr@0x405b25d8[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/t3/srvr/T3Srvr.waitForDeath(T3Srvr.java:1083)@0x2420c414
    ^-- Lock released while waiting: weblogic/t3/srvr/T3Srvr@0x405b25d8[fat lock]
    at weblogic/t3/srvr/T3Srvr.run(T3Srvr.java:318)@0x21b4551d
    at weblogic/Server.main(Server.java:32)@0x21b44e52
    --- End of stack trace
    "(Signal Handler)" prio=5 id=0x100 pid=22487 active, daemon
    "(Code Generation Thread 1)" prio=5 id=0x180 pid=22488 active, native_waiting, daemon
    "(Code Optimization Thread 1)" prio=5 id=0x200 pid=22489 active, native_waiting, daemon
    "(GC Main Thread)" prio=5 id=0x280 pid=22490 active, daemon
    "(GC Worker Thread 1)" prio=5 id=0x300 pid=22491 active, native_waiting, daemon
    "(GC Worker Thread 2)" prio=5 id=0x380 pid=22492 active, native_waiting, daemon
    "Finalizer" prio=8 id=0x400 pid=22493 waiting, daemon
    -- Waiting for notification on: java/lang/ref/ReferenceQueue$Lock@0x404cfed8[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af6b85
    at java/lang/ref/ReferenceQueue.remove(ReferenceQueue.java:111)@0x21af9511
    ^-- Lock released while waiting: java/lang/ref/ReferenceQueue$Lock@0x404cfed8[fat lock]
    at java/lang/ref/ReferenceQueue.remove(ReferenceQueue.java:127)@0x21af93ec
    at java/lang/ref/Finalizer$FinalizerThread.run(Unknown Source)@0x21af939e
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "Reference Handler" prio=10 id=0x480 pid=22494 waiting for pending references, daemon
    at java/lang/ref/Reference.getPending(Native Method)@0x21b146f0
    at java/lang/ref/Reference.access$000(Unknown Source)@0x21b14765
    at java/lang/ref/Reference$ReferenceHandler.run(Unknown Source)@0x21b14670
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "[JRockit] Connection Listener" prio=5 id=0x500 pid=22496 active, daemon
    at jrockit/net/SocketNativeIO.accept(Native Method)@0x22415850
    at jrockit/net/SocketNativeIO.accept(Unknown Source)@0x2241590b
    at java/net/AbstractSocketImpl.accept(Unknown Source)@0x22415755
    ^-- Holding lock: java/net/PlainSocketImpl@0x404ed1f0[thin lock]
    at java/net/ServerSocket.implAccept(ServerSocket.java:448)@0x22415665
    at java/net/ServerSocket.accept(ServerSocket.java:419)@0x2241555c
    at com/jrockit/management/rmp/RmpSocketListener.run(RmpSocketListener.java:170)@0x21b44aea
    at java/lang/Thread.run(Unknown Source)@0x2241550f
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "(Hotspot Detector)" prio=10 id=0x580 pid=22497 active, daemon
    "Thread-1" prio=10 id=0x600 pid=22498 waiting, daemon
    -- Waiting for notification on: java/lang/Object@0x40dd8030[fat lock]
    at jrockit/vm/Threads.waitForSignalWithTimeout(Native Method)@0x21af6a30
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af6c19
    at java/lang/Thread.sleep(Unknown Source)@0x21be0615
    ^-- Lock released while waiting: java/lang/Object@0x40dd8030[fat lock]
    at weblogic/transaction/internal/TransactionManagerImpl$1.run(TransactionManagerImpl.java:1660)@0x2267a1ac
    at java/lang/Thread.run(Unknown Source)@0x2241550f
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '0' for queue: 'default'" prio=5 id=0x680 pid=22499 waiting, daemon
    -- Waiting for notification on: weblogic/kernel/ExecuteThread@0x40dddca0[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/kernel/ExecuteThread.waitForRequest(ExecuteThread.java:146)@0x2267c946
    ^-- Lock released while waiting: weblogic/kernel/ExecuteThread@0x40dddca0[fat lock]
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:172)@0x2267c669
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '1' for queue: 'default'" prio=5 id=0x700 pid=22500 waiting, daemon
    -- Waiting for notification on: weblogic/kernel/ExecuteThread@0x40dde368[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/kernel/ExecuteThread.waitForRequest(ExecuteThread.java:146)@0x2267c946
    ^-- Lock released while waiting: weblogic/kernel/ExecuteThread@0x40dde368[fat lock]
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:172)@0x2267c669
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '2' for queue: 'default'" prio=5 id=0x780 pid=22501 waiting, daemon
    -- Waiting for notification on: weblogic/kernel/ExecuteThread@0x40dde848[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/kernel/ExecuteThread.waitForRequest(ExecuteThread.java:146)@0x2267c946
    ^-- Lock released while waiting: weblogic/kernel/ExecuteThread@0x40dde848[fat lock]
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:172)@0x2267c669
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '3' for queue: 'default'" prio=5 id=0x800 pid=22502 waiting, daemon
    -- Waiting for notification on: weblogic/kernel/ExecuteThread@0x40dded28[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/kernel/ExecuteThread.waitForRequest(ExecuteThread.java:146)@0x2267c946
    ^-- Lock released while waiting: weblogic/kernel/ExecuteThread@0x40dded28[fat lock]
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:172)@0x2267c669
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '4' for queue: 'default'" prio=5 id=0x880 pid=22503 waiting, daemon
    -- Waiting for notification on: weblogic/kernel/ExecuteThread@0x40ddf208[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/kernel/ExecuteThread.waitForRequest(ExecuteThread.java:146)@0x2267c946
    ^-- Lock released while waiting: weblogic/kernel/ExecuteThread@0x40ddf208[fat lock]
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:172)@0x2267c669
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '5' for queue: 'default'" prio=5 id=0x900 pid=22504 waiting, daemon
    -- Waiting for notification on: weblogic/kernel/ExecuteThread@0x40ddf6e8[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/kernel/ExecuteThread.waitForRequest(ExecuteThread.java:146)@0x2267c946
    ^-- Lock released while waiting: weblogic/kernel/ExecuteThread@0x40ddf6e8[fat lock]
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:172)@0x2267c669
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '6' for queue: 'default'" prio=5 id=0x980 pid=22505 waiting, daemon
    -- Waiting for notification on: weblogic/kernel/ExecuteThread@0x40ddfbc8[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/kernel/ExecuteThread.waitForRequest(ExecuteThread.java:146)@0x2267c946
    ^-- Lock released while waiting: weblogic/kernel/ExecuteThread@0x40ddfbc8[fat lock]
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:172)@0x2267c669
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '7' for queue: 'default'" prio=5 id=0xa00 pid=22506 waiting, daemon
    -- Waiting for notification on: weblogic/kernel/ExecuteThread@0x40de00a8[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/kernel/ExecuteThread.waitForRequest(ExecuteThread.java:146)@0x2267c946
    ^-- Lock released while waiting: weblogic/kernel/ExecuteThread@0x40de00a8[fat lock]
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:172)@0x2267c669
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '8' for queue: 'default'" prio=5 id=0xa80 pid=22507 waiting, daemon
    -- Waiting for notification on: weblogic/kernel/ExecuteThread@0x40de0588[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/kernel/ExecuteThread.waitForRequest(ExecuteThread.java:146)@0x2267c946
    ^-- Lock released while waiting: weblogic/kernel/ExecuteThread@0x40de0588[fat lock]
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:172)@0x2267c669
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '9' for queue: 'default'" prio=5 id=0xb00 pid=22508 waiting, daemon
    -- Waiting for notification on: weblogic/kernel/ExecuteThread@0x40de0a68[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/kernel/ExecuteThread.waitForRequest(ExecuteThread.java:146)@0x2267c946
    ^-- Lock released while waiting: weblogic/kernel/ExecuteThread@0x40de0a68[fat lock]
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:172)@0x2267c669
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '10' for queue: 'default'" prio=5 id=0xb80 pid=22509 waiting, daemon
    -- Waiting for notification on: weblogic/kernel/ExecuteThread@0x40de0f48[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/kernel/ExecuteThread.waitForRequest(ExecuteThread.java:146)@0x2267c946
    ^-- Lock released while waiting: weblogic/kernel/ExecuteThread@0x40de0f48[fat lock]
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:172)@0x2267c669
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '11' for queue: 'default'" prio=5 id=0xc00 pid=22510 waiting, daemon
    -- Waiting for notification on: weblogic/kernel/ExecuteThread@0x40de1428[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.wait(Unknown Source)@0x21af96d5
    at weblogic/kernel/ExecuteThread.waitForRequest(ExecuteThread.java:146)@0x2267c946
    ^-- Lock released while waiting: weblogic/kernel/ExecuteThread@0x40de1428[fat lock]
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:172)@0x2267c669
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '12' for queue: 'default'" prio=5 id=0xc80 pid=22511 active, daemon
    at weblogic/socket/PosixSocketMuxer.poll(Native Method)@0x2288c800
    at weblogic/socket/PosixSocketMuxer.processSockets(PosixSocketMuxer.java:621)@0x2288c534
    at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:23)@0x2288c483
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:213)@0x2288c451
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:189)@0x2267c697
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '13' for queue: 'default'" prio=5 id=0xd00 pid=22512 blocked, daemon
    -- Blocked trying to get lock: java/lang/Object@0x41140860[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.raceForTheFatLock(Unknown Source)@0x21af50f8
    at jrockit/vm/Locks.lockFat(Optimized Method)@0x24afd67d
    at jrockit/vm/Locks.monitorEnterSlowCase(Optimized Method)@0x24affd5b
    at jrockit/vm/Locks.monitorEnter(Native Method)@0x21af3f24
    at jrockit/vm/Locks.monitorEnterForced(Unknown Source)@0x21bd7fd5
    at jrockit/vm/Locks.monitorEnterUnmatched(Native Method)@0x21af3f30
    at weblogic/socket/PosixSocketMuxer.processSockets(PosixSocketMuxer.java:617)@0x2288c51c
    at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:23)@0x2288c483
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:213)@0x2288c451
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:189)@0x2267c697
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    "ExecuteThread: '14' for queue: 'default'" prio=5 id=0xd80 pid=22513 blocked, daemon
    -- Blocked trying to get lock: java/lang/Object@0x41140860[fat lock]
    at jrockit/vm/Threads.waitForSignal(Native Method)@0x21af5020
    at jrockit/vm/Locks.lockFat(Optimized Method)@0x24afd66e
    at jrockit/vm/Locks.monitorEnterSlowCase(Optimized Method)@0x24affd5b
    at jrockit/vm/Locks.monitorEnter(Native Method)@0x21af3f24
    at jrockit/vm/Locks.monitorEnterForced(Unknown Source)@0x21bd7fd5
    at jrockit/vm/Locks.monitorEnterUnmatched(Native Method)@0x21af3f30
    at weblogic/socket/PosixSocketMuxer.processSockets(PosixSocketMuxer.java:617)@0x2288c51c
    at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:23)@0x2288c483
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:213)@0x2288c451
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:189)@0x2267c697
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x21af92f3
    --- End of stack trace
    Blocked lock chains
    ===================
    Chain 2:
    "ExecuteThread: '14' for queue: 'default'" (id: 0x00000d80) waiting for java/lang/Object@0x41140860 held by:
    "ExecuteThread: '12' for queue: 'default'" (id: 0x00000c80) in chain 1
    Open lock chains
    ================
    Chain 1:
    "ExecuteThread: '13' for queue: 'default'" (id: 0x00000d00) waiting for java/lang/Object@0x41140860 held by:
    "ExecuteThread: '12' for queue: 'default'" (id: 0x00000c80) (active)
    ===== END OF THREAD DUMP ===============

    JRockit usually detects and prints out deadlocks at the end of the thread stack dump. Since you most likely have a support contract, I suggest you open a support case so we can take a look at this.
    Thanks,
    Henrik, JRockit team

  • ANNOUNCE: JRockit 5.0 R26 released

    Hello all,
    We have now released JRockit 5.0 R26, which is the latest update to our J2SE 5.0 version. Download this update here:
    http://commerce.bea.com/products/weblogicjrockit/5.0/jr_50.jsp
    <b>New supported platforms</b>
    - Windows x64 Edition (native 64-bit JVM)
    - Solaris 9 Sparc (available before xmas)
    - Full support for SuSE 9.0 and Red Flag 5.0
    http://e-docs.bea.com/jrockit/jrdocs/suppPlat/supp_50.html#1010432
    <b>Larger heaps</b>
    - 64-bit JRockit verified to work with 320 GB heap
    - Significantly larger heaps on Windows
    http://dev2dev.bea.com/blog/hstahl/archive/2005/12/how_to_get_almo.html
    <b>Performance enhancements</b>
    - faster code generation for very large methods (often JSPs)
    - significant improvements to 64-bit performance
    - floating point performance
    <b>Updated Java version</b>
    - JDK 5.0 Update 4
    <b>Updated and expanded documentation</b>
    http://e-docs.bea.com/jrockit/webdocs/index.html
    <b>JRockit Mission Control</b>
    - Full support for JRockit's unique tooling in production environments is now available. Developer license are available for free, as always.
    http://dev2dev.bea.com/jrockit/tools.html
    For a full list of the significant changes, see the release notes at
    http://e-docs.bea.com/jrockit/releases/5026x/relnotes/relnotes.html#1051394
    Note that starting with this release, JRockit will not include the Java Plugin or Java Web Start. The main reason for this exclusion is security concerns. We are investigating if they can be provided as-is in a separate download in the future.

    This new version crashes, both on Linux FC2 and Windows XP SP2, when starting Art Of Illusion (http://www.artofillusion.org), on ia32.
    AoI works fine with BEA JRockit 1.5.0_02 on Linux and BEA JRockit 1.4.2 on Linux and Windows, on ia32.
    It is very easy to reproduce the problem: download/install AoI, follow instructions. It should take you 5 to 10 minutes to see the problem.
    They have a performance test that may interest you too.
    Regards,
    Tony
    ./aoi.sh
    java is /opt/jrockit-jdk1.5.0_04/bin/java
    /opt/jrockit-jdk1.5.0_04/bin/java -Xmx512m -cp ./ArtOfIllusion.jar:./jogl.jar artofillusion.ModellingApp
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 00:00:16 on Wed Dec 14 13:58:00 2005
    Additional information is available in:
    /home/reixt/Tools/ArtOfIllusion/ArtOfIllusion2.2/jrockit.18340.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=12, si_code=2 si_addr=(nil)
    Version : BEA JRockit(R) R26.0.0-189-53463-1.5.0_04-20051122-2040-linux-ia32
    GC : System optimized over throughput (initial strategy singleparpar)
    : mmHeap->data = 0x8100000, mmHeap->top = 0xc100000
    CPU : Intel Pentium 4 SSE SSE2 NetBurst
    Number CPUs : 1
    Tot Phys Mem : 1044086784 (995 MB)
    OS version : Fedora Core release 2 (Tettnang)
    Linux version 2.6.9-1.6_FC2 ([email protected]) (gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)) #1 Thu Nov 18 22:03:19 EST 2004
    Thread System: NPTL
    State : JVM is running (Main thread has finished)
    Command Line : -Djrockit.launcher.type=jrockit.shipment -Xmx512m artofillusion.ModellingApp
    JAVA_HOME : <not set>
    java.home : /opt/jrockit-jdk1.5.0_04/jre
    j.class.path : ./ArtOfIllusion.jar:./jogl.jar
    j.lib.path : /opt/jrockit-jdk1.5.0_04/jre/lib/i386/jrockit:/opt/jrockit-jdk1.5.0_04/jre/lib/i386:/opt/jrockit-jdk1.5.0_04/jre/../lib/i386::.
    C Heap : Good; no memory allocations have failed
    StackOverFlow: 0 StackOverFlowErrors have occured
    Registers (from ThreadContext: 0xf57cff7c / OS context: 0xf57d0058):
    eax = 0000000c ecx = ef962d60 edx = f602dd50 ebx = ef956d44
    esp = f57d0344 ebp = f57d0398 esi = 00000000 edi = ef962ae0
    es = 0000007b cs = 00000073 ss = 0000007b ds = 0000007b
    fs = 00000000 gs = 00000033
    eip = f521b520 eflags = 00000286
    Stack:
    (* marks the word pointed to by the stack pointer)
    f57d0344: f141a808* ef956d28 f5217a8f ef956d44 f602dd50 f141ac58
    f57d035c: 002cc760 002cafdc 002cc760 00000001 f57d0388 0021325d
    f57d0374: 002cc760 f5252494 00000002 00000bd1 f141a2b0 f141a248
    f57d038c: ef956d28 00000bd1 f141a2b0 f57d03c8 f5217bfd f600c240
    f57d03a4: f141a2b0 00000bd1 00000020 00000024 65000042 f57d03d8
    f57d03bc: f141a2b0 ffffffff ffffffff f57d03f8 f51f9c55 f600c240
    f57d03d4: f141a2b0 f57d03f8 f52359e0 f600c240 f141a808 027f0009
    f57d03ec: f141a248 09bf0f10 00000074 f57d0418 f51ecd64 f600c240
    f57d0404: 00000000 00000028 f600c240 00000074 00000000 f57d0458
    f57d041c: f51ed2e4 f600c240 00000b01 00000000 00000028 00000074
    f57d0434: 09bf0f10 00000000 00000000 f537ac9c 00001405 00000001
    f57d044c: f600c240 f57d04a0 f57d04d0 f57d0478 f5185007 00000001
    f57d0464: 00000074 00001405 09bf0f10 f533e0c0 f54a72a0 f57d0498
    f57d047c: f53e33cf 00000001 00000074 00001405 09bf0f10 09bf0f10
    f57d0494: f58ee258 f57d04bc 0261a7d7 f58ee3b4 f57d04cc 00000001
    f57d04ac: 00000074 00001405 f57d04d0 023902a7 ef956b20 0261a7d2
    f57d04c4: f58ee46c f57d04a0 093901e0 09bf0f00 f58ee258 f57d04bc
    f57d04dc: f58ee3b4 00000001 087cfaa8 00000003 02619663 00001405
    f57d04f4: 087cfaa8 08275a38 09bf0f00 0000003a 00000074 00000028
    f57d050c: 08275a18 0875b9f0 087c6e00 08270658 026194a6 087caf30
    f57d0524: 0875b9f0 08270658 0261897c 087caf30 0875b9f0 f58ee3b4
    f57d053c: 02617906 00000000 080a0938 09beeb50 f58ee46c f57d0538
    f57d0554: 087caf30 00000000 00000000 00000000 02390dfb 087c6e00
    f57d056c: 00000001 087c6e00 08270658 00000000 02617906 09beeb50
    f57d0584: f58ee46c 087c6e00 087c6e00 f58ee258 09bed528 088f1ce0
    f57d059c: 087caf30 f58ee258 09beeb50 087c6e00 09bed528 088f1ce0
    f57d05b4: 026170f0 f57d05bc 01fc6b60 088e26a0 023902ac f58ee3b4
    f57d05cc: f57d05ec 00000015 02616e27 088e26a0 080a0838 023902a7
    f57d05e4: f58ee46c f57d05c8 088f1ce0 f58ee258 088e26a0 09beb3f0
    f57d05fc: 023903b1 087cfaa8 00000000 088f1ce0 088e26a0 09beb3f0
    f57d0614: 02616e27 087db668 09beb3f0 00000000 02616da8 00000013
    f57d062c: 025db1de 088cbee8 088e26a1 094750c0 00000000 00000000
    f57d0644: 00000000 00000000 088cbf18 00000000 00000000 088e26a0
    f57d065c: 00000001 00000000 088cbee8 081e0180 088cbef8 00000000
    f57d0674: 088cbf18 00000000 025dad43 088cbee8 087db668 088cbef8
    f57d068c: 087db668 087db668 02616d89 088cbef8 02616d5b 094505c0
    f57d06a4: 024f9775 0000006e 024f9740 09beb100 09beb100 09450188
    f57d06bc: 09beb0a0 00000000 024f863e 09beb100 084f4600 09beb100
    f57d06d4: 094505c0 00000000 087db668 09beb0a0 00000000 08759a81
    f57d06ec: 09c1b600 09450188 024f7832 09c1b600 00000320 086bae20
    f57d0704: 024f4828 090df138 09beafc8 00000002 090df138 09beafc8
    f57d071c: 09c1b600 090df138 09beafc8 087db668 02616d11 09bddd18
    f57d0734: 00000257 086bec30 086bec30 086be8e8 09c1b600 09c1b600
    f57d074c: 024f3d5b 00000001 024ec2f3 086be8e9 086be8e8 086be8e8
    f57d0764: 081e0180 09c1b600 024ea663 02390350 081e0180 00000000
    f57d077c: ffffffff 09c1b600 00000001 00000000 02390dfb ffffffff
    f57d0794: ffffffff 00000001 023918fa 00000000 024ea35a 081e0180
    f57d07ac: ffffffff 081e0450 00000000 081e0180 f58ee258 081e0450
    f57d07c4: 024ea2e2 00000000 024ea2c0 fffffffc 024ea16a f57d07f8
    f57d07dc: f6e49c1a 081e0180 02390014 f58ee258 f58ee258 fffffffc
    f57d07f4: 02391971 fffffffc f6de305e f57d08a8 024ea130 00000000
    f57d080c: 00000001 080c2210 f57d0838 f58ee258 f6de501c f58ee258
    f57d0824: 024ea130 f57d08a8 f57d0990 00000000 00000000 f57d0908
    f57d083c: f6eafcdd 080c2210 f58ee258 024ea130 f57d08a8 f57d0990
    f57d0854: 080830bc 00000001 00000000 004a38b8 f58ee3b4 004a38b8
    f57d086c: f58ee760 f57d094c 00000000 f57d08a8 00000000 00000001
    f57d0884: 00000000 f57d08a8 080830bc f58ee3b4 01ced6c8 01cee2f8
    f57d089c: 00000000 f57d094c 00000001 f58ee258 0000001c f57d09d0
    f57d08b4: 004a3080 f57d08f8 f6ea429e f58ee3b4 01ced6c8 01cee2f8
    f57d08cc: f57d094c f57d094c f58ee3b4 004a38b8 f57d08e4 f57d094c
    f57d08e4: f58ee3b4 080830bc 00000006 00000001 00000001 00000001
    f57d08fc: 00000000 00000001 00000000 f57d0958 f6ea43e5 f58ee3b4
    f57d0914: 004a38b8 f58ee760 f58ee258 00000000 f57d09dc f6eaf9d0
    f57d092c: f57d0990 004a38b8 f58ee3b4 f58ee258 f6ed893c f58ee3b4
    f57d0944: f58ee468 f57d09b8 f58ee760 00000000 00000000 f57d0998
    f57d095c: f6ea4dbe f58ee3b4 004a38b8 f58ee258 00000000 f57d09dc
    f57d0974: f6eaf9d0 00000000 f57d0990 f58ee3b4 f58ee3b4 f57d09d8
    f57d098c: f6ea089c f58ee200 f58ee3b4 f57d09c8 f6ea495c f58ee3b4
    f57d09a4: f58ee258 004a38b8 f57d09dc f58ee258 f58ee3b4 f57d0a28
    f57d09bc: f6ed75c7 00000020 00000000 f57d09f8 f6ed728b f58ee3b4
    f57d09d4: f58ee258 004a38b8 00476ff4 f6ed722c 00000000 004a309c
    f57d09ec: 00000000 f57d09f8 0046f090 f57d0a28 f6ed6b34 00000000
    f57d0a04: 41eeafa1 f57d0a28 f6ed6b07 feffd074 f57d0bb0 f58ee258
    f57d0a1c: f58ee258 00000000 00000000 f57d0a68 f6ed78d1 f6ed722c
    f57d0a34: 00000000 00000000 00000000 f58ee220 f57d0bb0 f57d0ac4
    f57d0a4c: 00000000 00000000 00000000 00000000 080596b8 00000000
    f57d0a64: f6ed722c f57d0a98 f6ecc20f feffd074 00000000 00000000
    f57d0a7c: 00000000 00476ff4 00000000 00000000 00000000 00000000
    f57d0a94: 00000000 f57d0b0c 0046c98c f58ee220 f57d0ac4 00000000
    f57d0aac: 00000000 00000000 00000000 00000000 00000000 f57d0bb0
    f57d0ac4: 00476ff4 f57d0bb0 00000000 f57d0b0c f57d0aa4 0046c970
    f57d0adc: 00000000 00000000 00000000 00000000 00000000 00000000
    f57d0af4: 00000000 00000000 00000000 0046c8f0 00000000 00000000
    f57d0b0c: 00000000 0026e7da f57d0bb0 00000000 00000000 00000000
    f57d0b24: 00000000 00000000 00000000 00000000 00000000 00000000
    f57d0b3c: 00000000 00000000 00000000 00000000 00000000 00000000
    Code:
    (* marks the word pointed to by the instruction pointer)
    f521b420: 66100ff3 e4c60f00 100ff300 c60f046e 0ff300ed 0f087610
    f521b438: 0f00f6c6 590fe059 f2590fe9 0fe5580f 580fe658 67290fe3
    f521b450: 10c78300 cf39c601 5e5fc675 00768dc3 748b5756 7c8b1424
    f521b468: 4e8b0c24 74c98508 0c468b4a 07144f83 c7084f89 00031047
    f521b480: e1c10000 04768b04 01047f8b 74f739f9 900deb2a 90909090
    f521b498: 90909090 90909090 0046120f 0047130f 46100ff3 110ff308
    f521b4b0: c7830847 39c60110 5fe575cf f689c35e 748b5756 7c8b1424
    f521b4c8: 548b0c24 4e8b1024 74c98508 0c468b74 07144f83 c7084f89
    f521b4e0: 00031047 e1c10000 04768b04 01047f8b 900debf9 90909090
    f521b4f8: 90909090 90909090 4a100ff3 100ff300 140f1452 52120fca
    f521b510: 100ff330 0ff3285a 90386210 0026748d 0046120f* 0fc1590f
    f521b528: 130fc258 0ff30047 f3084610 f3c3590f f3c4580f 0847110f
    f521b540: 0110c783 75cf39c6 c35e5fd7 748b5756 7c8b1424 548b0c24
    f521b558: 4e8b1024 0fc98508 0000a184 0c468b00 0f144f83 c7084f89
    f521b570: 00041047 e1c10000 04768b04 01047f8b 909090f9 90909090
    f521b588: 90909090 90909090 90909090 90909090 90909090 90909090
    f521b5a0: 4a100ff3 100ff300 140f1452 52120fca 100ff320 0ff3285a
    f521b5b8: 0f386210 f689f657 0046120f f3c1590f 086e100f 00edc60f
    f521b5d0: 0fea590f 130fc558 0ff30047 f3084610 f3c3590f f3c4580f
    f521b5e8: 0847110f 46100ff3 100ff308 e85c0fee 6f110ff3 10c7830c
    f521b600: cf39c601 5e5fba75 00768dc3 748b5756 7c8b1424 548b0c24
    f521b618: 4e8b1024 74c98508 0c468b74 07144f83 c7084f89 00031047
    Loaded modules:
    (* denotes the module causing the exception)
    08048000-0805624f /opt/jrockit-jdk1.5.0_04/bin/java
    00468000-00475589 /lib/tls/libpthread.so.0
    002d1000-002f117f /lib/tls/libm.so.6
    002f6000-002f7c33 /lib/libdl.so.2
    001b3000-002c8763 /lib/tls/libc.so.6
    0019a000-001ae16f /lib/ld-linux.so.2
    f6d5c000-f6f7c427 /opt/jrockit-jdk1.5.0_04/jre/lib/i386/jrockit/libjvm.so
    f6d3f000-f6d48cd3 /lib/libnss_files.so.2
    f6cbe000-f6cde1f7 /opt/jrockit-jdk1.5.0_04/jre/lib/i386/libjava.so
    f6cb2000-f6cbc7bb /opt/jrockit-jdk1.5.0_04/jre/lib/i386/libverify.so
    02364000-02374f0b /lib/libnsl.so.1
    f6c3b000-f6c40f13 /opt/jrockit-jdk1.5.0_04/jre/lib/i386/native_threads/libhpi.so
    f64fd000-f657137f /opt/jrockit-jdk1.5.0_04/jre/lib/i386/libawt.so
    f6365000-f642a21f /opt/jrockit-jdk1.5.0_04/jre/lib/i386/libmlib_image.so
    f632b000-f63601d8 /opt/jrockit-jdk1.5.0_04/jre/lib/i386/xawt/libmawt.so
    003d9000-003e5333 /usr/X11R6/lib/libXext.so.6
    002fc000-003c0b2b /usr/X11R6/lib/libX11.so.6
    f62aa000-f631ca5f /opt/jrockit-jdk1.5.0_04/jre/lib/i386/libfontmanager.so
    f6283000-f6284677 /usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2
    f616a000-f6171783 /usr/X11R6/lib/libXcursor.so.1
    f6162000-f6168633 /usr/X11R6/lib/libXrender.so.1
    f5c2a000-f5c5896f /opt/jrockit-jdk1.5.0_04/jre/lib/i386/libjpeg.so
    f57fc000-f580c4f8 /opt/jrockit-jdk1.5.0_04/jre/lib/i386/libnet.so
    f57f5000-f57fab18 /opt/jrockit-jdk1.5.0_04/jre/lib/i386/libnio.so
    f54a8000-f54a886d /opt/jrockit-jdk1.5.0_04/jre/lib/i386/libjawt.so
    f5375000-f54a537c /home/reixt/Tools/ArtOfIllusion/ArtOfIllusion2.2/libjogl.so
    f52e0000-f535ed13 /usr/X11R6/lib/libGL.so.1
    f5265000-f52dcbff /usr/X11R6/lib/libGLU.so.1
    003c6000-003c972b /usr/X11R6/lib/libXxf86vm.so.1
    021a1000-0225190b /usr/lib/libstdc++.so.5
    f525d000-f5263d0b /lib/libgcc_s.so.1
    f50ea000-f524e1d3 */usr/X11R6/lib/modules/dri/i830_dri.so
    ef8f2000-ef90cf27 /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2
    ef8e8000-ef8e8d2f /usr/lib/gconv/ISO8859-1.so
    "AWT-EventQueue-0" id=14 idx=0x1c tid=18353 lastJavaFrame=0xf57d04bc
    Stack 0: start=0xf57ad000, end=0xf57d1000, guards=0xf57b2000 (ok), forbidden=0xf57b0000
    Thread Stack Trace:
    at mesainit_sse_transform_asm+2992(i830_vb.c)@0xf521b520
    at init_vertex_stage+237(t_vb_vertex.c)@0xf5217bfd
    at tnlrun_pipeline+133(i830_vb.c)@0xf51f9c55
    at tnldraw_range_elements+212(t_array_api.c)@0xf51ecd64
    at tnlDrawElements+260(i830_vb.c)@0xf51ed2e4
    at neutral_DrawElements+119(vtxfmt.c)@0xf5185007
    at Java_net_java_games_jogl_impl_x11_X11GLImpl_glDrawElements__III_3I+79()@0xf53e33cf
    -- Java stack --
    at net/java/games/jogl/impl/x11/X11GLImpl.glDrawElements(III[I)V(Native Method)
        at artofillusion/view/GLCanvasDrawer.renderWireframe(Lartofillusion/WireframeMesh;Lartofillusion/Camera;Ljava/awt/Color;)V(GLCanvasDrawer.java:380)
        at artofillusion/ViewerCanvas.renderWireframe(Lartofillusion/WireframeMesh;Lartofillusion/Camera;Ljava/awt/Color;)V(ViewerCanvas.java:794)
        at artofillusion/SceneViewer.renderObject(Lartofillusion/object/ObjectInfo;Lartofillusion/math/Vec3;)V(SceneViewer.java:237)
        at artofillusion/SceneViewer.updateImage()V(SceneViewer.java:145)
        at artofillusion/view/GLCanvasDrawer$CanvasListener.display(Lnet/java/games/jogl/GLDrawable;)V(GLCanvasDrawer.java:685)
        at net/java/games/jogl/impl/GLDrawableHelper.display(Lnet/java/games/jogl/GLDrawable;)V(GLDrawableHelper.java:74)
        at net/java/games/jogl/GLCanvas$DisplayAction.run()V(GLCanvas.java:249)
        at net/java/games/jogl/impl/GLContext.invokeGL(Ljava/lang/Runnable;ZLjava/lang/Runnable;)V(GLContext.java:294)
        ^-- Holding lock: net/java/games/jogl/impl/x11/X11OnscreenGLContext@0x88e26a0[thin lock]
    at net/java/games/jogl/GLCanvas.maybeDoSingleThreadedWorkaround(Ljava/lang/Runnable;Ljava/lang/Runnable;Z)V(GLCanvas.java:236)
    at net/java/games/jogl/GLCanvas.display()V(GLCanvas.java:77)
    at net/java/games/jogl/GLCanvas.paint(Ljava/awt/Graphics;)V(GLCanvas.java:86)
    at sun/awt/RepaintArea.paintComponent(Ljava/awt/Component;Ljava/awt/Graphics;)V(RepaintArea.java:248)
    at sun/awt/X11/XRepaintArea.paintComponent(Ljava/awt/Component;Ljava/awt/Graphics;)V(XRepaintArea.java:56)
    at sun/awt/RepaintArea.paint(Ljava/lang/Object;Z)V(RepaintArea.java:224)
    at sun/awt/X11/XComponentPeer.handleEvent(Ljava/awt/AWTEvent;)V(XComponentPeer.java:630)
    at java/awt/Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V(Component.java:4031)
    at java/awt/Component.dispatchEvent(Ljava/awt/AWTEvent;)V(Component.java:3803)
    at java/awt/EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V(EventQueue.java:463)
    at java/awt/EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z(EventDispatchThread.java:242)
    at java/awt/EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V(EventDispatchThread.java:163)
    at java/awt/EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V(EventDispatchThread.java:157)
    at java/awt/EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V(EventDispatchThread.java:149)
    at java/awt/EventDispatchThread.run()V(EventDispatchThread.java:110)
    at jrockit/vm/RNI.c2java(IIII)V(Native Method)
    -- end of trace
    Additional information is available in:
    /home/reixt/Tools/ArtOfIllusion/ArtOfIllusion2.2/jrockit.18340.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.3-stable
    Elf headers:
    libc ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 001c7bc0 PHOFF: 00000034 SHOFF: 001639a0 EF: 0x0 HS: 52 PS: 32 PHN; 10 SS: 40 SHN: 70 STIDX: 69
    libpthread ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 0046c760 PHOFF: 00000034 SHOFF: 00019914 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: 0004dd60 PHOFF: 00000034 SHOFF: 00280c74 EF: 0x0 HS: 52 PS: 32 PHN; 3 SS: 40 SHN: 20 STIDX: 17
    ===== END DUMP ===============================================================
    ./aoi.sh: line 77: 18340 Abandon $JAVACMD

  • BEA WebLogic JRockit(TM) 1.4.2_03  SDK Dump on linux

    ===== BEGIN DUMP =============================================================
    JRockit context dump produced after 0 days, 00:36:09 on Mon May 31 11:31:15 2004
    If you see this dump, please send it, along with as much
    information as you can on your system setup and the program
    you were running, to [email protected]. Please include the
    file jrockit.29196.dump from the current directory in the bug
    report. Thank you.
    No core file will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    Error Message: Null pointer exception in native code
    Signal info : si_signo=11, si_code=1
    Version : ari-24879-20031212-1523-linux-ia32
    Threads / GC : Native Threads, GC strategy: parallel
    : mmHeap->data = 0x40400000, mmHeap->top = 0x60400000
    : mmStartCompaction = 0x42c00000, mmEndCompaction = 0x45400000
    Number CPUs : 4
    Tot Phys Mem : 1051901952
    OS version : Red Hat Linux Advanced Server release 2.1AS (Pensacola)
    Linux version 2.4.9-e.3smp ([email protected]) (gcc version
    2.96 20000731 (Red Hat Linux 7.2 2.96-108.1)) #1 SMP Fri May 3 16:48:54 EDT 2002
    State : JVM is running
    Command Line : -Djava.class.path=. -Xms512m -Xmx512m -Dembarcadero.license.valid=true
    -Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.crimson.jaxp.DocumentBuilderFactoryImpl
    -Djavax.xml.parsers.SAXParserFactory=org.apache.crimson.jaxp.SAXParserFactoryImpl
    -Djava.class.path=:run.jar:EmbtOpensource.jar:../lib/crimson.jar:../lib/ext/jcert.jar:../lib/ext/ibmrandomizer.jar:../lib/ext/rhino.jar:../lib/ext/Sprint.jar:../lib/ext/xerces-full.jar:../lib/ext/jtidy-modified.jar:../lib/ext/xalan.jar:../lib/ext/mm.mysql-2.0.14-bin.jar:../lib/ext/jconn2.jar:../lib/ext/classes12.zip:../lib/ext/servlet.jar:../../swift/jars/jms.jar:../../swift/jars/swiftmq.jar:../../swift/jars/dom4j-full.jar:../../swift/jars/SwiftLicense.jar:../lib/ext/oswego-concurrent.jar:../lib/ext/activation.jar:../lib/ext/mail.jar:../lib/ext/jgl3.1.0.jar:../lib/ext/domsdk.jar:../lib/ext/w3cdom1.jar:../lib/ext/xmlsax.jar:../lib/ext/jcifs.jar:
    -Xbootclasspath/p:../lib/embtClasses_JROCKIT.jar -Xverify:none -Xgc:parallel -Xnativethreads
    -Xnoagent -Dsun.java.command=org.jboss.Main
    Environment : JAVA_HOME=(null), java.home=/opt/Extreme/JVM/JROCKIT/jre, java.class.path=:run.jar:EmbtOpensource.jar:../lib/crimson.jar:../lib/ext/jcert.jar:../lib/ext/ibmrandomizer.jar:../lib/ext/rhino.jar:../lib/ext/Sprint.jar:../lib/ext/xerces-full.jar:../lib/ext/jtidy-modified.jar:../lib/ext/xalan.jar:../lib/ext/mm.mysql-2.0.14-bin.jar:../lib/ext/jconn2.jar:../lib/ext/classes12.zip:../lib/ext/servlet.jar:../../swift/jars/jms.jar:../../swift/jars/swiftmq.jar:../../swift/jars/dom4j-full.jar:../../swift/jars/SwiftLicense.jar:../lib/ext/oswego-concurrent.jar:../lib/ext/activation.jar:../lib/ext/mail.jar:../lib/ext/jgl3.1.0.jar:../lib/ext/domsdk.jar:../lib/ext/w3cdom1.jar:../lib/ext/xmlsax.jar:../lib/ext/jcifs.jar:,
    java.library.path=/opt/Extreme/JVM/JROCKIT/jre/lib/i386/jrockit:/opt/Extreme/JVM/JROCKIT/jre/lib/i386:/opt/Extreme/JVM/JROCKIT/jre/../lib/i386::./../lib
    C Heap : Good; no memory allocations have failed
    Registers:
    EAX = 0004001c EBX = 61af0a6c
    ECX = 09abb501 EDX = 00040014
    ESI = 61af0a6c EDI = 098172b0
    ESP = 628e6ed4 EIP = 4026d313
    EBP = 00000000 EFL = 00010246
    CS = 0023 DS = 002b ES = 002b
    SS = 002b FS = 017f GS = 017f
    Stack:
    628e6ed4 :61af0aa4 61af0a6c 00000001 0811a3b0 628e6fd8 628e6fcc
    628e6eec :0000064a 4029d4dd 61af0a6c 628e6f20 00000000 4029b6db
    628e6f04 :61af0a98 61af0c18 628e6fcc 61af0a6c 00000001 628e6f90
    628e6f1c :628e6f20 00000000 61af0a6c 628e6fcc 61af0a98 4029cf93
    628e6f34 :0811a3b0 61af0a6c 61af0a98 61af0c18 00000020 628e6fcc
    628e6f4c :0000000b 00000000 00000000 628e6fcc 0000000b 628e70c4
    628e6f64 :61571ed8 61af0a28 00040010 4029b32c 61af0a28 628e6fcc
    628e6f7c :0000000b 6274b000 00000000 00000000 6276b000 00000000
    628e6f94 :00000000 00000000 00000000 4029b541 628e6fcc 61571ed8
    628e6fac :628e70c4 628e7030 4003b918 00000000 61ffeeb4 628e701c
    628e6fc4 :00000000 6276a580 62090d58 0811a3b0 61571ed8 00000002
    628e6fdc :628e70c4 00000000 00000000 628e7030 00000000 09abb64a
    628e6ff4 :61584110 628e70b0 628e701c 40030b53 0000000b 628e7030
    628e700c :628e70b0 40030b0a 01b80000 00040000 61571ed8 40091950
    628e7024 :0000000b 628e7030 628e70b0 0000000b 00000000 00000001
    628e703c :00040010 00000000 00000000 00000000 00000000 00000000
    628e7054 :00000000 00000000 00000000 00000000 00000000 00000000
    628e706c :00000000 00000000 00000000 00000000 00000000 00000000
    628e7084 :00000000 00000000 00000000 00000000 00000000 00000000
    628e709c :00000000 00000000 00000000 00000000 00000000 00000000
    628e70b4 :00000000 628e53a0 00000000 00002000 0000017f 0000017f
    628e70cc :0000002b 0000002b 61ffeeb4 00040000 61571ed8 0004000c
    628e70e4 :01b80000 00000000 00000000 00000000 0000000e 00000004
    628e70fc :09abb64a 00000023 00010246 0004000c 0000002b 628e7124
    628e7114 :80000000 00040010 80000000 00000000 ffff037f ffff0020
    628e712c :ffffffff 401e6430 00a70023 403545c8 0000002b 00000310
    628e7144 :00000000 1008ffff 00001010 ffff0000 10101010 00000000
    628e715c :0000ffff 45000000 3ffefb04 00000000 00000000 00000000
    628e7174 :00000000 4008fa00 cccccccd bb3ac6cc a9804014 1f822d80
    628e718c :4003beb0 00000020 0020037f 00a70000 401e6430 00000023
    628e71a4 :403545c8 0000002b 00001f80 0000ffff 00000310 00000000
    628e71bc :0000ffff 00000000 10101008 00000000 0000ffff 00000000
    628e71d4 :10101010 00000000 0000ffff 00000000 00000000 fb044500
    628e71ec :00003ffe 00000000 00000000 00000000 00000000 00000000
    628e7204 :00000000 fa000000 00004008 00000000 cccccccd bb3ac6cc
    628e721c :00004014 00000000 2d80a980 beb01f82 00004003 00000000
    628e7234 :00000000 00000000 00000000 00000000 00000000 00000000
    628e724c :00000000 00000000 00000000 00000000 00000000 00000000
    628e7264 :00000000 00000000 00000000 00000000 00000000 00000000
    628e727c :00000000 00000000 00000000 00000000 00000000 00000000
    628e7294 :00000000 00000000 00000000 00000000 00000000 00000000
    628e72ac :00000000 00000000 00000000 00000000 00000000 00000000
    628e72c4 :00000000 00000000 00000000 00000000 00000000 00000000
    628e72dc :00000000 00000000 00000000 00000000 00000000 00000000
    628e72f4 :00000000 00000000 00000000 00000000 00000000 00000000
    628e730c :00000000 00000000 00000000 00000000 00000000 00000000
    628e7324 :00000000 00000000 00000000 00000000 00000000 00000000
    628e733c :00000000 00000000 00000000 00000000 00000000 00000000
    628e7354 :00000000 00000000 00000000 00000000 00000000 00000000
    628e736c :00000000 00000000 00000000 00000000 00000000 00000000
    628e7384 :00000000 00000000 00000000 00000000 00000000 00000000
    628e739c :00000000 00002008 00000031 00000000 4026b824 00000000
    628e73b4 :00000003 08fe1334 08fe1334 0a518380 62974e50 00000001
    628e73cc :00000000 00000030 00000021 628e73f8 00000000 620c9b30
    628e73e4 :00000000 0a0fc449 00000000 00000000 00000031 00000000
    628e73fc :4026b824 00000000 00000003 09e29198 09e29198 0a0fc030
    628e7414 :628e73d8 00000001 6254c6f8 00000030 00000019 00000000
    628e742c :09b38a24 0000000f 7afa2e87 00000000 000000b1 6555fa28
    628e7444 :66d645e0 02002000 00000000 00000000 40000000 00000000
    628e745c :00000000 00000000 00000000 00000000 00000000 00000000
    628e7474 :00000000 00000000 00000000 00000000 00000680 00000050
    628e748c :00000050 00000013 00000000 00000000 00000000 00000000
    628e74a4 :00000000 00000000 00000000 00000000 00000000 00000000
    628e74bc :00000000 00000000 00000000 00000000 00000000 00000000
    628e74d4 :00000000 000000a0 00000010 622450f0 622450f0 000000b0
    628e74ec :00000020 61aaba28 629d6848 675ede88 00000021 00000021
    628e7504 :00000001 00000020 00000039 62fbcf60 629e56d8 00020000
    628e751c :00000000 00000000 00000000 0012f712 0000769a 60d4c920
    628e7534 :00000000 00000000 00000000 00000038 00000050 2f6d6f63
    628e754c :61626d65 64616372 2f6f7265 72747865 2f656d65 69726373
    628e7564 :6e697470 6f6e2f67 2f736564 656c6552 45657361 6e69676e
    628e757c :72615665 65646f4e 00003124 00000000 00000000 00000050
    628e7594 :00000019 00000000 09b70094 00000006 abe4e85a 00000000
    628e75ac :00000029 00000000 4026b824 00000000 00000003 09afc7a8
    628e75c4 :09afc7a8 09abfce0 62257390 00000029 00000011 54746567
    628e75dc :65677261 00007374 00000011 45505954 54414e5f 00455649
    628e75f4 :000003c1 66d07cc8 65548cf0 00000000 00000000 00000000
    628e760c :00000000 00000000 00000000 00000000 00000000 00000000
    628e7624 :00000000 00000000 00000000 00000000 00000000 00000000
    628e763c :00000000 00000000 00000080 00000000 00000000 00000000
    628e7654 :00000000 00000000 00000000 00000000 00000000 00000000
    628e766c :00000000 00000000 00000000 00000000 00000000 00000000
    628e7684 :00000000 00000000 00000000 00000000 00000000 00000000
    628e769c :00000000 00000000 00000000 00000000 00000000 00000000
    628e76b4 :00000000 00000000 00000000 00000000 00000000 00000000
    628e76cc :00000000 00000000 00000000 00000000 00000000 00000000
    Code:
    4026d213 :83ffffff 5e5b20c4 c314c483 14ec8390 5c8b5356 748b2424
    4026d22b :438b2024 04f8830c c0310b75 b48d54eb 00000026 047b8300
    4026d243 :832a7400 e853f4c4 00064dbd 5650026a 53f4c483 0649d0e8
    4026d25b :10c48300 fe1be850 01b8ffff 83000000 1eeb20c4 fcc48390
    4026d273 :c483026a 53026af8 066220e8 10c48300 46e85650 83ffffff
    4026d28b :5e5b10c4 c314c483 10ec8390 8b535657 8b20245c 83388b03
    4026d2a3 :75020c7b 24538b20 1974d285 408b028b 8b038910 89400440
    4026d2bb :428b0843 24438904 000156e9 0c7b8300 8b2f7701 1b40f603
    4026d2d3 :8b097401 c0830443 144389fc 488a038b 02c1f61b 538b1474
    4026d2eb :01e18004 83fc428d c984f8c2 89c2450f 438b1843 74c08510
    4026d303 :0843890c 001043c7 eb000000 04438b08 4389008b 83338b08
    4026d31b :448bf8c4 8b502c24 50480843 f767d4e8 830389ff c08510c4
    4026d333 :43c70c75 00000004 00dde900 053b0000 40354850 053b1d74
    4026d34b :40354854 538b1574 40b70f04 3fff2518 448d0000 43890482
    4026d363 :8b5eeb04 b60f044b 548b1a46 438b0c81 fce2830c 7501f883
    4026d37b :2043c714 00000001 000003c7 018b0000 eb084389 fcfa8334
    4026d393 :03c70f75 00000000 000443c7 eb000000 287b837a c70b7400
    4026d3ab :00000003 04538900 8b5069eb 53501042 fcbfe852 c483ffff
    4026d3c3 :0c7b8310 8b547502 74c08503 2c508b4e 4774d285 8b04408b
    4026d3db :c129084b 1d740a39 00047a83 d0893574 26748d90 08c08300
    4026d3f3 :3908c283 83067408 75000478 04428bf0 1774c085 8904408b
    4026d40b :428b2443 8b008b04 03891040 4004408b 89084389 5f5e5bf8
    Loaded modules:
    (* denotes the module causing the exception)
    0x08048000-0x0804cd66 /opt/Extreme/JVM/JROCKIT/bin/java
    0x40027000-0x40033ec3 /lib/i686/libpthread.so.0
    0x4003c000-0x4005db42 /lib/i686/libm.so.6
    0x4005f000-0x4006100c /lib/libdl.so.2
    0x40063000-0x40195305 /lib/i686/libc.so.6
    0x4019f000-0x403534ef* /opt/Extreme/JVM/JROCKIT/jre/lib/i386/jrockit/libjvm.so
    0x403ef000-0x403f82ad /lib/libnss_files.so.2
    0x60c4c000-0x60c5bfa5 /opt/Extreme/JVM/JROCKIT/jre/lib/i386/libverify.so
    0x60fa3000-0x60fc29cf /opt/Extreme/JVM/JROCKIT/jre/lib/i386/libjava.so
    0x60fd4000-0x60fe633a /lib/libnsl.so.1
    0x6104d000-0x610a2fcf /opt/Extreme/Hub/jboss/lib/libLinuxInstrumentor.so
    0x610ba000-0x610f277b /usr/lib/libstdc++-libc6.2-2.so.3
    0x403e4000-0x403ed5cb /lib/libnss_nisplus.so.2
    0x619e7000-0x619e9d11 /lib/libnss_dns.so.2
    0x619eb000-0x619f8ce5 /lib/libresolv.so.2
    Java Thread ID = 0x00001780, Name = PulseRunner
    Thread Stack Trace:
    at frameIterGetCurrentAndStep2+127(:0)@0x4026d313
    If you see this dump, please send it, along with as much
    information as you can on your system setup and the program
    you were running, to [email protected]. Please include the
    file jrockit.29196.dump from the current directory in the bug
    report. Thank you.
    ===== END DUMP ===============================================================
    Running web server load test.

    I would suggest you grab the latest version of JRockit (1.4.2_04) from
    www.bea.com. Also, have a look at the supported platforms at:
    http://e-docs.bea.com/wljrockit/docs142/certif.html
    Thanks,
    /Staffan
    wendy yang wrote:
    ===== BEGIN DUMP =============================================================
    JRockit context dump produced after 0 days, 00:36:09 on Mon May 31 11:31:15 2004
    If you see this dump, please send it, along with as much
    information as you can on your system setup and the program
    you were running, to [email protected]. Please include the
    file jrockit.29196.dump from the current directory in the bug
    report. Thank you.
    No core file will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    Error Message: Null pointer exception in native code
    Signal info : si_signo=11, si_code=1
    Version : ari-24879-20031212-1523-linux-ia32
    Threads / GC : Native Threads, GC strategy: parallel
    : mmHeap->data = 0x40400000, mmHeap->top = 0x60400000
    : mmStartCompaction = 0x42c00000, mmEndCompaction = 0x45400000
    Number CPUs : 4
    Tot Phys Mem : 1051901952
    OS version : Red Hat Linux Advanced Server release 2.1AS (Pensacola)
    Linux version 2.4.9-e.3smp ([email protected]) (gcc version
    2.96 20000731 (Red Hat Linux 7.2 2.96-108.1)) #1 SMP Fri May 3 16:48:54 EDT 2002
    State : JVM is running
    Command Line : -Djava.class.path=. -Xms512m -Xmx512m -Dembarcadero.license.valid=true
    -Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.crimson.jaxp.DocumentBuilderFactoryImpl
    -Djavax.xml.parsers.SAXParserFactory=org.apache.crimson.jaxp.SAXParserFactoryImpl
    -Djava.class.path=:run.jar:EmbtOpensource.jar:../lib/crimson.jar:../lib/ext/jcert.jar:../lib/ext/ibmrandomizer.jar:../lib/ext/rhino.jar:../lib/ext/Sprint.jar:../lib/ext/xerces-full.jar:../lib/ext/jtidy-modified.jar:../lib/ext/xalan.jar:../lib/ext/mm.mysql-2.0.14-bin.jar:../lib/ext/jconn2.jar:../lib/ext/classes12.zip:../lib/ext/servlet.jar:../../swift/jars/jms.jar:../../swift/jars/swiftmq.jar:../../swift/jars/dom4j-full.jar:../../swift/jars/SwiftLicense.jar:../lib/ext/oswego-concurrent.jar:../lib/ext/activation.jar:../lib/ext/mail.jar:../lib/ext/jgl3.1.0.jar:../lib/ext/domsdk.jar:../lib/ext/w3cdom1.jar:../lib/ext/xmlsax.jar:../lib/ext/jcifs.jar:
    -Xbootclasspath/p:../lib/embtClasses_JROCKIT.jar -Xverify:none -Xgc:parallel -Xnativethreads
    -Xnoagent -Dsun.java.command=org.jboss.Main
    Environment : JAVA_HOME=(null), java.home=/opt/Extreme/JVM/JROCKIT/jre, java.class.path=:run.jar:EmbtOpensource.jar:../lib/crimson.jar:../lib/ext/jcert.jar:../lib/ext/ibmrandomizer.jar:../lib/ext/rhino.jar:../lib/ext/Sprint.jar:../lib/ext/xerces-full.jar:../lib/ext/jtidy-modified.jar:../lib/ext/xalan.jar:../lib/ext/mm.mysql-2.0.14-bin.jar:../lib/ext/jconn2.jar:../lib/ext/classes12.zip:../lib/ext/servlet.jar:../../swift/jars/jms.jar:../../swift/jars/swiftmq.jar:../../swift/jars/dom4j-full.jar:../../swift/jars/SwiftLicense.jar:../lib/ext/oswego-concurrent.jar:../lib/ext/activation.jar:../lib/ext/mail.jar:../lib/ext/jgl3.1.0.jar:../lib/ext/domsdk.jar:../lib/ext/w3cdom1.jar:../lib/ext/xmlsax.jar:../lib/ext/jcifs.jar:,
    java.library.path=/opt/Extreme/JVM/JROCKIT/jre/lib/i386/jrockit:/opt/Extreme/JVM/JROCKIT/jre/lib/i386:/opt/Extreme/JVM/JROCKIT/jre/../lib/i386::./../lib
    C Heap : Good; no memory allocations have failed
    Registers:
    EAX = 0004001c EBX = 61af0a6c
    ECX = 09abb501 EDX = 00040014
    ESI = 61af0a6c EDI = 098172b0
    ESP = 628e6ed4 EIP = 4026d313
    EBP = 00000000 EFL = 00010246
    CS = 0023 DS = 002b ES = 002b
    SS = 002b FS = 017f GS = 017f
    Stack:
    628e6ed4 :61af0aa4 61af0a6c 00000001 0811a3b0 628e6fd8 628e6fcc
    628e6eec :0000064a 4029d4dd 61af0a6c 628e6f20 00000000 4029b6db
    628e6f04 :61af0a98 61af0c18 628e6fcc 61af0a6c 00000001 628e6f90
    628e6f1c :628e6f20 00000000 61af0a6c 628e6fcc 61af0a98 4029cf93
    628e6f34 :0811a3b0 61af0a6c 61af0a98 61af0c18 00000020 628e6fcc
    628e6f4c :0000000b 00000000 00000000 628e6fcc 0000000b 628e70c4
    628e6f64 :61571ed8 61af0a28 00040010 4029b32c 61af0a28 628e6fcc
    628e6f7c :0000000b 6274b000 00000000 00000000 6276b000 00000000
    628e6f94 :00000000 00000000 00000000 4029b541 628e6fcc 61571ed8
    628e6fac :628e70c4 628e7030 4003b918 00000000 61ffeeb4 628e701c
    628e6fc4 :00000000 6276a580 62090d58 0811a3b0 61571ed8 00000002
    628e6fdc :628e70c4 00000000 00000000 628e7030 00000000 09abb64a
    628e6ff4 :61584110 628e70b0 628e701c 40030b53 0000000b 628e7030
    628e700c :628e70b0 40030b0a 01b80000 00040000 61571ed8 40091950
    628e7024 :0000000b 628e7030 628e70b0 0000000b 00000000 00000001
    628e703c :00040010 00000000 00000000 00000000 00000000 00000000
    628e7054 :00000000 00000000 00000000 00000000 00000000 00000000
    628e706c :00000000 00000000 00000000 00000000 00000000 00000000
    628e7084 :00000000 00000000 00000000 00000000 00000000 00000000
    628e709c :00000000 00000000 00000000 00000000 00000000 00000000
    628e70b4 :00000000 628e53a0 00000000 00002000 0000017f 0000017f
    628e70cc :0000002b 0000002b 61ffeeb4 00040000 61571ed8 0004000c
    628e70e4 :01b80000 00000000 00000000 00000000 0000000e 00000004
    628e70fc :09abb64a 00000023 00010246 0004000c 0000002b 628e7124
    628e7114 :80000000 00040010 80000000 00000000 ffff037f ffff0020
    628e712c :ffffffff 401e6430 00a70023 403545c8 0000002b 00000310
    628e7144 :00000000 1008ffff 00001010 ffff0000 10101010 00000000
    628e715c :0000ffff 45000000 3ffefb04 00000000 00000000 00000000
    628e7174 :00000000 4008fa00 cccccccd bb3ac6cc a9804014 1f822d80
    628e718c :4003beb0 00000020 0020037f 00a70000 401e6430 00000023
    628e71a4 :403545c8 0000002b 00001f80 0000ffff 00000310 00000000
    628e71bc :0000ffff 00000000 10101008 00000000 0000ffff 00000000
    628e71d4 :10101010 00000000 0000ffff 00000000 00000000 fb044500
    628e71ec :00003ffe 00000000 00000000 00000000 00000000 00000000
    628e7204 :00000000 fa000000 00004008 00000000 cccccccd bb3ac6cc
    628e721c :00004014 00000000 2d80a980 beb01f82 00004003 00000000
    628e7234 :00000000 00000000 00000000 00000000 00000000 00000000
    628e724c :00000000 00000000 00000000 00000000 00000000 00000000
    628e7264 :00000000 00000000 00000000 00000000 00000000 00000000
    628e727c :00000000 00000000 00000000 00000000 00000000 00000000
    628e7294 :00000000 00000000 00000000 00000000 00000000 00000000
    628e72ac :00000000 00000000 00000000 00000000 00000000 00000000
    628e72c4 :00000000 00000000 00000000 00000000 00000000 00000000
    628e72dc :00000000 00000000 00000000 00000000 00000000 00000000
    628e72f4 :00000000 00000000 00000000 00000000 00000000 00000000
    628e730c :00000000 00000000 00000000 00000000 00000000 00000000
    628e7324 :00000000 00000000 00000000 00000000 00000000 00000000
    628e733c :00000000 00000000 00000000 00000000 00000000 00000000
    628e7354 :00000000 00000000 00000000 00000000 00000000 00000000
    628e736c :00000000 00000000 00000000 00000000 00000000 00000000
    628e7384 :00000000 00000000 00000000 00000000 00000000 00000000
    628e739c :00000000 00002008 00000031 00000000 4026b824 00000000
    628e73b4 :00000003 08fe1334 08fe1334 0a518380 62974e50 00000001
    628e73cc :00000000 00000030 00000021 628e73f8 00000000 620c9b30
    628e73e4 :00000000 0a0fc449 00000000 00000000 00000031 00000000
    628e73fc :4026b824 00000000 00000003 09e29198 09e29198 0a0fc030
    628e7414 :628e73d8 00000001 6254c6f8 00000030 00000019 00000000
    628e742c :09b38a24 0000000f 7afa2e87 00000000 000000b1 6555fa28
    628e7444 :66d645e0 02002000 00000000 00000000 40000000 00000000
    628e745c :00000000 00000000 00000000 00000000 00000000 00000000
    628e7474 :00000000 00000000 00000000 00000000 00000680 00000050
    628e748c :00000050 00000013 00000000 00000000 00000000 00000000
    628e74a4 :00000000 00000000 00000000 00000000 00000000 00000000
    628e74bc :00000000 00000000 00000000 00000000 00000000 00000000
    628e74d4 :00000000 000000a0 00000010 622450f0 622450f0 000000b0
    628e74ec :00000020 61aaba28 629d6848 675ede88 00000021 00000021
    628e7504 :00000001 00000020 00000039 62fbcf60 629e56d8 00020000
    628e751c :00000000 00000000 00000000 0012f712 0000769a 60d4c920
    628e7534 :00000000 00000000 00000000 00000038 00000050 2f6d6f63
    628e754c :61626d65 64616372 2f6f7265 72747865 2f656d65 69726373
    628e7564 :6e697470 6f6e2f67 2f736564 656c6552 45657361 6e69676e
    628e757c :72615665 65646f4e 00003124 00000000 00000000 00000050
    628e7594 :00000019 00000000 09b70094 00000006 abe4e85a 00000000
    628e75ac :00000029 00000000 4026b824 00000000 00000003 09afc7a8
    628e75c4 :09afc7a8 09abfce0 62257390 00000029 00000011 54746567
    628e75dc :65677261 00007374 00000011 45505954 54414e5f 00455649
    628e75f4 :000003c1 66d07cc8 65548cf0 00000000 00000000 00000000
    628e760c :00000000 00000000 00000000 00000000 00000000 00000000
    628e7624 :00000000 00000000 00000000 00000000 00000000 00000000
    628e763c :00000000 00000000 00000080 00000000 00000000 00000000
    628e7654 :00000000 00000000 00000000 00000000 00000000 00000000
    628e766c :00000000 00000000 00000000 00000000 00000000 00000000
    628e7684 :00000000 00000000 00000000 00000000 00000000 00000000
    628e769c :00000000 00000000 00000000 00000000 00000000 00000000
    628e76b4 :00000000 00000000 00000000 00000000 00000000 00000000
    628e76cc :00000000 00000000 00000000 00000000 00000000 00000000
    Code:
    4026d213 :83ffffff 5e5b20c4 c314c483 14ec8390 5c8b5356 748b2424
    4026d22b :438b2024 04f8830c c0310b75 b48d54eb 00000026 047b8300
    4026d243 :832a7400 e853f4c4 00064dbd 5650026a 53f4c483 0649d0e8
    4026d25b :10c48300 fe1be850 01b8ffff 83000000 1eeb20c4 fcc48390
    4026d273 :c483026a 53026af8 066220e8 10c48300 46e85650 83ffffff
    4026d28b :5e5b10c4 c314c483 10ec8390 8b535657 8b20245c 83388b03
    4026d2a3 :75020c7b 24538b20 1974d285 408b028b 8b038910 89400440
    4026d2bb :428b0843 24438904 000156e9 0c7b8300 8b2f7701 1b40f603
    4026d2d3 :8b097401 c0830443 144389fc 488a038b 02c1f61b 538b1474
    4026d2eb :01e18004 83fc428d c984f8c2 89c2450f 438b1843 74c08510
    4026d303 :0843890c 001043c7 eb000000 04438b08 4389008b 83338b08
    4026d31b :448bf8c4 8b502c24 50480843 f767d4e8 830389ff c08510c4
    4026d333 :43c70c75 00000004 00dde900 053b0000 40354850 053b1d74
    4026d34b :40354854 538b1574 40b70f04 3fff2518 448d0000 43890482
    4026d363 :8b5eeb04 b60f044b 548b1a46 438b0c81 fce2830c 7501f883
    4026d37b :2043c714 00000001 000003c7 018b0000 eb084389 fcfa8334
    4026d393 :03c70f75 00000000 000443c7 eb000000 287b837a c70b7400
    4026d3ab :00000003 04538900 8b5069eb 53501042 fcbfe852 c483ffff
    4026d3c3 :0c7b8310 8b547502 74c08503 2c508b4e 4774d285 8b04408b
    4026d3db :c129084b 1d740a39 00047a83 d0893574 26748d90 08c08300
    4026d3f3 :3908c283 83067408 75000478 04428bf0 1774c085 8904408b
    4026d40b :428b2443 8b008b04 03891040 4004408b 89084389 5f5e5bf8
    Loaded modules:
    (* denotes the module causing the exception)
    0x08048000-0x0804cd66 /opt/Extreme/JVM/JROCKIT/bin/java
    0x40027000-0x40033ec3 /lib/i686/libpthread.so.0
    0x4003c000-0x4005db42 /lib/i686/libm.so.6
    0x4005f000-0x4006100c /lib/libdl.so.2
    0x40063000-0x40195305 /lib/i686/libc.so.6
    0x4019f000-0x403534ef* /opt/Extreme/JVM/JROCKIT/jre/lib/i386/jrockit/libjvm.so
    0x403ef000-0x403f82ad /lib/libnss_files.so.2
    0x60c4c000-0x60c5bfa5 /opt/Extreme/JVM/JROCKIT/jre/lib/i386/libverify.so
    0x60fa3000-0x60fc29cf /opt/Extreme/JVM/JROCKIT/jre/lib/i386/libjava.so
    0x60fd4000-0x60fe633a /lib/libnsl.so.1
    0x6104d000-0x610a2fcf /opt/Extreme/Hub/jboss/lib/libLinuxInstrumentor.so
    0x610ba000-0x610f277b /usr/lib/libstdc++-libc6.2-2.so.3
    0x403e4000-0x403ed5cb /lib/libnss_nisplus.so.2
    0x619e7000-0x619e9d11 /lib/libnss_dns.so.2
    0x619eb000-0x619f8ce5 /lib/libresolv.so.2
    Java Thread ID = 0x00001780, Name = PulseRunner
    Thread Stack Trace:
    at frameIterGetCurrentAndStep2+127(:0)@0x4026d313
    If you see this dump, please send it, along with as much
    information as you can on your system setup and the program
    you were running, to [email protected]. Please include the
    file jrockit.29196.dump from the current directory in the bug
    report. Thank you.
    ===== END DUMP ===============================================================
    Running web server load test.

  • What happended to j2se 1.4.2_04 installler?

    What happended to j2se 1.4.2_04 installler? Why has it been replaced with 1.4.2_03
    is there a bug in the 1.4.2_04 release I should know about that I have'nt yet discovered, I downloaded it a few days ago.

    It has disappeared for hours , but there's no any explaination till now.

  • JRockit Management Console - Exception Count

    Hello,
    I'm using jrockit-j2sdk1.4.2_04. I download the JRA from: /wljrockit/docs142/JRA.zip. I started the Management Server with Tomcat 5.0. After starting the management console the exception count continuously increases one per second (approx). Is this a bug? Am I doing anything wrong? Can I drill down to see whats happening somehow?
    Thanks,
    Ralph

    You can run JRockit with the (undocumented and unsupported) option -Djrockit.printstacktraces=true to print out every exception that happens. This will probably tell you what the exception is.
    One exception every second is nothing to worry about from a performance pespective.
    Regards,
    /Staffan

  • Jrockit crash on AMD/Fedora in mmParProcessReference

    Hi,
    This often happens in startup, but also happens when server has been running for some time.
    At first, I had no special GC settings, then support asked me to use parallel GC, but that still fails. (as seen below)
    Anyone run into this?
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 00:01:05 on Tue Mar 20 17:03:25 2007
    Additional information is available in:
    /apps/release/06863/leserver/bin/jrockit.30539.dump
    /apps/release/06863/leserver/bin/core or core.30539
    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=1 si_addr=0x46ba38c
    Version : BEA JRockit(R) R26.4.0-63-63688-1.5.0_06-20060626-2259-linux-ia32GC : parallel
    : mmHeap->data = 0x9a00000, mmHeap->top = 0x69a00000
    : mmStartCompaction = 0x9a00000, mmEndCompaction = 0xfa00000
    CPU : AMD Opteron/Athlon64 SSE SSE2 EM64T
    Number CPUs : 2
    Tot Phys Mem : 3450130432 (3290 MB)
    OS version : Fedora Core release 6 (Zod)
    Linux version 2.6.18-1.2798.fc6 ([email protected]) (gcc version 4.1.1 20061011 (Red Hat 4.1.1-30)) #1 SMP Mon Oct 16 14:37:32 EDT 2006 (i686)
    Thread System: NPTL
    State : JVM is running (Main thread has finished)
    [.snip.]
    Scan Dump Helper:
    Scanned object [1dfa78f0 1dfa9908) of class [Ljava/lang/Object;
    The object itself is probably ok, but one of its fields is stale
    1dfa78f0 : 008c18d0
    1dfa78f4 : 00000000
    ... array printout truncated ...
    1dfa7904 : 1dfa7be8
    ===> 1dfa7908 : 0088e27c
    1dfa790c : 00000000
    1dfa7910 : 1dfa7680
    1dfa7914 : 00000023
    1dfa7918 : 0000000a
    1dfa791c : 00000000
    1dfa7920 : 008aee98
    1dfa7924 : 00000000
    1dfa7928 : 3b9b73e2
    1dfa792c : 00000000
    1dfa7930 : 008889f8
    1dfa7934 : 00000000
    ... array printout truncated ...
    1dfa9904 : 00330061
    ... array printout truncated ...
    The field that caused the crash is marked with "===>"
    That field is bogus and pointing outside the heap
    Only reference to this object from another object is
    object [1dfa7c58 1dfa7c70) of class org/hsqldb/Row
    1dfa7c58 : 098e0d0c
    1dfa7c5c : 00000000
    ===> 1dfa7c60 : 1dfa78f0 .oData [Ljava/lang/Object;
    1dfa7c64 : 1dfa7c70 .nPrimaryNode org/hsqldb/Node
    1dfa7c68 : 00000033 .tableId int
    1dfa7c6c : 00004054 .iPos int
    "(GC Worker Thread 1)" id=? idx=0xc tid=30544 lastJavaFrame=0xfffffffc
    Stack 0: start=0xb79b8000, end=0xb79fa000, guards=0xb79bd000 (ok), forbidden=0xb79bb000
    Thread Stack Trace:
    at mmParProcessReference+166()@0xb7d6799a
    at parScanArray+67()@0xb7d6b5ff
    at mmParScanObject+301()@0xb7d6c5dd
    at mmParMarkWorkers+38()@0xb7d67ba2
    at mmGCWorkLoop+67()@0xb7d5be2b
    at tsiCallStartFunction+60()@0xb7de56f4
    at tsiThreadStub+183()@0xb7de6457
    at ptiThreadStub+21()@0xb7dda135
    at start_thread+203(pthread_create.c)@0x86e3db
    at __clone+94()@0x7c806e
    -- Java stack --
    Additional information is available in:
    /apps/release/06863/leserver/bin/jrockit.30539.dump
    /apps/release/06863/leserver/bin/core or core.30539
    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.5-stable
    Elf headers:
    libc ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 00711070 PHOFF: 00000034 SHOFF: 001804a4 EF: 0x0 HS: 52 PS: 32 PHN; 10 SS: 40 SHN: 75 STIDX: 74
    libpthread ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 0086d8d0 PHOFF: 00000034 SHOFF: 0001e43c EF: 0x0 HS: 52 PS: 32 PHN; 9 SS: 40 SHN: 40 STIDX: 39
    libjvm ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 00050e70 PHOFF: 00000034 SHOFF: 002a0924 EF: 0x0 HS: 52 PS: 32 PHN; 3 SS: 40 SHN: 20 STIDX: 17
    ===== END DUMP ===============================================================

    Try to use -Xgc:gencon instead and see if it crashes.
    Regards,
    Tiberiu Covaci
    JRockit Team
    <Boris Chen> wrote in message news:[email protected]...
    Hi,
    This often happens in startup, but also happens when server has been running
    for some time.
    At first, I had no special GC settings, then support asked me to use
    parallel GC, but that still fails. (as seen below)
    Anyone run into this?
    ===== BEGIN DUMP
    =============================================================
    JRockit dump produced after 0 days, 00:01:05 on Tue Mar 20 17:03:25 2007
    Additional information is available in:
    /apps/release/06863/leserver/bin/jrockit.30539.dump
    /apps/release/06863/leserver/bin/core or core.30539
    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=1 si_addr=0x46ba38c
    Version : BEA JRockit(R)
    R26.4.0-63-63688-1.5.0_06-20060626-2259-linux-ia32GC : parallel
    : mmHeap->data = 0x9a00000, mmHeap->top = 0x69a00000
    : mmStartCompaction = 0x9a00000, mmEndCompaction = 0xfa00000
    CPU : AMD Opteron/Athlon64 SSE SSE2 EM64T
    Number CPUs : 2
    Tot Phys Mem : 3450130432 (3290 MB)
    OS version : Fedora Core release 6 (Zod)
    Linux version 2.6.18-1.2798.fc6 ([email protected])
    (gcc version 4.1.1 20061011 (Red Hat 4.1.1-30)) #1 SMP Mon Oct 16 14:37:32
    EDT 2006 (i686)
    Thread System: NPTL
    State : JVM is running (Main thread has finished)
    [.snip.]
    Scan Dump Helper:
    Scanned object [1dfa78f0 1dfa9908) of class [Ljava/lang/Object;
    The object itself is probably ok, but one of its fields is stale
    1dfa78f0 : 008c18d0
    1dfa78f4 : 00000000
    ... array printout truncated ...
    1dfa7904 : 1dfa7be8
    ===> 1dfa7908 : 0088e27c
    1dfa790c : 00000000
    1dfa7910 : 1dfa7680
    1dfa7914 : 00000023
    1dfa7918 : 0000000a
    1dfa791c : 00000000
    1dfa7920 : 008aee98
    1dfa7924 : 00000000
    1dfa7928 : 3b9b73e2
    1dfa792c : 00000000
    1dfa7930 : 008889f8
    1dfa7934 : 00000000
    ... array printout truncated ...
    1dfa9904 : 00330061
    ... array printout truncated ...
    The field that caused the crash is marked with "===>"
    That field is bogus and pointing outside the heap
    Only reference to this object from another object is
    object [1dfa7c58 1dfa7c70) of class org/hsqldb/Row
    1dfa7c58 : 098e0d0c
    1dfa7c5c : 00000000
    ===> 1dfa7c60 : 1dfa78f0 .oData [Ljava/lang/Object;
    1dfa7c64 : 1dfa7c70 .nPrimaryNode org/hsqldb/Node
    1dfa7c68 : 00000033 .tableId int
    1dfa7c6c : 00004054 .iPos int
    "(GC Worker Thread 1)" id=? idx=0xc tid=30544 lastJavaFrame=0xfffffffc
    Stack 0: start=0xb79b8000, end=0xb79fa000, guards=0xb79bd000 (ok),
    forbidden=0xb79bb000
    Thread Stack Trace:
    at mmParProcessReference+166()@0xb7d6799a
    at parScanArray+67()@0xb7d6b5ff
    at mmParScanObject+301()@0xb7d6c5dd
    at mmParMarkWorkers+38()@0xb7d67ba2
    at mmGCWorkLoop+67()@0xb7d5be2b
    at tsiCallStartFunction+60()@0xb7de56f4
    at tsiThreadStub+183()@0xb7de6457
    at ptiThreadStub+21()@0xb7dda135
    at start_thread+203(pthread_create.c)@0x86e3db
    at __clone+94()@0x7c806e
    -- Java stack --
    Additional information is available in:
    /apps/release/06863/leserver/bin/jrockit.30539.dump
    /apps/release/06863/leserver/bin/core or core.30539
    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.5-stable
    Elf headers:
    libc ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1
    ENTRY: 00711070 PHOFF: 00000034 SHOFF: 001804a4 EF: 0x0 HS: 52 PS: 32 PHN;
    10 SS: 40 SHN: 75 STIDX: 74
    libpthread ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1
    ENTRY: 0086d8d0 PHOFF: 00000034 SHOFF: 0001e43c EF: 0x0 HS: 52 PS: 32 PHN; 9
    SS: 40 SHN: 40 STIDX: 39
    libjvm ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1
    ENTRY: 00050e70 PHOFF: 00000034 SHOFF: 002a0924 EF: 0x0 HS: 52 PS: 32 PHN; 3
    SS: 40 SHN: 20 STIDX: 17
    ===== END DUMP
    ===============================================================

  • No JRMC  found in JRockit  R27.2.0-jdk1.5.0_10 / bin

    Hi
    I want to do JRA recording to check memory usage.
    WLS 9.2
    Oracle Solaris on SPARC (32-bit)
    but when I open :-
    R27.2.0-jdk1.5.0_10 /bin there no jrmc file to start JRA recording.
    Is there any other way to do JRA recording ?
    below is the folder structure :-
    rwxr-xr-x 1 bea bea 1789 Nov 10 2006 java-rmi.cgi
    -rwxr-xr-x 1 bea bea 189160 Nov 10 2006 unpack200
    -rwxr-xr-x 1 bea bea 66696 Mar 21 2007 jrcmd
    -rwxr-xr-x 1 bea bea 66768 Mar 21 2007 appletviewer
    -rwxr-xr-x 1 bea bea 66784 Mar 21 2007 extcheck
    -rwxr-xr-x 1 bea bea 66808 Mar 21 2007 idlj
    -rwxr-xr-x 1 bea bea 66776 Mar 21 2007 jar
    -rwxr-xr-x 1 bea bea 66784 Mar 21 2007 jarsigner
    -rwxr-xr-x 1 bea bea 66152 Mar 21 2007 java
    -rwxr-xr-x 1 bea bea 66808 Mar 21 2007 javac
    -rwxr-xr-x 1 bea bea 66784 Mar 21 2007 javadoc
    -rwxr-xr-x 1 bea bea 66784 Mar 21 2007 javah
    -rwxr-xr-x 1 bea bea 66776 Mar 21 2007 javap
    -rwxr-xr-x 1 bea bea 66808 Mar 21 2007 jdb
    -rwxr-xr-x 1 bea bea 66784 Mar 21 2007 keytool
    -rwxr-xr-x 1 bea bea 66784 Mar 21 2007 native2ascii
    -rwxr-xr-x 1 bea bea 69432 Mar 21 2007 orbd
    -rwxr-xr-x 1 bea bea 66784 Mar 21 2007 policytool
    -rwxr-xr-x 1 bea bea 66776 Mar 21 2007 rmic
    -rwxr-xr-x 1 bea bea 66784 Mar 21 2007 rmid
    -rwxr-xr-x 1 bea bea 66784 Mar 21 2007 rmiregistry
    -rwxr-xr-x 1 bea bea 66784 Mar 21 2007 serialver
    -rwxr-xr-x 1 bea bea 66800 Mar 21 2007 servertool
    -rwxr-xr-x 1 bea bea 69432 Mar 21 2007 tnameserv
    -rwxr-xr-x 1 bea bea 66776 Mar 21 2007 apt
    -rwxr-xr-x 1 bea bea 66800 Mar 21 2007 jconsole
    -rwxr-xr-x 1 bea bea 66776 Mar 21 2007 jps
    -rwxr-xr-x 1 bea bea 66776 Mar 21 2007 jstat
    -rwxr-xr-x 1 bea bea 66776 Mar 21 2007 jstatd
    -rwxr-xr-x 1 bea bea 66792 Mar 21 2007 pack200
    drwxr-xr-x 3 bea bea 1024 Mar 21 2007 .
    drwxr-xr-x 2 bea bea 1024 Mar 21 2007 sparcv9
    drwxr-xr-x 9 bea bea 512 Jun 25 2007 ..
    Thanks in advance..... :)

    WLS : 9.2
    Platform : Solaris is 32 bit.
    Is the case that with JRockit jdk1.5.0_10 (Release R27.2) JRockit Mission Control is not supported?JRMC works. But there is no JRMC GUI application for Solaries (because the Eclipse RCP libraries are unavailable on that platform). You can enable the JRMC server on the Solaris machine (start JRockit with the appropriate -Xmanagement flag) and connect remotely from a Windows or Linux desktop.
    When checked with supported configuration could see JRockit Mission Control 3.1.0 is for Solaris 64 bit.Yes. JRockit JVM including JRMC server. No JRMC GUI.
    Henrik

  • JRuby 1.1.1 JRockit R27.5 Issues

    I'm trying to use JRockit with JRuby and running into several issues.
    1- When running "jruby -S gem" I get a crash every time.
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 00:00:54 on Wed May 28 15:10:38 2008
    * If you see this dump, please go to *
    * http://edocs.bea.com/jrockit/go2troubleshooting.html *
    * for troubleshooting information. *
    Additional information is available in:
    G:\data\cfaapps\railsdemo\1.0\RailsDemo\jrockit.4412.dump
    G:\data\cfaapps\railsdemo\1.0\RailsDemo\jrockit.4412.mdmp
    Error Message: Illegal memory access. [54]
    Exception Rec: EXCEPTION_ACCESS_VIOLATION (c0000005) at 0x00000000 - memory at 0x00000000 could not be read.
    Minidump : Wrote mdmp. Size is 111MB
    SafeDllMode : -1
    Version : BEA JRockit(R) R27.5.0-110-94909-1.5.0_14-20080204-1558-windows-ia32
    GC Strategy : Mode: throughput. Currently using strategy: genparpar
    GC Status : OC is not running. Last finished OC was OC#0.
    : YC is not running. Last finished YC was YC#0.
    YC History : Ran 0 YCs since last OC.
    Heap : 0x10200000 - 0x14200000 (Size: 64 MB)
    Compaction : (no compaction area)
    NurseryList : 0x10200000 - 0x12200000
    KeepArea : (no keeparea in use)
    NurseryMarker: [ 0x111FFFF0,  0x119FFFE8 ]
    CompRefs : References are 32-bit.
    CPU : Intel Pentium M model D SSE SSE2
    Number CPUs : 1
    Tot Phys Mem : 2146353152 (2046 MB)
    OS version : Microsoft Windows XP version 5.1 Service Pack 2 (Build 2600) (32-bit)
    Thread System: Windows Threads
    Java locking : Normal
    State : JVM is running
    Command Line : -Xmx378m -Xss1024k -Djruby.home=c:\dev\jruby-1.1.1\bin\.. -Djruby.lib=c:\dev\jruby-1.1.1\bin\..\lib -Djruby.shell=cmd.exe -Djruby.script=jruby.bat -Dsun.java.launcher=SUN_STANDARD org.jruby.Main -S gem --trace
    java.home : c:\apps\java\jrockit1.5.0\jre
    j.class.path : c:\dev\jruby-1.1.1\bin\..\lib\bsf.jar;c:\dev\jruby-1.1.1\bin\..\lib\jruby.jar;c:\dev\jruby-1.1.1\bin\..\lib\profile.jar
    j.lib.path : c:\apps\java\jrockit1.5.0\bin;.;C:\WINDOWS\system32;C:\WINDOWS;c:\apps\java\jrockit1.5.0\bin;c:\apps\java\jdk1.5.0\bin;C:\apps\java\apache-maven-2.0.9\bin;c:\dev\jruby-1.1.1\bin;C:\apps\oracle\product\9.2.0\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\apps\oracle\product\8.1.6\bin;;C:\apps\Subversion\bin;c:\apps\java\cfa;C:\Program Files\Perforce;C:\Python25;C:\Python25\Scripts;C:\Program Files\Common Files\GTK\2.0\bin;C:\Program Files\Softricity\SoftGrid for Windows Desktops;C:\Program Files\Bitvise Tunnelier;c:\Program Files\MySQL\MySQL Server 5.0\bin
    JAVA_HOME : c:\apps\java\jrockit1.5.0
    JAVAOPTIONS: <not set>
    PATH : c:\apps\java\jrockit1.5.0\jre\bin;c:\apps\java\jrockit1.5.0\bin;c:\apps\java\jdk1.5.0\bin;C:\apps\java\apache-maven-2.0.9\bin;c:\dev\jruby-1.1.1\bin;C:\apps\oracle\product\9.2.0\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\apps\oracle\product\8.1.6\bin;;C:\apps\Subversion\bin;c:\apps\java\cfa;C:\Program Files\Perforce;C:\Python25;C:\Python25\Scripts;C:\Program Files\Common Files\GTK\2.0\bin;C:\Program Files\Softricity\SoftGrid for Windows Desktops;C:\Program Files\Bitvise Tunnelier;c:\Program Files\MySQL\MySQL Server 5.0\bin
    C Heap : Good; no memory allocations have failed
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    Registers (from ThreadContext: 0x0007F000 / OS context: 0x0007F838):
    eax = 10212f01 ecx = 031cb360 edx = 00000022 ebx = 119055b0
    esp = 0007fb04 ebp = 10212f00 esi = 119055b0 edi = 10212f00
    es = 00000023 cs = 0000001b ss = 00000023 ds = 00000023
    fs = 0000003b gs = 00000000
    eip = 00000000 eflags = 00010202
    Stack:
    (* marks the word pointed to by the stack pointer)
    0007fb04: 00f50315* 11909528 10202fe8 10202780 10202fe8 119055b0
    0007fb1c: 00f50335 119055b0 00000000 10202818 10202fe8 119055b0
    0007fb34: 00f50244 00386af0 00386af0 fffffffc 00ce5969 fffffffc
    0007fb4c: 00c78210 0007fbf4 00f50220 0007fb78 00386c54 00386af0
    Code:
    (* marks the word pointed to by the instruction pointer)
    ffffffd0: Unreadable
    ffffffe8: Unreadable
    00000000: Unreadable
    00000018: Unreadable
    Loaded modules:
    (* denotes the module causing the exception)
    00400000-0040ffff c:\apps\java\jrockit1.5.0\bin\java.exe
    7c900000-7c9affff C:\WINDOWS\system32\ntdll.dll
    7c800000-7c8f4fff C:\WINDOWS\system32\kernel32.dll
    77dd0000-77e6afff C:\WINDOWS\system32\ADVAPI32.dll
    77e70000-77f00fff C:\WINDOWS\system32\RPCRT4.dll
    77c10000-77c67fff C:\WINDOWS\system32\MSVCRT.dll
    00410000-006b3fff c:\apps\java\jrockit1.5.0\jre\bin\jrockit\jvm.dll
    76b40000-76b6cfff C:\WINDOWS\system32\WINMM.dll
    7e410000-7e49ffff C:\WINDOWS\system32\USER32.dll
    77f10000-77f56fff C:\WINDOWS\system32\GDI32.dll
    71ab0000-71ac6fff C:\WINDOWS\system32\WS2_32.dll
    71aa0000-71aa7fff C:\WINDOWS\system32\WS2HELP.dll
    7c340000-7c395fff c:\apps\java\jrockit1.5.0\bin\MSVCR71.dll
    10100000-10113fff C:\WINDOWS\system32\csauser.dll
    77fe0000-77ff0fff C:\WINDOWS\system32\Secur32.dll
    6d710000-6d71bfff c:\apps\java\jrockit1.5.0\jre\bin\verify.dll
    6d380000-6d39cfff c:\apps\java\jrockit1.5.0\jre\bin\java.dll
    6d300000-6d307fff c:\apps\java\jrockit1.5.0\jre\bin\hpi.dll
    6d730000-6d73efff C:\apps\java\jrockit1.5.0\jre\bin\zip.dll
    10000000-10018fff C:\Documents and Settings\eric.stephens\Local Settings\Temp\jna29304.tmp
    6d540000-6d552fff C:\apps\java\jrockit1.5.0\jre\bin\net.dll
    71a50000-71a8efff C:\WINDOWS\system32\mswsock.dll
    662b0000-66307fff C:\WINDOWS\system32\hnetcfg.dll
    71a90000-71a97fff C:\WINDOWS\System32\wshtcpip.dll
    6d560000-6d568fff C:\apps\java\jrockit1.5.0\jre\bin\nio.dll
    03800000-03912fff c:\apps\java\jrockit1.5.0\jre\bin\dbghelp.dll
    76bf0000-76bfafff C:\WINDOWS\system32\psapi.dll
    "Main Thread" id=1 idx=0x4 tid=852 lastJavaFrame=0x00000000
    Stack 0: start=0x00040000, end=0x00080000, guards=0x00043000 (ok), forbidden=0x00041000
    Thread Stack Trace:
    -- Java stack --
    at java/lang/ThreadGroup.uncaughtException(ThreadGroup.java:987)
    at java/lang/ThreadGroup.uncaughtException(ThreadGroup.java:978)
    at java/lang/Thread.dispatchUncaughtException(Thread.java:1778)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    * If you see this dump, please go to *
    * http://edocs.bea.com/jrockit/go2troubleshooting.html *
    * for troubleshooting information. *
    ===== END DUMP ===============================================================
    2 - When running jruby script/server in a rails application I get:
    Exception in thread "Main Thread" Exception in thread "Main Thread" java.lang.IndexOutOfBoundsException
    at java.lang.String.offsetByCodePoints(String.java:672)
    at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:987)
    at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:978)
    at java.lang.Thread.dispatchUncaughtException(Thread.java:1778)
    This was after installing several plugins (rails, rubysspi ...) using the sun 1.5 jvm.
    3 - When running jruby (with an ant script to get more detailed messages) on a clean install of jruby (no plugins), I get the following crash:
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 00:00:53 on Wed May 28 15:45:46 2008
    * If you see this dump, please go to *
    * http://edocs.bea.com/jrockit/go2troubleshooting.html *
    * for troubleshooting information. *
    Additional information is available in:
    G:\data\cfaapps\railsdemo\1.0\RailsDemo\jrockit.3160.dump
    G:\data\cfaapps\railsdemo\1.0\RailsDemo\jrockit.3160.mdmp
    Error Message: Illegal memory access. [54]
    Exception Rec: EXCEPTION_ACCESS_VIOLATION (c0000005) at 0x00466E69 - memory at 0x8B64C189 could not be read.
    Minidump : Wrote mdmp. Size is 113MB
    SafeDllMode : -1
    Version : BEA JRockit(R) R27.5.0-110-94909-1.5.0_14-20080204-1558-windows-ia32
    GC Strategy : Mode: throughput. Currently using strategy: genparpar
    GC Status : OC is not running. Last finished OC was OC#0.
    : YC is not running. Last finished YC was YC#0.
    YC History : Ran 0 YCs since last OC.
    Heap : 0x10200000 - 0x14200000 (Size: 64 MB)
    Compaction : (no compaction area)
    NurseryList : 0x10200000 - 0x12200000
    KeepArea : (no keeparea in use)
    NurseryMarker: [ 0x111FFFF0,  0x119FFFE8 ]
    CompRefs : References are 32-bit.
    CPU : Intel Pentium M model D SSE SSE2
    Number CPUs : 1
    Tot Phys Mem : 2146353152 (2046 MB)
    OS version : Microsoft Windows XP version 5.1 Service Pack 2 (Build 2600) (32-bit)
    Thread System: Windows Threads
    Java locking : Normal
    State : JVM is running
    Command Line : -Djruby.base=c:/dev/jruby-1.1.1 -Djruby.home=c:/dev/jruby-1.1.1 -Djruby.script=jruby -Djruby.shell=/bin/sh -Dsun.java.launcher=SUN_STANDARD org.jruby.Main -I ./ script/server
    java.home : c:\apps\java\jrockit1.5.0\jre
    j.class.path : G:\data\cfaapps\railsdemo\1.0\RailsDemo\lib\java\activation.jar;G:\data\cfaapps\railsdemo\1.0\RailsDemo\lib\java\cfa.jar;G:\data\cfaapps\railsdemo\1.0\RailsDemo\lib\java\cfaenv.jar;G:\data\cfaapps\railsdemo\1.0\RailsDemo\lib\java\crimson.jar;G:\data\cfaapps\railsdemo\1.0\RailsDemo\lib\java\dictionary-vt.jar;G:\data\cfaapps\railsdemo\1.0\RailsDemo\lib\java\log4j.jar;G:\data\cfaapps\railsdemo\1.0\RailsDemo\lib\java\mail.jar;G:\data\cfaapps\railsdemo\1.0\RailsDemo\lib\java\ojdbc14.jar;G:\data\cfaapps\railsdemo\1.0\RailsDemo\lib\java\password-vt.jar;G:\data\cfaapps\railsdemo\1.0\RailsDemo\lib\java\strutstest-2.1.4.jar;c:\dev\jruby-1.1.1\lib\bsf.jar;c:\dev\jruby-1.1.1\lib\jruby.jar;c:\dev\jruby-1.1.1\lib\profile.jar
    j.lib.path : c:\apps\java\jrockit1.5.0\jre\bin;.;C:\WINDOWS\system32;C:\WINDOWS;c:\apps\java\jrockit1.5.0\jre\bin;c:\apps\java\jdk1.5.0\bin;C:\apps\java\apache-maven-2.0.9\bin;c:\dev\jruby-1.1.1\bin;C:\apps\oracle\product\9.2.0\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\apps\oracle\product\8.1.6\bin;;C:\apps\Subversion\bin;c:\apps\java\cfa;C:\Program Files\Perforce;C:\Python25;C:\Python25\Scripts;C:\Program Files\Common Files\GTK\2.0\bin;C:\Program Files\Softricity\SoftGrid for Windows Desktops;C:\Program Files\Bitvise Tunnelier
    JAVA_HOME : c:\apps\java\jrockit1.5.0
    JAVAOPTIONS: <not set>
    PATH : c:\apps\java\jrockit1.5.0\jre\bin;c:\apps\java\jrockit1.5.0\jre\bin;c:\apps\java\jdk1.5.0\bin;C:\apps\java\apache-maven-2.0.9\bin;c:\dev\jruby-1.1.1\bin;C:\apps\oracle\product\9.2.0\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\apps\oracle\product\8.1.6\bin;;C:\apps\Subversion\bin;c:\apps\java\cfa;C:\Program Files\Perforce;C:\Python25;C:\Python25\Scripts;C:\Program Files\Common Files\GTK\2.0\bin;C:\Program Files\Softricity\SoftGrid for Windows Desktops;C:\Program Files\Bitvise Tunnelier
    C Heap : Good; no memory allocations have failed
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    Registers (from ThreadContext: 0x0007DFA0 / OS context: 0x0007E7D8):
    eax = 00000000 ecx = 0007eae4 edx = 00000000 ebx = 00386f8c
    esp = 0007eaa4 ebp = 8b64c189 esi = 00386e18 edi = 00386f7c
    es = 00000023 cs = 0000001b ss = 00000023 ds = 00000023
    fs = 0000003b gs = 00000000
    eip = 00466e69 eflags = 00010282
    Stack:
    (* marks the word pointed to by the stack pointer)
    0007eaa4: 00386f7c* 00386e18 00386e18 0007eae4 00468a9e 00386f7c
    0007eabc: 00386e18 0007ead8 00ce0014 00386e18 10b2dac8 00386e18
    0007ead4: 00d105f1 00386f7c 0007eaf4 11d9da40 020ef360 00d105cd
    0007eaec: 00c342e4 0007ead8 00ce03e5 00386e18 10b2dac8 00ce03e5
    Code:
    (* marks the word pointed to by the instruction pointer)
    00466e38: c4968b03 8b000000 96894a28 000000c4 00c4868b c0850000
    00466e50: 868b1375 000000ac 097ec085 167ee856 c4830000 74ed8504
    00466e68: 006d8b07* 1475ed85 5f9cfc68 d5e85700 8b000568 69bef82d
    00466e80: 08c48300 00d886f6 74010000 bf00a117 e83b0069 e88b0e74
    Loaded modules:
    (* denotes the module causing the exception)
    00400000-0040ffff c:\apps\java\jrockit1.5.0\jre\bin\java.exe
    7c900000-7c9affff C:\WINDOWS\system32\ntdll.dll
    7c800000-7c8f4fff C:\WINDOWS\system32\kernel32.dll
    77dd0000-77e6afff C:\WINDOWS\system32\ADVAPI32.dll
    77e70000-77f00fff C:\WINDOWS\system32\RPCRT4.dll
    77c10000-77c67fff C:\WINDOWS\system32\MSVCRT.dll
    00410000-006b3fff *c:\apps\java\jrockit1.5.0\jre\bin\jrockit\jvm.dll
    76b40000-76b6cfff C:\WINDOWS\system32\WINMM.dll
    7e410000-7e49ffff C:\WINDOWS\system32\USER32.dll
    77f10000-77f56fff C:\WINDOWS\system32\GDI32.dll
    71ab0000-71ac6fff C:\WINDOWS\system32\WS2_32.dll
    71aa0000-71aa7fff C:\WINDOWS\system32\WS2HELP.dll
    7c340000-7c395fff c:\apps\java\jrockit1.5.0\jre\bin\MSVCR71.dll
    10100000-10113fff C:\WINDOWS\system32\csauser.dll
    77fe0000-77ff0fff C:\WINDOWS\system32\Secur32.dll
    6d710000-6d71bfff c:\apps\java\jrockit1.5.0\jre\bin\verify.dll
    6d380000-6d39cfff c:\apps\java\jrockit1.5.0\jre\bin\java.dll
    6d300000-6d307fff c:\apps\java\jrockit1.5.0\jre\bin\hpi.dll
    6d730000-6d73efff C:\apps\java\jrockit1.5.0\jre\bin\zip.dll
    10000000-10018fff C:\Documents and Settings\eric.stephens\Local Settings\Temp\jna59692.tmp
    6d540000-6d552fff C:\apps\java\jrockit1.5.0\jre\bin\net.dll
    71a50000-71a8efff C:\WINDOWS\system32\mswsock.dll
    662b0000-66307fff C:\WINDOWS\system32\hnetcfg.dll
    71a90000-71a97fff C:\WINDOWS\System32\wshtcpip.dll
    6d560000-6d568fff C:\apps\java\jrockit1.5.0\jre\bin\nio.dll
    03650000-03762fff c:\apps\java\jrockit1.5.0\jre\bin\dbghelp.dll
    76bf0000-76bfafff C:\WINDOWS\system32\psapi.dll
    "Main Thread" id=1 idx=0x4 tid=5896 lastJavaFrame=0x0007EAE4
    Stack 0: start=0x00040000, end=0x00080000, guards=0x00043000 (ok), forbidden=0x00041000
    Thread Stack Trace:
    at _excCheckUnprocessedException+201()@0x00466E69
    at _tsCheckTransitToJava+30()@0x00468A9E
    -- Java stack --
    at jrockit/vm/ExceptionHandler.throwException(Ljava/lang/Throwable;)V(Native Method)
    at org/jruby/RubyKernelInvoker$raise_s_method_0_3.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;(Unknown Source)
        at org/jruby/internal/runtime/methods/DynamicMethod.call(DynamicMethod.java:78)
        at org/jruby/runtime/CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:146)
        at org/jruby/runtime/CallSite$InlineCachingCallSite.call(CallSite.java:302)
        at org/jruby/evaluator/ASTInterpreter.fCallNode(ASTInterpreter.java:1132)
        at org/jruby/evaluator/ASTInterpreter.evalInternal(ASTInterpreter.java:355)
        at org/jruby/evaluator/ASTInterpreter.blockNode(ASTInterpreter.java:632)
        at org/jruby/evaluator/ASTInterpreter.evalInternal(ASTInterpreter.java:303)
        at org/jruby/evaluator/ASTInterpreter.eval(ASTInterpreter.java:169)
        at org/jruby/internal/runtime/methods/DefaultMethod.interpretedCall(DefaultMethod.java:172)
        at org/jruby/internal/runtime/methods/DefaultMethod.call(DefaultMethod.java:148)
        at org/jruby/internal/runtime/methods/DefaultMethod.call(DefaultMethod.java:265)
        at org/jruby/runtime/CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:146)
        at org/jruby/runtime/CallSite$InlineCachingCallSite.call(CallSite.java:302)
        at org/jruby/evaluator/ASTInterpreter.fCallNode(ASTInterpreter.java:1132)
        at org/jruby/evaluator/ASTInterpreter.evalInternal(ASTInterpreter.java:355)
        at org/jruby/evaluator/ASTInterpreter.blockNode(ASTInterpreter.java:632)
        at org/jruby/evaluator/ASTInterpreter.evalInternal(ASTInterpreter.java:303)
        at org/jruby/evaluator/ASTInterpreter.eval(ASTInterpreter.java:169)
        at org/jruby/internal/runtime/methods/DefaultMethod.interpretedCall(DefaultMethod.java:172)
        at org/jruby/internal/runtime/methods/DefaultMethod.call(DefaultMethod.java:148)
        at org/jruby/internal/runtime/methods/DefaultMethod.call(DefaultMethod.java:202)
        at org/jruby/runtime/CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:101)
        at org/jruby/runtime/CallSite$InlineCachingCallSite.call(CallSite.java:238)
        at org/jruby/evaluator/ASTInterpreter.callNode(ASTInterpreter.java:682)
        at org/jruby/evaluator/ASTInterpreter.evalInternal(ASTInterpreter.java:309)
        at org/jruby/evaluator/ASTInterpreter.blockNode(ASTInterpreter.java:632)
        at org/jruby/evaluator/ASTInterpreter.evalInternal(ASTInterpreter.java:303)
        at org/jruby/evaluator/ASTInterpreter.eval(ASTInterpreter.java:169)
        at org/jruby/internal/runtime/methods/DefaultMethod.interpretedCall(DefaultMethod.java:172)
        at org/jruby/internal/runtime/methods/DefaultMethod.call(DefaultMethod.java:148)
        at org/jruby/internal/runtime/methods/DefaultMethod.call(DefaultMethod.java:307)
        at org/jruby/runtime/CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:176)
        at org/jruby/runtime/CallSite$InlineCachingCallSite.call(CallSite.java:334)
        at org/jruby/evaluator/ASTInterpreter.fCallNode(ASTInterpreter.java:1136)
        at org/jruby/evaluator/ASTInterpreter.evalInternal(ASTInterpreter.java:355)
        at org/jruby/evaluator/ASTInterpreter.rescueNode(ASTInterpreter.java:1567)
        at org/jruby/evaluator/ASTInterpreter.evalInternal(ASTInterpreter.java:453)
        at org/jruby/evaluator/ASTInterpreter.eval(ASTInterpreter.java:169)
        at org/jruby/internal/runtime/methods/DefaultMethod.interpretedCall(DefaultMethod.java:172)
        at org/jruby/internal/runtime/methods/DefaultMethod.call(DefaultMethod.java:148)
        at org/jruby/internal/runtime/methods/DefaultMethod.call(DefaultMethod.java:223)
        at org/jruby/runtime/CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:116)
        at org/jruby/runtime/CallSite$InlineCachingCallSite.call(CallSite.java:270)
        at org/jruby/evaluator/ASTInterpreter.vcallNode(ASTInterpreter.java:1792)
        at org/jruby/evaluator/ASTInterpreter.evalInternal(ASTInterpreter.java:485)
        at org/jruby/evaluator/ASTInterpreter.blockNode(ASTInterpreter.java:632)
        at org/jruby/evaluator/ASTInterpreter.evalInternal(ASTInterpreter.java:303)
        at org/jruby/evaluator/ASTInterpreter.eval(ASTInterpreter.java:169)
        at org/jruby/internal/runtime/methods/DefaultMethod.interpretedCall(DefaultMethod.java:172)
        at org/jruby/internal/runtime/methods/DefaultMethod.call(DefaultMethod.java:148)
        at org/jruby/internal/runtime/methods/DefaultMethod.call(DefaultMethod.java:223)
        at org/jruby/runtime/CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:116)
        at org/jruby/runtime/CallSite$InlineCachingCallSite.call(CallSite.java:270)
        at org/jruby/evaluator/ASTInterpreter.vcallNode(ASTInterpreter.java:1792)
        at org/jruby/evaluator/ASTInterpreter.evalInternal(ASTInterpreter.java:485)
        at org/jruby/evaluator/ASTInterpreter.blockNode(ASTInterpreter.java:632)
        at org/jruby/evaluator/ASTInterpreter.evalInternal(ASTInterpreter.java:303)
        at org/jruby/evaluator/ASTInterpreter.eval(ASTInterpreter.java:169)
        at org/jruby/internal/runtime/methods/DefaultMethod.interpretedCall(DefaultMethod.java:172)
        at org/jruby/internal/runtime/methods/DefaultMethod.call(DefaultMethod.java:148)
        at org/jruby/internal/runtime/methods/DefaultMethod.call(DefaultMethod.java:202)
        at org/jruby/runtime/CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:101)
        at org/jruby/runtime/CallSite$InlineCachingCallSite.call(CallSite.java:238)
        at org/jruby/evaluator/ASTInterpreter.callNode(ASTInterpreter.java:682)
        at org/jruby/evaluator/ASTInterpreter.evalInternal(ASTInterpreter.java:309)
        at org/jruby/evaluator/ASTInterpreter.blockNode(ASTInterpreter.java:632)
        at org/jruby/evaluator/ASTInterpreter.evalInternal(ASTInterpreter.java:303)
        at org/jruby/evaluator/ASTInterpreter.eval(ASTInterpreter.java:169)
        at org/jruby/internal/runtime/methods/DefaultMethod.interpretedCall(DefaultMethod.java:172)
        at org/jruby/internal/runtime/methods/DefaultMethod.call(DefaultMethod.java:148)
        at org/jruby/internal/runtime/methods/DefaultMethod.call(DefaultMethod.java:202)
        at org/jruby/runtime/CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:101)
        at org/jruby/runtime/CallSite$InlineCachingCallSite.call(CallSite.java:238)
        at org/jruby/evaluator/ASTInterpreter.callNode(ASTInterpreter.java:682)
        at org/jruby/evaluator/ASTInterpreter.evalInternal(ASTInterpreter.java:309)
        at org/jruby/evaluator/ASTInterpreter.blockNode(ASTInterpreter.java:632)
        at org/jruby/evaluator/ASTInterpreter.evalInternal(ASTInterpreter.java:303)
        at org/jruby/evaluator/ASTInterpreter.rootNode(ASTInterpreter.java:1665)
        at org/jruby/evaluator/ASTInterpreter.evalInternal(ASTInterpreter.java:459)
        at org/jruby/evaluator/ASTInterpreter.eval(ASTInterpreter.java:169)
        at org/jruby/Ruby.loadFile(Ruby.java:1867)
        at org/jruby/runtime/load/ExternalScript.load(ExternalScript.java:58)
        at org/jruby/runtime/load/LoadService.smartLoad(LoadService.java:320)
        at org/jruby/runtime/load/LoadService.require(LoadService.java:346)
        at org/jruby/RubyKernel.require(RubyKernel.java:819)
        at org/jruby/RubyKernelInvoker$require_s_method_1_0.call(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;(Unknown Source)
        at org/jruby/internal/runtime/methods/JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:259)
        at org/jruby/internal/runtime/methods/DynamicMethod.call(DynamicMethod.java:78)
        at org/jruby/runtime/CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:146)
        at org/jruby/runtime/CallSite$InlineCachingCallSite.call(CallSite.java:302)
        at ruby/G_3a_/data/cfaapps/railsdemo/$1_dot_0/RailsDemo/script/server.__file__(script/server:2)
        at ruby/G_3a_/data/cfaapps/railsdemo/$1_dot_0/RailsDemo/script/server.load(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;(script/server)
        at org/jruby/Ruby.runScript(Ruby.java:511)
        at org/jruby/Ruby.runNormally(Ruby.java:431)
        at org/jruby/Ruby.runFromMain(Ruby.java:311)
        at org/jruby/Main.run(Main.java:144)
        at org/jruby/Main.run(Main.java:89)
        at org/jruby/Main.main(Main.java:80)
        at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
        -- end of trace
    Pending Exception:
    Both crashes are repeatable.  Has anyone run JRuby on JRockit 1.5 any release?
    Thanks for the help.
    Eric                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi Eric,
    Thanks for reporting these problems. We are aware of them and will work on a fix as well as include JRuby in our testing for future releases.
    Sorry for this,
    /Staffan

  • IA64 ?

    Hello!
    We just received demo i2000 workstation from HP :)
    And I want to test Oracle on it.
    I successefully installed RH 7.1 on it.
    As I see there is download of 8.1.6 for IA 64.
    But will it work on RH 7.1?
    I also has Windows XP beta 2 and HP-UX 11 1.5 for IA 64.
    I don't like windows ;). May be I can run Oracle for HP-UX?
    I'm asking this question, becuase links to release notes
    are broken now.

    Hi!
    Tony, when you post benchmark results in the future, could you include the full
    command lines you use for starting the runs? For all VMs involved?
    That would make the results a lot more reproducable.
    Cheers //Johan
    Tony Reix wrote:
    Klaas Hagemann <[email protected]> wrote:
    has anybody made some experiences with jrockit 1.4.2 on the new RedHat AS 3.0Not yet. Soon.
    I've done some experiments with IBM and BEA JVMs on ia32 and
    ia64 machines in order to measure the impact of NPTL to JVMs.
    On a 2x ia32 machine with Fedora Core 2 , kernel 2.6.6 and a fresh CVS NPTL
    version, I've measured - with IBM JVM 1.4.1-02 - a 4-8 % improvement from
    LinuxThreads to NPTL 0.61+ , measured by means of the VolanoMark bench with
    ~40 (1 room) to 1600 threads (40 rooms).
    With BEA JVM 1.4.2-04 , still on this 2x ia32 I've got bad results for both
    LinuxThreads and NPTL. I don't understand what happened and I'm now using
    SPECjbb2000 in order to see if BEA is bad only with threads.
    See the attached threads.ppt file.
    On ia64, I've got a good result with BEA JRockit 1.4.2_04 on a 4xia64
    machine with LinuxThreads, compared to previous Jrockit version. But the
    graph is unstable when the number of threads is high.
    I plan to experiment very soon with a 2xia64 with RHAS 3.0 and NPTL .
    Tony

  • XPe supported?

    I have successfully installed AIR on XPe and everything seems ok, but it isn't on the supported list under system requirements and past posts that I have seen have gone unanswered as far as whether or not Adobe supports XPe, or if it does not because there are known issues.
    What I'm really looking for here is someone to chime in on whether or not it is a danger to run it on the system (risks of lock ups, etc).
    Anyone?
    Thanks in Advance!

    Mihir,
    I double-checked this with our development team, and JDK 1.5 is not supported, so you will need to downgrade. From the installation guide:
    WebSphere 6.0 AIX: Use IBM Java 2 J2RE, version 1.4.2
    WebSphere 6.0 Linux: Use IBM Java 2 J2RE, version 1.4.2
    WebSphere 6.0 Windows: Use IBM Java 2 J2RE, version 1.4.2_08
    JBOSS: Use Sun Java 2 JDK 1.4.2_14. JDK 1.5 is NOT supported
    Weblogic: Use Sun Java 2 1.4.2_14 or Jrockit 1.4.2_04. JD

Maybe you are looking for

  • Display problem in dock

    Can someone help me with this one? http://img48.imageshack.us/img48/405/bild1sm5.png I have this display on one machine only. The digits are placed incorrectly. Thanks! Amerigo

  • Unsupported SuperDrive?

    So I've finally decided to mess around in iDVD, thinking that it would be nice to know what to do if I ever want to use it... and when I start it I get this popup.. "your macintosh does not have a supported SuperDrive. Please note that while you will

  • Front panel remains after terminating lavbiew application

    I have created an application from a LabView VI.  I'm launching the application from LabWindows.  I'm monitoring for the application to terminate.  However, when I terminate the LabVeiw application, the LabView front panel is displayed and the LabWin

  • Linking to an external swf file problem

    I have one flash presentation which contains a movie clip button with all three events (onRelease, onRollOut and onRollOver) which links to a video which is contained in another swf. The button appears to be temperamental with the onRelease event. It

  • Changing Style Fonts?

    I've looked and looked. Can I change the font for a given style? I know I can select a word or a sentence or a paragraph and change the font, but can I change the settings for the built in styles? Thanks.