Search Box Error: LockFailedException Illegal hex characters

When I enter any data into the JDeveloper Search Box (top right hand side of the IDE) the IDE throws up an error and wants to exit telling me that the system is unstable.
This is a new install of Oracle JDeveloper 11g Release 1 11.1.1.2.0, everything worked fine in the previous version of JDeveloper I was using.
I've tried restarting JDev and rebooting my PC, but the problem persists. It seems to be a problem with projects converted from the previous JDev version as well as for new projects.
The Details of the error message are:
19/11/2009 2:54:27 PM oracle.ideimpl.searchbar.index.IndexProvider searchProject
SEVERE: Failed to search project AdminConsole.jpr
oracle.ide.index.LockFailedException: java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: ".j"
     at oracle.ideimpl.index.IndexRoot.lock(IndexRoot.java:319)
     at oracle.ideimpl.index.IndexImpl.lock(IndexImpl.java:161)
     at oracle.ideimpl.searchbar.index.IndexProvider.searchProject(IndexProvider.java:272)
     at oracle.ideimpl.searchbar.index.IndexProvider.search(IndexProvider.java:178)
     at oracle.ideimpl.searchbar.BaseController$SearchTask.run(BaseController.java:213)
     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
     at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
     at java.util.concurrent.FutureTask.run(FutureTask.java:138)
     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
     at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: ".j"
     at java.net.URLDecoder.decode(URLDecoder.java:173)
     at java.net.URLDecoder.decode(URLDecoder.java:83)
     at oracle.ide.util.PatternFilter.matchesImpl(PatternFilter.java:285)
     at oracle.ide.util.PatternFilter.matches(PatternFilter.java:138)
     at oracle.ide.util.PatternFiltersOptimizer$VanillaEvaluator.matches(PatternFiltersOptimizer.java:118)
     at oracle.ide.util.PatternFiltersOptimizer.getMatchingFilter(PatternFiltersOptimizer.java:184)
     at oracle.ide.util.PatternFilters.findMatchingFilter(PatternFilters.java:145)
     at oracle.ide.util.PatternFilters.isIncluded(PatternFilters.java:164)
     at oracle.ide.util.IntersectedFilters.isIncluded(IntersectedFilters.java:145)
     at oracle.ideimpl.index.file.AbstractFileTable.filePassesFilters(AbstractFileTable.java:706)
     at oracle.ideimpl.index.file.DirFileTable.updateDir(DirFileTable.java:368)
     at oracle.ideimpl.index.file.DirFileTable.processQueue(DirFileTable.java:288)
     at oracle.ideimpl.index.file.DirFileTable.fullUpdate(DirFileTable.java:201)
     at oracle.ideimpl.index.file.DirFileTable.updateFileTable(DirFileTable.java:136)
     at oracle.ideimpl.index.file.AbstractFileTable.update(AbstractFileTable.java:379)
     at oracle.ideimpl.index.file.AbstractFileTable$FileTableUpdater.call(AbstractFileTable.java:914)
     at oracle.ideimpl.index.file.AbstractFileTable$FileTableUpdater.call(AbstractFileTable.java:903)
     ... 5 more
oracle.ide.index.LockFailedException: java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: ".j"
o.ii.index.IndexRoot.lock(IndexRoot.java:319)
o.ii.index.IndexImpl.lock(IndexImpl.java:161)
o.ii.searchbar.index.IndexProvider.searchProject(IndexProvider.java:272)
o.ii.searchbar.index.IndexProvider.search(IndexProvider.java:178)
o.ii.searchbar.BaseController$SearchTask.run(BaseController.java:213)
j.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
j.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
j.util.concurrent.FutureTask.run(FutureTask.java:138)
j.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
j.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
j.lang.Thread.run(Thread.java:619)
Caused by:
java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: ".j"
j.net.URLDecoder.decode(URLDecoder.java:173)
j.net.URLDecoder.decode(URLDecoder.java:83)
o.i.util.PatternFilter.matchesImpl(PatternFilter.java:285)
o.i.util.PatternFilter.matches(PatternFilter.java:138)
o.i.util.PatternFiltersOptimizer$VanillaEvaluator.matches(PatternFiltersOptimizer.java:118)
o.i.util.PatternFiltersOptimizer.getMatchingFilter(PatternFiltersOptimizer.java:184)
o.i.util.PatternFilters.findMatchingFilter(PatternFilters.java:145)
o.i.util.PatternFilters.isIncluded(PatternFilters.java:164)
o.i.util.IntersectedFilters.isIncluded(IntersectedFilters.java:145)
o.ii.index.file.AbstractFileTable.filePassesFilters(AbstractFileTable.java:706)
o.ii.index.file.DirFileTable.updateDir(DirFileTable.java:368)
o.ii.index.file.DirFileTable.processQueue(DirFileTable.java:288)
o.ii.index.file.DirFileTable.fullUpdate(DirFileTable.java:201)
o.ii.index.file.DirFileTable.updateFileTable(DirFileTable.java:136)
o.ii.index.file.AbstractFileTable.update(AbstractFileTable.java:379)
o.ii.index.file.AbstractFileTable$FileTableUpdater.call(AbstractFileTable.java:914)
o.ii.index.file.AbstractFileTable$FileTableUpdater.call(AbstractFileTable.java:903)
j.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
j.util.concurrent.FutureTask.run(FutureTask.java:138)
j.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
j.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
j.lang.Thread.run(Thread.java:619)
About
Oracle JDeveloper 11g Release 1 11.1.1.2.0
Studio Edition Version 11.1.1.2.0
Build JDEVADF_11.1.1.2.0_GENERIC_091029.2229.5536
Copyright © 1997, 2009 Oracle and/or its affiliates. All rights reserved.
IDE Version: 11.1.1.2.36.55.36
Product ID: oracle.jdeveloper
Product Version: 11.1.1.2.36.55.36
Version
Component     Version
=========     =======
ADF Business Components     11.1.1.55.36
Java(TM) Platform     1.6.0_14
Oracle IDE     11.1.1.2.36.55.36
Versioning Support     11.1.1.2.36.55.36

:) yeah it's a super useful search box especially with projects with lots of files nested down in some deep packages ;p
The interesting thing is I'm not searching for .j.
The same error message comes up regardless of what I search for.
For example:
MyFile.txt
or
FuBar
both return the same error and both report errors list .j and Illegal hex characters.... it must be some weird config thing under the hood that got munted during the install.
Edited by: T-Syd on Nov 20, 2009 9:36 AM

