RPE-01008 when trying to load more records

Hi All,
I've experienced some strange errors while running workflow with large data (around 2.5 milions of records). I'm working with OWB 11.1, Oracle Workflow 2.6.4 on Linux (everything on the same server).
Everything gets created and deployed via OMB script correctly (it has passed tests on the other server with the same configuration but with smaller amount of records - around 500.000).
When I execute process flow (which is loading 2 mappings) I get:
RPE-01008 : Recovery of this request is in progress.
Dimensions and a simpler mapping is loaded correctly, looks like the more complicated mapping (table function + aggregator) hangs up.
Piece of log file with NullPointerException:
2009/11/26-17:31:28-CET [35ECFE07][] Thin driver connection time - 39 millisecond(s)
2009/11/26-17:31:28-CET [35ECFE07][REP_OWNER.DEMO] Initializing execution for auditId= 332 parentAuditId= null topLevelAuditId=332 taskName=WH_PF
2009/11/26-17:31:28-CET [35ECFE07][REP_OWNER.DEMO] Attempting to create adapter 'class.RuntimePlatform.0.NativeExecution'
2009/11/26-17:31:28-CET [35ECFE07][REP_OWNER.DEMO] Attempting to create native operator 'class.RuntimePlatform.0.NativeExecution.ProcessFlow'
2009/11/26-17:31:28-CET [35ECFE07][REP_OWNER.DEMO] oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: An infrastructure condition prevented the request from completing.
- RPE-01003: An infrastructure condition prevented the request from completing.
- ORA-29532: Java call terminated by uncaught Java exception: java.lang.NullPointerException
     at oracle.wh.runtime.platform.operator.owf_process.NativeOWFProcessOperator.getWorkflowContext(NativeOWFProcessOperator.java:761)
     at oracle.wh.runtime.platform.operator.owf_process.NativeOWFProcessOperator.execute(NativeOWFProcessOperator.java:228)
     at oracle.wh.runtime.platform.adapter.rtp.NativeExecutionAdapter.execute(NativeExecutionAdapter.java:43)
     at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:70)
     at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:23)
     at oracle.wh.runtime.platform.service.ExecutionManager.run(ExecutionManager.java:36)
     at java.lang.Thread.run(Thread.java:595)
Caused by: oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: An infrastructure condition prevented the request from completing.
- ORA-29532: Java call terminated by uncaught Java exception: java.lang.NullPointerException
     at oracle.wh.runtime.platform.service.controller.StoreImpl.<init>(StoreImpl.java:249)
     at oracle.wh.runtime.platform.service.controller.AdapterContextImpl.getStore(AdapterContextImpl.java:219)
     at oracle.wh.runtime.platform.operator.owf_process.NativeOWFProcessOperator.getWorkflowContext(NativeOWFProcessOperator.java:751)
     ... 6 more
Caused by: java.sql.SQLException: ORA-29532: Java call terminated by uncaught Java exception: java.lang.NullPointerException
     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:110)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:171)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
     at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1030)
     at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
     at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:785)
     at oracle.jdbc.driver.T4CPreparedStatement.executeMaybeDescribe(T4CPreparedStatement.java:860)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1186)
     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3381)
     at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3425)
     at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1202)
     at sqlj.runtime.ExecutionContext$OracleContext.oracleExecuteQuery(ExecutionContext.java:1591)
     at oracle.wh.runtime.platform.service.controller.StoreImpl.<init>(StoreImpl.java:219)
     ... 8 more
oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: An infrastructure condition prevented the request from completing.
- ORA-29532: Java call terminated by uncaught Java exception: java.lang.NullPointerException
     at oracle.wh.runtime.platform.service.controller.StoreImpl.<init>(StoreImpl.java:249)
     at oracle.wh.runtime.platform.service.controller.AdapterContextImpl.getStore(AdapterContextImpl.java:219)
     at oracle.wh.runtime.platform.operator.owf_process.NativeOWFProcessOperator.getWorkflowContext(NativeOWFProcessOperator.java:751)
     at oracle.wh.runtime.platform.operator.owf_process.NativeOWFProcessOperator.execute(NativeOWFProcessOperator.java:228)
     at oracle.wh.runtime.platform.adapter.rtp.NativeExecutionAdapter.execute(NativeExecutionAdapter.java:43)
     at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:70)
     at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:23)
     at oracle.wh.runtime.platform.service.ExecutionManager.run(ExecutionManager.java:36)
     at java.lang.Thread.run(Thread.java:595)
Caused by: java.sql.SQLException: ORA-29532: Java call terminated by uncaught Java exception: java.lang.NullPointerException
     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:110)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:171)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
     at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1030)
     at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
     at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:785)
     at oracle.jdbc.driver.T4CPreparedStatement.executeMaybeDescribe(T4CPreparedStatement.java:860)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1186)
     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3381)
     at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3425)
     at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1202)
     at sqlj.runtime.ExecutionContext$OracleContext.oracleExecuteQuery(ExecutionContext.java:1591)
     at oracle.wh.runtime.platform.service.controller.StoreImpl.<init>(StoreImpl.java:219)
     ... 8 more
java.sql.SQLException: ORA-29532: Java call terminated by uncaught Java exception: java.lang.NullPointerException
     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:110)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:171)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
     at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1030)
     at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
     at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:785)
     at oracle.jdbc.driver.T4CPreparedStatement.executeMaybeDescribe(T4CPreparedStatement.java:860)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1186)
     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3381)
     at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3425)
     at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1202)
     at sqlj.runtime.ExecutionContext$OracleContext.oracleExecuteQuery(ExecutionContext.java:1591)
     at oracle.wh.runtime.platform.service.controller.StoreImpl.<init>(StoreImpl.java:219)
     at oracle.wh.runtime.platform.service.controller.AdapterContextImpl.getStore(AdapterContextImpl.java:219)
     at oracle.wh.runtime.platform.operator.owf_process.NativeOWFProcessOperator.getWorkflowContext(NativeOWFProcessOperator.java:751)
     at oracle.wh.runtime.platform.operator.owf_process.NativeOWFProcessOperator.execute(NativeOWFProcessOperator.java:228)
     at oracle.wh.runtime.platform.adapter.rtp.NativeExecutionAdapter.execute(NativeExecutionAdapter.java:43)
     at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:70)
     at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:23)
     at oracle.wh.runtime.platform.service.ExecutionManager.run(ExecutionManager.java:36)
     at java.lang.Thread.run(Thread.java:595)
2009/11/26-17:31:28-CET [35ECFE07][REP_OWNER.DEMO] Initializing execution for auditId= 332 parentAuditId= null topLevelAuditId=332 taskName=WH_PF
2009/11/26-17:31:28-CET [35ECFE07][REP_OWNER.DEMO] oracle.wh.runtime.platform.service.controller.RecoveryInProgress: RPE-01008: Recovery of this request is in progress.
     at oracle.wh.runtime.platform.service.controller.AdapterContextImpl.initialize(AdapterContextImpl.java:1575)
     at oracle.wh.runtime.platform.service.controller.ExecutionContextImpl.initialize(ExecutionContextImpl.java:1508)
     at oracle.wh.runtime.platform.service.controller.ExecutionController.initialize(ExecutionController.java:32)
     at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:50)
     at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:83)
     at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:23)
     at oracle.wh.runtime.platform.service.ExecutionManager.run(ExecutionManager.java:36)
     at java.lang.Thread.run(Thread.java:595)
2009/11/26-17:31:28-CET [35ECFE07][REP_OWNER.DEMO] Attempting to create adapter 'class.RuntimePlatform.0.NativeExecution'
2009/11/26-17:31:28-CET [35ECFE07][REP_OWNER.DEMO] Attempting to create native operator 'class.RuntimePlatform.0.NativeExecution.ProcessFlow'
2009/11/26-17:31:28-CET [35ECFE07][REP_OWNER.DEMO] Native execution operator initiating recovery by recoverable operator oracle.wh.runtime.platform.operator.owf_process.NativeOWFProcessOperator
2009/11/26-17:31:28-CET [35ECFE07][REP_OWNER.DEMO] Thin driver connection time - 67 millisecond(s)
Any Idea ?
Please help.
B.

From
Re: Alpha Conversion Problem
"- go to transfer rule (info source)
- check the flag for optional Alpha conversion (you should it on the left-hand side, at the very end "conversion")
you will see the data will be loaded with any trouble afterwards, because the system will do the conversion for you "
OSS note 598691 describes this behavior.