Similar Messages

  • URLDecoder: Illegal hex characters in escape (%) pattern

    hi ,
    i am getting "java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: \"\u000F\u0016\"
    can any one help how to fix this issue?
    Thanks and regards
    Kavitha

    U+000F and U+0016 are non-printing control characters that are explicitly forbidden in an URL and if I remember correctly even spell trouble when they are encoded.
    If you want to transfer random byte data, then your best bet is to use some ASCII-safe encoding such as Base64 (note that you need to use a [modified Base64|http://en.wikipedia.org/wiki/Base64#URL_applications] in URLs to avoid having to double-encode "+" and "/").

  • The search box and non-US english characters?

    Anyone know how to make the search box work right with non-US characters? For example lets say I wanted to search for an U with an umlaut (Sütterlin). If I type the ü it gives me every word with a U in it.

    Same here.
    The icons are grayed out. And the search text box won't take a click.
    The rest of the app seems to function normally.
    Restarted. Trashed the prefs and caches. So far, still won't work.

  • Could not open the editor: Illegal hex characters in escape (%) pattern...

    I have another problem for migrating from Eclipse/Tomcat to Oracle Enterprise Pack for Eclipse/WebLogic. I got a message for a file "header.jsp":
    "Could not open the editor: URLDecoder: Illegal hex in escape (%) pattern - For Input String: " =".
    The error is for :
    <img id="EFLogo" src="<%=EFLib.Pub.Logo %>" />      Where "EFLib.Pub.Logo is a public static variable.
    The project works in Eclipse/Tomcat. It is also work for WebLogic. The problem is I cannot open and edit the file "header.jsp" and some other files with similar scriplets. What is wrong?
    Please help.
    Jerry
    Edited by: 883301 on Sep 5, 2011 6:45 AM

    Hi Jerry,
    Looks like you've hit a bug in the code for the Web Page Editor (WPE) in the JSF Tools project of WTP. The design view of the WPE fails with an IllegalArgumentException in a call to the URLDecoder. I've filed a bug at Eclipse. See...
    http://forums.oracle.com/forums/thread.jspa?forumID=578&threadID=2278517
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=356841
    To work around this until the issue is fixed, you could open this file with the "JSP Editor" - just use the "Open With" context menu option.
    Carlin
    Edited by: crogers on Sep 6, 2011 11:44 AM

  • Reg: Picker search box error in mysite +sharepoint2013

    Hi All,
    In mysite while i am clicking on the Edit your profile it is redirecting to the EditPersonal  page, In that while i am providing the input in the Manager Column it is automatically taking one space extra and not allowing me to add the
    manager info, while i am adding directly it is not creating an issue while i am searching the name and adding it is creating space. Please Give your ideas to overcome this issue here i am attaching the screen shot for the same please check
    Thanks in advance

    What browser are you using? What is the build # of this farm?
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Can't load any websites. I do not get any "error messages", the "enter" button has no effect in the address bar. Works fine in the FF search box and in IE.

    Entering a URL in the address bar and hitting enter does nothing. Neither the "enter" button or "address bar arrow", for going to the website, function. Website does not load and no error messages appear. "Enter" button works fine in the FF search box and in IE, so it's not my keyboard.
    Tried most of the recommended fixes under the "Error loading websites" article with the exception of "DNS refetching", as typing "about:config" in the location bar does no good as the "enter button" won't function. I've removed and re-added FF back into the windows firewall, removed ZoneAlarm from my system, edited proxy settings, deleted and reinstalled FF several times. NOTHING WORKS!!! I'm a die hard FF fan and this is KILLING me. Please HELP!!!

    You have a lot of information in packed in the "More system details..." (in the right-hand column), where it looks like you found a solution. If not take a look at "Problematic Extensions" the AVG Free installation of their "'''AVG Free Search'''" can cause such problems. Directions to fix that are specific and involve reinstalling AVG Free without the Link Scanner component.
    * http://kb.mozillazine.org/Problematic_extensions

  • When i put an artist in the search box it crashes . I get a run time error.  Why?

    When I put an artist into the search box  of the itunes store my computer gives me a run time error and says itunes has stopped working.  Windows will notify you with a solution.  They never notify me . I can play my music library with no problem but lately when I listen to music samples from the itunes store  I constantly get a rebuffering notice.  Now I can't even get that far  My internet speed is fine.  I checked with my carrier.  I am thinking I may need to reinstall itunes completely but do I have to back up my library? Or is it in the itunes cloud? 

    The subscript error I get does obviously relate to the array, but I know in advance how much data will be transfered, 500 data points of a trace and I have DIM the array just prior to the transfer code, in the same subroutine. Also I have attemped to make the transfer a for next loop and it I get the same error at the start of the loop? The has to be another cause of this problem.

  • Index & Search Tabs have garbage characters and no search box

    Index and Search Tabs have numbers in place of the "search"
    box. Although, the generated view looks perfect, the file
    (WHLST10.htm) contains the same numbers and missing search box. I
    am using X5 version. I import a MS Word file without an index and
    am not selecting "Convert Index" on Conversion Options. Have also
    removed "Auto-create styles from inline formatting" and "Convert
    references into hyperlinks." Still getting same result. View
    attachment.

    Hi STCSherri and welcome to our community
    I'm guessing that you have either enabled the Section 508
    check box or you have opted for the "Pure HTML" output. Both of
    these settings are found in your Single Source Layouts pseudo
    folder. Expand that folder, then right-click the layout and select
    Properties from the context menu.
    The first dialog you see should have a check box labeled
    "Section 508 Compliant Output". If that check box is not selected,
    click the Next > button twice. You should be at the WebHelp
    Options - WebHelp screen. In the "Navigation Pane Preferred Format"
    area, where is the option configured? My guess is that it's "Pure
    HTML". Try changing to perhaps DHTML > Pure HTML.
    If all your options appear to be correctly configured and you
    are STILL seeing the odd behavior, I would then ask which browser
    and version you are using to display your help.
    Cheers... Rick

  • Typing Postcode In Google Search Box Locked Safari!

    Last night my wife was addressing an envelope, but the name of the road she had been given was somewhat illegible so I typed the Postcode into the Google search box to find out the exact name.
    To my surprise, an "error" page appeared saying that it appeared that my computer was trying to do something illegal . . . . . . . it might have a virus or spyware . . . . . . . or might be sending off some of these multiple messages (I can't remember the precise wording).
    I was given one of those boxes with funny shaped characters to copy in order to unlock my internet connection.
    Out of curiosity I tried another postcode, with the same result.
    However, this time, typing the strange characters did not work, but I was able to unlock my connection by deleting the Google cookies from my Safari preferences.
    This morning I tried again, partly in order to copy the exact wording of the message, but try what I might, I couldn't get the error message.
    Every time I typed in a Postcode, a map of the appropriate road quickly appeared just as normal!
    Any idea what was going on? Has it happened to you? Do I need to be concerned?

    Hi Ian...
    It's not a virus. They probably want you to purchase security software. Nothing to be concerned about.
    Also, if that happens again, besides deleting cookies, from your Safari menu bar click Safari / Preferences then select the Autofill tab. Click the Edit button next to *Other forms*
    Delete all Google related url's.
    Quit Safari then relaunch Safari.
    Carolyn

  • Server Crash with Error Message: Illegal memory access. [54]

    Hi
    I searched old posts where it reads that upgrade to BEA JRockit(R) R27.1 might solve this problem.
    I am already running BEA JRockit(R) R27.1
    Here is the complete dump information. This is one time occurance on production system so we do not have a way to reproduce the issue.
    ~~~~~~~~~~~~~~~~~~~~~
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 16:10:29 on Thu Nov 8 17:14:45 2007
    Additional information is available in:
    /cust/app/fxi-direct-2.4-20071031-113036/servers/JBoss/bin/jrockit.16992.dump
    No snapshot file (core dump) will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Error Message: Illegal memory access. [54]
    Signal info : si_signo=11, si_code=128 si_addr=(nil)
    Version : BEA JRockit(R) R27.1.0-109-73164-1.5.0_08-20061129-1415-linux-x86_64
    GC : gencon
    : Current OC phase is: marking. YC is not running.
    : mmHeap->data = 0x2d00000, mmHeap->top = 0x41500000
    : The nurserylist starts at 0x22100000 and ends at 0x271af2e8
    : mmStartCompaction = 0x39800000, mmEndCompaction = 0x3d680000
    CPU : Intel Pentium 4 (HT) SSE SSE2 NetBurst EM64T
    Number CPUs : 8
    Tot Phys Mem : 4138582016 (3946 MB)
    OS version : Red Hat Enterprise Linux AS release 4 (Nahant Update 3)
    Linux version 2.6.9-34.ELsmp ([email protected]) (gcc version 3.4.5 20051201 (Red Hat 3.4.5-2)) #1 SMP Fri Feb 24 16:56:28 EST 2006 (x86_64)
    Thread System: NPTL
    State : JVM is running (Main thread has finished)
    Command Line : -Xms1000m -Xmx1000m -Xgc:gencon -Xverbosetimestamp -Xverbose:memory,cpuinfo,opt -Xgcpause -Xgcreport -Xmanagement:ssl=false,authenticate=false -Djrockit.managementserver.port=7090 -Dprogram.name=startup.sh -Dlog4j.configuration=log4j.properties org.jboss.Main -c fxi-direct
    java.home : /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre
    j.class.path : /cust/opt/jboss/bin/run.jar:/cust/opt/jdk15/lib/tools.jar:/cust/app/fxi-direct/cust5:/cust/app/fxi-direct/cust5/properties:/cust/app/fxi-direct/cust5/XML:/cust/app/fxi-direct/cust5/FXWeb/Rules:/cust/app/fxi-direct/cust5/AdminWeb/Rules:/cust/app/fxi-direct/cust5/AdminServices/XML:/cust/app/fxi-direct/cust5/CitiFXServices/XML:/cust/app/fxi-direct/cust5/CitiChiefDealerAdminWeb/Rules:/cust/app/fxi-direct/cust5/DirectFX/XML:/cust/app/fxi-direct/cust5/DirectFX/properties:/cust/app/fxi-direct/cust5/ISDomain/properties:/cust/app/fxi-direct/cust5/FXServices/XML:/cust/app/fxi-direct/cust5/FXServices/properties:/cust/app/fxi-direct/cust5/FXServices/dbms/Data:/cust/app/fxi-direct/cust5/ISWeb/dbms/Data:/cust/app/fxi-direct/cust5/islib/certs:/cust/app/fxi-direct/cust5/ISClientWeb/XML:/cust/app/fxi-direct/cust5/WLClientWeb/XML:/cust/app/fxi-direct/cust5/ISDomain/properties
    j.lib.path : /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64/jrockit:/cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64:/cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/../lib/amd64:/cust/opt/oraclient/lib:
    JAVA_HOME : /cust/opt/jdk15
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64/jrockit:/cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64:/cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/../lib/amd64:/cust/opt/oraclient/lib:
    LD_ASSUME_KERNEL: <not set>
    C Heap : Good; no memory allocations have failed
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    Registers (from ThreadContext: 0x49250520 / OS context: 0x492505e0):
    rax = 00000000420fbb80 rcx = 00000000420fbb80
    rdx = 0000000000000001 rbx = 000000003acb1310
    rsp = 0000000049250a20 rbp = 00000000236f0bc8
    rsi = 00000000236f0bc8 rdi = 00000000236f0bc8
    r8 = f080000000443845 r9 = 0000002addaa6c68
    r10 = 0000000023452c98 r11 = 0000002addaa6c50
    r12 = 000000003aa569c1 r13 = 0000000044d70360
    r14 = 00000000000005dd r15 = 00000000046de179
    cs = 00000000000095a8 fs = 0000000000000000
    gs = 0000000000000000
    rip = 0000002a969a43d1 flags = 0000000000000282
    Stack:
    (* marks the word pointed to by the stack pointer)
    0000000049250a20: 0000000044d70360* 0000002a95ef17b9 000000003acd8c18 0000002a963d6d7f
    0000000049250a40: 000000003acb1310 0000002a96569e13 000000000fa05550 0000000033ddbca8
    0000000049250a60: 00000000046de179 0000002a964ee113 000000002344e621 00000000234888f8
    0000000049250a80: 00000000236f0bc8 0000002a9656fe52 000000000fa05550 00000000236f0bc8
    0000000049250aa0: 00000000234888f8 0000002a96894cb2 000000000d984580 00000000234888f8
    0000000049250ac0: 000000003aa16a70 000000000fa055d0 000000000fa05550 0000000023449fe0
    Code:
    (* marks the word pointed to by the instruction pointer)
    0000002a969a4370: 480024048348f020 048bc35b5d28c483 25e8442a8ea8ba26 247c894890fffdc0
    0000002a969a4390: 000000012404c718 0030baffffffffbf e8442a8ea8b80000 48f38948ff550cc4
    0000002a969a43b0: ffff30e918247c8b ccccccccccccccff 26248b4408ec8348 74c0854d24048b4d
    0000002a969a43d0: 74f68518708b4917* fa814126148b4412 03eb07750056dcb8 26048bc359f63148
    0000002a969a43f0: bfb6e80056dcb8ba cccccccccc90fffd 0001a8ec81485553 148b4c64fd894800
    0000002a969a4410: 478b44000000d825 250c8b107e8b4408 250c8b44005ae038 b8253c8b005afcf8
    Loaded modules:
    (* denotes the module causing the exception)
    0000000000400000-000000000041190b /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/bin/java
    0000003e1f200000-0000003e1f20f339 /lib64/tls/libpthread.so.0
    0000003e1ec00000-0000003e1ec8451b /lib64/tls/libm.so.6
    0000003401a00000-0000003401a01c73 /lib64/libdl.so.2
    0000003e1e900000-0000003e1ea2a079 /lib64/tls/libc.so.6
    0000003e1e700000-0000003e1e7142ef /lib64/ld-linux-x86-64.so.2
    0000002a95577000-0000002a957e0c6f /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64/jrockit/libjvm.so
    0000002a95a2f000-0000002a95a38f03 /lib64/libnss_files.so.2
    0000002a95c99000-0000002a95cbd473 /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64/libjava.so
    0000002a95dc3000-0000002a95dcf627 /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64/libverify.so
    0000003e23200000-0000003e23213013 /lib64/libnsl.so.1
    0000002ad5f22000-0000002ad5f2ae3f /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64/native_threads/libhpi.so
    0000002ad92f9000-0000002ad9307ef3 /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64/libzip.so
    0000002ad9600000-0000002ad960516b /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64/libmanagement.so
    0000002ad9837000-0000002ad9848fbf /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64/libnet.so
    0000002adac38000-0000002adac3b883 /lib64/libnss_dns.so.2
    0000003e1f400000-0000003e1f410d3b /lib64/libresolv.so.2
    0000002adaf91000-0000002adaf9196b /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64/librmi.so
    0000002addd00000-0000002addd06077 /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64/libnio.so
    "http-0.0.0.0-8080-2" id=216 idx=0x1aa tid=17433 lastJavaFrame=(nil)
    Stack 0: start=0x49210000, end=0x49254000, guards=0x49215000 (ok), forbidden=0x49213000
    Thread Stack Trace:
    -- Java stack --
    at jrockit/vm/Reflect$IClass.get(Ljava/lang/Object;)Ljava/lang/Class;(Unknown Source)[optimized]
    at java/lang/Object.getClass()Ljava/lang/Class;(Unknown Source)
    at TOPLink/Public/PublicInterface/Session.getDescriptor(Session.java:998)
    at TOPLink/Public/PublicInterface/UnitOfWork.getOriginalVersionOfObject(UnitOfWork.java:1145)
    at TOPLink/Private/Sessions/MergeManager.getTargetVersionOfSourceObject(MergeManager.java:112)
    at TOPLink/Private/Sessions/MergeManager.mergeChangesInCollection(MergeManager.java:242)
    at TOPLink/Public/Mappings/CollectionMapping.mergeChangesIntoObject(CollectionMapping.java:452)
    at TOPLink/Private/Descriptors/ObjectBuilder.mergeChangesIntoObject(ObjectBuilder.java:1150)
    at TOPLink/Private/Sessions/MergeManager.mergeChangesOfWorkingCopyIntoOriginal(MergeManager.java:368)
    at TOPLink/Private/Sessions/MergeManager.mergeChanges(MergeManager.java:151)
    at TOPLink/Private/Sessions/MergeManager.mergeChangesInCollection(MergeManager.java:263)
    at TOPLink/Public/Mappings/CollectionMapping.mergeChangesIntoObject(CollectionMapping.java:452)
    at TOPLink/Private/Descriptors/ObjectBuilder.mergeChangesIntoObject(ObjectBuilder.java:1150)
    at TOPLink/Private/Sessions/MergeManager.mergeChangesOfWorkingCopyIntoOriginal(MergeManager.java:368)
    at TOPLink/Private/Sessions/MergeManager.mergeChanges(MergeManager.java:151)
    at TOPLink/Private/Sessions/MergeManager.mergeChangesInCollection(MergeManager.java:263)
    at TOPLink/Public/Mappings/CollectionMapping.mergeChangesIntoObject(CollectionMapping.java:452)
    at TOPLink/Private/Descriptors/ObjectBuilder.mergeChangesIntoObject(ObjectBuilder.java:1150)
    at TOPLink/Private/Sessions/MergeManager.mergeChangesOfWorkingCopyIntoOriginal(MergeManager.java:368)
    at TOPLink/Private/Sessions/MergeManager.mergeChanges(MergeManager.java:151)
    at TOPLink/Public/PublicInterface/UnitOfWork.mergeChangesIntoParent(UnitOfWork.java:1644)
    at TOPLink/Public/PublicInterface/UnitOfWork.commitRootUnitOfWork(UnitOfWork.java:598)
    at TOPLink/Public/PublicInterface/UnitOfWork.commit(UnitOfWork.java:453)
    at com/cust/session/IdcTransactionC.commit(IdcTransactionC.java:202)
    at com/cust/transaction/TransactionCalculatorC.commitTransaction(TransactionCalculatorC.java:156)
    at com/cust/transaction/RequiredTransactionCalculatorC.endTransaction(RequiredTransactionCalculatorC.java:78)
    at com/cust/rule/WorkflowActionC.endTransaction(WorkflowActionC.java:720)
    at com/cust/rule/WorkflowActionC.execute(WorkflowActionC.java:450)
    at com/cust/rule/RuleExecutionMonitor.executeAction(RuleExecutionMonitor.java:483)
    at com/cust/rule/RuleC.execute(RuleC.java:554)
    at com/cust/rule/RuleExecutionMonitor.executeRule(RuleExecutionMonitor.java:592)
    at com/cust/rule/RuleSetC.executeRule(RuleSetC.java:523)
    at com/cust/rule/RuleSetC.doExecute(RuleSetC.java:489)
    at com/cust/rule/RuleSetC.execute(RuleSetC.java:447)
    at com/cust/rule/RuleExecutionMonitor.executeRuleSet(RuleExecutionMonitor.java:438)
    at com/cust/rule/RuleSetActionC.execute(RuleSetActionC.java:187)
    at com/cust/rule/RuleExecutionMonitor.executeAction(RuleExecutionMonitor.java:483)
    at com/cust/rule/WorkflowActionC.doExecute(WorkflowActionC.java:550)
    at com/cust/rule/WorkflowActionC.execute(WorkflowActionC.java:406)
    at com/cust/rule/RuleExecutionMonitor.executeAction(RuleExecutionMonitor.java:483)
    at com/cust/rule/RuleC.execute(RuleC.java:554)
    at com/cust/jsp/JSPRuleC.execute(JSPRuleC.java:163)
    at com/cust/rule/RuleExecutionMonitor.executeRule(RuleExecutionMonitor.java:592)
    at com/cust/rule/RuleSetC.executeRule(RuleSetC.java:523)
    at com/cust/rule/RuleSetC.doExecute(RuleSetC.java:489)
    at com/cust/rule/RuleSetC.execute(RuleSetC.java:447)
    at com/cust/rule/RuleExecutionMonitor.executeRuleSet(RuleExecutionMonitor.java:438)
    at com/cust/rule/ejb/RuleEngineC.execute(RuleEngineC.java:47)
    at sun/reflect/GeneratedMethodAccessor355.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:585)[optimized]
    at org/jboss/invocation/Invocation.performCall(Invocation.java:359)[inlined]
    at org/jboss/ejb/StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)[optimized]
    at org/jboss/resource/connectionmanager/CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)[optimized]
    at org/jboss/ejb/plugins/AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)[inlined]
    at org/jboss/ejb/plugins/AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:173)[inlined]
    at org/jboss/ejb/plugins/TxInterceptorBMT.invoke(TxInterceptorBMT.java:77)[optimized]
    at org/jboss/ejb/plugins/StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)[optimized]
    at org/jboss/ejb/plugins/SecurityInterceptor.invoke(SecurityInterceptor.java:168)[optimized]
    at org/jboss/ejb/plugins/LogInterceptor.invoke(LogInterceptor.java:205)[optimized]
    at org/jboss/ejb/plugins/ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:136)[optimized]
    at org/jboss/ejb/SessionContainer.internalInvoke(SessionContainer.java:648)
    at org/jboss/ejb/Container.invoke(Container.java:954)[optimized]
    at sun/reflect/GeneratedMethodAccessor88.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:585)[optimized]
    at org/jboss/mx/interceptor/ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org/jboss/mx/server/Invocation.dispatch(Invocation.java:94)[inlined]
    at org/jboss/mx/server/Invocation.invoke(Invocation.java:86)[inlined]
    at org/jboss/mx/server/AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)[optimized]
    at org/jboss/mx/server/MBeanServerImpl.invoke(MBeanServerImpl.java:659)[optimized]
    at org/jboss/invocation/local/LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)[inlined]
    at org/jboss/invocation/local/LocalInvoker.invoke(LocalInvoker.java:118)[optimized]
    at org/jboss/invocation/InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
    at org/jboss/invocation/InvokerInterceptor.invoke(InvokerInterceptor.java:195)
    at org/jboss/proxy/TransactionInterceptor.invoke(TransactionInterceptor.java:61)
    at org/jboss/proxy/SecurityInterceptor.invoke(SecurityInterceptor.java:70)
    at org/jboss/proxy/ejb/StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)
    at org/jboss/proxy/ClientContainer.invoke(ClientContainer.java:100)
    at $Proxy63.execute(Lcom/cust/rule/RuleSet;Ljava/lang/Object;)V(Unknown Source)
    at com/cust/jsp/framework/JSPWorkflowAction.run(JSPWorkflowAction.java:266)
    at com/cust/jsp/framework/JSPWorkflowAction.perform(JSPWorkflowAction.java:230)
    at org/apache/struts/action/ActionServlet.processActionPerform(ActionServlet.java:1720)
    at org/apache/struts/action/ActionServlet.process(ActionServlet.java:1519)
    at com/cust/jsp/framework/IdcActionServlet.process(IdcActionServlet.java:201)
    at org/apache/struts/action/ActionServlet.doPost(ActionServlet.java:505)
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:717)
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:810)
    at org/apache/catalina/core/ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    at org/apache/catalina/core/ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org/jboss/web/tomcat/filters/ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at org/apache/catalina/core/ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    at org/apache/catalina/core/ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org/apache/catalina/core/StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    at org/apache/catalina/core/StandardContextValve.invoke(StandardContextValve.java:178)
    at org/jboss/web/tomcat/security/SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
    at org/apache/catalina/authenticator/AuthenticatorBase.invoke(AuthenticatorBase.java:525)
    at org/jboss/web/tomcat/security/JaccContextValve.invoke(JaccContextValve.java:74)
    at org/apache/catalina/core/StandardHostValve.invoke(StandardHostValve.java:126)
    at org/apache/catalina/valves/ErrorReportValve.invoke(ErrorReportValve.java:105)
    at org/apache/catalina/core/StandardEngineValve.invoke(StandardEngineValve.java:107)
    at org/apache/catalina/connector/CoyoteAdapter.service(CoyoteAdapter.java:148)
    at org/apache/coyote/http11/Http11Processor.process(Http11Processor.java:870)
    at org/apache/coyote/http11/Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
    at org/apache/tomcat/util/net/PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    at org/apache/tomcat/util/net/MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
    at java/lang/Thread.run(Thread.java:595)
    at jrockit/vm/RNI.c2java(JJJJ)V(Native Method)
    -- end of trace
    Additional information is available in:
    /cust/app/fxi-direct-2.4-20071031-113036/servers/JBoss/bin/jrockit.16992.dump
    No snapshot file (core dump) will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Extended, platform specific info:
    libc release: 2.3.4-stable
    Elf headers:
    libc ehdrs: EI: 7f454c46020101000000000000000000 ET: 3 EM: 62 V: 1 ENTRY: 0000003e1e91c560 PHOFF: 0000000000000040 SHOFF: 000000000013d5a8 EF: 0x0 HS: 64 PS: 56 PHN; 10 SS: 64 SHN: 69 STIDX: 66
    libpthread ehdrs: EI: 7f454c46020101000000000000000000 ET: 3 EM: 62 V: 1 ENTRY: 0000003e1f205620 PHOFF: 0000000000000040 SHOFF: 0000000000012980 EF: 0x0 HS: 64 PS: 56 PHN; 9 SS: 64 SHN: 38 STIDX: 35
    libjvm ehdrs: EI: 7f454c46020101000000000000000000 ET: 3 EM: 62 V: 1 ENTRY: 000000000003aab0 PHOFF: 0000000000000040 SHOFF: 0000000000376c80 EF: 0x0 HS: 64 PS: 56 PHN; 3 SS: 64 SHN: 22 STIDX: 19
    ===== END DUMP ===============================================================

    We are trying to install VTune on our AMD Opteron development system. We are running SUSE 10 64-bit OS with SP1. The information contained in the included data files seems to describe our environment quite well. We have eclipse version 3.3.0 already installed, but are trying to allow VTune to install an earlier version of eclipse (3.2.1). When we try to launch VTune, once we have inserted the paths to our ( or to the sample ) application and to the working directory, VTune blows up apparently because of "Error Message: Illegal memory access. [54]", producing the following message block, which is then followed with the contents of the jrockit.31412.dump file it created in the /root/workspace/ directory. If we try to use the "Browse" feature from the working directory option box, we get the same error. Looking at the BEA forum there seems to be a few references to a similar error which required some patch to fix (CR263825). We have not been successful in trying to find that patch.
    Any assistance will be greatly appreciated.
    Steve ::: [email protected]
    Error text displayed by vtlec:
    JVM terminated. Exit code=1
    /opt/intel/eclipsepackage/3.2.1_0/jrockit-R27.2.0-jre1.5.0_10/bin/java
    -Dosgi.splashLocation=/opt/intel/eclipsepackage/3.2.1_0/eclipse/plugins/com.intel.sdp.primary_2.0.3/splash.bmp
    -Dosgi.sharedConfiguration.area=/opt/intel/vtune/bin/../shared/eclipse/configuration
    -jar /opt/intel/eclipsepackage/3.2.1_0/eclipse/startup.jar
    -os linux
    -ws gtk
    -arch x86
    -launcher /opt/intel/eclipsepackage/3.2.1_0/eclipse/eclipse
    -name Eclipse
    -showsplash 600
    -exitdata 60009
    -product com.intel.sdp.primary.product
    -perspective com.intel.vtune.shell.tuningPerspective
    -vm /opt/intel/eclipsepackage/3.2.1_0/jrockit-R27.2.0-jre1.5.0_10/bin/java
    -vmargs
    -Dosgi.splashLocation=/opt/intel/eclipsepackage/3.2.1_0/eclipse/plugins/com.intel.sdp.primary_2.0.3/splash.bmp
    -Dosgi.sharedConfiguration.area=/opt/intel/vtune/bin/../shared/eclipse/configuration
    -jar /opt/intel/eclipsepackage/3.2.1_0/eclipse/startup.jar
    Text from /root/workspace/jrockit.31412.dump:
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 00:03:02 on Mon Jun 23 14:24:12 2008
    Additional information is available in:
    /root/workspace/jrockit.31412.dump
    No snapshot file (core dump) will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Error Message: Illegal memory access. [54]
    Signal info : si_signo=11, si_code=2 si_addr=0x6c
    Version : BEA JRockit(R) R27.2.0-131-78843-1.5.0_10-20070320-1511-linux-ia32
    GC Mode : Garbage collection optimized for throughput
    GC Strategy : Generational Parallel Mark & Sweep
    : Current OC phase is: not running. YC is not running.
    : GC strategy for GC 0 was singleconcon
    : GC strategy for GC 1 was genparpar
    : GC strategy for GC 2 was genparpar
    : GC strategy for GC 3 was genparpar
    : mmHeap->data = 0x8100000, mmHeap->top = 0xc100000
    : The nurserylist starts at 0x8526bf8 and ends at 0xa51ed68
    : mmStartCompaction = 0xb900000, mmEndCompaction = 0xbd00000
    : References are 32-bit.
    CPU : AMD Opteron/Athlon64 SSE SSE2 SSE3 EM64T
    Number CPUs : 4
    Tot Phys Mem : 8380477440 (7992 MB)
    OS version : SUSE Linux Enterprise Server 10 (x86_64)
    VERSION = 10
    PATCHLEVEL = 1
    Linux version 2.6.16.46-0.12-smp (geeko@buildhost) (gcc version 4.1.2 20070115 (prerelease) (SUSE Linux)) #1 SMP Thu May 17 14:00:09 UTC 2007 (x86_64)
    Thread System: NPTL
    State : JVM is running
    Command Line : -Dosgi.splashLocation=/opt/intel/eclipsepackage/3.2.1/eclipse/plugins/com.intel.sdp.primary_2.0.3/splash.bmp -Dosgi.sharedConfiguration.area=/opt/intel/vtune/bin/../shared/eclipse/configuration -Dsun.java.launcher=SUN_STANDARD /opt/intel/eclipsepackage/3.2.1/eclipse/startup.jar -os linux -ws gtk -arch x86 -launcher /opt/intel/eclipsepackage/3.2.1/eclipse/eclipse -name Eclipse -showsplash 600 -exitdata 2a0010 -product com.intel.sdp.primary.product -perspective com.intel.vtune.shell.tuningPerspective -vm /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/bin/java -vmargs -Dosgi.splashLocation=/opt/intel/eclipsepackage/3.2.1/eclipse/plugins/com.intel.sdp.primary_2.0.3/splash.bmp -Dosgi.sharedConfiguration.area=/opt/intel/vtune/bin/../shared/eclipse/configuration -jar /opt/intel/eclipsepackage/3.2.1/eclipse/startup.jar
    java.home : /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10
    j.class.path : /opt/intel/eclipsepackage/3.2.1/eclipse/startup.jar
    j.lib.path : /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/lib/i386/jrockit:/opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/lib/i386:/opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/../lib/i386:/opt/intel/eclipsepackage/3.2.1/eclipse:/opt/intel/vtune/analyzer/bin:/opt/intel/vtune/shared/bin:/opt/sag/gcc-3.4/libem64t:/opt/sag/gcc-3.3/lib32:/opt/sag/gcc-3.3/lib32:/opt/sag/exx/v721/lib:/usr/lib
    JAVA_HOME : <not set>
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/lib/i386/jrockit:/opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/lib/i386:/opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/../lib/i386:/opt/intel/eclipsepackage/3.2.1/eclipse:/opt/intel/vtune/analyzer/bin:/opt/intel/vtune/shared/bin:/opt/sag/gcc-3.4/libem64t:/opt/sag/gcc-3.3/lib32:/opt/sag/gcc-3.3/lib32:/opt/sag/exx/v721/lib:/usr/lib
    LD_ASSUME_KERNEL: <not set>
    C Heap : Good; no memory allocations have failed
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    Registers (from ThreadContext: 0xff92d610 / OS context: 0xff92d70c):
    eax = f06a48c8 ecx = f7eb0150 edx = f7eb0150 ebx = f6afb0a8
    esp = ff92d9f8 ebp = ff92da30 esi = 00000000 edi = f6d76698
    es = 0000002b cs = f6710023 ss = f5e3002b ds = 0000002b
    fs = 00000003 gs = 00000063
    eip = f68ded93 eflags = 00200286
    Stack:
    (* marks the word pointed to by the stack pointer)
    ff92d9f8: f6d76698* f6a61fbe f6d75528 00000001 f6a61fbe f59b3d68
    ff92da10: ff92da30 f68f55b4 f6a61fbe f6d75528 f59b3d68 f6afb0a8
    ff92da28: f59b3d68 f599f660 ff92da50 f68e021b f6a61010 f599f660
    ff92da40: f5d9cd90 f6afb0a8 f599f6e0 f5d9cd90 ff92dae0 f68eab88
    Code:
    (* marks the word pointed to by the instruction pointer)
    f68ded60: 3489f045 24448924 16838d14 89fff66f 4489e845 f5e81024
    f68ded78: 8900072c ec458bc7 89243c89 8b082444 4489e845 2de80424
    f68ded90: 8b000731* c0856c46 7c890c74 04890424 cdbae824 3c890015
    f68deda8: edb2e824 3c89fffd 65bae824 5d8b0015 f8758bf4 89fc7d8b
    Loaded modules:
    (* denotes the module causing the exception)
    08048000-08056fd3 /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/bin/java
    ffffe000-ffffe7af /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/bin/java
    f7edd000-f7eed043 /lib/libpthread.so.0
    f7eb8000-f7eda62f /lib/libm.so.6
    f7eb4000-f7eb5c3f /lib/libdl.so.2
    f7d91000-f7eab7a9 /lib/libc.so.6
    f7f10000-f7f29eb3 /lib/ld-linux.so.2
    f7a77000-f7d16207 /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/lib/i386/jrockit/libjvm.so
    f7a51000-f7a576a4 /lib/librt.so.1
    f7f06000-f7f0bc77 /lib/libnss_compat.so.2
    f7a3c000-f7a4c5a7 /lib/libnsl.so.1
    f7efc000-f7f039bf /lib/libnss_nis.so.2
    f7ef2000-f7ef9b6b /lib/libnss_files.so.2
    f7a63000-f7a6d7db /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/lib/i386/libverify.so
    f79bb000-f79db217 /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/lib/i386/libjava.so
    f7854000-f7859f13 /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/lib/i386/native_threads/libhpi.so
    f7640000-f764e4c4 /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/lib/i386/libzip.so
    f7413000-f74240a3 /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/lib/i386/libnet.so
    f740b000-f74111e7 /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/lib/i386/libnio.so
    f6c29000-f6c72e1b /opt/intel/eclipsepackage/3.2.1/eclipse/configuration/org.eclipse.osgi/bundles/29/1/.cp/libswt-pi-gtk-3235.so
    f680c000-f6af4723 */opt/gnome/lib/libgtk-x11-2.0.so.0
    f6c08000-f6c0adff /opt/gnome/lib/libgthread-2.0.so.0
    f6c03000-f6c06dab /usr/X11R6/lib/libXtst.so.6
    f67f6000-f680aef7 /opt/gnome/lib/libgdk_pixbuf-2.0.so.0
    f6774000-f67f2c7b /opt/gnome/lib/libgdk-x11-2.0.so.0
    f676d000-f67721cb /opt/gnome/lib/libpangocairo-1.0.so.0
    f6736000-f676a697 /opt/gnome/lib/libpango-1.0.so.0
    f671d000-f67330b7 /opt/gnome/lib/libatk-1.0.so.0
    f66e4000-f671a893 /opt/gnome/lib/libgobject-2.0.so.0
    f6c00000-f6c01f33 /opt/gnome/lib/libgmodule-2.0.so.0
    f665e000-f66e2217 /opt/gnome/lib/libglib-2.0.so.0
    f660b000-f665c23f /usr/lib/libcairo.so.2
    f659e000-f66077fb /usr/lib/libfreetype.so.6
    f6565000-f65981c3 /usr/lib/libfontconfig.so.1
    f655d000-f6563b57 /usr/X11R6/lib/libXrender.so.1
    f6466000-f6559c7b /usr/X11R6/lib/libX11.so.6
    f6458000-f646443f /usr/X11R6/lib/libXext.so.6
    f6419000-f6456a07 /usr/lib/libpng12.so.0
    f6407000-f64179c3 /usr/lib/libz.so.1
    f63e5000-f64058e3 /usr/lib/libglitz.so.1
    f63e2000-f63e3ff3 /usr/X11R6/lib/libXrandr.so.2
    f63da000-f63e03ab /usr/X11R6/lib/libXi.so.6
    f63d7000-f63d838f /usr/X11R6/lib/libXinerama.so.1
    f63ce000-f63d5923 /usr/X11R6/lib/libXcursor.so.1
    f63c9000-f63cc103 /usr/X11R6/lib/libXfixes.so.3
    f63a4000-f63c71d3 /opt/gnome/lib/libpangoft2-1.0.so.0
    f6385000-f63a196f /usr/lib/libexpat.so.1
    f7a5a000-f7a5a7a3 /usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2
    f6c26000-f6c26fd7 /usr/lib/gconv/ISO8859-1.so
    f635c000-f6381073 /opt/intel/eclipsepackage/3.2.1/eclipse/configuration/org.eclipse.osgi/bundles/29/1/.cp/libswt-gtk-3235.so
    f6c1b000-f6c24a03 /opt/gnome/lib/gtk-2.0/2.4.0/engines/liblighthouseblue.so
    f6065000-f6066167 /opt/gnome/lib/pango/1.4.0/modules/pango-basic-fc.so
    f5bdf000-f5be420f /opt/intel/eclipsepackage/3.2.1/eclipse/configuration/org.eclipse.osgi/bundles/29/1/.cp/libswt-atk-gtk-3235.so
    f5bd5000-f5bdde87 /opt/intel/eclipsepackage/3.2.1/eclipse/configuration/org.eclipse.osgi/bundles/29/1/.cp/libswt-cairo-gtk-3235.so
    f5403000-f54065e3 /opt/intel/vtune/shared/bin/libEcGUIClientHandler.so
    f5252000-f52cf38f /opt/intel/vtune/shared/bin/libEcGUIClient.so
    f50ad000-f524fe07 /opt/sag/gcc-3.3/lib32/libimf.so
    f5931000-f5931577 /opt/sag/gcc-3.3/lib32/libcxaguard.so.5
    f5929000-f592ff1f /opt/sag/gcc-3.3/lib32/libgcc_s.so.1
    f4ff5000-f5092393 /opt/sag/gcc-3.3/lib32/libstdc++.so.5
    f4e5c000-f4fc8343 /opt/sag/exx/v721/lib/libole32.so
    f4d9d000-f4e48dab /opt/sag/exx/v721/lib/librpcrt4.so
    f5907000-f5921733 /opt/sag/exx/v721/lib/libntrtl.so
    f4d0b000-f4d87183 /opt/sag/exx/v721/lib/libmutant.so
    f4d03000-f4d08b27 /opt/sag/exx/v721/lib/libcoolmisc.so
    f4c1f000-f4cef8af /opt/sag/exx/v721/lib/liboleaut32.so
    f4b8c000-f4c15db3 /opt/intel/vtune/analyzer/bin/libcomfreeremoteconnector.so
    f4b60000-f4b81023 /opt/intel/vtune/shared/bin/libVTUtil.so
    f5902000-f5904ec3 /opt/sag/exx/v721/lib/libcoolcrypto.so
    f470c000-f4a109ab /opt/intel/vtune/shared/bin/libxerces-c.so.23
    f46d8000-f4705547 /opt/intel/vtune/shared/bin/libRemoteManager.so
    f46d1000-f46d5c03 /opt/sag/exx/v721/lib/libbasecrypt.so
    f46ba000-f46cacff /opt/intel/vtune/shared/bin/libVTRegLoc.so
    f3db9000-f3e5109f /opt/intel/vtune/shared/bin/libShell.so
    f3daf000-f3db6ed7 /opt/intel/vtune/shared/bin/libShellRes.so
    f3973000-f399ceaf /opt/intel/vtune/shared/bin/libReports.so
    f396c000-f3970db7 /opt/intel/vtune/shared/bin/libReportsRes.so
    f3949000-f39614eb /opt/intel/vtune/shared/bin/libComInfo.so
    f3901000-f3932ecf /opt/intel/vtune/shared/bin/libProductInfo.so
    f38fb000-f38fe537 /opt/intel/vtune/shared/bin/libProductInfoRes.so
    f37ee000-f38a93e3 /opt/intel/vtune/shared/bin/libWorkspaceMgr.so
    f37e7000-f37eb2b7 /opt/intel/vtune/shared/bin/libWorkspaceMgrRes.so
    f3782000-f37ca39b /opt/intel/vtune/shared/bin/libCollection.so
    f377c000-f377f5b7 /opt/intel/vtune/shared/bin/libCollectionRes.so
    f35ef000-f36ff5b3 /opt/intel/vtune/shared/bin/libActivity.so
    f35e5000-f35ec3f7 /opt/intel/vtune/shared/bin/libActivityRes.so
    f35a4000-f35ce48b /opt/intel/vtune/shared/bin/libFileDialog.so
    f3572000-f359528b /opt/intel/vtune/shared/bin/libFileDialogEc.so
    f3529000-f355ae8f /opt/intel/vtune/shared/bin/libFileMgr.so
    f3523000-f3526cb7 /opt/intel/vtune/shared/bin/libFileMgrRes.so
    f3468000-f34e9563 /opt/intel/vtune/shared/bin/libTuningBrowser.so
    f3460000-f3465217 /opt/intel/vtune/shared/bin/libTuningBrowserRes.so
    f33c4000-f342a0d3 /opt/intel/vtune/shared/bin/libWorkspaceUI.so
    f33bc000-f33c1277 /opt/intel/vtune/shared/bin/libWorkspaceUIRes.so
    f3350000-f339af3f /opt/intel/vtune/analyzer/bin/libCGAddin.so
    f32f1000-f333477b /opt/intel/vtune/analyzer/bin/libAnPropContainers.so
    f3284000-f32cef7f /opt/intel/vtune/shared/bin/libEnvInfo.so
    f327f000-f3282a17 /opt/intel/vtune/shared/bin/libcpuinfo2.so.1
    f3278000-f327c48f /opt/intel/vtune/shared/bin/libcpuinfoxsc.so.1
    f3270000-f3275a57 /opt/intel/vtune/shared/bin/libEnvInfoRes.so
    f320c000-f3253123 /opt/intel/vtune/analyzer/bin/libCGCons4VT.so
    f3046000-f317a44b /opt/intel/vtune/shared/bin/libidvcbase.so
    f2f5d000-f30026fb /opt/intel/vtune/analyzer/bin/libCGConsCore.so
    f2f56000-f2f5adaf /opt/intel/vtune/analyzer/bin/libCGPropStorage.so
    f2f1d000-f2f45ef3 /opt/intel/vtune/analyzer/bin/libCGDataModelVTDBC.so
    f2e6b000-f2eeb0a7 /opt/intel/vtune/shared/bin/libidvcfrw.so
    f2e51000-f2e6350f /opt/intel/vtune/shared/bin/libidvcpilot.so
    f2cc4000-f2dde9ff /opt/intel/vtune/shared/bin/libidvgrid.so
    f2cb8000-f2cc03af /opt/intel/vtune/analyzer/bin/libVTDBRuntime.so
    f2ca8000-f2cb3377 /opt/intel/vtune/analyzer/bin/libCGPruner.so
    f2c85000-f2c9de0f /opt/intel/vtune/analyzer/bin/libVTDBC.so
    f2c24000-f2c683d3 /opt/intel/vtune/analyzer/bin/libCGDP_VTDBC.so
    f2be4000-f2c198bf /opt/intel/vtune/shared/bin/libigvlayout.so
    f2b36000-f2ba6e67 /opt/intel/vtune/shared/bin/libigvviewer.so
    f2b1f000-f2b2f457 /opt/intel/vtune/shared/bin/libigvgraph.so
    f2b15000-f2b1b46b /opt/intel/vtune/shared/bin/libigvdatamanager.so
    f2ab1000-f2af9b83 /opt/intel/vtune/analyzer/bin/libvtsdb.so
    f2a3e000-f2a91c8b /opt/intel/vtune/analyzer/bin/libCTCG.so
    f2a34000-f2a3a8c3 /opt/intel/vtune/shared/bin/libdbmanager.so
    f29f9000-f2a2285b /opt/intel/vtune/analyzer/bin/libSymbolProvider_VTDBC.so
    f289f000-f29940f3 /opt/intel/vtune/shared/bin/libismImpl_2.so
    f285d000-f28964d7 /opt/intel/vtune/shared/bin/libcommon_2.so
    f2700000-f2713c9f /opt/intel/vtune/shared/bin/libsupport_2.so
    f26ea000-f26f88c7 /opt/intel/vtune/shared/bin/libdtlu_trace_assert.so
    f2564000-f259f857 /opt/intel/vtune/shared/bin/libvtfamgr.so
    f2558000-f256024f /opt/intel/vtune/shared/bin/libVTAddr_2.so
    f24fe000-f253bdcb /opt/intel/vtune/shared/bin/libSymVSrvr.so
    f24d2000-f24f01f7 /opt/intel/vtune/shared/bin/libDynamicLoading_2.so
    f244e000-f24af253 /opt/intel/vtune/analyzer/bin/libCGImpExp.so
    f243a000-f24479bb /opt/intel/vtune/analyzer/bin/libVTSDBUtil.so
    f23a5000-f240fa03 /opt/intel/vtune/analyzer/bin/libCGPackNGo.so
    f2371000-f23951f7 /opt/intel/vtune/analyzer/bin/libAnalyzerWizardsAddin.so
    f22bc000-f234d353 /opt/intel/vtune/analyzer/bin/libAnProdInfo.so
    f22b5000-f22b94f7 /opt/intel/vtune/analyzer/bin/libAnProdInfoRes.so
    f227d000-f22a3f17 /opt/intel/vtune/analyzer/bin/libEcAnalyzerUtils.so
    f2218000-f225ffe7 /opt/intel/vtune/analyzer/bin/libSVConsumerEc.so
    f2203000-f22120db /opt/intel/vtune/analyzer/bin/libsv_vtune_u.so
    f21de000-f21f8a3f /opt/intel/vtune/analyzer/bin/libsvpropstorage_u.so
    f2106000-f21a3e1f /opt/intel/vtune/analyzer/bin/libsvcore_u.so
    f20d2000-f20f635f /opt/intel/vtune/analyzer/bin/libsvcontrol_u.so
    f20bc000-f20cb59f /opt/intel/vtune/analyzer/bin/libVtGridCtlLite_u.so
    f1ef5000-f202a49b /opt/intel/vtune/shared/bin/libidvcbase_u.so
    f1dac000-f1de39b7 /opt/intel/vtune/shared/bin/libdtlu_file.so
    f1d18000-f1d898bb /opt/intel/vtune/analyzer/bin/libsvdp.so
    f1d07000-f1d1254f /opt/intel/vtune/analyzer/bin/libsv_pi.so
    f1b77000-f1c9382f /opt/intel/vtune/shared/bin/libidvgrid_u.so
    f1b25000-f1b5d19f /opt/intel/vtune/shared/bin/libidvtextviewer_u.so
    f1b05000-f1b1b62b /opt/intel/vtune/analyzer/bin/liblipsdp.so
    f1ac8000-f1af32d7 /opt/intel/vtune/analyzer/bin/libsv_dedp.so
    f1ab5000-f1ac2207 /opt/intel/vtune/analyzer/bin/libsv_do.so
    f1a9f000-f1aaec2f /opt/intel/vtune/analyzer/bin/libsv_mh.so
    f1844000-f187993f /opt/intel/vtune/analyzer/bin/liblips.so
    f182f000-f183d0d7 /opt/intel/vtune/analyzer/bin/libsv_ei.so
    f1828000-f182d4ff /opt/intel/vtune/analyzer/bin/libbemrl.so
    f1807000-f1810d2f /opt/intel/vtune/analyzer/bin/libemrlcore.so
    f178b000-f17a70f8 /opt/intel/vtune/analyzer/bin/libdecem.so
    f1777000-f1786693 /opt/intel/vtune/analyzer/bin/libdisem.so
    f175c000-f176de95 /opt/intel/vtune/analyzer/bin/libdasm.so
    f174e000-f175a2bf /opt/intel/vtune/analyzer/bin/libdisxsc.so
    f173f000-f174ba5f /opt/intel/vtune/analyzer/bin/libdecxsc.so
    f16e1000-f173dd4b /opt/intel/vtune/analyzer/bin/libdecoder.so
    f165b000-f16b9a23 /opt/intel/vtune/analyzer/bin/libSamplingConsumerEc.so
    f147a000-f15cd587 /opt/intel/vtune/analyzer/bin/libSamplingViewerCore.so
    f13c8000-f144825f /opt/intel/vtune/shared/bin/libidvcfrw_u.so
    f11e3000-f128eeb7 /opt/intel/vtune/shared/bin/libidvtimeline_u.so
    f1165000-f11c00ff /opt/intel/vtune/shared/bin/libidvchart_u.so
    f1122000-f1153a27 /opt/intel/vtune/shared/bin/libidvchartelements_u.so
    f0efb000-f107863b /opt/intel/vtune/analyzer/bin/libSPLMDEDataMgr.so
    f0e94000-f0edfd6f /opt/intel/vtune/analyzer/bin/libVTDBJoin.so
    f0e69000-f0e8719f /opt/intel/vtune/analyzer/bin/libSamplingPropContainersEc.so
    f0b8f000-f0c94caf /opt/intel/vtune/analyzer/bin/libModuleHandler.so
    f0abe000-f0b4b1e3 /opt/intel/vtune/shared/bin/libvtfilehandler.so
    f0e0b000-f0e4840f /opt/intel/vtune/analyzer/bin/libOptrepAddin.so
    f0aa7000-f0ab7d17 /opt/intel/vtune/analyzer/bin/libOptRepControl.so
    f0a8c000-f0a9fee3 /opt/intel/vtune/analyzer/bin/libOptReportParser.so
    f0e07000-f0e09167 /opt/intel/vtune/analyzer/bin/libOptRepEcClient.so
    f09d3000-f0a500bb /opt/intel/vtune/shared/bin/libidvcswt_u.so
    f0974000-f09b8657 /opt/intel/vtune/analyzer/bin/libRatiosEditor.so
    f0952000-f096bd0b /opt/intel/vtune/analyzer/bin/libEvents.so
    f08eb000-f093263f /opt/intel/vtune/shared/bin/libFileSearchAddIn.so
    f0881000-f08cc9af /opt/intel/vtune/shared/bin/libActivityEc.so
    f0831000-f086b4ef /opt/intel/vtune/analyzer/bin/libCGPreferencePagesEC.so
    f07fc000-f082144f /opt/intel/vtune/analyzer/bin/libSVPreferencePagesEC.so
    f0785000-f07daa3f /opt/intel/vtune/analyzer/bin/libSamplingPreferencesPagesEc.so
    f072d000-f076a80f /opt/intel/vtune/analyzer/bin/libVTMHPrefPagesEc.so
    f06e1000-f0715de7 /opt/intel/vtune/shared/bin/libFileSearchPrefPagesEc.so
    f05ab000-f05d0abf /opt/intel/vtune/shared/bin/libPropBag.so
    f054a000-f058faa7 /opt/intel/vtune/analyzer/bin/libSamplingWizardLogic.so
    f0518000-f053ba2f /opt/intel/vtune/analyzer/bin/libSamplingWizardEc.so
    f0e00000-f0e0588b /opt/gnome/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.so
    f0406000-f041669f /opt/gnome/lib/gtk-2.0/2.4.0/filesystems/libgnome-vfs.so
    f03d6000-f03e7eb7 /opt/gnome/lib/libgnome-2.so.0
    f0376000-f03d0b23 /opt/gnome/lib/libgnomevfs-2.so.0
    f031d000-f036ba33 /opt/gnome/lib/libbonobo-2.so.0
    f02ec000-f0319c9f /opt/gnome/lib/libgconf-2.so.4
    f02d9000-f02e9587 /opt/gnome/lib/libbonobo-activation.so.4
    f0289000-f02ceb37 /opt/gnome/lib/libORBit-2.so.0
    f0200000-f02844a7 /opt/gnome/lib/libgnomeui-2.so.0
    f01f8000-f01fe103 /usr/lib/libpopt.so.0
    f01ee000-f01f646b /usr/lib/libesd.so.0
    f01cb000-f01ea087 /usr/lib/libaudiofile.so.0
    f009b000-f01c0fcb /usr/lib/libxml2.so.2
    f0093000-f0099b43 /usr/lib/libhal-storage.so.1
    f008a000-f00917a7 /usr/lib/libhal.so.1
    f0071000-f008812b /usr/lib/libdbus-glib-1.so.2
    f0042000-f006f6a7 /usr/lib/libdbus-1.so.2
    f0005000-f003d7d7 /usr/lib/libssl.so.0.9.8
    efedd000-effec39f /usr/lib/libcrypto.so.0.9.8
    efed8000-efedb00b /usr/lib/libdns_sd.so
    efec5000-efed350b /lib/libresolv.so.2
    efec1000-efec3f1b /opt/gnome/lib/libORBitCosNaming-2.so.0
    efe64000-efebd48f /opt/gnome/lib/libbonoboui-2.so.0
    efe3a000-efe62747 /opt/gnome/lib/libgnomecanvas-2.so.0
    efe24000-efe381f3 /usr/lib/libart_lgpl_2.so.2
    efe19000-efe229ab /opt/gnome/lib/libgnome-keyring.so.0
    efdfa000-efe17a4b /usr/lib/libjpeg.so.62
    efdf1000-efdf80f7 /usr/X11R6/lib/libSM.so.6
    efdd9000-efded0ff /usr/X11R6/lib/libICE.so.6
    efd1c000-efdd31e7 /usr/lib/libasound.so.2
    efd18000-efd1aadb /lib/libresmgr.so.1
    "Main Thread" id=1 idx=0x4 tid=31412 lastJavaFrame=0xff92e214
    Stack 0: start=0xff734000, end=0xff934000, guards=0xff739000 (ok), forbidden=0xff737000
    Thread Stack Trace:
    at <unknown>(???.c)@0xf68ded93
    at <unknown>(???.c)@0xf68e021b
    at <unknown>(???.c)@0xf68eab88
    at <unknown>(???.c)@0xf66f247a
    at <unknown>(???.c)@0xf66f2fe9
    at <unknown>(???.c)@0xf66f30f0
    at <unknown>(???.c)@0xf68de358
    at <unknown>(???.c)@0xf68ec5ec
    at <unknown>(???.c)@0xf66f247a
    at <unknown>(???.c)@0xf66f2f3f
    at <unknown>(???.c)@0xf66f30f0
    at <unknown>(???.c)@0xf68dc178
    at <unknown>(???.c)@0xf66f247a
    at <unknown>(???.c)@0xf66f2fe9
    at <unknown>(???.c)@0xf66f30f0
    at <unknown>(???.c)@0xf68dbb8e
    at <unknown>(???.c)@0xf68dbc3c
    at <unknown>(???.c)@0xf6c71b4d
    -- Java stack --
    at org/eclipse/swt/internal/gtk/OS._gtk_file_chooser_dialog_new([BIIIIIII)I(Native Method)
        at org/eclipse/swt/internal/gtk/OS.gtk_file_chooser_dialog_new(OS.java:4400)
        at org/eclipse/swt/widgets/DirectoryDialog.openChooserDialog(DirectoryDialog.java:124)
        at org/eclipse/swt/widgets/DirectoryDialog.open(DirectoryDialog.java:116)
        at com/intel/vtune/shell/VTDirectoryDialog.open(VTDirectoryDialog.java:47)
        at com/intel/vtune/analyzer/wizards/sampling/FirstUseSamplingPage$4.widgetSelected(FirstUseSamplingPage.java:365)
        at org/eclipse/swt/widgets/TypedListener.handleEvent(TypedListener.java:90)
        at org/eclipse/swt/widgets/EventTable.sendEvent(EventTable.java:66)
        at org/eclipse/swt/widgets/Widget.sendEvent(Widget.java:1085)
        at org/eclipse/swt/widgets/Display.runDeferredEvents(Display.java:3166)
        at org/eclipse/swt/widgets/Display.readAndDispatch(Display.java:2842)
        at org/eclipse/jface/window/Window.runEventLoop(Window.java:820)
        at org/eclipse/jface/window/Window.open(Window.java:796)
        at org/eclipse/ui/actions/NewWizardAction.run(NewWizardAction.java:181)
        at com/intel/vtune/shell/NewActivity.run(NewActivity.java:79)
        at com/intel/vtune/shell/NewActivity.runWithEvent(NewActivity.java:73)
        at org/eclipse/ui/internal/PluginAction.runWithEvent(PluginAction.java:244)
        at org/eclipse/ui/internal/WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
        at org/eclipse/jface/action/ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)
        at org/eclipse/jface/action/ActionContributionItem.access$2(ActionContributionItem.java:488)
        at org/eclipse/jface/action/ActionContributionItem$6.handleEvent(ActionContributionItem.java:441)
        at org/eclipse/swt/widgets/EventTable.sendEvent(EventTable.java:66)
        at org/eclipse/swt/widgets/Widget.sendEvent(Widget.java:1085)
        at org/eclipse/swt/widgets/Display.runDeferredEvents(Display.java:3166)
        at org/eclipse/swt/widgets/Display.readAndDispatch(Display.java:2842)
        at org/eclipse/ui/internal/Workbench.runEventLoop(Workbench.java:1914)
        at org/eclipse/ui/internal/Workbench.runUI(Workbench.java:1878)
        at org/eclipse/ui/internal/Workbench.createAndRunWorkbench(Workbench.java:419)
        at org/eclipse/ui/PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org/eclipse/ui/internal/ide/IDEApplication.run(IDEApplication.java:95)
        at org/eclipse/core/internal/runtime/PlatformActivator$1.run(PlatformActivator.java:78)
        at org/eclipse/core/runtime/internal/adaptor/EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
        at org/eclipse/core/runtime/internal/adaptor/EclipseAppLauncher.start(EclipseAppLauncher.java:68)
        at org/eclipse/core/runtime/adaptor/EclipseStarter.run(EclipseStarter.java:400)
        at org/eclipse/core/runtime/adaptor/EclipseStarter.run(EclipseStarter.java:177)
        at jrockit/vm/RNI.c2java(IIII)V(Native Method)
        at jrockit/vm/Reflect.invokeMethod(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java/lang/reflect/Method.invoke(Method.java:585)
        at org/eclipse/core/launcher/Main.invokeFramework(Main.java:336)
        at org/eclipse/core/launcher/Main.basicRun(Main.java:280)
        at org/eclipse/core/launcher/Main.run(Main.java:977)
        at org/eclipse/core/launcher/Main.main(Main.java:952)
        at jrockit/vm/RNI.c2java(IIII)V(Native Method)
        -- end of trace
    Additional information is available in:
      /root/workspace/jrockit.31412.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.4-development
    Elf headers:
    libc       ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 000159c0 PHOFF: 00000034 SHOFF: 00127058 EF: 0x0 HS: 52 PS: 32 PHN; 11 SS: 40 SHN: 67 STIDX: 64
    libpthread ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 00004b80 PHOFF: 00000034 SHOFF: 0001274c EF: 0x0 HS: 52 PS: 32 PHN; 10 SS: 40 SHN: 37 STIDX: 34
    libjvm     ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 00057470 PHOFF: 00000034 SHOFF: 002dfe00 EF: 0x0 HS: 52 PS: 32 PHN; 4 SS: 40 SHN: 19 STIDX: 16
    ===== END DUMP ===============================================================                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             

  • SharePoint Server 2013 Search Box has disappeared

    Hi guys,
    SharePoint Server 2013 Search Box has disappeared and not showing on any sites. Even when I try to go to Search centre site I get an error "sorry something went wrong...
    Web Parts Maintenance Page: If you have permission, you can use this page to temporarily close Web Parts or remove personal settings. For more information, contact your site administrator. "
    My search SA is working fine and crawl running with no error. It seems like there was same issue on SP foundation 2013 where there is fixed released for that:
    https://support.microsoft.com/kb/2760625?wa=wsignin1.0
    But I have SP Server and i can confirm that I have installed SP1 (KB288055) in my farm.
    I wonder if I need to install any CU to fix this.... I haven't installed any CUs in my farm yet.
    Shall I go for Feb 2015 CU update or Sept 2014 CU? or is there any fixes for that with no CU or I need to install my farm from the scratch....
    Please help.
    Any advice greatly appreciated.
    BalaiP 

    You have deactivated SharePoint Search from center Admin. 
    Please activate it 
    Regards, Sachin

  • How to make a report based on a search box containg IDs for multiple rows

    Hello everyone,
    I'm using APEX to build a database application. My users want to search a table by submitting multiple IDs in a search box. They want to list the row IDs for all the rows they want to search in one input box, and after clicking the Submit botton, all the rows should be displyed. Any idea to make it with APEX. I appreciate all your help.
    Guang

    Unless your search is all numbers, each one will have to be separated by a '. That's probably why the multiple select isn't working. Try and add that around your SQL query, but I think you'll have to escape it for it to work.
    And about the error-checking, you can create a short PL/SQL snippet to check/format the string in :PXX_SEARCH. You could start with something as simple as having it attach the ' you''ll need.
    declare
      srch_tmp     VARCHAR2(200);
    begin
      srch_tmp   := ''||:PXX_SEARCH||'';
      :PXX_SEARCH   := srch_tmp;
    end;Note that this is incomplete and won't do everything you need. You'll have to use some string manipulators like REGEXP to parse the search string.
    Edited by: blarman74 on Nov 12, 2009 10:06 AM

  • Safari keeps crashing when I type in a "Search" box

    Hello.  My Safari browser keeps crashing when I type in certain search boxes.  It doesn't crash when I type in some search boxes but it will consistently crash when I type in others.  Here is the error report that I get.  Thanks for your help.

    Process:         Safari [893]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         7.0.3 (9537.75.14)
    Build Info:      WebBrowser-7537075014000000~6
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [153]
    Responsible:     Safari [893]
    User ID:         501
    Date/Time:       2014-04-30 11:39:03.793 -0400
    OS Version:      Mac OS X 10.9.2 (13C1021)
    Report Version:  11
    Anonymous UUID:  989C3AFB-5538-6502-B34B-C710E514D944
    Sleep/Wake UUID: 25599730-1CCA-4293-AEC9-F1282C99499E
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000020
    VM Regions Near 0x20:
    -->
        __TEXT                 000000010632f000-0000000106330000 [    4K] r-x/rwx SM=COW  /Applications/Safari.app/Contents/MacOS/Safari
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libicucore.A.dylib                        0x00007fff9392cf36 icu::UnicodeSet::span(unsigned short const*, int, USetSpanCondition) const + 50
    1   libicucore.A.dylib                        0x00007fff9392cee9 icu::UnicodeSet::containsAll(icu::UnicodeString const&) const + 51
    2   libicucore.A.dylib                        0x00007fff9392cea0 uset_containsAllCodePoints + 56
    3   com.apple.AddressBook.framework            0x00007fff92fdfa8d ABContentsExclusivelyInCharacterSet + 144
    4   com.apple.AddressBook.framework            0x00007fff92fdf916 ABIsChineseJapaneseKoreanString + 34
    5   com.apple.AddressBook.framework            0x00007fff92fdf817 -[ABCDContact(ABCDRecordFormatter) nameOrderWithFormatter:] + 105
    6   com.apple.AddressBook.framework            0x00007fff92fdf066 -[ABCDContact(ABCDRecordFormatter) nameWithFormatter:rangeOfSortingSubstring:] + 439
    7   com.apple.AddressBook.framework            0x00007fff930751ce -[ABPerson nts_coreDataFullNameIncludingAuxiliaryElements:] + 52
    8   com.apple.AddressBook.framework            0x00007fff93075156 -[ABPerson nts__fullNameIncludingAuxiliaryElements:] + 76
    9   com.apple.AddressBook.framework            0x00007fff93074ae1 -[ABPerson _fullNameIncludingAuxiliaryElements:] + 81
    10  com.apple.AddressBook.framework            0x00007fff93075499 -[ABPerson _realCompositeNameIncludingAuxiliaryElements:] + 173
    11  com.apple.Safari.framework                0x00000001064d0391 -[FormDataController _addressBookMatchesForProxyProperty:] + 67
    12  com.apple.Safari.framework                0x00000001064d04fe -[FormDataController addressBookMatchesForProperty:key:label:] + 114
    13  com.apple.Safari.framework                0x000000010667aa6d -[WBSFormDataController addABMatchesForValueSpecifier:matchingPartialString:toArray:preferredLabel:] + 219
    14  com.apple.Safari.framework                0x000000010667b0ce -[WBSFormDataController matchesForControl:withName:inDomain:matchingPartialString:usingOnlyAddressBookD ata:preferredLabel:] + 284
    15  com.apple.Safari.framework                0x000000010667afa3 -[WBSFormDataController matchesForControl:withName:atURL:matchingPartialString:usingOnlyAddressBookData :] + 97
    16  com.apple.Safari.framework                0x00000001064c7480 Safari::FormCompletionController::getListItemsAndInitiallySelectedIndex(***::Ve ctor<***::RefPtr<Safari::CompletionListItem>, 0ul, ***::CrashOnOverflow>&, unsigned long&) + 1692
    17  com.apple.Safari.framework                0x0000000106431fcb Safari::CompletionController::refreshListItems(unsigned long&) + 41
    18  com.apple.Safari.framework                0x0000000106431d8a Safari::CompletionController::performCompletion(Safari::CompletionAction) + 48
    19  com.apple.Safari.framework                0x0000000106434a87 Safari::Timer<Safari::CompletionController>::runLoopTimerFired(__CFRunLoopTimer *, void*) + 51
    20  com.apple.CoreFoundation                  0x0000000107d77494 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    21  com.apple.CoreFoundation                  0x0000000107d76fcf __CFRunLoopDoTimer + 1151
    22  com.apple.CoreFoundation                  0x0000000107de85aa __CFRunLoopDoTimers + 298
    23  com.apple.CoreFoundation                  0x0000000107d32755 __CFRunLoopRun + 1525
    24  com.apple.CoreFoundation                  0x0000000107d31f25 CFRunLoopRunSpecific + 309
    25  com.apple.HIToolbox                       0x00007fff92754a0d RunCurrentEventLoopInMode + 226
    26  com.apple.HIToolbox                       0x00007fff927547b7 ReceiveNextEventCommon + 479
    27  com.apple.HIToolbox                       0x00007fff927545bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    28  com.apple.AppKit                          0x00007fff8c44c3de _DPSNextEvent + 1434
    29  com.apple.AppKit                          0x00007fff8c44ba2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    30  com.apple.Safari.framework                0x0000000106390d00 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161
    31  com.apple.AppKit                          0x00007fff8c43fb2c -[NSApplication run] + 553
    32  com.apple.AppKit                          0x00007fff8c42a913 NSApplicationMain + 940
    33  com.apple.Safari.framework                0x0000000106562c8d SafariMain + 267
    34  libdyld.dylib                             0x00007fff89e7c5fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib                    0x0000000108c47e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                   0x00007fff94b21f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                   0x00007fff94b24fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                    0x0000000108c48662 kevent64 + 10
    1   libdispatch.dylib                         0x00007fff88c9b43d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                         0x00007fff88c9b152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                    0x0000000108c47e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                   0x00007fff94b21f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                   0x00007fff94b24fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                    0x0000000108c47e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                   0x00007fff94b21f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                   0x00007fff94b24fb9 start_wqthread + 13
    Thread 5:: WebCore: IconDatabase
    0   libsystem_kernel.dylib                    0x0000000108c47716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                   0x00007fff94b22c3b _pthread_cond_wait + 727
    2   com.apple.WebCore                         0x0000000108f2b4cb WebCore::IconDatabase::syncThreadMainLoop() + 507
    3   com.apple.WebCore                         0x0000000108f2805f WebCore::IconDatabase::iconDatabaseSyncThread() + 303
    4   com.apple.JavaScriptCore                  0x0000000106c2e53f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                   0x00007fff94b20899 _pthread_body + 138
    6   libsystem_pthread.dylib                   0x00007fff94b2072a _pthread_start + 137
    7   libsystem_pthread.dylib                   0x00007fff94b24fc9 thread_start + 13
    Thread 6:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                    0x0000000108c43a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                    0x0000000108c42d18 mach_msg + 64
    2   com.apple.QuartzCore                      0x00007fff8f7ab377 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore                      0x00007fff8f7ab2ad thread_fun + 25
    4   libsystem_pthread.dylib                   0x00007fff94b20899 _pthread_body + 138
    5   libsystem_pthread.dylib                   0x00007fff94b2072a _pthread_start + 137
    6   libsystem_pthread.dylib                   0x00007fff94b24fc9 thread_start + 13
    Thread 7:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                    0x0000000108c43a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                    0x0000000108c42d18 mach_msg + 64
    2   com.apple.CoreFoundation                  0x0000000107d32fc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                  0x0000000107d325e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                  0x0000000107d31f25 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                      0x00007fff8d22c967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                      0x00007fff8d22c76b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                   0x00007fff94b20899 _pthread_body + 138
    8   libsystem_pthread.dylib                   0x00007fff94b2072a _pthread_start + 137
    9   libsystem_pthread.dylib                   0x00007fff94b24fc9 thread_start + 13
    Thread 8:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                    0x0000000108c47716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                   0x00007fff94b22c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                  0x0000000106c392a5 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3   com.apple.JavaScriptCore                  0x0000000106c2e53f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib                   0x00007fff94b20899 _pthread_body + 138
    5   libsystem_pthread.dylib                   0x00007fff94b2072a _pthread_start + 137
    6   libsystem_pthread.dylib                   0x00007fff94b24fc9 thread_start + 13
    Thread 9:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                    0x0000000108c47716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                   0x00007fff94b22c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                  0x0000000106c39d17 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                  0x0000000106c39ba8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                  0x0000000106c2e53f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                   0x00007fff94b20899 _pthread_body + 138
    6   libsystem_pthread.dylib                   0x00007fff94b2072a _pthread_start + 137
    7   libsystem_pthread.dylib                   0x00007fff94b24fc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                    0x0000000108c43a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                    0x0000000108c42d18 mach_msg + 64
    2   com.apple.CoreFoundation                  0x0000000107d32fc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                  0x0000000107d325e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                  0x0000000107d31f25 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                          0x00007fff8c5ec16e _NSEventThread + 144
    6   libsystem_pthread.dylib                   0x00007fff94b20899 _pthread_body + 138
    7   libsystem_pthread.dylib                   0x00007fff94b2072a _pthread_start + 137
    8   libsystem_pthread.dylib                   0x00007fff94b24fc9 thread_start + 13
    Thread 11:: Safari: SafeBrowsingManager
    0   libsystem_kernel.dylib                    0x0000000108c43a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                    0x0000000108c42d18 mach_msg + 64
    2   com.apple.CoreFoundation                  0x0000000107d32fc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                  0x0000000107d325e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                  0x0000000107d31f25 CFRunLoopRunSpecific + 309
    5   com.apple.Safari.framework                0x0000000106512323 Safari::MessageRunLoop::threadBody() + 119
    6   com.apple.JavaScriptCore                  0x0000000106c2e53f ***::wtfThreadEntryPoint(void*) + 15
    7   libsystem_pthread.dylib                   0x00007fff94b20899 _pthread_body + 138
    8   libsystem_pthread.dylib                   0x00007fff94b2072a _pthread_start + 137
    9   libsystem_pthread.dylib                   0x00007fff94b24fc9 thread_start + 13
    Thread 12:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                    0x0000000108c479aa __select + 10
    1   com.apple.CoreFoundation                  0x0000000107d7eab3 __CFSocketManager + 867
    2   libsystem_pthread.dylib                   0x00007fff94b20899 _pthread_body + 138
    3   libsystem_pthread.dylib                   0x00007fff94b2072a _pthread_start + 137
    4   libsystem_pthread.dylib                   0x00007fff94b24fc9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0b004f52a40f3a62  rbx: 0x0000000000000001  rcx: 0x0000000000000001  rdx: 0x000000000000000e
      rdi: 0x0000000000000000  rsi: 0x00007fff598cdb40  rbp: 0x00007fff598cdac0  rsp: 0x00007fff598cd970
       r8: 0x0000000000000001   r9: 0x00007fff598cdaec  r10: 0x00007f9bec0fbce0  r11: 0x0000000107ebf390
      r12: 0x000000000000000e  r13: 0x000000000000000e  r14: 0x00007fff598cdb40  r15: 0x0000000000000000
      rip: 0x00007fff9392cf36  rfl: 0x0000000000010202  cr2: 0x0000000000000020
    Logical CPU:     1
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x10632f000 -        0x10632fffd  com.apple.Safari (7.0.3 - 9537.75.14) <29238978-9DC2-309F-B02F-3AC4153010FD> /Applications/Safari.app/Contents/MacOS/Safari
           0x106334000 -        0x10683affb  com.apple.Safari.framework (9537 - 9537.75.14) <AE2739A0-427C-3015-8DF8-FDCF768D62DE> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
           0x106c25000 -        0x106f9cff6  com.apple.JavaScriptCore (9537 - 9537.75.12) <DC1116A7-934C-37C1-9AB2-354DBA43EAD7> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
           0x10709c000 -        0x1072f5ff9  com.apple.security (7.0 - 55471.14.1) <FF57C9BB-4E52-33E5-8927-59AEADB6CA27> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x107442000 -        0x107578ffc  com.apple.WebKit (9537 - 9537.75.14) <98D7B16B-B2C8-3A4E-9AE9-7A8385ACFBA9> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
           0x10766d000 -        0x10785eff3  com.apple.WebKit2 (9537 - 9537.75.14) <A54F32B2-5D0D-3A1D-A1F6-FB2162BD50D1> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
           0x107a49000 -        0x107bb9ff4  com.apple.CFNetwork (673.4 - 673.4) <F3BF6020-99BE-3844-A7B8-352B93AD02F3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
           0x107cc2000 -        0x107ea7fff  com.apple.CoreFoundation (6.9 - 855.16) <A63E680E-E4B2-368B-8564-9DBE0D8DDB91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x10801d000 -        0x108123fff  com.apple.ImageIO.framework (3.3.0 - 1042) <DEA4FF1B-D340-32C3-977D-D249709C6031> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
           0x10818f000 -        0x108aae68f  com.apple.CoreGraphics (1.600.0 - 599.21.1) <23BCDB0F-4E60-31BA-859C-820351D50111> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
           0x108be2000 -        0x108c11ff9  com.apple.GSS (4.0 - 2.0) <1B71A3E1-E31D-32CC-A733-ED155CC4A6A2> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x108c32000 -        0x108c4eff7  libsystem_kernel.dylib (2422.92.1) <3F649963-7FA1-3201-8FF6-8438A52B9973> /usr/lib/system/libsystem_kernel.dylib
           0x108c73000 -        0x108c7efff  libkxld.dylib (2422.92.1) <A7DFFC8C-45EE-3525-A961-EF93C2FB1340> /usr/lib/system/libkxld.dylib
           0x108c83000 -        0x108ca7ff7  libJPEG.dylib (1042.2) <0AFE20D1-F24D-3548-A562-DB8FA7995655> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
           0x108cb0000 -        0x108d09fff  libTIFF.dylib (1042.2) <1C80C3FD-639C-3781-8A30-265410DD444F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
           0x108d18000 -        0x108d33ff7  libPng.dylib (1042.2) <103F76EB-0FB7-320E-822F-53483CCB7299> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
           0x108d42000 -        0x108d46ff7  libGIF.dylib (1042.2) <0A9267FF-D93A-36DF-87B9-BA34C1166C0C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
           0x108d4e000 -        0x108e3cfff  libJP2.dylib (1042.2) <DD2DE799-C053-3C6A-91EC-D637CBD6FF90> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
           0x108e6a000 -        0x108e6cfff  libRadiance.dylib (1042.2) <63C92F09-F862-3303-9EF6-55A80B48F2CF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
           0x108e71000 -        0x108ed6ffb  com.apple.Heimdal (4.0 - 2.0) <1560A2CC-2C0C-3F7B-868C-BD5ADB241F5A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
           0x108f05000 -        0x108f09ff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
           0x108f12000 -        0x108f1bffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
           0x108f22000 -        0x109d74ff7  com.apple.WebCore (9537 - 9537.75.14) <8C80717D-91D3-32D5-92F4-804AC1D1E881> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
           0x10c0da000 -        0x10c0dbffc  com.apple.SafariServices.framework (9537 - 9537.75.14) <700D5B79-CE93-330D-BD9B-37ECCDC4CA98> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
           0x10c0e3000 -        0x10c0ebff3  libCGCMS.A.dylib (599.21.1) <84C6C6F3-AD75-3120-A86F-8AE1005A0ECE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
           0x10ce44000 -        0x10ce47fff  libspindump.dylib (161.2) <B8AA261C-AACA-3924-AB0E-06E2C37E48B0> /usr/lib/libspindump.dylib
           0x10ce4d000 -        0x10ce4efff  com.apple.AddressBook.LocalSourceBundle (8.0 - 1369) <FC0AC7FD-5351-3F6B-9D24-DD3BAA52C5ED> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x10ce60000 -        0x10ce64ff7  com.apple.DirectoryServicesSource (8.0 - 1369) <7D4F2AE3-325D-36BA-8DA7-590CFC67AF49> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x10cffe000 -        0x10d004ff7  libCGXCoreImage.A.dylib (599.21.1) <D66366B5-33BA-3715-9A40-50F0FF5EAE39> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCo reImage.A.dylib
           0x10d111000 -        0x10d139ffb  libRIP.A.dylib (599.21.1) <994C1D46-A532-3361-8C20-11778DC12040> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
           0x10d149000 -        0x10d14cffa  libCGXType.A.dylib (599.21.1) <0F364FEE-105D-329D-B823-082AA45E6AFD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
           0x10eb4c000 -        0x10eb53ff7  com.apple.SyncedDefaults (1.3 - 91.30) <FC5A4423-3D91-3A34-853A-C49971EEAE4E> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
           0x10ecda000 -        0x10ed00fff  com.apple.iCalendar (7.0 - 162.1) <2027875B-A366-33BE-AE9D-CE5425AD290E> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
           0x10ed26000 -        0x10ed6bfff  libcurl.4.dylib (78.92.2) <548E2D61-103F-3737-9C7C-0C26246CD4C8> /usr/lib/libcurl.4.dylib
           0x10f0de000 -        0x10f0deff9 +cl_kernels (???) <1F7ED198-B39A-4A6D-8ACD-98088CD52B26> cl_kernels
           0x10f530000 -        0x10f530ffb +cl_kernels (???) <AF249C85-6329-4101-AE58-6AADD9F17A9B> cl_kernels
           0x10f628000 -        0x10f70efef  unorm8_bgra.dylib (2.3.58) <6E7397EF-CC78-3C15-8B21-05E7FB47F645> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x10f764000 -        0x10f765ffa +cl_kernels (???) <DD5E96EC-523E-4A34-A399-FCC74796E74E> cl_kernels
           0x10fc99000 -        0x10fc9aff4 +cl_kernels (???) <4A3C5703-515E-4F0E-B960-BBB1F8F1C96B> cl_kernels
           0x11103a000 -        0x111086ff6  com.apple.AddressBook.CardDAVPlugin (10.9 - 424) <C5AC5902-39C2-3A08-9967-5EAA000228EE> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
        0x7fff64444000 -     0x7fff64477817  dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
        0x7fff87301000 -     0x7fff8735efff  com.apple.imfoundation (10.0 - 1000) <122D84B9-871D-3885-9D8D-840CD529028F> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
        0x7fff8735f000 -     0x7fff8735fff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff87360000 -     0x7fff8737fff7  com.apple.CalendarFoundation (7.0 - 113.1) <12352B25-2DCF-38C8-9776-CCC68907CF50> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
        0x7fff87380000 -     0x7fff87387ff7  com.apple.phonenumbers (1.1.1 - 105) <767A63EB-244C-34F1-9FFA-D1A6BED60C31> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff87388000 -     0x7fff8746cfff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff87479000 -     0x7fff874c2fff  com.apple.CoreMedia (1.0 - 1273.49) <D91EC90A-BFF1-300D-A353-68001705811C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8789f000 -     0x7fff878abff7  com.apple.HelpData (2.1.4 - 90) <BEA1C549-40D3-35BF-9204-CB679FCB0648> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff878ac000 -     0x7fff878e1ffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff878e2000 -     0x7fff8796bff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
        0x7fff8796c000 -     0x7fff8796efff  com.apple.OAuth (25 - 25) <22D42C60-CA67-31D7-A4A4-AFD8F35408D7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff8796f000 -     0x7fff879b4ffe  com.apple.HIServices (1.22 - 467.2) <B7FCF008-C241-3862-BC63-E6EF4006A6E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff87a48000 -     0x7fff87a6fff7  com.apple.shortcut (2.6 - 2.6) <A62BC973-6782-3893-B014-EC6503AB7EAD> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff87a70000 -     0x7fff87a89ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff87a8a000 -     0x7fff87abbff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
        0x7fff87d04000 -     0x7fff87d5cff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff87d79000 -     0x7fff87f37fff  com.apple.GeoServices (1.0 - 702.15.12) <5A4D463F-689F-3822-BF26-A19D51503019> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff87f38000 -     0x7fff87f3ffff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff87f40000 -     0x7fff87f68ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff87f69000 -     0x7fff88099ff7  com.apple.desktopservices (1.8.2 - 1.8.2) <76D6ED93-9D5A-3941-8B88-A1773290AE74> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8809a000 -     0x7fff8847bffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff88482000 -     0x7fff88571fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff885b3000 -     0x7fff885cbff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff885cc000 -     0x7fff885f2fff  com.apple.AOSAccounts (1.2.47 - 1.2.74) <BA7AA453-31FB-304A-A40C-14B20533C31D> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
        0x7fff885f3000 -     0x7fff885f3fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff885f4000 -     0x7fff88601fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff88602000 -     0x7fff88629ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff88912000 -     0x7fff88abff27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff88ac0000 -     0x7fff88accff7  com.apple.KerberosHelper (4.0 - 1.0) <6D64703B-D7A3-3EF7-89AB-16F7F89333FC> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
        0x7fff88acd000 -     0x7fff88ad1fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff88adf000 -     0x7fff88c32ff7  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <3511ABFE-22E1-3B91-B86A-5E3A78CE33FD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff88c33000 -     0x7fff88c84ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff88c87000 -     0x7fff88c97ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff88c98000 -     0x7fff88cb2fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
        0x7fff88cb3000 -     0x7fff88cb6fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff88cb7000 -     0x7fff88cb8fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff88f3a000 -     0x7fff88fd5fff  com.apple.PDFKit (2.9.1 - 2.9.1) <F4DFF4F2-6DA3-3B1B-823E-D9ED271A1522> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff88fd6000 -     0x7fff8905eff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8905f000 -     0x7fff89069ff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff890d6000 -     0x7fff890e4fff  com.apple.opengl (9.6.0 - 9.6.0) <709F4A02-73A0-303C-86B5-85C596C8B707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff890e5000 -     0x7fff89120fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff89121000 -     0x7fff89132ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff89133000 -     0x7fff893c4ff7  com.apple.AOSKit (1.06 - 176) <35525B2F-B02F-31FD-A3B2-FD6AE6D32C11> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff894cc000 -     0x7fff894ceff7  com.apple.diagnosticlogcollection (10.0 - 1000) <5CA6D8A2-DEA6-33C3-91BC-F3B076C0500B> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection
        0x7fff894cf000 -     0x7fff894d0ff7  libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff894d1000 -     0x7fff89701ff7  com.apple.CalendarPersistence (7.0 - 138) <A8BDC8DD-9DE2-3819-9B11-114671B6EBB8> /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/Cale ndarPersistence
        0x7fff89707000 -     0x7fff8972cff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8972d000 -     0x7fff899fdffc  com.apple.CoreImage (9.2.7) <BF88A02E-994E-3970-AC62-04248CA8DC46> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage

  • Error Message: Illegal memory access. [54] in jrockit/vm/Reflects$IClass

    Hi,
    We ve got an Illegal memory access during stress tests. Is it a known crash? Let us know other info are needed.
    Thanks in advance,
    Marian
    Here is the jrockit.<pid>.dump file:
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 15:18:31 on Tue Sep 26 07:56:28 2006
    Additional information is available in:
    /var/tmp/OC/jrockit.31184.dump
    /var/tmp/OC/core or core.31184
    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=0x647f
    Version : BEA JRockit(R) R26.4.0-63-63688-1.5.0_06-20060626-2259-linux-ia32
    GC : System optimized over pausetime (initial strategy singleconcon)
    : GC strategy for GC 897 was singleconcon
    : GC strategy for GC 898 was singleconcon
    : GC strategy for GC 899 was singleconcon
    : GC strategy for GC 900 was singleconcon
    : GC strategy for GC 901 was singleconcon
    : mmHeap->data = 0x8100000, mmHeap->top = 0x18100000
    : mmStartCompaction = 0x13100000, mmEndCompaction = 0x17100000
    CPU : AMD Opteron/Athlon64 SSE SSE2 EM64T
    Number CPUs : 4
    Tot Phys Mem : 4080599040 (3891 MB)
    OS version : Red Hat Enterprise Linux ES release 4 (Nahant Update 3)
    Linux version 2.6.9-34.ELsmp ([email protected]) (gcc version 3.4.5 20051201 (Red Hat 3.4.5-2)) #1 SMP Fri Feb 24 16:54:53 EST 2006 (i686)
    Thread System: NPTL
    State : JVM is running
    Command Line : -Xms256M -Xmx256M -Xgcprio:pausetime -Djrockit.codegen.trytogroupgetters=false -Xmanagement -Djrockit.managementserver.port=4144 -Dcatalina.home=/opt/ocmp-tomcat hp.opencall.media.platform.PlatformMain /opt/OC/data/ocmp/OCMP.properties background
    java.home : /opt/bea/jrockit-R26.4.0-jre1.5.0_06
    j.class.path : /opt/OC/lib/classes:/opt/OC/lib/common-classes:/etc/opt/OC/supportability/lib/FAUser.jar:/opt/OC/lib/octtl.jar:/opt/OC/lib/FA.jar:/opt/OC/lib/jarTTLXMLConfig.jar:/opt/OC/lib/jarXMLConfigLoader.jar:/opt/OC/lib/UpdateXML.jar:/opt/OC/lib/OCSaf.jar:/opt/OC/lib/SDPutil.jar:/opt/OC/lib/SIPFEjsl.jar:/opt/OC/lib/OCMPIsdn.jar:/opt/OC/lib/isdn_patch.jar:/opt/OC/lib/OCMPLogMsg.jar:/opt/OC/lib/spawner/OCMPSpawner.jar:/opt/OC/lib/ClusterMgr/OCMPMgmtServer.jar:/opt/OC/lib/OCMPChailet.jar:/opt/OC/lib/OCMPCommon.jar:/opt/OC/lib/OCMPCore.jar:/opt/OC/lib/OCMPTest.jar:/etc/opt/OC/ocmp/lib/UserNumberingPlans.jar:/opt/OC/lib/CcxmlEnablerOclet.jar:/opt/OC/lib/Dependencies/commons-httpclient-3.0.jar:/opt/OC/lib/Dependencies/commons-logging.jar:/opt/OC/lib/Dependencies/commons-codec-1.2.jar:/opt/OC/lib/Dependencies/js.jar:/opt/OC/lib/Dependencies/activation.jar:/opt/OC/lib/Dependencies/javax.servlet.jar:/opt/OC/lib/Dependencies/jmxri.jar:/opt/OC/lib/Dependencies/org.mortbay.jetty.jar:/opt/OC/lib/Dependencies/net.strandberg.jar:/opt/OC/lib/Dependencies/mail.jar:/opt/OC/lib/Dependencies/xbean.jar:/opt/OC/lib/Dependencies/xml-apis.jar:/opt/OC/lib/Dependencies/xercesImpl.jar:/opt/OC/lib/Dependencies/cdr.jar:/opt/OC/lib/Dependencies/brecommon.jar:/opt/OC/lib/bsh.jar:/opt/OC/lib/Dependencies/castor-0.9.9.1-xml.jar:/opt/OC/lib/Dependencies/jgroups-all.jar:/opt/OC/lib/Dependencies/mx4j-tools.jar:/usr/share/java/xml-commons-apis.jar:/usr/share/java/xerces-j2.jar:/usr/share/java/log4j.jar:/home/testvas/services/tvendugenerik.jar:/home/testvas/services/tvFax.jar:/home/testvas/services/tvPerf.jar:/home/testvas/services/tvperfttsasr.jar:/home/testvas/services/tvPlayFile.jar:/home/testvas/services/tvsip.jar:/home/testvas/services/tvSms.jar:/home/testvas/services/tvtid.jar:/home/testvas/services/tvttsasrsut.jar:/home/testvas/modules/tvcallconfaction.jar:/home/testvas/modules/tvcallconf.jar:/home/testvas/modules/TVcommon.jar:/home/testvas/modules/tvconfigserver.jar:/home/testvas/modules/tvenduaction.jar:/home/testvas/modules/tvenducore.jar:/home/testvas/modules/tvsippart.jar:/home/testvas/modules/usrcasrttsaction.jar::/opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/rt.jar:/opt/ocmp-tomcat/bin/bootstrap.jar:/opt/ocmp-tomcat/bin/commons-daemon.jar:/opt/ocmp-tomcat/bin/commons-logging-api.jar:/opt/ocmp-tomcat/bin/tomcat-juli.jar:/opt/ocmp-tomcat/common/i18n/tomcat-i18n-en.jar:/opt/ocmp-tomcat/common/i18n/tomcat-i18n-es.jar:/opt/ocmp-tomcat/common/i18n/tomcat-i18n-fr.jar:/opt/ocmp-tomcat/common/i18n/tomcat-i18n-ja.jar:/opt/ocmp-tomcat/common/lib/commons-el.jar:/opt/ocmp-tomcat/common/lib/jasper-compiler-jdt.jar:/opt/ocmp-tomcat/common/lib/jasper-compiler.jar:/opt/ocmp-tomcat/common/lib/jasper-runtime.jar:/opt/ocmp-tomcat/common/lib/jsp-api.jar:/opt/ocmp-tomcat/common/lib/naming-factory-dbcp.jar:/opt/ocmp-tomcat/common/lib/naming-factory.jar:/opt/ocmp-tomcat/common/lib/naming-resources.jar:/opt/ocmp-tomcat/common/lib/servlet-api.jar:/opt/ocmp-tomcat/server/lib/catalina-ant-jmx.jar:/opt/ocmp-tomcat/server/lib/catalina-ant.jar:/opt/ocmp-tomcat/server/lib/catalina-cluster.jar:/opt/ocmp-tomcat/server/lib/catalina-optional.jar:/opt/ocmp-tomcat/server/lib/catalina-storeconfig.jar:/opt/ocmp-tomcat/server/lib/catalina.jar:/opt/ocmp-tomcat/server/lib/commons-modeler.jar:/opt/ocmp-tomcat/server/lib/servlets-default.jar:/opt/ocmp-tomcat/server/lib/servlets-invoker.jar:/opt/ocmp-tomcat/server/lib/servlets-webdav.jar:/opt/ocmp-tomcat/server/lib/tomcat-ajp.jar:/opt/ocmp-tomcat/server/lib/tomcat-apr.jar:/opt/ocmp-tomcat/server/lib/tomcat-coyote.jar:/opt/ocmp-tomcat/server/lib/tomcat-http.jar:/opt/ocmp-tomcat/server/lib/tomcat-util.jar:/opt/ocmp-tomcat/oam-webapps/OCMPSipCfg/WEB-INF/lib/jdom.jar:/opt/ocmp-tomcat/oam-webapps/OCMPSipCfg/WEB-INF/classes:/opt/OC/share/java/hpoclic.jar
    j.lib.path : /opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/i386/jrockit:/opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/i386:/opt/bea/jrockit-R26.4.0-jre1.5.0_06/../lib/i386:/opt/OC/lib
    JAVA_HOME : /opt/bea/jrockit-R26.4.0-jre1.5.0_06
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/i386/jrockit:/opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/i386:/opt/bea/jrockit-R26.4.0-jre1.5.0_06/../lib/i386:/opt/OC/lib
    LD_ASSUME_KERNEL: <not set>
    C Heap : 443 memory allocations have failed
    : First failure was a mmRealloc of 640 bytes
    : Last failure was a mmRealloc of 2560 bytes
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    Registers (from ThreadContext: 0xab64e8d4 / OS context: 0xab64e9b0):
    eax = 00006473 ecx = 001f1d78 edx = 001f1d78 ebx = 0f44a6e0
    esp = ab64eca0 ebp = 0f44a6a8 esi = 0f44a6e0 edi = 00000000
    es = 0000007b cs = 00000073 ss = 0000007b ds = 0000007b
    fs = 00000000 gs = 00000033
    eip = 01536fe7 eflags = 00000202
    Stack:
    (* marks the word pointed to by the stack pointer)
    ab64eca0: 001f1d78* 0102d47d 6473344e 013194c0 0c000908 010229f1
    ab64ecb8: 0c000908 013378b8 00000001 0f930940 17200888 ab64ed48
    ab64ecd0: ac46bea4 00000000 0f13f6a8 0f13fee8 ac46be98 17200889
    ab64ece8: 0f8bb860 ac46be98 ab64ed10 b7eacb6a ac46c068 ab64ed34
    ab64ed00: ab64ed40 b7eacef4 00000000 00000000 ac46be98 0103ad8a
    ab64ed18: ac46c068 ab64ed34 0102238e b7bc9550 0103ad85 ac46c11c
    ab64ed30: 0f8bb390 0f935408 0f8bb340 00000020 00000022 013ea3fe
    ab64ed48: 0000020b 00000020 0c000908 0f8bb861 0f8bb861 0f8bb2b8
    ab64ed60: ac46be98 00000000 0f8bb3c8 013cfd05 0f935408 0f8bb468
    ab64ed78: 0becd4f8 0f8b3088 000000d0 0135ad50 0000000d ac46be98
    ab64ed90: 0becdea8 00000027 00000050 0f44a698 0f8b3088 09b122c0
    ab64eda8: 0f930940 0f8bb610 0f935409 0f8b3088 ac46be98 013435fd
    ab64edc0: ab64ee00 0f937a38 ac46c068 0000000b 0f935408 0000000c
    ab64edd8: 00000000 09a801d8 0000000c 0f8b21b8 0f8b2260 0f930940
    ab64edf0: ac46c068 0f8b2320 0f8b23b8 ac46be98 ac46be98 0103c852
    ab64ee08: ac46c068 ab64ee30 029134c0 ab64ee34 ab64ee38 0c6aa148
    ab64ee20: b7bd1b28 0103c84d 0f8b2298 00000010 0c4de040 00000015
    ab64ee38: 0000000a ac46be98 09a80180 0f8b2080 0f8b20d0 0c2f6270
    ab64ee50: 0f8ac1c5 0119ab3d 0f8ac190 0139b7e9 0f8ac190 0f8b20d0
    ab64ee68: 0f8b22c8 0f8b3088 0000001f ac46be98 09abe910 00000010
    ab64ee80: 0f8b20b8 00000000 0000000e 0133095b 0f8b3089 0f8b3089
    ab64ee98: 00000015 0133095b 0f8b3089 0becd450 00000012 0000000e
    ab64eeb0: 0f8b2f38 0f8b2f39 ac46be98 0f8b2f39 0f8b2f98 0f8b2f48
    ab64eec8: 0f8b2f48 00000029 0f8b2f98 012db651 0becd391 0f8b3089
    ab64eee0: 0f8b3089 0f8b3089 0f8b3089 0f8b3089 00000029 0becd390
    ab64eef8: 0c2f6008 0f8b3089 09d41411 00000000 0becd2a0 0f8b2ff0
    ab64ef10: ac46be98 0134dc97 029134c0 0f8ac018 0f8b1fe0 0f8b8d01
    ab64ef28: 0c07f648 0f8b5890 00000019 0c07f660 0c2f6008 013add6e
    ab64ef40: 0cc72880 00000000 0914b399 ac46be98 0f896090 015f3333
    ab64ef58: 00000000 0914ddf8 0f8b8c08 0914ddd8 0c8cc0c8 ac46be98
    ab64ef70: 0914de55 00000000 0f52bc98 00000016 00000b71 00000000
    ab64ef88: 0c8cc0c8 01022393 00000016 0f8ab700 00000018 0f8b2ff0
    ab64efa0: 00000010 013add6e 0f8b3000 0914b339 0f8b2ca0 0914ddf8
    ab64efb8: 00000010 0143c31d ab9d5168 ac46be98 0914de51 00000000
    ab64efd0: 00644ba5 00000000 00035db9 0914b369 0f8b8d48 00000000
    ab64efe8: ab9d5168 00000005 0f8b2ec8 0138e1c5 0f8b2e28 00000046
    ab64f000: 00000005 00000022 0f8b2dd0 ac46be98 0f8b5890 0142bda6
    ab64f018: 00000013 0f8b5890 0f8b2e28 0f68e010 0914ddf8 0f8b2d11
    ab64f030: 0c4de000 ac46be98 0f8b8d00 015554bd ac46be98 09121df1
    ab64f048: ac46be98 ac46be98 0f8b2d11 ac46be98 0f8b2d10 0000000c
    ab64f060: 00000000 014c741a 0914d010 00000001 0f8b2d98 b7ede3b7
    ab64f078: ab64f0a8 00000022 0c8cc0c8 ab64f100 00000024 ab64f0c8
    ab64f090: 00582067 0102584d ac46be98 0f8b8d00 0914ddd8 0f8b8d00
    ab64f0a8: ac46be98 0154c28a 0f93cf40 09121df1 0c8cc0c8 00000017
    ab64f0c0: 0914ddf8 00000000 ac46c068 0914d6f1 0f8b2ec8 00000000
    ab64f0d8: 00000046 ac46be98 00000022 0914d010 00000005 0f8b2ca0
    ab64f0f0: 0f8b2ca0 01271718 0f8b2ca0 0f8b8ee8 0f8b2ca0 09121df0
    ab64f108: 00000004 00000004 00000000 00000000 0c8cc0c8 0f8b2ca0
    ab64f120: 0f8b2ca5 014f0f2e 0f93cf45 0139a512 00000000 0f8b2ca0
    ab64f138: 0f8b2ca1 013f110f 00000000 00000000 0c8cc0c8 0c8cc098
    ab64f150: 0914d570 0c8cc0c8 00000000 0119abeb 0f8b8d01 00000000
    ab64f168: 0f8b2ca0 0119a482 0c8cc0c8 00000001 0c8cc0ce b7ece61c
    ab64f180: ac46c068 00000000 00000000 00000000 ac46be98 00000000
    ab64f198: ab64f1b8 00000000 0808de8c 00000000 ac46be98 01020015
    ab64f1b0: ac46be98 fffffffc ac46be98 010219c3 fffffffc ab64f268
    ab64f1c8: 01199cd0 00000001 080cd488 ab64f1f8 ac46be98 b7dcb6bc
    ab64f1e0: ac46be98 01199cd0 ab64f268 ab64f350 00000000 00000000
    ab64f1f8: ab64f2c8 b7ea2213 080cd488 ac46be98 01199cd0 ab64f268
    ab64f210: ab64f350 0808de8c 00000001 00000000 001a3928 ac46c068
    ab64f210: ab64f350 0808de8c 00000001 00000000 001a3928 ac46c068
    ab64f228: 001a3928 00000000 00000000 00000000 00000000 ab64f268
    ab64f240: 00000000 00000001 00000000 ab64f268 0808de8c 02371570
    ab64f258: 02373050 00000000 ab64f30c 00000001 ac46be98 ab94463c
    ab64f270: ac46c068 001a310c ab64f2b8 b7e95935 ac46c068 02371570
    ab64f288: 02373050 ab64f30c ab64f30c ac46c068 001a3928 ab944638
    ab64f2a0: ab64f30c ac46c068 0808de8c 00000006 00000001 00000001
    ab64f2b8: 00000001 00000000 00000001 00000000 ab64f318 b7e95a77
    ab64f2d0: ac46c068 001a3928 b4dba708 ac46be98 00000000 ab64f39c
    ab64f2e8: b7ea1f10 ab64f350 001a3928 ac46c068 00000000 00000002
    ab64f300: ac46be98 ac46c068 ab64f398 b4dba708 00000000 00000000
    ab64f318: ab64f358 b7e9645e ac46c068 001a3928 ac46be98 00000000
    ab64f330: ab64f39c b7ea1f10 00000000 ab64f350 ac46c068 ac46c068
    ab64f348: 0000001f 00000000 ab64f300 ac46be98 ab64f388 b7e95ffc
    ab64f360: ac46c068 ac46be98 001a3928 ab64f39c ac46be98 001a310c
    ab64f378: b4d5bfb4 ab64f3b0 ac46be98 006472e1 ab64f3b8 b7ecee3b
    ab64f390: ac46c068 ac46be98 001a3928 0064bff4 b7eceddc ac46be98
    ab64f3a8: b4db99f0 00000001 b4d5be30 ac46be98 ab64f3e8 b7ece6f4
    ab64f3c0: 00000000 b4d5bfb4 ab64f3e8 b7ece6c7 b4d5be30 ac46be98
    ab64f3d8: 00000000 b7ecf3dd 00000000 ac46c068 ab64f428 b7ecf457
    ab64f3f0: b7eceddc 00000000 00000000 00000000 0064bff4 00000000
    ab64f408: ab64fbb0 00000000 00000000 00000000 00000000 b4db95c8
    ab64f420: 00000000 b7eceddc ab64f448 b7ec3135 b4d5be30 00000000
    ab64f438: 00000000 00000000 00000000 00000000 ab64f4c8 00642371
    ab64f450: ac47a4c8 00000000 00000000 00000000 ab64f480 00000000
    ab64f468: 00000000 00000000 00000000 00000000 00000000 ab64fbb0
    ab64f480: 0064bff4 ab64fbb0 007d0f00 ab64f4c8 ab64f460 00642344
    ab64f498: 00000000 00000000 00000000 00000000 00000000 00000000
    Code:
    (* marks the word pointed to by the instruction pointer)
    01536ee4: fdb3e9eb 5c89ffff 5c8b0c24 a6e91424 89fffffd 8b0c246c
    01536efc: e914245c fffffd99 0c246c89 14245c8b fffd8ce9 245c8bff
    01536f14: fd83e914 5c8bffff 7ae91424 8bfffffd e914245c fffffd71
    01536f2c: 14245c8b fffe53e9 e9eb89ff fffffe4c 0c245c89 14245c8b
    01536f44: fffe3fe9 246c89ff 245c8b0c fe32e914 5c8bffff 29e91424
    01536f5c: 8bfffffe e914245c fffffe20 14245c8b fffe17e9 245c8bff
    01536f74: fe0ee914 5c8bffff 05e91424 8bfffffe e914245c fffffdfc
    01536f8c: 14245c8b 64244c8b fffe99e9 245c8bff 247c8b14 fe9de964
    01536fa4: 5c8bffff 7c8b1424 a3e96424 8bfffffe 8b14245c e9642444
    01536fbc: fffffea7 14245c8b 6424548b fffeabe9 fdb6e9ff c6e9ffff
    01536fd4: ccfffffc cccccccc cccccccc 8504ec83 8b1374c0* d2850c50
    01536fec: 328b0e74 753cfe81 08750018 d23102eb c359d689 3cba028b
    01537004: 90001875 ae9e03e8 cccc90ff ec815553 000000a4 701d8b65
    0153701c: 8b000000 b9577c3d 144f8b02 0a41be0f 85106e8b 34840fc0
    01537034: 89000014 89402474 8b4c247c b957800d 30458b02 00441f0f
    0153704c: 246c8900 244c8948 8b003958 758d0c6b 10733910 15ab860f
    01537064: 73890000 0045c70c 001d0234 000445c7 c7000000 00000845
    0153707c: 45c70000 0000000c 24448900 0c538b08 3930728d 860f1073
    01537094: 0000159f c70c7389 1889f802 0442c700 00000000 100842c7
    015370ac: 31000000 107289f6 89147289 72891872 2072891c 89247289
    015370c4: 72892872 0855892c e9c1e989 0081c609 00000bf8 c190158b
    015370dc: d789abbc 69e8ee89 8bffe23a 8b082454 ee894442 eb223be8
    Loaded modules:
    (* denotes the module causing the exception)
    08048000-0805624f /opt/bea/jrockit-R26.4.0-jre1.5.0_06/bin/java
    0063d000-0064a95b /lib/tls/libpthread.so.0
    00618000-00638d0f /lib/tls/libm.so.6
    004c2000-004c3967 /lib/libdl.so.2
    004ec000-0060fa14 /lib/tls/libc.so.6
    004a9000-004bdd53 /lib/ld-linux.so.2
    b7d3e000-b7f7b2e7 /opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/i386/jrockit/libjvm.so
    b7d24000-b7d2ca17 /lib/libnss_files.so.2
    b7ca3000-b7cc31f7 /opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/i386/libjava.so
    b7c97000-b7ca17bb /opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/i386/libverify.so
    b7c73000-b7c84743 /lib/libnsl.so.1
    b7b1c000-b7b21f13 /opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/i386/native_threads/libhpi.so
    b7446000-b74564f8 /opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/i386/libnet.so
    b6e79000-b6e7ef0b /opt/OC/lib/libJniUnix.so.1.0.0
    b6e69000-b6e6eb5f /opt/OC/lib/libTTL.so.1
    b6e59000-b6e61933 /opt/OC/lib/libTTLBase.so.1
    b6e47000-b6e496ab /usr/lib/libntl.so.1
    00be2000-00be9a76 /lib/tls/librt.so.1
    b6d7c000-b6e3b917 /usr/lib/libstdc++.so.6
    b6d74000-b6d7ad2f /lib/libgcc_s.so.1
    b6d6b000-b6d6bd67 /usr/lib/gconv/ISO8859-1.so
    b6e4f000-b6e57787 /opt/OC/lib/liblog4c_jni.so.1.0.0
    b6d47000-b6d5a017 /usr/lib/liblog4c.so.2
    b6b12000-b6b13983 /opt/OC/lib/libOcTtl.so.1.10.2
    b687e000-b6884298 /opt/OC/lib/libJniCode.so.1.0.0
    b6843000-b687b819 /opt/OC/lib/libsdsptbx.so.1
    b6783000-b681f116 /opt/OC/lib/libsdsp.so.1
    b60b4000-b6525a82 /opt/OC/lib/libsdspfilters.so.1
    b5a90000-b5b521b3 /opt/OC/lib/libnbfax.so.0
    b5a76000-b5a8493a /opt/OC/lib/libh263parser.so.0
    b5a61000-b5a7443f /opt/OC/lib/libortp.so.5
    b5a47000-b5a5504f /opt/OC/lib/libspg7231b.so
    b5a37000-b5a45177 /opt/OC/lib/libspg729ab.so
    b5a22000-b5a2f483 /opt/OC/lib/libspevrc.so
    b59db000-b5a1f2bd /opt/OC/lib/libocsipmsg.so.0
    b59ce000-b59d967b /usr/lib/libgsm.so.1
    b59a3000-b59cce0b /usr/lib/librfftw.so.2
    b5970000-b59a1e13 /usr/lib/libfftw.so.2
    b58c3000-b59512da /opt/OC/lib/libfmktbx.so.0
    b58a2000-b58b0faf /lib/libresolv.so.2
    b4c0f000-b4c1727b /opt/OC/lib/libHpSdsp2FioReadFilter.so.1.0.0
    b4c06000-b4c0dacf /opt/OC/lib/libHpSdsp2FioWriteFilter.so.1.0.0
    b4c00000-b4c0499b /opt/OC/lib/libHpSdsp2V23EncFilter.so.1.0.0
    b4bfd000-b4bfef53 /opt/OC/lib/libHpSdsp2V23DecFilter.so.1.0.0
    b4bf8000-b4bfbacb /opt/OC/lib/libHpSildtmfFilter.so.1.0.0
    b4bf1000-b4bf63eb /opt/OC/lib/libHpSdsp2FaxFilter.so.1.0.0
    b4bed000-b4bef15b /opt/OC/lib/libHpSdsp2ToneFilter.so.1.0.0
    b4be9000-b4beb1c7 /opt/OC/lib/libHpSdsp2GendtmfFilter.so.1.0.0
    b4be6000-b4be743b /opt/OC/lib/libCngFilter.so.1.0.0
    b4be3000-b4be46a3 /opt/OC/lib/libSpeedFilter.so.1.0.0
    b4be0000-b4be16a7 /opt/OC/lib/libGainFilter.so.1.0.0
    b4bdd000-b4bde44b /opt/OC/lib/libHpAgcFilter.so.1.0.0
    b4bda000-b4bdb6b7 /opt/OC/lib/libHpSdsp2EchoFilter.so.1.0.0
    b4bd8000-b4bd8c27 /opt/OC/lib/libHpSdsp2EchoSimFilter.so.1.0.0
    b4bd2000-b4bd68d8 /opt/OC/lib/libRtpioRFilter.so.1.0.0
    b4bcc000-b4bd0ce8 /opt/OC/lib/libRtpioWFilter.so.1.0.0
    b4bc7000-b4bca20f /opt/OC/lib/libHpNvadFilter.so.1.0.0
    b4bc2000-b4bc516f /opt/OC/lib/libHpSdsp2VadFilter.so.1.0.0
    b4bbf000-b4bc0b37 /opt/OC/lib/libHpSdsp2ConfFilter.so.1.0.0
    b4bbb000-b4bbd0df /opt/OC/lib/libHpSdsp2UserFilter.so.1.0.0
    b4bb8000-b4bb958b /opt/OC/lib/libPtiProxyRFilter.so.1.0.0
    b4bb5000-b4bb658f /opt/OC/lib/libPtiProxyWFilter.so.1.0.0
    b4bb2000-b4bb36a3 /opt/OC/lib/libSonetProxyRFilter.so.1.0.0
    b4baf000-b4bb06b7 /opt/OC/lib/libSonetProxyWFilter.so.1.0.0
    b4bac000-b4badab3 /opt/OC/lib/libHpMucompFilter.so.1.0.0
    b4ba9000-b4baaaaf /opt/OC/lib/libHpAcompFilter.so.1.0.0
    b4ba6000-b4ba7143 /opt/OC/lib/libHpImacompFilter.so.1.0.0
    b4ba3000-b4ba4143 /opt/OC/lib/libHpOkicompFilter.so.1.0.0
    b4ba0000-b4ba1f37 /opt/OC/lib/libHpSdsp2EvrccompFilter.so.1.0.0
    b4b9d000-b4b9e7a7 /opt/OC/lib/libHpSdsp2SpyFilter.so.1.0.0
    b4b9a000-b4b9b4a3 /opt/OC/lib/libHpSdsp2G729compFilter.so.1.0.0
    b4b97000-b4b981af /opt/OC/lib/libHpSdsp2AMRcompFilter.so.1.0.0
    b4b94000-b4b9517f /opt/OC/lib/libHpSdsp2G726comp16Filter.so.1.0.0
    b4b91000-b4b9217f /opt/OC/lib/libHpSdsp2G726comp32Filter.so.1.0.0
    b4b8f000-b4b8fc6b /opt/OC/lib/libHpSdsp2GSMcompFilter.so.1.0.0
    b4b8c000-b4b8d3bb /opt/OC/lib/libHpSdsp2G723153compFilter.so.1.0.0
    b4b8a000-b4b8ac53 /opt/OC/lib/libHpMuexpFilter.so.1.0.0
    b4b88000-b4b88c53 /opt/OC/lib/libHpAexpFilter.so.1.0.0
    b4b85000-b4b86143 /opt/OC/lib/libHpImaexpFilter.so.1.0.0
    b4b82000-b4b83143 /opt/OC/lib/libHpOkiexpFilter.so.1.0.0
    b4b7f000-b4b80647 /opt/OC/lib/libHpSdsp2EvrcexpFilter.so.1.0.0
    b4b7c000-b4b7d187 /opt/OC/lib/libHpSdsp2G729expFilter.so.1.0.0
    b4b79000-b4b7a1a7 /opt/OC/lib/libHpSdsp2AMRexpFilter.so.1.0.0
    b4b76000-b4b7717f /opt/OC/lib/libHpSdsp2G726exp16Filter.so.1.0.0
    b4b73000-b4b7417f /opt/OC/lib/libHpSdsp2G726exp32Filter.so.1.0.0
    b4b71000-b4b71c6b /opt/OC/lib/libHpSdsp2GSMexpFilter.so.1.0.0
    b4b6e000-b4b6f19b /opt/OC/lib/libHpSdsp2G723153expFilter.so.1.0.0
    b4b6c000-b4b6cc13 /opt/OC/lib/libHpCopyFilter.so.1.0.0
    b660b000-b660d5b7 /opt/OC/lib/libRTPSock.so.1.0.0
    b4471000-b44e561f /opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/i386/libawt.so
    b43aa000-b446f21f /opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/i386/libmlib_image.so
    b43a3000-b43a86f4 /opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/i386/headless/libmawt.so
    "session3" id=52 idx=0x68 tid=31711 lastJavaFrame=(nil)
    Stack 0: start=0xab62e000, end=0xab650000, guards=0xab633000 (ok), forbidden=0xab631000
    Thread Stack Trace:
    -- Java stack --
    at jrockit/vm/Reflect$IClass.get(I)Ljava/lang/Class;(Unknown Source)[optimized]
    at jrockit/vm/Reflect$IClassBlock.getClass(I)Ljava/lang/Class;(Unknown Source)
    at jrockit/vm/RNI.typeCheck(II)V(Unknown Source)
    at jrockit/vm/Reflect$IClass.getNoCheck(I)Ljava/lang/Class;(Unknown Source)
    at jrockit/vm/Reflect$IAccessibleObject.getDeclaringClass(I)Ljava/lang/Class;(Unknown Source)[inlined]
    at java/lang/reflect/Method.<init>(Ljava/lang/Class;I)V(Unknown Source)[inlined]
    at java/lang/reflect/LangReflectImpl.newMethod(Ljava/lang/Class;I)Ljava/lang/reflect/Method;(Unknown Source)[inlined]
    at jrockit/reflect/MemberAccess.newMethod(Ljava/lang/Class;I)Ljava/lang/reflect/Method;(Unknown Source)[inlined]
    at java/lang/Class.findCreateMethod(Ljava/util/HashMap;I)Ljava/lang/reflect/Method;(Unknown Source)[inlined]
    at java/lang/Class.findMethods(I)[Ljava/lang/reflect/Method;(Unknown Source)[inlined]
    at java/lang/Class.getMethods(I)[Ljava/lang/reflect/Method;(Unknown Source)[inlined]
    at hp/opencall/media/ocmpfunctest/FSM.dumpSIPMsgIntf(Lcom/hp/opencall/SIP/SigProvider/SIPMsgIntf;)Ljava/lang/String;(FSM.java:1719)[optimized]
    at hp/opencall/media/ocmpfunctest/FSM.dumpCallSpec(Lhp/opencall/media/ccapi/CallSpec;)Ljava/lang/String;(FSM.java:1980)[optimized]
    at hp/opencall/media/ocmpfunctest/EMAP$2.onTrunkConnected(I)V(EMAP.java:1432)[optimized]
    at hp/opencall/media/ocmpfunctest/FSM$TrunkLegListenerFSM.trunkLegStateChange(I)V(FSM.java:2406)[optimized]
    at hp/opencall/media/service/OrigTrunkLeg$3.runTask()V(OrigTrunkLeg.java:535)[optimized]
    at hp/opencall/media/platform/FWTask.startTask()V(FWTask.java:237)[optimized]
    at hp/opencall/media/platform/Task.startTask()V(Task.java:141)[optimized]
    at hp/opencall/media/platform/FWThread.run()V(FWThread.java:316)
    at jrockit/vm/RNI.c2java(IIII)V(Native Method)
    -- end of trace
    Additional information is available in:
    /var/tmp/OC/jrockit.31184.dump
    /var/tmp/OC/core or core.31184
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Extended, platform specific info:
    libc release: 2.3.4-stable
    Elf headers:
    libc ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 00500f10 PHOFF: 00000034 SHOFF: 00134468 EF: 0x0 HS: 52 PS: 32 PHN; 10 SS: 40 SHN: 67 STIDX: 64
    libpthread ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 00641850 PHOFF: 00000034 SHOFF: 00010584 EF: 0x0 HS: 52 PS: 32 PHN; 9 SS: 40 SHN: 39 STIDX: 36
    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 ===============================================================

    Marie,
    Please mail me at hstahl AT bea to follow up on this.

  • Why isn't the itunes store search box working?

    Okay so I type something into the search box and hit enter but then an error message pops up saying: We could not complete your itunes store request. An unkown error occured (0x00090320).  What could be causing this and how do i fix it?

    Could be an Apple problem All you can do is contact iTunes
    Apple - Support - iTunes - Contact Us

Maybe you are looking for