Similar Messages

  • Firefox browser continues to hang and sometimes crashes when trying to load more than 10 bookmarks in tabs. Please help with my request as I would like to choose which tabs will load webpages and have all others stopped.

    ''locking as a duplicate - https://support.mozilla.com/en-US/questions/876430''
    I have thousands of favorites and Firefox is my web-browser of choice. Sadly I'm backed up on what bookmarks I have stored and if the websites are still active or not.
    I cannot load more than 15 bookmarks it seems at once as my PC is trying to load all the web content for each page in the new tabs.
    This is my PC specs:
    OS Name Microsoft Windows XP Professional
    Version 5.1.2600 Service Pack 2 Build 2600
    OS Manufacturer Microsoft Corporation
    System Name xxxxxxxx
    System Manufacturer System manufacturer
    System Model System Product Name
    System Type X86-based PC
    Processor x86 Family 15 Model 75 Stepping 2 AuthenticAMD ~2210 Mhz
    Processor x86 Family 15 Model 75 Stepping 2 AuthenticAMD ~2209 Mhz
    BIOS Version/Date American Megatrends Inc. 0301, 21/08/2006
    SMBIOS Version 2.3
    Windows Directory D:\WINDOWS
    System Directory D:\WINDOWS\system32
    Boot Device \Device\HarddiskVolume1
    Locale United States
    Hardware Abstraction Layer Version = "5.1.2600.2180 (xpsp_sp2_rtm.040803-2158)"
    User Name xxxxxxxx/ADMIN
    Time Zone Atlantic Daylight Time
    Total Physical Memory 2,048.00 MB
    Available Physical Memory 1.53 GB
    Total Virtual Memory 2.00 GB
    Available Virtual Memory 1.96 GB
    Page File Space 3.85 GB
    Page File D:\pagefile.sys
    I have High Speed internet connection with the provider Rogers.
    Dlspeed is 12.9 Mbps
    Upspeed is514 kbps
    My PC supports Windows 7 OS which I have as a multiboot alternative when my PC starts up.
    I have continually waited and it says Firefox is not responding and I may be able to see the multiple tabs opened in my browser but cannot navigate or access them.
    I have read on various sites that users have had as many as 1500 bookmarks load at once in tabs in the Firefox browser version that are outdated.
    I have not been successful with just loading 50 bookmarks my goal is to be able to have 500 tabs loaded in firefox with webpage loading stopped on all of them. I will choose reload for about 10 tabs at a time to view webpage content and then close and move on to the rest.
    My ultimate goal is to clear up the Thousands of bookmarks I have piling on for the past 6 years and some are duplicates or similar page sites.
    Their is no Firefox 3rd party addons that I could locate that would allow this. Only to restrict the number of tabs loaded by giving warning messages when limit is reached.
    Please assist me as it will greatly help me with finally deleting and re-organizing my Favorite and frequent websites in my Browser of choice Firefox.
    The email is generic for privacy but it is valid please respond with methods on how I can achieve my request or suggestions on how I can modify my browser or PC settings to allow this. Thanks Firefox Administration Team.
    I edited with a recent Workaround added to Troubleshoot section.
    If there is a keyboard shortcut or easier way to do this would someone please let me know?

    Firebug is notorious for causing problems like you described.
    Disable it when you don't need it or install it in a 2nd Profile. Then you can launch the 2nd Profile separately to use Firebug and not affect what you are doing in the 1st Profile,

  • TS3899 I am trying to pull up an old email that I received and placed in the trash.  When I press "load more messages," the older messages do not pop up.  What am I doing wrong?

    I am trying to pull up an old email that I received and placed in the trash.  When I press "load more messages," no additional trash eMails pop up.  What am I doing wrong?

    You're not looking in your trash can.  And if you've emptied your trash can, the message is gone.
    To open your trash, you have inboxes on the top, and accounts below.  Tap the mail from the accounts.  That's where your trash can is.  Tap it.  If the mail is not permanently deleted it will be in the trash.

  • Bw problem/error when trying to load data

    hi experts i suddenly have this issue when trying to load data anywhere in my bw system (psa,ods,infocubes) i get the following abap runtime error:
    SNAP_NO_NEW_ENTRY
    runntime error,short dump could not be written
    and bellow that it generally says that SNAP is full and i need to create more free space
    any suggestions what i should do?
    ps.i ve tried the re-organize option and no luck, i need to take more drastic measures
    thanks

    check the below thread...
    [SNAP_NO_NEW_ENTRY;

  • My G3 is Hanging when trying to load Tiger

    My G3 is hanging when trying to load up tiger. It gets all the way up the progress bar and doesn't go any further? Any suggestions? Can I just erase my hard drive and start over. It's a computer that I'm trying to upgrade for my kids so there is really nothing important on the hard drive at this point. I can't even get to disk utility to do this.

    Does your computer meet the minimum system requirements for Tiger? [Mac OS X 10.4 Tiger system requirements|http://docs.info.apple.com/article.html?artnum=301341] Note, these really are minimum and Tiger will run a lot better with more, especially RAM. Tiger on a 300MHz will probably be quite slow.
    Some B&W G3s do not respond well to larger drives and the best terms is "flaky". These are the Rev. 1 G3s. You can post in the G3 forum for more information about this. See Grant's comments in [this discussion|http://discussions.apple.com/thread.jspa?messageID=7203272&#7203272]
    The firmware should have been updated on your computer before any OSX install but I'd make sure just in case [Mac OS X: Available firmware updates for upgrading from OS9 to OSX|http://docs.info.apple.com/article.html?artnum=86117]

  • Firefox 8 is still freezing at irregular intervals, usually when trying to load a page or a bookmark from the menu

    so far when trying to load pages but once when i had the bookmark menu open and tried to scroll down in it the whole thing froze with the menu fixed on top over everything (including other applications), with similar symptoms as before; 40-50% cpu usage, firefox APPEARS to have hung but comes back after a minute or two. except or the single time the bookmark menu was stuck on top, u can just do other things until firefox comes back.

    sorry but the issue that was about is said to be fixed in firefox 8 so i assumed this was not the same bug; also i dont know enough about the addon recommended to know if it is secure enough. the firefox browser is used almost exclusively for use with tor (i should have made this clear in the question...DOH!) and if the places maintenance does anything which bypasses tor it kind of obviates the whole point lol. so i am reluctant to use the addon (and if the bug it was working around is fixed anyways according to the blog entry it wouldnt work anyway). i am not techie enough to audit/test places maintenance or file proper bug reports which would also interfere with the work i am supposed to do with firefox anyways. so i guess my question is really more for information, and in the faint hope other ppl may find the answer. thx for reply anyway

  • Since the os7 update on my iPad, my safari is not right, it only opens one page at a time, crashes when trying to open more, it has no back button. Help

    Since the os7 update on my iPad, my safari is not right, it only opens one page at a time, crashes when trying to open more, it has no back button. Help

    Well, I rebuilt the entire workbook... that was a few months ago and so far, the problem hasn't resurfaced. It really wasn't fun to do, but whatever glitch there was in the file, I eliminated it.
    I think I should mention that I am using Office v.X, NOT Office 2004. I got a new Intel iMac this week and yesterday when I opened up my files, it opened up the test drive (a JOKE of a program if you ask me) Anyway, some of the very minor issues I had with Office v.X were solved in the 2004 version. (When opening up large multi worksheet files without Excel being already opened, the tabs have white text) Anyway, I am still going to wait for the universal version to come out, but it seems that the newer versions may have fewer glitches (as is to be expected)
    At any rate, best of luck to you!

  • TS1398 I seem to be experiencing some technical difficulty when trying to load up my Facebook home page and also other people's FB home pages. My iPad initially starts to load the page, but then abruptly closes Safari. Any ideas on why/how to fix?

    My Safari abruptly closes when trying to load my Facebook home page or the home page of others. It seems like there is too much info trying to load so it just shuts down. Any ideas on how to fix?

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    See also http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Extension_issues
    Do a malware check with a few malware scan programs.<br />
    You need to use all programs because each detects different malware.<br />
    Make sure that you update each program to get the latest version of the database before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and [[Searches are redirected to another site]]

  • I keep getting an error message when trying to purchase more gold coins?

    I keep getting an error message when trying to purchase more gold coins. Same unexpected error occurs with all of my slot machines??

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    For non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
     Cheers, Tom

  • Project Online - Sorry, something went wrong when trying to load PWA

    Hi All
    When trying to load a Project Online instance (a new deployment in this case), we get the 'Sorry, something went wrong' error message.
    I tried to provision another PWA site (PWA2), and the same error occurs.
    Anybody seen this?

    Hello,
    Providing it has provisioned correctly in the SharePoint Site Collection admin page, there isn't a lot you can do other than raise a support ticket via the Office 365 tenant. If these are new blank PWA instances, try switching the permission modes, see if
    that helps.
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS |
    MVP | Downloads

  • Odd error originating from NI-5411 (Error code: BFFA0002) when trying to load arbitrary waveform

    Hello everyone. 
    We have some equipment (PCI NI-5411) that is misbehaving in an odd and new way. When trying to load an arbitrary waveform onto the AWG (using a library call to the "niFgen Write Binary 16 Waveform"), it produces an error. The error code is "BFFA0002", but I haven't been able to find any information that can show what this error code provides. Previously, we had some problem when the system wouldn't find the file and produces an error even though the file is there. After changing our code so the file access is attempted several times, the problem was resolved. However, that doesn't work in this case and we do not know here the problem is.
    This is a pretty much shooting wild and hoping that something falls down, but if anyone could provide me with information about the error code or another probable error source I would be highly grateful.
    Thanks in advance!
    With best regards,
    Niclas

    Hi Niclas,
    That error code suggests that a file cannot be opened. This error is defined in IVI as  IVI_ERROR_CANNOT_OPEN_FILE.I don't think we return this error code from the NI-FGEN driver.
    You mentioned that you have an issue with finding a file. Is that file specific to your application? How is it being open or used? What API do you use to open that file?
    For NI-FGEN specific error code (and generic IVI error codes), you can query the error message by calling niFgen_error_message function or niFgen Error Message.vi.
    Thanks,
    - Liusdi

  • Error when trying to load data from ODS to CUBE

    hi,
      Iam getting a short dump  when trying to load data from ODS to CUBE. The Run time error is 'TYPELOAD_NEW_VERSION' and the short text is 'A newer version of data type "/BIC/AZODS_CA00" was found than one required.please help me out.

    Hi,
    Check this thread.........Ajeet Singh  has given a good solution here.........
    Re: Error With Data Load-Getting Canceled Right Away
    Also check SAP note: 382480..................for ur reference............
    Symptom
    A DART extraction job terminates with runtime error TYPELOAD_NEW_VERSION and error message:
    Data type "TXW_INDEX" was found in a newer version than required.
    The termination occurs in the ABAP/4 program "SAPLTXW2 " in "TXW_SEGMENT_RECORD_EXPORT".
    Additional key words
    RTXWCF01, LTXW2U01, TXW_INDEX
    Cause and prerequisites
    This problem seems to happen when several DART extraction jobs are running in parallel, and both jobs access table TXW_INDEX.
    Solution
    If possible, avoid running DART extractions in parallel.
    If you do plan to run such jobs in parallel, please consider the following points:
    In the DART Extract configuration, increase the value of the parameter "Maximum memory allocation for index (MB)" if possible. You can estimate reasonable values with the "File size worksheet" utility.
    Run parallel DART jobs on different application servers.
    As an alternative, please apply note 400195.
    It may help u.........
    Regards,
    Debjani.......

  • GenericServiceFactory initialization problem when trying to load Web servic

    Hi,
    I am making a Guided procedure that calls a webservice. I have created a new Destination Template and was able to load the webservice definition successfully, but when I test the callable object I created for that same webservice y get the error:
    GenericServiceFactory initialization problem when trying to load Web service model for WSDL.
    Somehow I think there is something wrong with the user authentication. The Destination template has a user and password but somehow I think the callable object test is not using this information at all.
    Can anyone help ?
    Thanks in advance

    Hi Hans,
    Have you verified if you can call any external web service calls from your J2EE engine?  Go into the SOA Management / Global settings (if you are on CE - if you're on 7.0 it's in manage WS desintations).
    Look at your proxy settings and set them like your web browser that enables external calls.  For example, in the SAP network I set my global proxy settings on my local J2EE engine to be:
    Proxy host:  proxy
    Proxy port: 8080
    Exclude list:  *.sap.corp
    Does that make sense - have you verified if your settings are correct for your company?
    Regards
    Ginger

  • Browsers crash when trying to load lava flash isn't recognized

    Whenever i try to load a page with flash it shows that i need to install the latest version even though i have the current version installed. Whenever i try and load a page with java, the java coffee cup showing refresh shows up and the browser crashes. I have windows 7 installed also and it uses java and flash flawlessly the error message is as follows
    Process: Safari [5921]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 4.0.3 (6531.9)
    Build Info: WebBrowser-65310900~1
    Code Type: X86-64 (Native)
    Parent Process: launchd [103]
    Date/Time: 2009-10-09 19:38:26.729 -0400
    OS Version: Mac OS X 10.6.1 (10B504)
    Report Version: 6
    Interval Since Last Report: 16868 sec
    Crashes Since Last Report: 3
    Per-App Interval Since Last Report: 5328 sec
    Per-App Crashes Since Last Report: 3
    Anonymous UUID: 18FD4E61-646E-4B5B-8499-8311420CC3FE
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 10
    Application Specific Information:
    abort() called
    * Terminating app due to uncaught exception 'JavaNativeException', reason: 'java.lang.ClassFormatError: Unknown constant tag 79 in class file sun/security/x509/X509CertImpl'
    * Call stack at first throw:
    0 CoreFoundation 0x00007fff85c615a4 __exceptionPreprocess + 180
    1 libobjc.A.dylib 0x00007fff84252313 objcexceptionthrow + 45
    2 CoreFoundation 0x00007fff85cb8af9 -[NSException raise] + 9
    3 JavaPluginCocoa 0x000000011adf8ccd registerNatives + 311
    4 JavaPluginCocoa 0x000000011adf9db9 getVMInitArgs + 3590
    5 JavaPluginCocoa 0x000000011adf9f5d getVMInitArgs + 4010
    6 Foundation 0x00007fff8281df65 _NSThread__main_ + 1429
    7 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff85bfdce2 __CFRunLoopRun + 2002
    3 com.apple.CoreFoundation 0x00007fff85bfd03f CFRunLoopRunSpecific + 575
    4 com.apple.HIToolbox 0x00007fff87976c4e RunCurrentEventLoopInMode + 333
    5 com.apple.HIToolbox 0x00007fff87976a53 ReceiveNextEventCommon + 310
    6 com.apple.HIToolbox 0x00007fff8797690c BlockUntilNextEventMatchingListInMode + 59
    7 com.apple.AppKit 0x00007fff8476d520 _DPSNextEvent + 718
    8 com.apple.AppKit 0x00007fff8476ce89 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    9 com.apple.Safari 0x000000010000bcf0 0x100000000 + 48368
    10 com.apple.AppKit 0x00007fff84732a7d -[NSApplication run] + 395
    11 com.apple.AppKit 0x00007fff8472b798 NSApplicationMain + 364
    12 com.apple.Safari 0x0000000100001d0c 0x100000000 + 7436
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff887dfb16 kevent + 10
    1 libSystem.B.dylib 0x00007fff887e1a19 dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff887e16d6 dispatch_queueinvoke + 195
    3 libSystem.B.dylib 0x00007fff887e11f6 dispatch_workerthread2 + 244
    4 libSystem.B.dylib 0x00007fff887e0b28 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff887e09c5 start_wqthread + 13
    Thread 2: WebCore: IconDatabase
    0 libSystem.B.dylib 0x00007fff888019c6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff88805801 pthread_condwait + 1286
    2 com.apple.WebCore 0x00007fff8341ef89 WebCore::IconDatabase::syncThreadMainLoop() + 249
    3 com.apple.WebCore 0x00007fff8341acea WebCore::IconDatabase::iconDatabaseSyncThread() + 170
    4 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 3: Safari: SafeBrowsingManager
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff85bfdce2 __CFRunLoopRun + 2002
    3 com.apple.CoreFoundation 0x00007fff85bfd03f CFRunLoopRunSpecific + 575
    4 com.apple.Safari 0x0000000100025673 0x100000000 + 153203
    5 com.apple.Safari 0x0000000100025603 0x100000000 + 153091
    6 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff85bfdce2 __CFRunLoopRun + 2002
    3 com.apple.CoreFoundation 0x00007fff85bfd03f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff8289d51f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5 com.apple.Foundation 0x00007fff8281df65 _NSThread__main_ + 1429
    6 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 5:
    0 libSystem.B.dylib 0x00007fff8880a9f2 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff85c1f252 __CFSocketManager + 818
    2 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 6: Safari: SnapshotStore
    0 libSystem.B.dylib 0x00007fff888019c6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff88805801 pthread_condwait + 1286
    2 com.apple.JavaScriptCore 0x00007fff82188750 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3 com.apple.Safari 0x00000001001213ef 0x100000000 + 1184751
    4 com.apple.Safari 0x000000010004441b 0x100000000 + 279579
    5 com.apple.Safari 0x00000001000442b7 0x100000000 + 279223
    6 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 7:
    0 libSystem.B.dylib 0x00007fff887e094a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff887e0d5c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff887e09c5 start_wqthread + 13
    Thread 8:
    0 libSystem.B.dylib 0x00007fff887e094a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff887e0d5c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff887e09c5 start_wqthread + 13
    Thread 9: Safari: SpinningProgressIndicator
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff85bfdce2 __CFRunLoopRun + 2002
    3 com.apple.CoreFoundation 0x00007fff85bfd03f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff82858a94 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5 com.apple.Foundation 0x00007fff82858973 -[NSRunLoop(NSRunLoop) run] + 77
    6 com.apple.Safari 0x0000000100035795 0x100000000 + 219029
    7 com.apple.Foundation 0x00007fff8281df65 _NSThread__main_ + 1429
    8 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    9 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 10 Crashed:
    0 libSystem.B.dylib 0x00007fff8883a1de _semwait_signalnocancel + 10
    1 libSystem.B.dylib 0x00007fff8883a0e0 nanosleep$NOCANCEL + 129
    2 libSystem.B.dylib 0x00007fff88896ac6 usleep$NOCANCEL + 57
    3 libSystem.B.dylib 0x00007fff888b607c abort + 93
    4 libstdc++.6.dylib 0x00007fff81a1d5d2 _tcf0 + 0
    5 libobjc.A.dylib 0x00007fff84255f49 objcterminate + 100
    6 libstdc++.6.dylib 0x00007fff81a1bae1 _cxxabiv1::_terminate(void (*)()) + 11
    7 libstdc++.6.dylib 0x00007fff81a1bb16 _cxxabiv1::_unexpected(void (*)()) + 0
    8 libstdc++.6.dylib 0x00007fff81a1bbfc _gxx_exception_cleanup(_Unwind_ReasonCode, UnwindException*) + 0
    9 libobjc.A.dylib 0x00007fff842523b2 object_getIvar + 0
    10 com.apple.CoreFoundation 0x00007fff85cb8af9 -[NSException raise] + 9
    11 com.apple.JavaPluginCocoa16 0x000000011adf8ccd registerNatives + 311
    12 com.apple.JavaPluginCocoa16 0x000000011adf9db9 getVMInitArgs + 3590
    13 com.apple.JavaPluginCocoa16 0x000000011adf9f5d getVMInitArgs + 4010
    14 com.apple.Foundation 0x00007fff8281df65 _NSThread__main_ + 1429
    15 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    16 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 11: Java: Exception Handler Thread
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libSystem.B.dylib 0x00007fff888443c8 machmsgserver + 597
    3 libclient.dylib 0x000000011cc07f01 JNICreateJavaVMImpl + 45787
    4 libclient.dylib 0x000000011cc07ecd JNICreateJavaVMImpl + 45735
    5 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    6 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 12: Java: Gang worker#0 (Parallel GC Threads)
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libclient.dylib 0x000000011cc074e3 JNICreateJavaVMImpl + 43197
    3 libclient.dylib 0x000000011cc073b8 JNICreateJavaVMImpl + 42898
    4 libclient.dylib 0x000000011cc07323 JNICreateJavaVMImpl + 42749
    5 libclient.dylib 0x000000011cc07072 JNICreateJavaVMImpl + 42060
    6 libclient.dylib 0x000000011cc06e81 JNICreateJavaVMImpl + 41563
    7 libclient.dylib 0x000000011cc1b3ad jio_vsnprintf + 251
    8 libclient.dylib 0x000000011cc1b30a jio_vsnprintf + 88
    9 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    10 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    11 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 13: Java: Gang worker#1 (Parallel GC Threads)
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libclient.dylib 0x000000011cc074e3 JNICreateJavaVMImpl + 43197
    3 libclient.dylib 0x000000011cc073b8 JNICreateJavaVMImpl + 42898
    4 libclient.dylib 0x000000011cc07323 JNICreateJavaVMImpl + 42749
    5 libclient.dylib 0x000000011cc07072 JNICreateJavaVMImpl + 42060
    6 libclient.dylib 0x000000011cc06e81 JNICreateJavaVMImpl + 41563
    7 libclient.dylib 0x000000011cc1b3ad jio_vsnprintf + 251
    8 libclient.dylib 0x000000011cc1b30a jio_vsnprintf + 88
    9 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    10 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    11 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 14: Java: Concurrent Mark-Sweep GC Thread
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libclient.dylib 0x000000011cc07598 JNICreateJavaVMImpl + 43378
    3 libclient.dylib 0x000000011cc20b31 jio_vsnprintf + 22655
    4 libclient.dylib 0x000000011cc0731c JNICreateJavaVMImpl + 42742
    5 libclient.dylib 0x000000011cc07072 JNICreateJavaVMImpl + 42060
    6 libclient.dylib 0x000000011cc06e81 JNICreateJavaVMImpl + 41563
    7 libclient.dylib 0x000000011cd29cb3 JVM_Available + 261541
    8 libclient.dylib 0x000000011cd29c10 JVM_Available + 261378
    9 libclient.dylib 0x000000011cc20992 jio_vsnprintf + 22240
    10 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    11 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    12 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 15: Java: VM Thread
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libclient.dylib 0x000000011cc07598 JNICreateJavaVMImpl + 43378
    3 libclient.dylib 0x000000011cc20b31 jio_vsnprintf + 22655
    4 libclient.dylib 0x000000011cc0731c JNICreateJavaVMImpl + 42742
    5 libclient.dylib 0x000000011cc07072 JNICreateJavaVMImpl + 42060
    6 libclient.dylib 0x000000011cc06e81 JNICreateJavaVMImpl + 41563
    7 libclient.dylib 0x000000011cc882cb JVM_Lseek + 152435
    8 libclient.dylib 0x000000011cc880f9 JVM_Lseek + 151969
    9 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    10 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    11 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 16: Java: Reference Handler
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libclient.dylib 0x000000011cc074e3 JNICreateJavaVMImpl + 43197
    3 libclient.dylib 0x000000011cc073b8 JNICreateJavaVMImpl + 42898
    4 libclient.dylib 0x000000011cc988c4 JVM_MonitorWait + 3976
    5 libclient.dylib 0x000000011cc97c22 JVM_MonitorWait + 742
    6 libclient.dylib 0x000000011cc979e7 JVM_MonitorWait + 171
    7 ??? 0x000000011e0126a8 0 + 4798359208
    8 ??? 0x000000011e00681a 0 + 4798310426
    9 ??? 0x000000011e00681a 0 + 4798310426
    10 ??? 0x000000011e0013f1 0 + 4798288881
    11 libclient.dylib 0x000000011cc89491 JVM_Lseek + 156985
    12 libclient.dylib 0x000000011cc89289 JVM_Lseek + 156465
    13 libclient.dylib 0x000000011cc974d3 JVM_InternString + 1459
    14 libclient.dylib 0x000000011cc973c8 JVM_InternString + 1192
    15 libclient.dylib 0x000000011cc97331 JVM_InternString + 1041
    16 libclient.dylib 0x000000011cc971cf JVM_InternString + 687
    17 libclient.dylib 0x000000011cc96e7f JVM_StartThread + 1215
    18 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    19 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    20 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 17: Java: Finalizer
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libclient.dylib 0x000000011cc074e3 JNICreateJavaVMImpl + 43197
    3 libclient.dylib 0x000000011cc073b8 JNICreateJavaVMImpl + 42898
    4 libclient.dylib 0x000000011cc988c4 JVM_MonitorWait + 3976
    5 libclient.dylib 0x000000011cc97c22 JVM_MonitorWait + 742
    6 libclient.dylib 0x000000011cc979e7 JVM_MonitorWait + 171
    7 ??? 0x000000011e0126a8 0 + 4798359208
    8 ??? 0x000000011e00681a 0 + 4798310426
    9 ??? 0x000000011e006973 0 + 4798310771
    10 ??? 0x000000011e006973 0 + 4798310771
    11 ??? 0x000000011e0013f1 0 + 4798288881
    12 libclient.dylib 0x000000011cc89491 JVM_Lseek + 156985
    13 libclient.dylib 0x000000011cc89289 JVM_Lseek + 156465
    14 libclient.dylib 0x000000011cc974d3 JVM_InternString + 1459
    15 libclient.dylib 0x000000011cc973c8 JVM_InternString + 1192
    16 libclient.dylib 0x000000011cc97331 JVM_InternString + 1041
    17 libclient.dylib 0x000000011cc971cf JVM_InternString + 687
    18 libclient.dylib 0x000000011cc96e7f JVM_StartThread + 1215
    19 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    20 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    21 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 18: Java: Surrogate Locker Thread (CMS)
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libclient.dylib 0x000000011cc074e3 JNICreateJavaVMImpl + 43197
    3 libclient.dylib 0x000000011cc073b8 JNICreateJavaVMImpl + 42898
    4 libclient.dylib 0x000000011cc07323 JNICreateJavaVMImpl + 42749
    5 libclient.dylib 0x000000011cc07072 JNICreateJavaVMImpl + 42060
    6 libclient.dylib 0x000000011cc06e0a JNICreateJavaVMImpl + 41444
    7 libclient.dylib 0x000000011cca6798 JVM_IsPrimitiveClass + 5612
    8 libclient.dylib 0x000000011cca6429 JVM_IsPrimitiveClass + 4733
    9 libclient.dylib 0x000000011cc971cf JVM_InternString + 687
    10 libclient.dylib 0x000000011cc96e7f JVM_StartThread + 1215
    11 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    12 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    13 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 19: Java: Signal Dispatcher
    0 libSystem.B.dylib 0x00007fff887c6db6 semaphorewaittrap + 10
    1 libclient.dylib 0x000000011cca701c JVM_IsPrimitiveClass + 7792
    2 libclient.dylib 0x000000011cca6ec1 JVM_IsPrimitiveClass + 7445
    3 libclient.dylib 0x000000011cc971cf JVM_InternString + 687
    4 libclient.dylib 0x000000011cc96e7f JVM_StartThread + 1215
    5 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    6 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 20: Java: CompilerThread0
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libclient.dylib 0x000000011cc074e3 JNICreateJavaVMImpl + 43197
    3 libclient.dylib 0x000000011cc073b8 JNICreateJavaVMImpl + 42898
    4 libclient.dylib 0x000000011cc07323 JNICreateJavaVMImpl + 42749
    5 libclient.dylib 0x000000011cc07072 JNICreateJavaVMImpl + 42060
    6 libclient.dylib 0x000000011cc06e0a JNICreateJavaVMImpl + 41444
    7 libclient.dylib 0x000000011ccaa795 JVM_IsPrimitiveClass + 21993
    8 libclient.dylib 0x000000011cca7df0 JVM_IsPrimitiveClass + 11332
    9 libclient.dylib 0x000000011cca7cbb JVM_IsPrimitiveClass + 11023
    10 libclient.dylib 0x000000011cc971cf JVM_InternString + 687
    11 libclient.dylib 0x000000011cc96e7f JVM_StartThread + 1215
    12 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    13 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    14 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 21: Java: CompilerThread1
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libclient.dylib 0x000000011cc074e3 JNICreateJavaVMImpl + 43197
    3 libclient.dylib 0x000000011cc073b8 JNICreateJavaVMImpl + 42898
    4 libclient.dylib 0x000000011cc07323 JNICreateJavaVMImpl + 42749
    5 libclient.dylib 0x000000011cc07072 JNICreateJavaVMImpl + 42060
    6 libclient.dylib 0x000000011cc06e0a JNICreateJavaVMImpl + 41444
    7 libclient.dylib 0x000000011ccaa795 JVM_IsPrimitiveClass + 21993
    8 libclient.dylib 0x000000011cca7df0 JVM_IsPrimitiveClass + 11332
    9 libclient.dylib 0x000000011cca7cbb JVM_IsPrimitiveClass + 11023
    10 libclient.dylib 0x000000011cc971cf JVM_InternString + 687
    11 libclient.dylib 0x000000011cc96e7f JVM_StartThread + 1215
    12 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    13 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    14 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 22: Java: Low Memory Detector
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libclient.dylib 0x000000011cc074e3 JNICreateJavaVMImpl + 43197
    3 libclient.dylib 0x000000011cc073b8 JNICreateJavaVMImpl + 42898
    4 libclient.dylib 0x000000011cc07323 JNICreateJavaVMImpl + 42749
    5 libclient.dylib 0x000000011cc07072 JNICreateJavaVMImpl + 42060
    6 libclient.dylib 0x000000011cc06e81 JNICreateJavaVMImpl + 41563
    7 libclient.dylib 0x000000011ccaaf35 JVM_IsPrimitiveClass + 23945
    8 libclient.dylib 0x000000011cc971cf JVM_InternString + 687
    9 libclient.dylib 0x000000011cc96e7f JVM_StartThread + 1215
    10 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    11 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    12 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 23: Java: VM Periodic Task Thread
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libclient.dylib 0x000000011cc07598 JNICreateJavaVMImpl + 43378
    3 libclient.dylib 0x000000011ccabb35 JVM_IsPrimitiveClass + 27017
    4 libclient.dylib 0x000000011ccab82e JVM_IsPrimitiveClass + 26242
    5 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    6 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 24: Java: AWT-Shutdown
    0 libSystem.B.dylib 0x00007fff887c6d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff887c73ed mach_msg + 59
    2 libclient.dylib 0x000000011cc074e3 JNICreateJavaVMImpl + 43197
    3 libclient.dylib 0x000000011cc073b8 JNICreateJavaVMImpl + 42898
    4 libclient.dylib 0x000000011cc988c4 JVM_MonitorWait + 3976
    5 libclient.dylib 0x000000011cc97c22 JVM_MonitorWait + 742
    6 libclient.dylib 0x000000011cc979e7 JVM_MonitorWait + 171
    7 ??? 0x000000011e0126a8 0 + 4798359208
    8 ??? 0x000000011e00681a 0 + 4798310426
    9 ??? 0x000000011e00681a 0 + 4798310426
    10 ??? 0x000000011e006cf4 0 + 4798311668
    11 ??? 0x000000011e0013f1 0 + 4798288881
    12 libclient.dylib 0x000000011cc89491 JVM_Lseek + 156985
    13 libclient.dylib 0x000000011cc89289 JVM_Lseek + 156465
    14 libclient.dylib 0x000000011cc974d3 JVM_InternString + 1459
    15 libclient.dylib 0x000000011cc973c8 JVM_InternString + 1192
    16 libclient.dylib 0x000000011cc97331 JVM_InternString + 1041
    17 libclient.dylib 0x000000011cc971cf JVM_InternString + 687
    18 libclient.dylib 0x000000011cc96e7f JVM_StartThread + 1215
    19 libclient.dylib 0x000000011cc06d30 JNICreateJavaVMImpl + 41226
    20 libSystem.B.dylib 0x00007fff887fff66 pthreadstart + 331
    21 libSystem.B.dylib 0x00007fff887ffe19 thread_start + 13
    Thread 10 crashed with X86 Thread State (64-bit):
    rax: 0x000000000000003c rbx: 0x000000011cbf8920 rcx: 0x000000011cbf88d8 rdx: 0x0000000000000001
    rdi: 0x0000000000000c03 rsi: 0x0000000000000000 rbp: 0x000000011cbf8910 rsp: 0x000000011cbf88d8
    r8: 0x0000000000000000 r9: 0x0000000000989680 r10: 0x0000000000000001 r11: 0x0000000000000246
    r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x000000011c820d20 r15: 0x000000011c81e780
    rip: 0x00007fff8883a1de rfl: 0x0000000000000247 cr2: 0x0000000047b4a00c
    Binary Images:
    0x100000000 - 0x10024ffff com.apple.Safari 4.0.3 (6531.9) <85520F41-6D13-C548-9D3F-A3013EFB1D8D> /Applications/Safari.app/Contents/MacOS/Safari
    0x1175f0000 - 0x1175f0fff com.apple.JavaPluginCocoa 13.0.0 (13.0.0) <02EA2DA9-59AB-9A18-EE03-6A7147EAE31D> /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCoco a.bundle/Contents/MacOS/JavaPluginCocoa
    0x118250000 - 0x118254ff7 libFontRegistryUI.dylib ??? (???) <EB462473-8DC9-5F16-4592-8F1D743C779A> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
    0x11825a000 - 0x11825bfff ATSHI.dylib ??? (???) <9BC80E39-A52B-D3C2-4C3C-3CA209BA35FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x119ff0000 - 0x119ff7ff7 com.apple.JavaVM 13.0.0 (13.0.0) <D98F6BC3-5901-F2E4-BA32-054953E7E877> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x11adf2000 - 0x11adfeff7 com.apple.JavaPluginCocoa16 13.0.0 (13.0.0) <462924DA-C05B-5DFC-3663-816F0605A934> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/MacOS/JavaPluginCocoa
    0x11bc62000 - 0x11bc6bff7 JavaNativeFoundation ??? (???) <8AB1FD95-2A2F-7B91-3A8D-93CEE21A8679> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFou ndation.framework/Versions/A/JavaNativeFoundation
    0x11bc74000 - 0x11bc7cfff libdeploy.jnilib ??? (???) <D9D74537-FCF4-9560-ABB9-F5C74CE5A283> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Resources/JavaPlugin Cocoa.bundle/Contents/Resources/Java/libdeploy.jnilib
    0x11bc85000 - 0x11bc8dfff libverify.dylib ??? (???) <F7DF1D4C-52F0-0D81-AFA4-3609352B3390> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libverify. dylib
    0x11bc93000 - 0x11bcb2ff7 libjava.jnilib ??? (???) <9BBA0384-8C8B-4A13-0229-3E76B54FF906> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libjava.jn ilib
    0x11c991000 - 0x11c99efff libzip.jnilib ??? (???) <93780E94-5045-622E-DB72-07E984F90FD1> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libzip.jni lib
    0x11cbfb000 - 0x11d11efff libclient.dylib ??? (???) <DD9CDE76-DDCA-56EA-1FC3-11449E9AE6BB> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libclient. dylib
    0x11d4f1000 - 0x11d4f7ff7 com.apple.java.JavaRuntimeSupport 13.0.0 (13.0.0) <C94D20CD-59E7-BF65-1342-A2E99ADE7A2E> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaRuntimeSu pport.framework/Versions/A/JavaRuntimeSupport
    0x130418000 - 0x1305e3fff libawt.jnilib ??? (???) <0D2FB85B-647B-80A2-3FCF-9820AD592C87> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libawt.jni lib
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B633F790-4DDB-53CD-7ACF-2A3682BCEA9F> /usr/lib/dyld
    0x7fff80161000 - 0x7fff8026afff com.apple.MediaToolbox 0.420.17 (420.17) <31834AB2-1BFF-92D5-A8D2-21B0AE51FA98> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff8027a000 - 0x7fff802befef com.apple.ImageCaptureCore 1.0 (1.0) <29A6CF83-B5C2-9730-D71D-825AEC8657F5> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff802d5000 - 0x7fff802fbfe7 libJPEG.dylib ??? (???) <52ACD177-F101-BEF5-E7CC-9131F8372D0A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff802fc000 - 0x7fff80358fff libGLU.dylib ??? (???) <AA2D37B3-8B7C-6772-F8BA-7364284C55FE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff80359000 - 0x7fff80368fff com.apple.NetFS 3.2 (3.2) <61E3D8BE-A529-20BF-1A11-026EC774820D> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8037d000 - 0x7fff803fbfef com.apple.audio.CoreAudio 3.2.0 (3.2) <51E4AA76-3A8A-2B78-95D2-582501421A4E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff803fc000 - 0x7fff808f4ff7 com.apple.VideoToolbox 0.420.17 (420.17) <E034AA6E-A1E4-BB8F-5AFA-F5C354DDD889> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff808f5000 - 0x7fff808f5ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff808f6000 - 0x7fff8092dff7 libssl.0.9.8.dylib ??? (???) <2D7FAEF9-A3CD-9F80-7CDE-852D3C93AEDB> /usr/lib/libssl.0.9.8.dylib
    0x7fff8092e000 - 0x7fff80935ff7 com.apple.DisplayServicesFW 2.1 (2.1) <2C039CF5-8AF8-6DA3-3C77-566B22EFB172> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff80966000 - 0x7fff809c8fe7 com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff80a3c000 - 0x7fff8112e5d7 com.apple.CoreGraphics 1.535.5 (???) <6599C41F-2D50-5E04-44E4-44FA90E022B5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff81228000 - 0x7fff81249fff libresolv.9.dylib ??? (???) <01C7C750-7F6A-89B3-C586-5C50A839019E> /usr/lib/libresolv.9.dylib
    0x7fff8124a000 - 0x7fff81259fef com.apple.opengl 1.6.3 (1.6.3) <6318A188-B43D-E82F-C157-2E76331227BD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8125a000 - 0x7fff81364ff7 com.apple.MeshKitIO 1.0 (49.0) <66600E25-66F9-D31A-EA47-E81518FF6DDA> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff8137e000 - 0x7fff8149cff7 com.apple.PubSub 1.0.4 (65.11) <C1D56F85-7553-FB97-2A31-35CEB2BB8B63> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff81509000 - 0x7fff8162bff7 com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <3CA3B481-9627-6F36-F2B8-C2763DEEB128> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8162c000 - 0x7fff8167bff7 libTIFF.dylib ??? (???) <E11A75A8-223C-8B5E-7F62-821F9ADE8821> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8167c000 - 0x7fff8167cff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8167d000 - 0x7fff816aefff libGLImage.dylib ??? (???) <4F318A3E-20C1-D846-2B36-62451A3241F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff816af000 - 0x7fff8173bfef SecurityFoundation ??? (???) <B69E2FF9-A698-4923-BC8B-180224B6EF75> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff8173c000 - 0x7fff81777ff7 com.apple.CoreMediaIOServices 101.0 (715) <7B93206A-FEC5-FCC3-3587-91E3CEC61797> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff81778000 - 0x7fff8177afff com.apple.print.framework.Print 6.0 (237) <70DA9755-5DC1-716B-77E2-E42C5DAB85A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff81840000 - 0x7fff8191aff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff8191b000 - 0x7fff819d0fff com.apple.ink.framework 1.3 (104) <9B552E27-7E3F-6767-058A-C998E8F78692> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff819d1000 - 0x7fff81a4efef libstdc++.6.dylib ??? (???) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff81a4f000 - 0x7fff81abbff7 com.apple.CorePDF 1.0 (1.0) <8D76B569-F938-6337-533A-5C8A69B005DA> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff81ac4000 - 0x7fff81e58ff7 com.apple.QuartzCore 1.6.0 (226.0) <66E14771-C5F0-1415-0B7B-C45EE00C51A1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff81e59000 - 0x7fff81f70fef libxml2.2.dylib ??? (???) <6D4C196C-B061-CBCD-AAFD-A21736A8425C> /usr/lib/libxml2.2.dylib
    0x7fff81f71000 - 0x7fff820defe7 com.apple.QTKit 7.6.3 (1584) <6D02A542-5202-4022-2050-5BE01F70D225> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff820e4000 - 0x7fff8217efe7 com.apple.ApplicationServices.ATS 4.0 (???) <76009EB5-037B-8A08-5AB5-18DA59559509> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff8217f000 - 0x7fff82303fff com.apple.JavaScriptCore 6531 (6531.5) <8C470ACB-1A45-71FC-673D-34EA3F5EF0DC> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff82304000 - 0x7fff823bdfff libsqlite3.dylib ??? (???) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x7fff823ce000 - 0x7fff824b2ff7 com.apple.DesktopServices 1.5.1 (1.5.1) <65D7E707-DBCA-5752-78EC-351DC88F3AE8> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff824b3000 - 0x7fff824f6fff libtidy.A.dylib ??? (???) <8AF4DB3A-7BDB-7AF7-0E9C-413BBBD0E380> /usr/lib/libtidy.A.dylib
    0x7fff82532000 - 0x7fff827b6fff com.apple.security 6.0 (36910) <F7431448-BC2E-835D-E7A2-E47E0A5CB984> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff827c0000 - 0x7fff827c0ff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff827c1000 - 0x7fff82808fef com.apple.QuickLookFramework 2.0 (327.0) <E15E267E-D462-2AD0-DB03-A54E0F94452F> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff82809000 - 0x7fff8280cff7 libCoreVMClient.dylib ??? (???) <3A41933A-5174-7516-37E0-8E06365BF3DA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff8280d000 - 0x7fff82a8efe7 com.apple.Foundation 6.6 (751) <CCE98C5C-DFEA-6C80-A014-A5985437072E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff82a8f000 - 0x7fff82a95ff7 IOSurface ??? (???) <8E0EE904-59D1-9AA0-CE55-B1777F4BAEC1> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff82a96000 - 0x7fff82aa1ff7 com.apple.speech.recognition.framework 3.10.10 (3.10.10) <7E2A89FC-0F18-1CCC-472E-AD0E2BC2DD4C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff82aa2000 - 0x7fff82ae8fe7 libvDSP.dylib ??? (???) <2DAA1591-8AE8-B411-7D01-68DE99C63CEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff82af7000 - 0x7fff82b08fff SyndicationUI ??? (???) <6B116A70-EA2D-1A61-2C27-35B1CFDFBBD6> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x7fff82b09000 - 0x7fff82b5afe7 com.apple.HIServices 1.8.0 (???) <113EEB8A-8EC6-9F86-EF46-4BA5C2CBF77C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff82b5b000 - 0x7fff82b66fff com.apple.CrashReporterSupport 10.6 (237) <7B22FB86-33C7-A775-2F13-0D3356E2B971> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff82cd0000 - 0x7fff82ce1fff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff82ce2000 - 0x7fff82ceffff libCSync.A.dylib ??? (???) <D97C8D7E-2CA3-9495-0C41-004CE47BC5DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff82cf0000 - 0x7fff82d31ff7 com.apple.SystemConfiguration 1.10 (1.10) <E3FF1FC8-C760-2047-F954-0D283DD0F714> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff82d32000 - 0x7fff82d7cff7 com.apple.Metadata 10.6.0 (507.1) <AA0DF8E0-9B5B-2377-9B20-884919E28994> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff82d7d000 - 0x7fff82fe7ff7 com.apple.QuartzComposer 4.0 (156.6) <4E43D357-4A18-5D16-02E8-14324A5B9302> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff830c0000 - 0x7fff831fdfef com.apple.WebKit 6531 (6531.9) <17A680A1-FE75-81E5-952A-047E5FA96F66> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff831fe000 - 0x7fff8329efff com.apple.LaunchServices 360.3 (360.3) <02FFE657-CC7A-5266-F06E-8732E28F70A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff8329f000 - 0x7fff832bdff7 libPng.dylib ??? (???) <6A0E35B8-2E33-7C64-2B53-6F47F628DE7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff832fd000 - 0x7fff83381fff com.apple.print.framework.PrintCore 6.0 (312) <1F747E69-924D-8C5B-F318-C4828CC6E85D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff8338b000 - 0x7fff833c6fe7 com.apple.CoreMedia 0.420.17 (420.17) <E299556E-6930-DC30-DA23-88B812AF63CA> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff833c7000 - 0x7fff8340aff7 libRIP.A.dylib ??? (???) <8D7113D2-71A7-A205-D2D0-2DB0F37FFBB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8340b000 - 0x7fff8340bff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <E517A811-E0E6-89D0-F397-66122C7A25A4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff83418000 - 0x7fff83e3bfe7 com.apple.WebCore 6531 (6531.9) <6DEBA397-4369-A8B1-1757-40FD454F6B51> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff83ead000 - 0x7fff83eb1ff7 libCGXType.A.dylib ??? (???) <50EB4AB0-0B25-E5DC-FC9E-12268B51F02F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff83eb2000 - 0x7fff83f1aff7 com.apple.MeshKitRuntime 1.0 (49.0) <580F1945-540B-1E68-0341-A6ADAD78397E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff83f1b000 - 0x7fff83f68ff7 libauto.dylib ??? (???) <8658DB85-C611-1212-44E5-5B2539018FA0> /usr/lib/libauto.dylib
    0x7fff84188000 - 0x7fff84188ff7 com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff84189000 - 0x7fff84189ff7 com.apple.Carbon 150 (152) <8D8CF535-90BE-691C-EC1B-63FBE2162C9B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff841d8000 - 0x7fff84209fef libTrueTypeScaler.dylib ??? (???) <3F30259E-9EB0-18D2-B0F3-7B8A9625574E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff84249000 - 0x7fff842fffe7 libobjc.A.dylib ??? (???) <261D97A3-225B-8A00-56AA-F9F27973063F> /usr/lib/libobjc.A.dylib
    0x7fff84300000 - 0x7fff84366fe7 com.apple.AppleVAFramework 4.6.2 (4.6.2) <3DA57727-EAD1-A199-4093-54CC4698A109> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff84367000 - 0x7fff845a0fe7 com.apple.imageKit 2.0 (1.0) <F579694D-9FA0-6365-45CD-E380C2EB2573> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff845a1000 - 0x7fff845a6fff libGIF.dylib ??? (???) <0C112067-95FE-B9BC-C70C-64A46A277F34> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff845f2000 - 0x7fff846f7fe7 libGLProgrammability.dylib ??? (???) <EDEC71CB-5F5B-7F55-47F4-19E953E3BE61> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff846f8000 - 0x7fff8470efff com.apple.MultitouchSupport.framework 200.20 (200.20) <96B8C66E-D84D-863B-CB1D-F7E005569706> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff8470f000 - 0x7fff84728fff com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff84729000 - 0x7fff8511dfe7 com.apple.AppKit 6.6.1 (1038.2) <C17AD2AC-8639-D20F-CD99-36EEC619A5F0> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8511e000 - 0x7fff85132ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff85133000 - 0x7fff8515bfff com.apple.DictionaryServices 1.1 (1.1) <D57BA55A-4CC5-5C17-8077-AEEA27A01C7A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff8515c000 - 0x7fff8515cff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <BA861575-B0DE-50F5-A799-BDF188A3D4EF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff851c3000 - 0x7fff85253fff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff85284000 - 0x7fff8533fff7 libFontParser.dylib ??? (???) <8926E1B0-6D1E-502A-5028-1DCC57F6D6FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff85340000 - 0x7fff853f4fef com.apple.ColorSync 4.6.0 (4.6.0) <080BEDDE-E7A4-F88D-928B-7501574A157B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff853f5000 - 0x7fff85419ff7 com.apple.CoreVideo 1.6.0 (43.0) <FF5F0EEF-56BE-24DD-C8FA-CB41F126E6A8> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8541a000 - 0x7fff85449ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff8544a000 - 0x7fff85680fef com.apple.AddressBook.framework 5.0 (862) <06928F7A-AFEC-7C7F-E1EC-D99983588C00> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff85681000 - 0x7fff8568fff7 libkxld.dylib ??? (???) <823B6BE6-E952-3B3C-3633-8F4D6C4606A8> /usr/lib/system/libkxld.dylib
    0x7fff85690000 - 0x7fff856a5fff com.apple.LangAnalysis 1.6.5 (1.6.5) <D4956302-5A2D-2AFD-C143-6287F1313196> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff856a6000 - 0x7fff856e3fff com.apple.LDAPFramework 2.0 (120.1) <0F7DF87D-6A08-02AF-790B-76294FCE8916> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff856e4000 - 0x7fff85773fff com.apple.PDFKit 2.5 (2.5) <7849E675-4289-6FEA-E314-063E91A4B07F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff857a5000 - 0x7fff857fafef com.apple.framework.familycontrols 2.0 (2.0) <2520A455-5487-1964-C5D9-D284699D2537> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff857fb000 - 0x7fff85842ff7 com.apple.coreui 0.2 (112) <E64F7594-7829-575F-666A-0B16875FC644> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff85843000 - 0x7fff858c5fef com.apple.QuickLookUIFramework 2.0 (327.0) <B9850E11-3F04-100F-0122-B4AD6222A43F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff85bab000 - 0x7fff85badfff libRadiance.dylib ??? (???) <77F285E0-5D5E-A0B0-A89E-9332D6AB2867> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff85bae000 - 0x7fff85bb1ff7 com.apple.securityhi 4.0 (36638) <77F40B57-2D97-7AE5-1331-8945C71DFB57> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff85bb2000 - 0x7fff85d25fef com.apple.CoreFoundation 6.6 (550) <04EC0CC2-6CE4-4EE0-03B9-6C5109398CB1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff85d26000 - 0x7fff85d29fff com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff85d2a000 - 0x7fff86534fe7 libBLAS.dylib ??? (???) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff865a9000 - 0x7fff865bbfe7 libsasl2.2.dylib ??? (???) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff8660a000 - 0x7fff8661dfff libGL.dylib ??? (???) <D452ADC0-04B1-E24F-03E6-717E58E1D659> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff86692000 - 0x7fff866cdfef com.apple.AE 496 (496) <6AFD62E0-DD92-4F04-A73A-90224D80593D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff8670e000 - 0x7fff8691aff7 com.apple.RawCamera.bundle 2.2.1 (477) <B4DD9D3B-CD05-5ACE-6808-BEC5660D805C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff869ad000 - 0x7fff869c3fff com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff869c4000 - 0x7fff86a90fff com.apple.CFNetwork 454.4 (454.4) <E7721AD8-3177-8749-60F7-5EF323E6492B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff86a91000 - 0x7fff86a92fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff86af2000 - 0x7fff86bbdfe7 ColorSyncDeprecated.dylib ??? (???) <03DA3BF0-1293-8947-A8B6-5E599F5B5DC7> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff86bbe000 - 0x7fff86bbfff7 com.apple.audio.units.AudioUnit 1.6 (1.6) <7A51FBCE-7907-28A0-B2D2-CAADA78F2913> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff86be1000 - 0x7fff86be5ff7 libmathCommon.A.dylib ??? (???) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff86c97000 - 0x7fff86cadfef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff86cf9000 - 0x7fff86d24ff7 libxslt.1.dylib ??? (???) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff87065000 - 0x7fff87222fff libicucore.A.dylib ??? (???) <224721C0-EC21-94D0-6484-66C603C34CBE> /usr/lib/libicucore.A.dylib
    0x7fff87223000 - 0x7fff87332ff7 libcrypto.0.9.8.dylib ??? (???) <A2DA70D0-02AE-89FA-1CDA-B3CA986CAE6D> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff87333000 - 0x7fff874edfef com.apple.ImageIO.framework 3.0.0 (3.0.0) <D5594E10-F805-F816-10E9-F95753BE18CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff87517000 - 0x7fff8764fff7 com.apple.CoreData 102 (246) <0502CBD8-513E-C19A-3562-20EC35535D71> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8765b000 - 0x7fff87698ff7 libFontRegistry.dylib ??? (???) <43ADB89E-036B-9D8F-CC4B-CE6B6BCC5AB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff87699000 - 0x7fff876e2ff7 com.apple.securityinterface 4.0 (36981) <F14235A2-8320-1A71-24FE-EB22008483E9> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff876e3000 - 0x7fff87792fef edu.mit.Kerberos 6.5.8 (6.5.8) <A9C16B72-A1F8-3DDE-7772-E7635774CA6E> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff87793000 - 0x7fff877d3fef com.apple.QD 3.31 (???) <0FA2713A-99BD-A96B-56AF-7DB0AB4927AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff877d4000 - 0x7fff877d9ff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff877dc000 - 0x7fff877fdff7 com.apple.opencl 11 (11) <A53E07FB-AD2F-9F3E-EC00-7DCC7DDE2F90> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff877fe000 - 0x7fff87803fff libGFXShared.dylib ??? (???) <C386DB22-A0AA-D826-ACBA-25E82B480D05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff87804000 - 0x7fff8781fff7 com.apple.openscripting 1.3 (???) <DFBFBFD3-90C0-0710-300C-1A7210CB3713> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff87820000 - 0x7fff8789dfef com.apple.backup.framework 1.1 (1.0) <35E2F1B1-C301-EFF7-F222-964D1A6ABE09> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff87949000 - 0x7fff87c46fef com.apple.HIToolbox 1.6.0 (???) <870B39B2-55BD-9C82-72EB-2E3470BD0E14> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff87c77000 - 0x7fff87c7dff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff87c7e000 - 0x7fff87c9efef com.apple.DirectoryService.Framework 3.6 (621) <925EE208-03B2-B24A-3686-57EAFBDA5ADF> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff87c9f000 - 0x7fff87ca0fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff87ca1000 - 0x7fff87ca7fff libCGXCoreImage.A.dylib ??? (???) <D113DB65-BB37-5499-8825-E6AE8AB1F8B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff87ca8000 - 0x7fff87fdafef com.apple.CoreServices.CarbonCore 859.1 (859.1) <5712C4C1-B18B-88EE-221F-DA04A8EDA029> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff87fdb000 - 0x7fff88056ff7 com.apple.ISSupport 1.9.1 (49) <EF46DFEE-3B41-97C1-1BE6-A19A1786B85F> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff88057000 - 0x7fff8849afef libLAPACK.dylib ??? (???) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff8849b000 - 0x7fff884a2fff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff884a3000 - 0x7fff88520fe7 com.apple.CoreText 3.0.0 (???) <51175014-9F0C-7E96-FB6F-3DC5E446B92E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff88521000 - 0x7fff885ddff7 com.apple.CoreServices.OSServices 352 (352) <CD933BBD-B260-552F-E64E-291D6ED3091A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff88693000 - 0x7fff886c8ff7 libcups.2.dylib ??? (???) <1FE99C26-B845-F508-815A-5B2CF2CA5337> /usr/lib/libcups.2.dylib
    0x7fff886c9000 - 0x7fff886dafef libz.1.dylib ??? (???) <3A7A4C48-A4C8-A78A-8B87-C0DDF6601AC8> /usr/lib/libz.1.dylib
    0x7fff886db000 - 0x7fff886dcff7 com.apple.TrustEvaluationAgent 1.0 (1) <4B6B7853-EDAC-08B7-3324-CA9A3802FAE2> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff886dd000 - 0x7fff88716ff7 com.apple.MeshKit 1.0 (49.0) <7587A7F2-DF5D-B8B2-A6A8-1389CF28BC51> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff88717000 - 0x7fff88774fef com.apple.framework.IOKit 2.0 (???) <65AA6170-12E3-BFB5-F982-E0C433610A1F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff88775000 - 0x7fff88775ff7 com.apple.vecLib 3.5 (vecLib 3.5) <5B072584-9579-F54F-180E-5D425B37E85C> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff88776000 - 0x7fff887c5ff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff887c6000 - 0x7fff88984ff7 libSystem.B.dylib ??? (???) <66102D4E-6C8B-77D0-6766-2A1788B20C6F> /usr/lib/libSystem.B.dylib
    0x7fff88985000 - 0x7fff889effe7 libvMisc.dylib ??? (???) <524DC30F-6A54-CCED-56D9-F57033B06E99> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <66102D4E-6C8B-77D0-6766-2A1788B20C6F> /usr/lib/libSystem.B.dylib
    Model: MacBook2,1, BootROM MB21.00A5.B07, 2 processors, Intel Core 2 Duo, 2 GHz, 2 GB, SMC 1.13f3
    Graphics: Intel GMA 950, GMA 950, Built-In, spdisplaysintegratedvram
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), Atheros 5416: 2.0.19.4
    Bluetooth: Version 2.2.1f7, 2 service, 0 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en3
    Serial ATA Device: FUJITSU MHY2080BH, 74.53 GB
    Parallel ATA Device: MATSHITADVD-R UJ-857D
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8501, 0xfd400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x021a, 0x1d200000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x7d100000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8240, 0x5d200000

    if anyone can help me understand this i have fixed the flash portion of my problem but java still crashes the computer when trying to load.

  • Crystal Reports XI R2 Server problem when trying to load groups from LDAP

    Hi,
    I'm using Crystal Reports XI R2 SP4 on RedHat Linux. My users are being authorized through LDAP (OID). My problem is that after removing all groups (right now no groups/users are visible in CMC) in CMC Authentication tool and then trying to add them again I'm receiving following error:
    "LDAP: Failed to commit objects to server : Duplicate object name in the same folder."
    I've checked connectivity to LDAP server and it's ok. Could it be connected to CMS problems/corruption? Any help/suggestions would be appreciated.
    Regards,
    Marcin

    The only personal folders visible from under Admin panel are for users Administrator and Guest. I've tried to query CMS tables but these store entries not in plain text so I cannot identify entries connected to personal folders. I have also tried to do this via Query Repository tool but all returned entries were ok.
    I have also noticed that when trying to load group from LDAP after it returns error "LDAP: Failed to commit objects to server : Duplicate object name in the same folder." entry for this group is created in CMS table. Also this group is then visible in admin Groups panel. No users are created with the group and when I'm trying to list users belonging to added group it returns "internal secLDAP security plug-in error" but without any other suggestion what went wrong.

Maybe you are looking for

  • ICloud behaviour on multiple devices

    I have an iphone4, iPad, mac and my wife has an iPhone4. I have a problem now that I have setup iCloud I am finding that once an email is read on one device it disappears from the others. Can I set it up so that the mail stays on each device until it

  • Issue in Business graph with 3 dimension

    Hi All, I am facing an issue in displaying the business graph-Three dimensional  using WD abap. I have defined only one series and the series values are defined(2 series with 2 colors) in the XML and this was set to graph property customizing. I am a

  • Can't get favicon to work

    I am trying to get a favicon to work with DW8. I created a 16 by 16 jpeg, renamed it favicon.ico and placed it in my root file. Then, I went to Insert>HTML>Headtags>Link and entered the Href and Rel information. Nothing is happening. I have searched

  • Playing IPOD Video / Picture Slideshow on TV?

    Hi All, I wanted to know if there was a way to play Video &/or Picture slideshows on my TV? Thanks...

  • Why are numbers appearing that aren't in my contacts?

    When I start to type a name in the 'To' box while composing an SMS, my iPhone shows a drop down list of suggested numbers/contacts. One particular name triggers a contact that I have deleted. I cannot find it in the Contacts app at all when I check s