Propagating a C++ exception through C code

Hello everyone,
I wrote an XML parser using expat for a project I'm working on, and I've set up the callbacks to use C++. If the document is missing attributes on certain tags, it throws an exception. However, the exception does not propagate through the expat calls on the stack; instead, terminate() is called. So I have two questions:
- Are functions with C linkage implicitly defined as throw () when used in C++ on OS X?
- What's the common way to get around this problem?
I should also note that this problem only occurs on OS X; it works fine on GNU/Linux.
Here's some simple example code that demonstrates the issue:
http://pastebin.com/m3c791e93
Thanks,
Rob

Rob Hoelz wrote:
In this case, GNU/Linux may be a mess and/or wrong, but it also happens to be the primary platform for my application. OS X happens to be a close second. =D
It doesn't matter. It is still wrong. You should code to correctness rather than popularity. How do you know this "feature" won't get fixed in Linux one day. It would be better to specify '-fexceptions' if you need it. There will be no harm done if this option is redundant on Linux.
While applying -fexceptions may be a perfect solution for my simple example, I don't know if it's entirely feasible for my application. If I were to do this, I'd have to distribute Expat with my application and compile it with the appropriate changes. I suppose my reluctance to do so has come from relying on the package management facilities present in GNU/Linux for so long, and maybe I just need to get into a different mindset when targeting OS X.
You can always link expat as a static library. It is tiny and I doubt you would even notice it was there. If you don't really need a true SAX parser, you could use one of the other XML libraries.
It seems that the -fexceptions option is used when compiling Expat with the traditional configure/make/make install cycle if GCC is the compiler. So apparently the problem is not OS X or OS X's version of GCC, but rather the distribution of Expat that I have on my machine.
It is a Linux issue, not an expat issue. I tried your code on Linux without expat and without '-fexceptions'. It worked as you said it would. Now, "trying it on Linux" really means nothing. Each individual Linux box is essentially its own, unique OS. If you need exceptions in expat, you need to compile your own expat with '-fexceptions' and link it as a static library. It is pretty painless. Otherwise, you risk random failure one some machine at some point in the present or future.

Similar Messages

  • Uncaught Exception occured while sending mail through abap code.

    Hi,
    Uncaught Exception occured while sending mail through abap code.Run time Errors "UNCAUGHT_EXCEPTION" occured after excuting the call method  CALL METHOD SEND_REQUEST->SEND( ).kindly help in resolving the issue.

    HI,
    Runtime Error:  UNCAUGHT_EXCEPTION details.
    Runtime Errors         UNCAUGHT_EXCEPTION
    Exception              CX_ADDRESS_BCS
    Short text
         An exception occurred that was not caught.
    What happened?
         The exception 'CX_ADDRESS_BCS' was raised, but it was not caught anywhere along
         the call hierarchy.
         Since exceptions represent error situations and this error was not
         adequately responded to, the running ABAP program 'SAPLZSEND_MAIL' has to be
         terminated.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_ADDRESS_BCS', was not caught in
        procedure "SEND_MAIL" "(FORM)", nor was it propagated by a RAISING clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        An exception occurred
    How to correct the error
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "UNCAUGHT_EXCEPTION" "CX_ADDRESS_BCS"
        "SAPLZSEND_MAIL" or "LZSEND_MAILU01"
        "ZSEND_EMAIL"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
        2. Corresponding system log
           Display the system log by calling transaction SM21.
           Restrict the time interval to 10 minutes before and five minutes
        after the short dump. Then choose "System->List->Save->Local File
        (Unconverted)".
        3. If the problem occurs in a problem of your own or a modified SAP
        program: The source code of the program
           In the editor, choose "Utilities->More
        Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
    The exception must either be prevented, caught within proedure
    "SEND_MAIL" "(FORM)", or its possible occurrence must be declared in the
    RAISING clause of the procedure.
    Please help me to resolve this issue.

  • Posting of cenvat credit of 50% on capital goods through T.Code:J1IH

    Hi
    Please advise me the procedure for posting of cenvat credit of 50% on capital goods through T.Code:J1IH.
    As a matter of fact, when i tried to post the last year credit of 50% cenvat credit on capital goods the system accepting 50% only.
    For example, last year we got Rs.200000 as cenvat credit and out of that 50% credit of Rs.100000 got availed last year. In this year when i tried to avail of remaining of Rs.100000 through transaction code J1IH system is accepting 50% of Rs.100000 i.e only Rs.50000 is accepting.
    I look forward for your reply
    Thanks and Best Regards
    Shekhar
    Edited by: Shekhar Yecham on Sep 16, 2008 8:54 PM

    Hello,
    The settings before 01.04.2010 were same.  However, after thorough checking of the GL A/cs, I have following observations -
    1) Plant 1 - Balance as on 31.03.2010 in Cenvat on Hold A/c -Rs. 195080. It is upload balance & t.code used is FBVB
        There are some more transctions in this A/c which are  reversed due to wrong entries.
        Balance in Excise Duty RG 23 C as on 31.03.2010 - NIL
    2) Plant 2 - Balance in Cenvat on Hold A/c as on 31.03.2010 is  Rs. 166701. Again this is an upload balance with FBVB
        Balance in Excise Duty RG 23 C as on 31.03.2010 - Rs. 56931.62
    3) Plant 3 -  No upload balance.  All the transactions are routed through J1IEX except 1 from FB01
        Balance as on 31.03.2010 - Cenvat On Hold A/c - Rs. 86876.06
                                                     ED RG 23C  - NIL
    Hence, would like to know -
    1) Any separate procedure to take the credit of upload entries?
    2) If the Balance in ED RG 23C A/c is NIL, will it affect on taking credit?
    Thanks & Regards,
    Reshma

  • Opening a word file in MS Office Word software window through Java code

    I want to open a word file in MS Office Word software window through Java code.
    Is it possible ? If possible then please let me now how can I do it.
    Bhoopender

    Thanks for replying.
    I tried the following code -
    public class OpenFileWithItsExt
         public static void main(String[] args) throws java.io.IOException
              Runtime.getRuntime().exec("a.doc");
    and it gets compiled successfully, but on running outputs as -
    Exception in thread "main" java.io.IOException: CreateProcess: a.doc error=193
    at java.lang.Win32Process.create(Native Method)
    at java.lang.Win32Process.<init>(Win32Process.java:66)
    at java.lang.Runtime.execInternal(Native Method)
    at java.lang.Runtime.exec(Runtime.java:566)
    at java.lang.Runtime.exec(Runtime.java:428)
    at java.lang.Runtime.exec(Runtime.java:364)
    at java.lang.Runtime.exec(Runtime.java:326)
    at OpenFileWithItsExt.main(OpenFileWithItsExt.java:5)
    My file is in the pesent working directoty.
    Please solve my problem.
    Thanks

  • QUERY_VIEW_DATA generates exception in ABAP code

    Hi,
    I have activated service QUERY_VIEW_DATA in SAP BW environment 7.0 service pack: SAPKW70008
    During testing of the webservice I encounter an exception in source code on the ABAP side:
    CL_SRG_RFC_PROXY_CONTEXT======CM002
    THe following statement generates the exception:
    -7b- deserialize data
            SRT_TRACE_WRITE_PERF_DATA_BEG 'FM_PROXY->DESERIALIZE'. "#EC NOTEXT
            call transformation (template)
                source xml l_xr
                result (st_to_abap).
            SRT_TRACE_WRITE_PERF_DATA_END 'FM_PROXY->DESERIALIZE'. "#EC NOTEXT
    The call transformation dumps immediately.
    Value of TEMPLATE = /1BCDWB/WSS0041112143114038399
    I tried all threads in SDN but to no avail.
    Has anybody encountered the same error?
    kind regards,
    Paul

    Hi Arun,
    I logged in to Web Service Navigator and i get to the screen where it asks me to enter Info provider, Selection variables, Query name and View id. Since my Query does not have any selection parameters i only entered Info provider and Query name and left selection and view id
    when i execute i get two boxes one for Request and other for Response. On top of these box i have InvalidVariableValues error message...Complete response message is as follows
    HTTP/1.1 500 Internal Server Error
    Set-Cookie: <value is hidden>
    Set-Cookie: <value is hidden>
    content-type: text/xml; charset=utf-8
    content-length: 600
    accept: text/xml
    sap-srt_id: 20100830/133557/v1.00_final_6.40/4C7B07E332A20095E10080000A754720
    server: SAP NetWeaver Application Server / ABAP 701
    <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"><soap-env:Header></soap-env:Header><soap-env:Body><soap-env:Fault><faultcode>soap-env:Client</faultcode><faultstring xml:lang="en">InvalidVariableValues</faultstring><detail><n0:GetQueryViewData.Exception xmlns:n0="urn:sap-com:document:sap:soap:functions:mc-style"><Name>InvalidVariableValues</Name><Text>Incorrect call of OLAP layer CL_RSR_OLAP; error in BW-BEX-ET ()</Text><Message><ID>BRAIN</ID><Number>369</Number></Message></n0:GetQueryViewData.Exception></detail></soap-env:Fault></soap-env:Body></soap-env:Envelope>
    Thanks
    Surya

  • Error while reversing the asset accounting document through t code AB08

    Hello All,
    i have one query where the user has scrapped the assets through T code ABAVN in the month Dec 2009 with doc date of Nov 30th 2009. Now he realised that the posting was wrong and he wants to reverse it in 1st of Jan 2010 with the t code AB08. when we click on the reverse button in t code AB08, system is by defaultly taking the fiscal year, posting date and period, only we need to give the reason code. here user is trying to give the reversal date manually and making the posting. Now system is giving an error "Reversal in different fiscal year is not possible" with the message AA487.
    we are using SAP ECC 5.0 and i got SAP 1393737 for this and it is mention that there is a program error and needs to implement the program corrections.
    Please can any one suggest me, is that correct approach or should i need to follow the another work around to resolve this issue.
    Thanks in advance.
    Regards,
    Venkat

    Reversal in different fiscal year is not possible in the Standard        
    system since it will affect your balance sheet and other accounting      
    legal report.                                                                               
    It is not possible in FI-AA to reverse       
    a document in this way,  "because of the calculation of depreciation"                                                                               
    The reasons are:                                                                               
    1. The reconciliation of FI and FI-AA must be ensured, and therefore     
       Posting and Asset Value Date must be in the same fiscal year.                                                                               
    2. Depreciation of aquisitions posted in the previous year, are          
      not automatically corrected, when you post a reversal.                                                                               
    One way is to open the previous period(previous fiscal year) and post    
    the reversal to the same fiscal year. PLEASE NOTE THIS IS ONLY IF YOU    
    HAVE NOT EXECUTED YEAR END CLOSING TRANSACTIONS.     
    Blaz

  • Field Profit Center is not populated while posting through T-Code F-02

    Dear Sir / Madam,
    While posting through T-code F-02 the field Profit center is in hidden mode
    as a result I am getting the given below error.
    "GLT2201 - Balancing field profit center in line item 001 not filled"
    Please guide me as to how do I change Field status varient so that the field Profit center gets activated in optional mode in F-02.
    I tried searching the same but could not find the solution.
    Regards
    Chirag Shah

    Dear expert
    Check following steps...
    1. Use transaction ACSET and enter cost center as your account assignment for type 01 APC posting..
    2. Make sure Cost Center exists in the Asset Master..
    3. Make sure profit center is entered into Cost Center master.
    4.Check the steps where you assign the GL accounts to the splitting rules.
    suggest you to go through the below mentioned links
    Balancing Field "Profit Center" in line item 001 not filled
    Balancing field "profit center" in line item 001 not filled
    GLT2201 - Balancing field profit center in line item 001 not filled
    Balancing field "Profit Center" in line item 001 not filled
    F-51: Balancing field "Profit Center" in line item 001 not filled
    Balancinf field profit center in line item 001 not filled
    Regards,
    Ajeesh.s

  • Running windows command through java code

    Hello
    i want to execute jar.exe through java code , i have written following piece of code , but it isn't working
    ProcessBuilder processBuilder = new ProcessBuilder(new String[]{"cmd.exe","/c","%java_home%\\bin\\jar.exe"});
              Process process = processBuilder.start();
              BufferedReader inputReader = new BufferedReader(new InputStreamReader(process.getErrorStream()));
              String line = inputReader.readLine();
              while(line != null){
                   System.out.println(line);
                   line = inputReader.readLine();
    does anybody knows why
    Regards
    Edited by: Mayur Mitkari on Mar 5, 2013 10:19 PM
    Edited by: Mayur Mitkari on Mar 5, 2013 10:20 PM
    Edited by: Mayur Mitkari on Mar 5, 2013 10:20 PM

    sorry for that , but the
    Runtime runtime = Runtime.getRuntime();
              Process proc = runtime.exec(new String[]{"cmd.exe","/c","jar"});
              proc.waitFor();
    int i = proc.exitValue();
    this code was different from first one
    and in case of Process if runtime .exec is succesful it is wainting for long time , in this case i want if the runtime.exec is succesful something should be returned
    Regards

  • Photoshop CS2 - Crash Exception:  EXC_BAD_ACCESS (0x0001) Code: KERN_INVAL

    My computer has been crashing over the past two days when I launch Photoshop CS 2. I have tried to resolve the issue by disabling my twain pluggins, I have deleted my CS2 Presets/preferences, and I have uninstalled and reinstalled the program.
    The splash screen launches and just when the program should launch an error occurs.
    I am hoping that the RAM is not bad....I don't know how to determine if it is bad, but it still shows up when I check the memory.
    The error began after I hooked up a Kodak camera up to download some pictures.
    The error report is as follows:
    Date/Time: 2011-03-08 12:32:59.970 -0500
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Adobe Photoshop CS2
    Path: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/
    Contents/MacOS/Adobe Photoshop CS2
    Parent: WindowServer [57]
    Version: 9.0 (9.0x196) (9.0)
    PID: 327
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x093d3000
    Thread 0 Crashed:
    0 ATS 0x902d2acc
    _eFOGetFontTableDirectory + 356
    1 ATS 0x902f3a80
    FOGetFontTableDirectory + 96
    2 com.apple.QD 0x917d95f8
    FMGetFontTableDirectory + 60
    3 AdobeCoolType 0x023a1ee8 CarbonSeekToTTTable + 92
    4 AdobeCoolType 0x023a2038 CarbonSeekSFNTProc + 44
    5 AdobeCoolType 0x023a3278
    CarbonFontHandler::OpenFontAccess(ATMCFontID const*, tT1GetBytesRec**, tFontReadStream**, tFontReadStream**, CFFRandomFontInfo**, unsigned long*, __bool8) + 1640
    6 AdobeCoolType 0x023afc5c FHOpenFontAccess + 60
    7 AdobeCoolType 0x02395cb0 ATMCGetTTTable
    (ATMCFontID const*, char const*, unsigned long*) + 252
    8 AdobeCoolType 0x02570388
    CTMallocHolder::GetTable(ATMCFontID const&, char const*) + 60
    9 AdobeCoolType 0x0242f2b4 LoadFontType(Font*,
    CacheInfo*) + 212
    10 AdobeCoolType 0x0240fc1c Font::GetDictVal
    (BIBTNMT::CBIBStringAtom const&, char, char) + 320
    11 AdobeCoolType 0x0241082c
    Font::GetValWithReadLock(BIBTNMT::CBIBStringAtom const&, void*, unsigned long) + 100
    12 AdobeCoolType 0x023c47d0
    CTFontDictGetFontTypeProcGetFontType(BIB_TNMT::CTFontDict const*,
    CTFontType*) + 144
    13 com.adobe.Photoshop 0x0022f554 IsTargetInView(TView*)
    + 834096
    14 com.adobe.Photoshop 0x0022e62c IsTargetInView(TView*)
    + 830216
    15 com.adobe.Photoshop 0x00d90b6c XPEPLaunch::StartApp
    (unsigned short const*, unsigned short const*, unsigned short const*,
    void**) + 2294528
    16 com.adobe.Photoshop 0x00dacec4 XPEPLaunch::StartApp
    (unsigned short const*, unsigned short const*, unsigned short const*,
    void**) + 2410072
    17 com.adobe.Photoshop 0x001074d0 LookupErrString(short,
    short, ZString&) + 903796
    18 com.adobe.Photoshop 0x00af2918 PercentageWindowVisible
    (TWindow*) + 2869312
    19 com.adobe.Photoshop 0x00af1100 PercentageWindowVisible
    (TWindow*) + 2863144
    20 com.adobe.Photoshop 0x00003338
    dyldstub_bindinghelper + 1096
    21 com.adobe.Photoshop 0x000030d0
    dyldstub_bindinghelper + 480
    22 com.adobe.Photoshop 0x00002e64 _code_start_ + 512
    23 com.adobe.Photoshop 0x00002c94 _code_start_ + 48
    Thread 1:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 ...ple.CoreServices.CarbonCore 0x90ba8920
    TSexception_listenerthread + 112
    3 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000902d2acc srr1:
    0x000000000000d030 vrsave: 0x0000000000000000
    cr: 0x24044482 xer: 0x0000000000000004 lr:
    0x00000000902d2a44 ctr: 0x000000009000af40
    r0: 0x000000006e616d65 r1: 0x00000000bfffe7d0 r2:
    0x0000000079666973 r3: 0x00000000094a004c
    r4: 0x00000000094a0040 r5: 0x0000000000000000 r6:
    0x0000000000000000 r7: 0x0000000000000000
    r8: 0x0000000000000000 r9: 0x000000000948e0bc r10:
    0x00000000093b9478 r11: 0x00000000093d2ffc
    r12: 0x00000000000011ff r13: 0x0000000000000000 r14:
    0x00000000fffffe68 r15: 0x0000000000000001
    r16: 0x0000000000000000 r17: 0x0000000000000001 r18:
    0x000000000d6c93d4 r19: 0x00000000bfffe950
    r20: 0x0000000000000000 r21: 0x0000000000000c80 r22:
    0x0000000000000000 r23: 0x00000000093b9428
    r24: 0x0000000004864b8c r25: 0x00000000093c1000 r26:
    0x0000000000000005 r27: 0x0000000000000005
    r28: 0x0000000000007065 r29: 0x0000000000001204 r30:
    0x000000000948e000 r31: 0x00000000902d2978
    Binary Images Description:
    0x1000 - 0x1133fff com.adobe.Photoshop 9.0 (9.0x196) (9.0) /
    Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/ MacOS/Adobe Photoshop CS2
    0x1453000 - 0x147cfff AdobeBIBUtils /Applications/Adobe Photoshop
    CS2/Adobe Photoshop CS2.app/Contents/Frameworks/ AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x149e000 - 0x14c5fff AdobeBIB /Applications/Adobe Photoshop CS2/
    Adobe Photoshop CS2.app/Contents/Frameworks/AdobeBIB.framework/
    Versions/A/AdobeBIB
    0x14e0000 - 0x14e0fff tw10122 /Applications/Adobe Photoshop CS2/
    Adobe Photoshop CS2.app/Contents/Frameworks/tw10122.framework/
    Versions/a/tw10122
    0x14e3000 - 0x14f2fff AdobePersonalization /Applications/Adobe
    Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/ AdobePersonalization.framework/Versions/A/AdobePersonalization
    0x1605000 - 0x16affff AdobeACE /Applications/Adobe Photoshop CS2/
    Adobe Photoshop CS2.app/Contents/Frameworks/AdobeACE.framework/
    Versions/A/AdobeACE
    0x16f0000 - 0x172bfff AdobeARE /Applications/Adobe Photoshop CS2/
    Adobe Photoshop CS2.app/Contents/Frameworks/AdobeARE.framework/
    Versions/A/AdobeARE
    0x1748000 - 0x176cfff AdobeAXE8SharedExpat /Applications/Adobe
    Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/ AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpat
    0x1784000 - 0x17a9fff AdobeAXE16SharedExpat /Applications/Adobe
    Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/ AdobeAXE16SharedExpat.framework/Versions/A/AdobeAXE16SharedExpat
    0x17c1000 - 0x17dbfff asn /Applications/Adobe Photoshop CS2/Adobe
    Photoshop CS2.app/Contents/Frameworks/asn.framework/Versions/A/asn
    0x2008000 - 0x2272fff AdobeAGM /Applications/Adobe Photoshop CS2/
    Adobe Photoshop CS2.app/Contents/Frameworks/AdobeAGM.framework/
    Versions/A/AdobeAGM
    0x2381000 - 0x25affff AdobeCoolType /Applications/Adobe Photoshop
    CS2/Adobe Photoshop CS2.app/Contents/Frameworks/ AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x26bb000 - 0x2715fff AdobeXMP /Applications/Adobe Photoshop CS2/
    Adobe Photoshop CS2.app/Contents/Frameworks/AdobeXMP.framework/
    Versions/A/AdobeXMP
    0x273b000 - 0x2bbffff AdobePDFL /Applications/Adobe Photoshop CS2/
    Adobe Photoshop CS2.app/Contents/Frameworks/AdobePDFL.framework/
    Versions/A/AdobePDFL
    0x2e31000 - 0x3113fff AdobeMPS /Applications/Adobe Photoshop CS2/
    Adobe Photoshop CS2.app/Contents/Frameworks/AdobeMPS.framework/
    Versions/A/AdobeMPS
    0x3286000 - 0x35bdfff com.adobe.versioncue ??? (4.0.0.2837o) /
    Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/ Frameworks/versioncue.framework/Versions/a/versioncue
    0x3823000 - 0x3acafff com.adobe.versioncueui ??? (4.0.0.2837o) /
    Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/ Frameworks/versioncueui.framework/Versions/a/versioncueui
    0x3c59000 - 0x3c76fff AdobePDFSettings /Applications/Adobe
    Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/ AdobePDFSettings.framework/Versions/A/AdobePDFSettings
    0x3c9d000 - 0x3d2afff FileInfo /Applications/Adobe Photoshop CS2/
    Adobe Photoshop CS2.app/Contents/Frameworks/FileInfo.framework/
    Versions/A/FileInfo
    0x3d88000 - 0x3d9afff AdobeRegistration /Applications/Adobe
    Photoshop CS2/Adobe Photoshop CS2.app/Contents/Frameworks/ AdobeRegistration.framework/Versions/A/AdobeRegistration
    0x3da3000 - 0x3dadfff AdobeEula /Applications/Adobe Photoshop CS2/
    Adobe Photoshop CS2.app/Contents/Frameworks/AdobeEula.framework/
    Versions/A/AdobeEula
    0x3db4000 - 0x3e4bfff AdobeUpdater /Applications/Adobe Photoshop
    CS2/Adobe Photoshop CS2.app/Contents/Frameworks/ AdobeUpdater.framework/Versions/A/AdobeUpdater
    0x3eb0000 - 0x3f9efff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x7a57000 - 0x7a59fff com.apple.textencoding.unicode 2.0 /System/
    Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode
    Encodings
    0x81a7000 - 0x81a7fff Enable Async IO /Applications/Adobe
    Photoshop CS2/Plug-Ins/Adobe Photoshop Only/Extensions/Enable Async I:O/Enable Async I:O.plugin/Contents/MacOS/Enable Async IO
    0x81aa000 - 0x81b6fff PPCCore /Applications/Adobe Photoshop CS2/
    Plug-Ins/Extensions/PPCCore.plugin/Contents/MacOS/PPCCore
    0x81d0000 - 0x81dcfff ADM-PNGCarbon /Applications/Adobe Photoshop
    CS2/Adobe Photoshop CS2.app/Contents/Required/ADM-PNGCarbon.plugin/
    Contents/MacOS/ADM-PNGCarbon
    0xa805000 - 0xa861fff AltiVecCore /Applications/Adobe Photoshop
    CS2/Plug-Ins/Extensions/AltiVecCore.plugin/Contents/MacOS/AltiVecCore
    0xa869000 - 0xa9bbfff com.adobe.coretech.adm 3.10x13 (3.1) /
    Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/ Required/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0xabc2000 - 0xabe8fff ASDataStream /Applications/Adobe Photoshop
    CS2/Adobe Photoshop CS2.app/Contents/Required/ASDataStream.plugin/
    Contents/MacOS/ASDataStream
    0xacbf4e0 - 0xacbf592 CFMPriv_CoreFoundation PEF binary:
    CFMPriv_CoreFoundation
    0xacbfb60 - 0xacbfbd7 CFMPriv_System PEF binary: CFMPriv_System
    0xacbfe50 - 0xacbff20 CFMPriv_CarbonSound PEF binary:
    CFMPriv_CarbonSound
    0xacbff90 - 0xacc0063 CFMPriv_CommonPanels PEF binary:
    CFMPriv_CommonPanels
    0xacc0130 - 0xacc01eb CFMPriv_Help PEF binary: CFMPriv_Help
    0xacc01f0 - 0xacc02ba CFMPriv_HIToolbox PEF binary:
    CFMPriv_HIToolbox
    0xacc0330 - 0xacc0406 CFMPriv_HTMLRendering PEF binary:
    CFMPriv_HTMLRendering
    0xacc0470 - 0xacc0543 CFMPriv_ImageCapture PEF binary:
    CFMPriv_ImageCapture
    0xacc05c0 - 0xacc06a5 CFMPriv_NavigationServices PEF binary:
    CFMPriv_NavigationServices
    0xacc0710 - 0xacc07e6 CFMPriv_OpenScriptingMacBLib PEF binary:
    CFMPriv_OpenScriptingMacBLib
    0xacc08b0 - 0xacc096e CFMPriv_Print PEF binary: CFMPriv_Print
    0xacc0980 - 0xacc0a4d CFMPriv_SecurityHI PEF binary:
    CFMPriv_SecurityHI
    0xacc0b20 - 0xacc0c02 CFMPriv_SpeechRecognition PEF binary:
    CFMPriv_SpeechRecognition
    0xacc0c70 - 0xacc0d43 CFMPriv_CarbonCore PEF binary:
    CFMPriv_CarbonCore
    0xacc0db0 - 0xacc0e83 CFMPriv_OSServices PEF binary:
    CFMPriv_OSServices
    0xacc0f50 - 0xacc1012 CFMPriv_AE PEF binary: CFMPriv_AE
    0xacc1020 - 0xacc10e5 CFMPriv_ATS PEF binary: CFMPriv_ATS
    0xacc1150 - 0xacc1227 CFMPriv_ColorSync PEF binary:
    CFMPriv_ColorSync
    0xacc12a0 - 0xacc1383 CFMPriv_FindByContent PEF binary:
    CFMPriv_FindByContent
    0xacc2fa0 - 0xacc307a CFMPriv_HIServices PEF binary:
    CFMPriv_HIServices
    0xacc3080 - 0xacc3160 CFMPriv_LangAnalysis PEF binary:
    CFMPriv_LangAnalysis
    0xacc31e0 - 0xacc32c6 CFMPriv_LaunchServices PEF binary:
    CFMPriv_LaunchServices
    0xacc3390 - 0xacc3467 CFMPriv_PrintCore PEF binary:
    CFMPriv_PrintCore
    0xacc3470 - 0xacc3532 CFMPriv_QD PEF binary: CFMPriv_QD
    0xacc3620 - 0xacc3709 CFMPriv_SpeechSynthesis PEF binary:
    CFMPriv_SpeechSynthesis
    0xad15000 - 0xad643c7 CarbonLibpwpc PEF binary: CarbonLibpwpc
    0xad91000 - 0xadc6fc3 <Unknown memory fragment> PEF binary:
    <Unknown memory fragment>
    0x182cb000 - 0x18362fff AdobeJP2K /Applications/Adobe Photoshop CS2/
    Adobe Photoshop CS2.app/Contents/Frameworks/AdobeJP2K.framework/
    Versions/A/AdobeJP2K
    0x8fe00000 - 0x8fe52fff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/
    libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.4 (???) /System/
    Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/
    Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.85 (???) /System/
    Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90895fff com.apple.CoreFoundation 6.4.11 (368.35) /
    System/Library/Frameworks/CoreFoundation.framework/Versions/A/
    CoreFoundation
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/
    Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e0000 - 0x909e2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3c000 - 0x90ac0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aea000 - 0x90b5afff com.apple.framework.IOKit 1.4.1 (???) /System/
    Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b70000 - 0x90b82fff libauto.dylib /usr/lib/libauto.dylib
    0x90b89000 - 0x90e60fff com.apple.CoreServices.CarbonCore 681.19
    (681.21) /System/Library/Frameworks/CoreServices.framework/Versions/A/
    Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x90ec6000 - 0x90f46fff com.apple.CoreServices.OSServices 4.1 /System/
    Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/
    OSServices.framework/Versions/A/OSServices
    0x90f90000 - 0x90fd2fff com.apple.CFNetwork 129.24 /System/Library/
    Frameworks/CoreServices.framework/Versions/A/Frameworks/
    CFNetwork.framework/Versions/A/CFNetwork
    0x90fe7000 - 0x90ffffff com.apple.WebServices 1.1.2 (1.1.0) /System/
    Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/
    WebServicesCore.framework/Versions/A/WebServicesCore
    0x9100f000 - 0x91090fff com.apple.SearchKit 1.0.8 /System/Library/
    Frameworks/CoreServices.framework/Versions/A/Frameworks/
    SearchKit.framework/Versions/A/SearchKit
    0x910d6000 - 0x910fffff com.apple.Metadata 10.4.4 (121.36) /System/
    Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/
    Metadata.framework/Versions/A/Metadata
    0x91110000 - 0x9111efff libz.1.dylib /usr/lib/libz.1.dylib
    0x91121000 - 0x912dcfff com.apple.security 4.6 (29770) /System/
    Library/Frameworks/Security.framework/Versions/A/Security
    0x913db000 - 0x913e4fff com.apple.DiskArbitration 2.1.2 /System/
    Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913eb000 - 0x913f3fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f7000 - 0x9141ffff com.apple.SystemConfiguration 1.8.3 /System/
    Library/Frameworks/SystemConfiguration.framework/Versions/A/
    SystemConfiguration
    0x91432000 - 0x9143dfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91442000 - 0x914bdfff com.apple.audio.CoreAudio 3.0.5 /System/
    Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fa000 - 0x914fafff com.apple.ApplicationServices 10.4 (???) /
    System/Library/Frameworks/ApplicationServices.framework/Versions/A/
    ApplicationServices
    0x914fc000 - 0x91534fff com.apple.AE 312.2 /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/AE.framework/
    Versions/A/AE
    0x9154f000 - 0x91621fff com.apple.ColorSync 4.4.13 /System/Library/
    Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
    ColorSync.framework/Versions/A/ColorSync
    0x91674000 - 0x91705fff com.apple.print.framework.PrintCore 4.6
    (177.13) /System/Library/Frameworks/ApplicationServices.framework/
    Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x9174c000 - 0x91803fff com.apple.QD 3.10.28 (???) /System/Library/
    Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
    QD.framework/Versions/A/QD
    0x91840000 - 0x9189efff com.apple.HIServices 1.5.3 (???) /System/
    Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/HIServices.framework/Versions/A/HIServices
    0x918cd000 - 0x918eefff com.apple.LangAnalysis 1.6.1 /System/Library/
    Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
    LangAnalysis.framework/Versions/A/LangAnalysis
    0x91902000 - 0x91927fff com.apple.FindByContent 1.5 /System/Library/
    Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
    FindByContent.framework/Versions/A/FindByContent
    0x9193a000 - 0x9197cfff com.apple.LaunchServices 183.1 /System/
    Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x91998000 - 0x919acfff com.apple.speech.synthesis.framework 3.3 /
    System/Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919ba000 - 0x91a00fff com.apple.ImageIO.framework 1.5.9 /System/
    Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x91a17000 - 0x91adefff libcrypto.0.9.7.dylib /usr/lib/libcrypto.
    0.9.7.dylib
    0x91b2c000 - 0x91b41fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b46000 - 0x91b64fff libJPEG.dylib /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
    Versions/A/Resources/libJPEG.dylib
    0x91b6a000 - 0x91c21fff libJP2.dylib /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
    Versions/A/Resources/libJP2.dylib
    0x91c70000 - 0x91c74fff libGIF.dylib /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
    Versions/A/Resources/libGIF.dylib
    0x91c76000 - 0x91ce0fff libRaw.dylib /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
    Versions/A/Resources/libRaw.dylib
    0x91ce5000 - 0x91d00fff libPng.dylib /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
    Versions/A/Resources/libPng.dylib
    0x91d05000 - 0x91d08fff libRadiance.dylib /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
    Versions/A/Resources/libRadiance.dylib
    0x91e17000 - 0x91e55fff libTIFF.dylib /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
    Versions/A/Resources/libTIFF.dylib
    0x91e5c000 - 0x91e5cfff com.apple.Accelerate 1.2.2 (Accelerate
    1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/
    Accelerate
    0x91e5e000 - 0x91f43fff com.apple.vImage 2.4 /System/Library/
    Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vImage.framework/Versions/A/vImage
    0x91f4b000 - 0x91f6afff com.apple.Accelerate.vecLib 3.2.2 (vecLib
    3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/
    Frameworks/vecLib.framework/Versions/A/vecLib
    0x91fd6000 - 0x92044fff libvMisc.dylib /System/Library/Frameworks/
    Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/
    A/libvMisc.dylib
    0x9204f000 - 0x920e4fff libvDSP.dylib /System/Library/Frameworks/
    Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/
    A/libvDSP.dylib
    0x920fe000 - 0x92686fff libBLAS.dylib /System/Library/Frameworks/
    Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/
    A/libBLAS.dylib
    0x926b9000 - 0x929e4fff libLAPACK.dylib /System/Library/Frameworks/
    Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/
    A/libLAPACK.dylib
    0x92a14000 - 0x92b02fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92b05000 - 0x92b8dfff com.apple.DesktopServices 1.3.7 /System/
    Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/
    DesktopServicesPriv
    0x92bce000 - 0x92e01fff com.apple.Foundation 6.4.12 (567.42) /System/
    Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f34000 - 0x92f52fff libGL.dylib /System/Library/Frameworks/
    OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f5d000 - 0x92fb7fff libGLU.dylib /System/Library/Frameworks/
    OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fd5000 - 0x92fd5fff com.apple.Carbon 10.4 (???) /System/Library/
    Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fd7000 - 0x92febfff com.apple.ImageCapture 3.0 /System/Library/
    Frameworks/Carbon.framework/Versions/A/Frameworks/
    ImageCapture.framework/Versions/A/ImageCapture
    0x93003000 - 0x93013fff com.apple.speech.recognition.framework 3.4 /
    System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x9301f000 - 0x93034fff com.apple.securityhi 2.0 (203) /System/
    Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    SecurityHI.framework/Versions/A/SecurityHI
    0x93046000 - 0x930cdfff com.apple.ink.framework 101.2 (69) /System/
    Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    Ink.framework/Versions/A/Ink
    0x930e1000 - 0x930ecfff com.apple.help 1.0.3 (32) /System/Library/
    Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/
    Versions/A/Help
    0x930f6000 - 0x93124fff com.apple.openscripting 1.2.7 (???) /System/
    Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    OpenScripting.framework/Versions/A/OpenScripting
    0x9313e000 - 0x9314dfff com.apple.print.framework.Print 5.2 (192.4) /
    System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    Print.framework/Versions/A/Print
    0x93159000 - 0x931bffff com.apple.htmlrendering 1.1.2 /System/Library/
    Frameworks/Carbon.framework/Versions/A/Frameworks/
    HTMLRendering.framework/Versions/A/HTMLRendering
    0x931f0000 - 0x9323ffff com.apple.NavigationServices 3.4.4 (3.4.3) /
    System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    NavigationServices.framework/Versions/A/NavigationServices
    0x9326d000 - 0x9328afff com.apple.audio.SoundManager 3.9 /System/
    Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    CarbonSound.framework/Versions/A/CarbonSound
    0x9329c000 - 0x932a9fff com.apple.CommonPanels 1.2.2 (73) /System/
    Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    CommonPanels.framework/Versions/A/CommonPanels
    0x932b2000 - 0x935c0fff com.apple.HIToolbox 1.4.10 (???) /System/
    Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    HIToolbox.framework/Versions/A/HIToolbox
    0x93710000 - 0x9371cfff com.apple.opengl 1.4.7 /System/Library/
    Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93795000 - 0x93795fff com.apple.Cocoa 6.4 (???) /System/Library/
    Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93797000 - 0x93dcafff com.apple.AppKit 6.4.10 (824.48) /System/
    Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94157000 - 0x941c9fff com.apple.CoreData 91 (92.1) /System/Library/
    Frameworks/CoreData.framework/Versions/A/CoreData
    0x94202000 - 0x942c7fff com.apple.audio.toolbox.AudioToolbox 1.4.7 /
    System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9431a000 - 0x9431afff com.apple.audio.units.AudioUnit 1.4 /System/
    Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9431c000 - 0x944dcfff com.apple.QuartzCore 1.4.12 /System/Library/
    Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94526000 - 0x94563fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9456b000 - 0x945bbfff libGLImage.dylib /System/Library/Frameworks/
    OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x945c4000 - 0x945ddfff com.apple.CoreVideo 1.4.2 /System/Library/
    Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9478b000 - 0x9479afff libCGATS.A.dylib /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/
    CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x947a2000 - 0x947affff libCSync.A.dylib /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/
    CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947f5000 - 0x9480efff libRIP.A.dylib /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/
    CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94815000 - 0x94b48fff com.apple.QuickTime 7.6.4 (1327.73) /System/
    Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94c30000 - 0x94ca1fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x960cc000 - 0x960e2fff libJapaneseConverter.dylib /System/Library/
    CoreServices/Encodings/libJapaneseConverter.dylib
    0x960e4000 - 0x96104fff libKoreanConverter.dylib /System/Library/
    CoreServices/Encodings/libKoreanConverter.dylib
    0x96112000 - 0x96120fff libSimplifiedChineseConverter.dylib /System/
    Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x96128000 - 0x9613bfff libTraditionalChineseConverter.dylib /System/
    Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x97b72000 - 0x97b7bfff org.twain.dsm 1.9.2 /System/Library/
    Frameworks/TWAIN.framework/Versions/A/TWAIN
    Model: PowerBook5,8, BootROM 4.9.6f0, 1 processors, PowerPC G4 (1.5),
    1.67 GHz, 2 GB
    Graphics: ATI Mobility Radeon 9700, ATY,RV360M11, AGP, 128 MB Memory Module: SODIMM0/J20STANDARD, 1 GB, DDR2 SDRAM, PC2-4200S-444 Memory Module: SODIMM1/J23REVERSED, 1 GB, DDR2 SDRAM, PC2-3200S-288
    AirPort: AirPort Extreme, 405.1 (3.90.34.0.p18)
    Modem: Jump, V.92, Version 1.0
    Bluetooth: Version 1.9.5f4, 2 service, 0 devices, 1 incoming serial ports Network Service: AirPort, AirPort, en1 PCI Card: pci106b,4318, sppci_othernetwork, SLOT-A PCI Card: TXN,PCIXXXX-00, cardbus, PC Card PCI Card: usb, usb, USB20 PCI Card: usb, usb, USB20 PCI Card: usb, ehci, USB20 Parallel ATA Device: ST910021A, 93.16 GB
    Parallel ATA Device: MATSHITADVD-R UJ-846
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/ sec, 500 mA USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to
    12 Mb/sec, 500 mA
    Any help or advice is greatly appreciated.

    Hi JGibson1, and a warm welcome to the forums!
    I am hoping that the RAM is not bad....I don't know how to determine if it is bad, but it still shows up when I check the memory.
    Boot off your original Install Disk while holding down the Option key at bootup to select AHT then run the extended Apple Hardware Test. Some models have a separate AHT CD.
    The Memory test can really only be trusted if it finds a problem, not if it doesn't find a problem.
    Memtest OS X...
    http://www.memtestosx.org/joomla/index.php
    Rember is a freeware GUI for the memtest ...
    http://tech.kateva.org/2005/10/rember-freeware-memory-test-utility.html
    One way to test is to Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, Does PShop open in Safe Mode...
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive
    Reboot, test again.
    If it only does it in Regular Boot, then it could be some hardware problem like Video card, (Quartz is turned off in Safe Mode), or Airport in 10.4 & below, or 3rd party add-on, Check System Preferences>Accounts>Login Items window to see if it or something relevant is listed.
    Check the System Preferences>Other Row, for 3rd party Pref Panes.

  • Interactive Form - How to make fields read-only through the code?

    Simple question but i can't seem to figure out how to do it. I have an interactive form that have editable fields. How do I toggle fields to make some of them read-only through the code. Please provide cold sample. thanks a lot.

    <b>Nagarajan Kumarappan:</b>
    I know how to do that but that's setting the value at design time. Mine has to be done at runtime(when the page loads) because there are a lot of condidtions determining which fields should be and should not be readonly. therefore I have to do in the code. Any by saying code I mean Java not java script or formcal.
    <b>kushagra mittal:</b>
    are you talking about regular webdynpro input fields? I am asking for that. I am talking about input fields inside my adobe interactive form embedded on the webdynpro page.
    I think what needs to be done is to disable context attributes like Nagarajan Kumarappan suggested but do that through Java which I don't see any tutorials show that.
    still looking for help.

  • Null pointer exception in native code

    Hi
    We are running JRockit 1.4.2 and we are having a lot of crashes recently. All of them have this error
    Error Message: Null pointer exception in native code
    Signal info : si_signo=11, si_code=1
    but the location of the crash differs. Our last one occured in java.util.Hashmap.get(). Another common element is that they appear to occur after deserialisation.
    Has anyone else had similar problems?
    Any help much appreciated.
    Thanks,
    Dave
    Thread Stack Trace:
    at java/util/HashMap.get(Optimized Method)@0x1c9b350
    at java/io/ObjectStreamClass.lookup(Optimized Method)@0x7e6fbde
    at java/io/ObjectStreamClass.initProxy(Unknown Source)@0x5feef04
    at java/io/ObjectInputStream.readProxyDesc(Optimized Method)@0xaa7b0ec
    at java/io/ObjectInputStream.readObject(Optimized Method)@0xa7bee63
    at java/rmi/MarshalledObject.get(Optimized Method)@0xbfe238c
    at org/jnp/interfaces/MarshalledValuePair.get(MarshalledValuePair.java:28)@0x263b571
    at org/jnp/interfaces/NamingContext.lookup(Optimized Method)@0xb08cfe1
    at org/jnp/interfaces/NamingContext.lookup(Optimized Method)@0xbf57275

    Thanks for the reply.
    The version is
    BEA WebLogic JRockit(TM) 1.4.2_04 JVM (build ari-29212-20040415-1332-linux-ia32, Native Threads, GC strategy: parallel)
    I have opened a support case but here is the contents of the dump file. Thanks again for any help.
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 2 days, 03:50:51 on Tue Jan 18 22:27:28 2005
    Additional information is available in:
    /home/ebask11/rel_15_59912-jb-3.2.3-2.19/bin/jrockit.26704.dump
    /home/ebask11/rel_15_59912-jb-3.2.3-2.19/bin/core
    Please send the file(s), information about your system
    setup and the program you were running to [email protected]. Thank you.
    Error Message: Null pointer exception in native code
    Signal info : si_signo=11, si_code=1
    Version : BEA WebLogic JRockit(TM) 1.4.2_04 JVM ari-29212-20040415-1332-linux-ia32
    Threads / GC : Native Threads, GC strategy: parallel
    : mmHeap->data = 0x20000000, mmHeap->top = 0x40000000
    : mmStartCompaction = 0x20000000, mmEndCompaction = 0x22800000
    Number CPUs : 2
    Tot Phys Mem : 4107608064
    OS version : Red Hat Linux release 7.3 (Valhalla)
    Linux version 2.4.22ow1np-ht (root@devbgb0211) (gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110)) #8 SMP Mon Oct 13 19:54:55 GMT 2003
    State : JVM is running
    Command Line : -Djava.class.path=. -Djava.security.manager=java.rmi.RMISecurityManager -Xmx512m -Xms512m -Djmx.host=prdlog2 -Duser.timezone=GMT -Dprogram.name=run.sh -Djava.class.path=/home/ebask11/live_jboss/server/default/syslib:/home/ebask11/live_jboss/server/default/syslib/jce.zip:/home/ebask11/live_jboss/bin/run.jar:/usr/java/bea/jdk/1.4.2/lib/tools.jar -Dsun.java.command=org.jboss.Main -c default
    Environment : JAVA_HOME=/usr/java/bea/jdk/1.4.2, java.home=/usr/java/bea/jdk/1.4.2/jre, java.class.path=/home/ebask11/live_jboss/server/default/syslib:/home/ebask11/live_jboss/server/default/syslib/jce.zip:/home/ebask11/live_jboss/bin/run.jar:/usr/java/bea/jdk/1.4.2/lib/tools.jar, java.library.path=/usr/java/bea/jdk/1.4.2/jre/lib/i386/jrockit:/usr/java/bea/jdk/1.4.2/jre/lib/i386:/usr/java/bea/jdk/1.4.2/jre/../lib/i386
    C Heap : Good; no memory allocations have failed
    Registers:
    EAX = 33115950 EBX = 25252a50
    ECX = 00000002 EDX = 200da968
    ESI = 21aba548 EDI = 21aba548
    ESP = 0ac20000 EIP = 00000000
    EBP = 21aba548 EFL = 00010206
    CS = 0023 DS = 002b ES = 002b
    SS = 002b FS = 0357 GS = 0357
    Stack:
    0ac20000 :01c9b350 200da968 200da970 200da930 200da920 07e6fbde
    0ac20018 :2233ff08 0adc6cb8 200da936 00000000 00000000 21aba548
    0ac20030 :00000000 25a3c710 24f42f30 200da920 05feef04 21aba548
    0ac20048 :00000000 200f35d8 0aa7b0ec 00000000 271a5318 00000000
    0ac20060 :00000010 00000000 24f19bc8 24f19590 271a5318 0adc6cb8
    0ac20078 :271a5368 245b2710 271a5318 00000001 00000000 200f35d8
    0ac20090 :24f42f30 00000000 21aba548 00000000 00000000 0adc6cb8
    0ac200a8 :0a7bee63 24f1a3b0 00000000 0aa8003e 24f19d78 245b2710
    0ac200c0 :24f1a3f0 0adc6cb8 0b0df368 00000001 24f19d10 ffffffff
    0ac200d8 :24f19cc8 24f19d10 0bfe238c 00000003 205e68f8 245b2710
    0ac200f0 :245b2710 245b26f8 245b1e70 00000000 0b08d69b 00000000
    0ac20108 :205e1590 245b1e70 24f14a70 24f14428 24f144e0 24f14740
    0ac20120 :0000000a 24f14428 0bf57275 00000003 0aa7712b 00000030
    0ac20138 :258174e0 0adc6cb8 00000000 24f13fe0 00000000 258339f8
    0ac20150 :87effc53 00000101 0378e84b 258174e0 0378e525 24f13fe0
    0ac20168 :2585f4e8 2585f4e8 0378e21d 2a280920 24f13fe0 00000001
    0ac20180 :24f128a8 00000000 00000000 2585f4e8 24ed15c8 0378db6f
    0ac20198 :24ed1598 24ed16a0 05ed9299 24ed1730 20085640 24ed15c8
    0ac201b0 :24eb9bc0 00000000 24ed1730 24e9c5a0 24ed15c8 00000000
    0ac201c8 :24eb9b80 391182e8 24e9c5b0 00000000 391182e8 08006231
    0ac201e0 :00000000 24e9c5a0 24e9c5b0 08005bea 00000000 24e9c5a0
    0ac201f8 :24e9c5b0 31a26218 24ec68e8 00000027 0adc6cb8 0000001d
    0ac20210 :00000000 24e9c5a0 24ec6848 27986b80 24e9c5a0 24e9c5b0
    0ac20228 :27968208 24e9c5a0 24e9c5a0 31a263b0 0800fe11 24e9c5b0
    0ac20240 :368dd1e0 24e9c5b0 24e9c5a0 00c448bc 04ab64f4 24e9c5b0
    0ac20258 :0470ae51 24e9c5b0 24ec62e8 ffffffff 24e9c5b0 368dd1e0
    0ac20270 :ffffffff 00000002 3196a2f8 24e9c5a0 24eb9440 0bd5d31a
    0ac20288 :24e9c5b0 24eb9440 0bfa0e4a 24e9c5b0 24e9c5a0 24e9c5b0
    0ac202a0 :03fb5c09 24e9c5b0 24ec6238 00000000 00000000 00000000
    0ac202b8 :00000000 22921d98 24ec6368 25a3c710 03fbdb83 24e9c5b0
    0ac202d0 :03fbdb67 24e9c5b0 0c9ff12c 0adc6cb8 27a28c98 042e5528
    0ac202e8 :00000000 24ec6368 24ec6368 0c0b7c86 24e9c5b0 03fbda44
    0ac20300 :24e9c5a0 24e9c5b0 24e9c5a0 24eb9440 24e9c5a0 24eb9440
    0ac20318 :04ab631e 24e9c5b0 24e9c5b0 368eb0c8 254cd0b0 24e9c5a0
    0ac20330 :24e9c5a0 24eb9440 0bfa0f23 24e9c5b0 24eb9440 24e9c5b0
    0ac20348 :0adc6d44 24e9c5b0 368eb0c8 368eb0c8 368eb0c8 368eb0c8
    0ac20360 :368eb0c8 22921d98 24eb9610 25a3c710 03fbdb83 24e9c5b0
    0ac20378 :03fbdb67 24e9c5b0 0c9ff12c 0adc6cb8 254c4c70 00000000
    0ac20390 :00000000 24eb9610 24eb9610 0c0b7c86 24e9c5b0 03fbda44
    0ac203a8 :24e9c5a0 24e9c5b0 24e9c5a0 24eb9440 00000000 00000001
    0ac203c0 :03fbcc0d 24e9c5b0 07fbaf2f 00000000 24eb9440 3196a3f8
    0ac203d8 :3196a070 24e9c5a0 00000000 24e9c5b0 368dd1e0 24e9c5b0
    0ac203f0 :24e44550 24798b78 00000101 87effc52 00000000 3196a268
    0ac20408 :07fbc349 24e44550 24eb9430 24eb9430 24e44550 02787424
    0ac20420 :24e44550 3196a070 24798b78 0bf9dde1 24e44550 03fbc71d
    0ac20438 :24e44550 24e44550 24e9c698 2f5c12c0 2f5c1cd8 00000004
    0ac20450 :2f5c14a8 07fbc349 24e44550 24e9cc48 00000000 2f5c1d38
    0ac20468 :03fbc428 24e44550 24798b78 24e9cc48 24e44550 00000004
    0ac20480 :2f5c14a8 07fbc371 24e44550 24e9cc48 00000004 09bc5570
    0ac20498 :03fb98ad 24e44550 200a4008 3419b0e0 00000000 24e9c698
    0ac204b0 :24798b78 24e44550 24798b78 24e44550 24e9cc48 319fd4e0
    0ac204c8 :00000004 2f5c14a8 07fbc371 24e44550 24e9cc48 24798b78
    0ac204e0 :24798b78 03fb8a7a 24e44550 3419f128 24e9cc48 24e44550
    0ac204f8 :00000004 2f5c14a8 07fbc371 24e44550 24e9cc48 31a34d88
    0ac20510 :00000101 03fb8934 24e44550 24798b78 87effc52 24e9cc48
    0ac20528 :00000004 2f5c14a8 07fbc371 24e44550 24e9cc48 24e9cc48
    0ac20540 :24e44550 02787424 24e44550 2f5c12c0 24e44550 0bf9dde1
    0ac20558 :24e44550 03fb8875 24e44550 24798b78 00000000 2f5c12c0
    0ac20570 :0bf23542 24e44550 0adc6cb8 22961f38 24798b78 24e9c5c8
    0ac20588 :25a3c710 25a3c710 22921d98 24e44550 00000004 229629e0
    0ac205a0 :07fbc349 24e44550 24e9c688 24798b78 24e44550 0bf2376a
    0ac205b8 :24e44550 00000000 229496f0 00000004 229629e0 07fbc371
    0ac205d0 :24e44550 24e9c688 24e44550 0280d39c 0278d370 24e44550
    0ac205e8 :00000040 24798b78 27f4b688 00000030 229490a0 00000004
    0ac20600 :229629e0 07fbc371 24e44550 24e9c688 3196a070 00000000
    0ac20618 :0bfa040d 24e44550 00000000 00000000 0ad52e9c 22965b90
    0ac20630 :24798b78 00000008 00000000 200c7480 00000000 000e3274
    0ac20648 :00000000 00000000 24798b78 24e44550 24e9c688 00000004
    0ac20660 :229629e0 07fbc371 24e44550 24e9c688 00000004 24e9c688
    0ac20678 :0bf9c372 24e44550 0adc6cb8 25a3c710 00000019 228a5da0
    0ac20690 :00000101 87effc52 01c9b3aa 7025a84b 229127d8 22911f18
    0ac206a8 :229127d8 0bf9e5eb 0adc6cb8 22965b90 24798b78 246934c8
    0ac206c0 :22962a40 24e44550 00000000 00000004 229629e0 07fbc371
    0ac206d8 :24e44550 24e9c688 24e9c688 24e44550 02787424 24e44550
    0ac206f0 :22961f38 0233875c 0bf9dde1 24e44550 02787686 24e44550
    0ac20708 :24798b78 24e44550 22917728 00000000 22912938 07fbc349
    0ac20720 :24e44550 24e9c590 24e9c590 24e44550 02787424 24e44550
    0ac20738 :247963d8 24798b78 0bf9dde1 24e44550 0275384d 24e44550
    0ac20750 :24791f18 24e44550 24e44550 2298ae60 24791348 24791f18
    0ac20768 :0000000a 247963d8 0bf987e2 24791f18 24798b60 0adc6cb8
    0ac20780 :24791348 247912c8 00000055 0adc6cb8 24791b38 24796468
    0ac20798 :247919e0 24791f18 24791348 22981450 24e11ad0 2298d1e0
    0ac207b0 :247912c8 247912c8 0adc6cb8 0bf993f2 24e11ad0 247912c8
    0ac207c8 :24e11b10 0000000d 07cbea65 00000000 0ad52e9c 25a3c710
    0ac207e0 :24e11ad0 247912c8 247912b0 22981450 41ed8d4e 00000002
    0ac207f8 :22981d60 25a3c710 25a3c6e8 22981450 02751c10 24e11ad0
    Code:
    Loaded modules:
    (* denotes the module causing the exception)
    0x08048000-0x0804cd66 /usr/java/bea/jdk/1.4.2/bin/java
    0x00127000-0x0013343a /lib/i686/libpthread.so.0
    0x0013c000-0x0015ca02 /lib/i686/libm.so.6
    0x0015e000-0x0015fbac /lib/libdl.so.2
    0x42000000-0x4212b962 /lib/i686/libc.so.6
    0x00161000-0x003293cf /usr/java/bea/jdk/1.4.2/jre/lib/i386/jrockit/libjvm.so
    0x003c7000-0x003cff0d /lib/libnss_files.so.2
    0x00c29000-0x00c29ffa /usr/lib/gconv/ISO8859-1.so
    0x00c2b000-0x00c3afa5 /usr/java/bea/jdk/1.4.2/jre/lib/i386/libverify.so
    0x01211000-0x012309cf /usr/java/bea/jdk/1.4.2/jre/lib/i386/libjava.so
    0x01233000-0x0124485a /lib/libnsl.so.1
    0x01505000-0x0150e012 /lib/libnss_nisplus.so.2
    0x01625000-0x01627c71 /lib/libnss_dns.so.2
    0x01b0e000-0x01b1b990 /lib/libresolv.so.2
    0x00ddc000-0x00ddc6e9 /usr/java/bea/jdk/1.4.2/jre/lib/i386/librmi.so
    0x0196e000-0x019715c1 /usr/java/bea/jdk/1.4.2/jre/lib/i386/libioser12.so
    Java Thread ID = 0x00003500, lastJavaFrame = (nil), Name = TP-Processor32
    Thread Stack Trace:
    at java/util/HashMap.get(Optimized Method)@0x1c9b350
    at java/io/ObjectStreamClass.lookup(Optimized Method)@0x7e6fbde
    at java/io/ObjectStreamClass.initProxy(Unknown Source)@0x5feef04
    at java/io/ObjectInputStream.readProxyDesc(Optimized Method)@0xaa7b0ec
    at java/io/ObjectInputStream.readObject(Optimized Method)@0xa7bee63
    at java/rmi/MarshalledObject.get(Optimized Method)@0xbfe238c
    at org/jnp/interfaces/MarshalledValuePair.get(MarshalledValuePair.java:28)@0x263b571
    at org/jnp/interfaces/NamingContext.lookup(Optimized Method)@0xb08cfe1
    at org/jnp/interfaces/NamingContext.lookup(Optimized Method)@0xbf57275
    at javax/naming/InitialContext.lookup(Optimized Method)@0xaa7712b
    at com/lastminute/ebasket/basket/JNDIHostedEJBObjectsFactory.lookupBasketHome(JNDIHostedEJBObjectsFactory.java:352)@0x378e84b
    at com/lastminute/ebasket/basket/JNDIHostedEJBObjectsFactory.findBasket(JNDIHostedEJBObjectsFactory.java:310)@0x378e21d
    at com/lastminute/ebasket/basket/JNDIHostedEJBObjectsFactory.findBasket(JNDIHostedEJBObjectsFactory.java:250)@0x378db6f
    at com/lastminute/ebasketx/ui/servlet/AddToBasketAction.perform(AddToBasketAction.java:101)@0x5ed9299
    at org/apache/struts/action/Action.execute(Optimized Method)@0x8006231
    at org/apache/struts/action/RequestProcessor.processActionPerform(RequestProcessor.java:484)@0x5ed8fe1
    at org/apache/struts/action/RequestProcessor.process(Optimized Method)@0x8004b71
    at org/apache/struts/action/ActionServlet.process(Optimized Method)@0x800fe11
    at org/apache/struts/action/ActionServlet.doGet(ActionServlet.java:507)@0x4ab64f4
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:740)@0x470ae51
    at javax/servlet/http/HttpServlet.service(Optimized Method)@0xbd5d31a
    at org/apache/catalina/core/ApplicationFilterChain.internalDoFilter(Optimized Method)@0xbfa0e4a
    at org/apache/catalina/core/ApplicationFilterChain.access$000(ApplicationFilterChain.java:98)@0x3fbdb83
    at org/apache/catalina/core/ApplicationFilterChain$1.run(ApplicationFilterChain.java:176)@0x3fbdb67
    at jrockit/vm/AccessController.do_privileged_exc(Optimized Method)@0xc9ff12c
    at jrockit/vm/AccessController.doPrivileged(Optimized Method)@0xc0b7c86
    at org/apache/catalina/core/ApplicationFilterChain.doFilter(ApplicationFilterChain.java:172)@0x3fbda44
    at com/lastminute/ebasketx/ui/helper/SessionFilter.doFilter(SessionFilter.java:56)@0x4ab631e
    at org/apache/catalina/core/ApplicationFilterChain.internalDoFilter(Optimized Method)@0xbfa0f23
    at org/apache/catalina/core/ApplicationFilterChain.access$000(ApplicationFilterChain.java:98)@0x3fbdb83
    at org/apache/catalina/core/ApplicationFilterChain$1.run(ApplicationFilterChain.java:176)@0x3fbdb67
    at jrockit/vm/AccessController.do_privileged_exc(Optimized Method)@0xc9ff12c
    at jrockit/vm/AccessController.doPrivileged(Optimized Method)@0xc0b7c86
    at org/apache/catalina/core/ApplicationFilterChain.doFilter(ApplicationFilterChain.java:172)@0x3fbda44
    at org/apache/catalina/core/StandardWrapperValve.invoke(StandardWrapperValve.java:256)@0x3fbcc0d
    at org/apache/catalina/core/StandardPipeline$StandardPipelineValveContext.invokeNext(Optimized Method)@0x7fbc349
    at org/apache/catalina/core/StandardPipeline.invoke(StandardPipeline.java:480)@0x2787424
    at org/apache/catalina/core/ContainerBase.invoke(Optimized Method)@0xbf9dde1
    at org/apache/catalina/core/StandardContextValve.invoke(StandardContextValve.java:191)@0x3fbc71d
    at org/apache/catalina/core/StandardPipeline$StandardPipelineValveContext.invokeNext(Optimized Method)@0x7fbc349
    at org/jboss/web/tomcat/security/JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:220)@0x3fbc428
    at org/apache/catalina/core/StandardPipeline$StandardPipelineValveContext.invokeNext(Optimized Method)@0x7fbc371
    at org/apache/catalina/authenticator/AuthenticatorBase.invoke(AuthenticatorBase.java:494)@0x3fb98ad
    at org/apache/catalina/core/StandardPipeline$StandardPipelineValveContext.invokeNext(Optimized Method)@0x7fbc371
    at org/apache/catalina/valves/CertificatesValve.invoke(CertificatesValve.java:246)@0x3fb8a7a
    at org/apache/catalina/core/StandardPipeline$StandardPipelineValveContext.invokeNext(Optimized Method)@0x7fbc371
    at org/jboss/web/tomcat/tc4/statistics/ContainerStatsValve.invoke(ContainerStatsValve.java:76)@0x3fb8934
    at org/apache/catalina/core/StandardPipeline$StandardPipelineValveContext.invokeNext(Optimized Method)@0x7fbc371
    at org/apache/catalina/core/StandardPipeline.invoke(StandardPipeline.java:480)@0x2787424
    at org/apache/catalina/core/ContainerBase.invoke(Optimized Method)@0xbf9dde1
    at org/apache/catalina/core/StandardContext.invoke(StandardContext.java:2417)@0x3fb8875
    at org/apache/catalina/core/StandardHostValve.invoke(Optimized Method)@0xbf23542
    at org/apache/catalina/core/StandardPipeline$StandardPipelineValveContext.invokeNext(Optimized Method)@0x7fbc349
    at org/apache/catalina/valves/ErrorDispatcherValve.invoke(Optimized Method)@0xbf2376a
    at org/apache/catalina/core/StandardPipeline$StandardPipelineValveContext.invokeNext(Optimized Method)@0x7fbc371
    at org/apache/catalina/valves/ErrorReportValve.invoke(ErrorReportValve.java:172)@0x278d370
    at org/apache/catalina/core/StandardPipeline$StandardPipelineValveContext.invokeNext(Optimized Method)@0x7fbc371
    at org/jboss/web/tomcat/security/SecurityAssociationValve.invoke(Optimized Method)@0xbfa040d
    at org/apache/catalina/core/StandardPipeline$StandardPipelineValveContext.invokeNext(Optimized Method)@0x7fbc371
    at org/apache/catalina/valves/AccessLogValve.invoke(Optimized Method)@0xbf9c372
    at org/apache/catalina/core/StandardPipeline$StandardPipelineValveContext.invokeNext(Optimized Method)@0x7fbc371
    at org/apache/catalina/core/StandardPipeline.invoke(StandardPipeline.java:480)@0x2787424
    at org/apache/catalina/core/ContainerBase.invoke(Optimized Method)@0xbf9dde1
    at org/apache/catalina/core/StandardEngineValve.invoke(StandardEngineValve.java:174)@0x2787686
    at org/apache/catalina/core/StandardPipeline$StandardPipelineValveContext.invokeNext(Optimized Method)@0x7fbc349
    at org/apache/catalina/core/StandardPipeline.invoke(StandardPipeline.java:480)@0x2787424
    at org/apache/catalina/core/ContainerBase.invoke(Optimized Method)@0xbf9dde1
    at org/apache/coyote/tomcat4/CoyoteAdapter.service(CoyoteAdapter.java:197)@0x275384d
    at org/apache/jk/server/JkCoyoteHandler.invoke(Optimized Method)@0xbf987e2
    at org/apache/jk/common/HandlerRequest.invoke(Optimized Method)@0xbf993f2
    at org/apache/jk/common/ChannelSocket.invoke(ChannelSocket.java:673)@0x2751c10
    at org/apache/jk/common/ChannelSocket.processConnection(Optimized Method)@0x7fb5e35
    at org/apache/jk/common/SocketConnection.runIt(Optimized Method)@0xbf99f01
    at org/apache/tomcat/util/threads/ThreadPool$ControlRunnable.run(ThreadPool.java:677)@0x224f434
    at java/lang/Thread.run(Optimized Method)@0x7e7473a
    at java/lang/Thread.startThreadFromVM(Optimized Method)@0x1c9c0da
    --- End of stack trace
    Additional information is available in:
    /home/ebask11/rel_15_59912-jb-3.2.3-2.19/bin/jrockit.26704.dump
    /home/ebask11/rel_15_59912-jb-3.2.3-2.19/bin/core
    Please send the file(s), information about your system
    setup and the program you were running to [email protected]. Thank you.

  • Null pointer exception in native code. error 52 in Weblogic8.1

    Hi all,
    I'm using WLS 8.1SP5 with 1.4.2_08 and having this dump once a day, when people is working. I tryed google, but no luck. Can someone can help please?
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 5 days, 00:39:42 on Mon Oct 01 16:59:00 2007
    Additional information is available in:
    D:\web\bea\user_projects\domains\APIA_Prod\jrockit.2188.dump
    D:\web\bea\user_projects\domains\APIA_Prod\jrockit.2188.mdmp
    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 code: 52
    Error Message: Null pointer exception in native code
    Version : BEA WebLogic JRockit(TM) 1.4.2_08 JVM R24.5.0-61 ari-49095-20050826-1856-win-ia32
    Threads / GC : Native Threads, GC strategy: parallel
    : mmHeap->data = 0x00B60000, mmHeap->top = 0x40B60000
    : mmStartCompaction = 0x1EB60000, mmEndCompaction = 0x23B60000
    CPU : Intel Pentium 4 (HT)
    Number CPUs : 8
    Tot Phys Mem : 4025999360
    OS version : Microsoft Windows Server 2003 Service Pack 1 (Build 3790)
    State : JVM is shutting down
    Command Line : -Djava.class.path=.;C:\Program Files\Java\j2re1.4.2_05;C:\Program Files\Java\j2re1.4.2_05\lib;C:\Program Files\Java\j2re1.4.2_05\lib\tools.jar -Djrockit.launcher.type=jrockit.shipment -Xms1024m -Xmx1024m -Xgc:parallel -Xcleartype:local -Dweblogic.management.server=http://10.128.12.23:7001 -Dbea.home=D:\web\bea -Dweblogic.RootDirectory=D:\web\bea\user_projects\domains\APIA_Prod -Djava.class.path=.;D:\web\bea\jdk142_08\lib\tools.jar;D:\web\bea\WEBLOG~1\server\lib\weblogic_sp.jar;D:\web\bea\WEBLOG~1\server\lib\weblogic.jar -Djava.security.policy==D:\web\bea\WEBLOG~1\server\lib\weblogic.policy -Dweblogic.Name=Apia_Svr1 -Dweblogic.system.BootIdentityFile=D:\web\bea\WEBLOG~1\common\nodemanager\NodeManagerLogs\NodeManagerInternal\bootFile_APIA_Prod_Apia_Svr1 -Dweblogic.system.NodeManagerBoot=true -Dweblogic.system.NodeManagerAddress=null::5555 -Dweblogic.nodemanager.ServerStartTime=1190834358456 -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.ReverseDNSAllowed=false -Dsun.java.command=weblogic.Server
    Environment : JAVA_HOME=C:\Program Files\Java\j2re1.4.2_05, java.home=d:\web\bea\jrockit81sp5_142_08\jre, java.class.path=.;D:\web\bea\jdk142_08\lib\tools.jar;D:\web\bea\WEBLOG~1\server\lib\weblogic_sp.jar;D:\web\bea\WEBLOG~1\server\lib\weblogic.jar, java.library.path=d:\web\bea\jrockit81sp5_142_08\bin;.;C:\WINDOWS\system32;C:\WINDOWS;D:\web\bea\WEBLOG~1\server\bin;D:\web\bea\jdk142_08\bin;D:\web\bea\jdk142_08\jre\bin;C:\Program Files\VERITAS\NetBackup\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Java\j2re1.4.2_05\bin
    C Heap : Good; no memory allocations have failed
    Registers (from context struct at 0x41D6F488/0x41D6F5A4):
    Converted EIP: 41eafe45
    EAX = 00001e90 EBX = 009db42c
    ECX = 003c1e90 EDX = 00000000
    ESI = 71c14280 EDI = 00000000
    EIP = 41eafe45 ESP = 41d6f870
    EBP = 41d6f880 EFL = 00010a03
    CS = 001b DS = 0023 ES = 0023
    SS = 0023 FS = 003b GS = 0000
    Stack:
    41d6f870 :00000000 00000000 003c95a8 003c1e90 00000000 004e91e1
    41d6f888 :0000008f 00000000 41d6f8c4 009db42c 00000001 00000000
    41d6f8a0 :41b802e0 4cfa3940 012b5068 4d87a5cc 012b5068 00000000
    41d6f8b8 :012b5068 41b81710 4ccfcdda 009b9ba8 004e9244 012b5310
    41d6f8d0 :0054deca 012b5315 4ccfc945 0000008f 50a0f1e8 009db42c
    41d6f8e8 :00000000 012b5258 4ccfcb33 012b5315 0000008f 012b5258
    41d6f900 :4ccfca44 012b525d 00000000 009b9ba8 41d6f918 41b823f8
    41d6f918 :4ccfc980 00553ff5 ffffffff 00000010 00000000 41d6f9e4
    41d6f930 :4d1126e8 009b9c34 41d6fa48 41d6f978 009b9c34 437faab0
    41d6f948 :fffffffe 00000002 fffffffe 00000000 41d6f978 00570b50
    41d6f960 :00000000 009b9ba8 00090000 009b9c34 00000001 7c8302e7
    41d6f978 :00000000 00570b50 fffffff8 00000001 0000008f 0000008c
    41d6f990 :437faaf0 00000000 00000000 00000000 00000000 41d6f918
    41d6f9a8 :41b823c0 ffffffff 437f9fc0 437faab0 009b9c34 4ccfc980
    41d6f9c0 :0000008f 41d6f918 00000001 00000001 00000010 00000000
    41d6f9d8 :00000000 41d6f918 009b9c34 009b9ba8 00533bb1 009b9c34
    41d6f9f0 :50a0f1b8 4d1126e8 00000000 41d6fa44 005539c0 41d6fa48
    41d6fa08 :009b9ba8 437f9fc0 41d6fa50 009b9c34 0059065c 50a0f1b8
    41d6fa20 :00535583 009b9c34 437faab0 00000000 41d6fa44 005539c0
    41d6fa38 :00000001 41d6fa48 00533729 41d6fa68 00000000 00000000
    41d6fa50 :0000008f 00569db2 009b9c34 437f9fd4 437faab0 0000008f
    41d6fa68 :009b9ba8 009b9c34 0000000f 00000002 00569ef7 0000008f
    41d6fa80 :009b9ba8 0056a38d 009b9ba8 009b9ba8 41d6ff80 009b9ba8
    41d6fa98 :7ffde000 009b9c34 41d6ff98 00525ca0 00572cf0 00000000
    41d6fab0 :00000000 00000000 00000000 00000000 00000000 00000000
    41d6fac8 :00000000 00000000 00000000 00000000 00000000 00000000
    41d6fae0 :00030178 00000269 00000000 00000000 00000000 00000000
    41d6faf8 :00000000 00000000 00000000 00000000 00000000 00000000
    41d6fb10 :00000000 00000000 00000000 00000000 00000000 00000000
    41d6fb28 :00000000 00000000 00037c28 00000000 00000000 00000000
    41d6fb40 :00000000 00000013 00000000 00037c20 00030168 00000042
    41d6fb58 :00037c20 00000013 00030178 00000000 00000098 00000000
    41d6fb70 :00030000 009d6850 00000210 4100fbbc 00000098 4100f980
    41d6fb88 :00380000 41d6f988 00000000 41d6fbd4 7c82f680 7c82fb28
    41d6fba0 :ffffffff 7c82fb23 7c3423aa 771f123c 00000000 00000002
    41d6fbb8 :771f0000 41d6fc10 00095e70 00000001 00000000 41d6fca8
    41d6fbd0 :771f46c9 771f1240 ffffffff 771f123c 771f11e8 771f0000
    41d6fbe8 :00000002 00000000 00000000 41d6fc10 00000001 41d6fc1c
    41d6fc00 :7c82257a 771f0000 00000001 00000000 00000001 00000000
    41d6fc18 :00097f98 00000001 00000000 41d6fcb8 7c81a81b 7c889d94
    41d6fc30 :7c81b26f 00000000 7ffdc000 00000000 00000000 00000000
    41d6fc48 :00000000 00000000 00000000 00000000 00000000 00000000
    41d6fc60 :00000000 00000024 00000001 00000000 00000000 00000070
    41d6fc78 :ffffffff ffffffff 7c81a7dc 7c81a7a4 00000000 00000000
    41d6fc90 :00097f98 771f11a0 00000418 000000f5 009dc120 41d6fecc
    41d6fca8 :7c82fda6 7c82fb23 0000040c 0000040c 009b9ba8 7c822054
    41d6fcc0 :7c81b23f 41d6fd28 00000000 009dbad8 00000000 00000000
    41d6fcd8 :00000000 00000000 00000000 00000000 00000000 00000000
    41d6fcf0 :00000000 00000000 00000000 41d6fcc4 00000000 41d6fff4
    41d6fd08 :7c82f680 009dc530 ffffffff 7c81b23f 7c8211b4 0000000c
    41d6fd20 :41d6fd28 00000001 00010017 00000000 00000000 00380178
    41d6fd38 :00000000 00000000 00000000 00000005 f7547000 0000010d
    41d6fd50 :000007ff 00000001 624e4d43 00000060 ae19faa4 009dc120
    41d6fd68 :e4d11360 e24e4d43 00000005 0000000e e310e008 ffffffff
    41d6fd80 :3b9aca07 e33dd7e8 3b9aca07 3b9aca07 00380178 1a30eb0a
    41d6fd98 :009dc538 8093d69b 009d99e8 00000000 00380178 c0000034
    41d6fdb0 :808ad480 00000000 00000038 009d99f0 00000023 00000000
    41d6fdc8 :00000000 009dbad8 00000000 00000000 0056f660 00000000
    41d6fde0 :77e6b5f3 0000001b 00000200 41d6fffc 00000023 00000698
    41d6fdf8 :0000076a e47bbbf0 00000090 00000006 00000005 f7547000
    41d6fe10 :ae19fbd4 e131ec08 ae19fbd8 d3f0fe22 d3f0fe22 000000f5
    41d6fe28 :8093cb16 e131ec08 e105bf1c 00000025 ae19fbd0 009d99f0
    41d6fe40 :e105bfb0 ae19fbd4 8093cb6e 3b9aca07 e131ec08 8083a8f5
    41d6fe58 :00000000 00000000 80a78be3 badb0d00 80010031 00000005
    41d6fe70 :009dc120 00000005 c0502000 009dccd8 77ce8221 00000083
    41d6fe88 :00000000 009dc118 ae19fba8 00000418 009dc118 009dc120
    41d6fea0 :00380178 00000001 00000418 0000ad58 00380000 41d6fcb0
    41d6feb8 :f772fa00 41d6fefc 7c82f680 7c82fb28 ffffffff 7c82fb23
    41d6fed0 :7c3416b3 00380000 00000000 7c3416b8 0000040c 00000000
    41d6fee8 :009b9ba8 ffffffff 41d6ff3c 41d6fee0 41d6ff40 41d6ff98
    41d6ff00 :7c34240d 7c37a2a8 ffffffff 7c3416b8 7c3416db 0000040c
    41d6ff18 :7c3416f8 0000040c 00000000 00504b4d 0000040c 0107e577
    41d6ff30 :41d6ff6c 0057de91 009b9ba8 009b9ba8 00003000 00000140
    41d6ff48 :41d6ff64 41d6ffa0 0056f1f9 41c70000 00003000 009b9ba8
    41d6ff60 :009db8b0 009b9ba8 0056e9c2 7c821dd4 009b9ba8 009b9ba8
    41d6ff78 :009b9ba8 00572ce9 41d6ffa0 00572ded 77e6eccd 009dbad8
    41d6ff90 :009dbad8 7ffde000 41d6ffdc 00525ca0 41d6ffec 0056f6c7
    41d6ffa8 :009b9ba8 00000000 00000000 00000740 009dbaf4 77e6608b
    41d6ffc0 :00000740 00000000 00000000 009dbad8 c9792963 41d6ffc4
    41d6ffd8 :000d4193 ffffffff 77e6b7d0 77e66098 00000000 00000000
    Code:
    41eafd45 :00000000 00000000 00000000 00000000 00000000 00000000
    41eafd5d :00000000 00000000 ff4e4be0 00ffffff 007ffdc0 00000000
    41eafd75 :34001590 0041eafd 98000000 d041eaff 0077e6b7 0077e6bb
    41eafd8d :a4000000 4241eafd 2877e6ba ff000007 00ffffff 68000000
    41eafda5 :0c41d6f8 280056e6 ff000007 0fffffff 48001d1a 8000aece
    41eafdbd :00006093 987ffda0 c0005710 98004fe0 38009da3 0041eafe
    41eafdd5 :40000000 9841eafe f8009da3 0001c83c e0000000 0001c83c
    41eafded :17000000 80004f66 38006093 3841eafe 2041eafe 00f7c4ca
    41eafe05 :da7ffda0 20004f20 c0f7c4ca 00004fe0 00000000 b5000000
    41eafe1d :98004f2e 98009da3 00009da3 9841eaff 58009da3 00303fe0
    41eafe35 :00000000 50000000 0000570b 98000000 00009da3 00000000
    41eafe4d :80000000 f5006093 388083a8 5041eafe 0000570b 98000000
    41eafe65 :31009da3 00800100 60000000 00005c0e 58000000 5041eafe
    41eafe7d :0000570b 98000000 00009da3 00000000 d0000000 00005c0e
    41eafe95 :31000000 00800100 00000000 00000000 ff000000 00ffffff
    41eafead :00000000 cc000000 0080a78b e0f7757a 78adbbab 5041eafe
    41eafec5 :0000570b 98000000 b7009da3 608083e6 2888736a 90005c0e
    41eafedd :7888736a 5041eafe 0000570b 98000000 3c009da3 0041eaff
    41eafef5 :20000000 00005c0f 80000010 f041eaff 0000572c 84000000
    41eaff0d :917c8218 ff77e41a 3cffffff 4041eaff 4041eaff 64000001
    41eaff25 :f041eaff 6c009de2 2d41eaff 0600540a 98000000 f0009da3
    41eaff3d :00009de2 40000030 64000001 a041eaff f941eaff 000056f1
    Loaded modules:
    (* denotes the module causing the exception)
    0x7c800000-0x7c8bffff C:\WINDOWS\system32\ntdll.dll
    0x77e40000-0x77f41fff C:\WINDOWS\system32\kernel32.dll
    0x77f50000-0x77febfff C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000-0x77ceefff C:\WINDOWS\system32\RPCRT4.dll
    0x77ba0000-0x77bf9fff C:\WINDOWS\system32\MSVCRT.dll
    0x00410000-0x0061afff d:\web\bea\jrockit81sp5_142_08\jre\bin\jrockit\jvm.dll
    0x76aa0000-0x76accfff C:\WINDOWS\system32\WINMM.dll
    0x77c00000-0x77c47fff C:\WINDOWS\system32\GDI32.dll
    0x77380000-0x77411fff C:\WINDOWS\system32\USER32.dll
    0x7c8d0000-0x7d0d3fff C:\WINDOWS\system32\SHELL32.dll
    0x77da0000-0x77df1fff C:\WINDOWS\system32\SHLWAPI.dll
    0x71c00000-0x71c16fff C:\WINDOWS\system32\WS2_32.dll
    0x71bf0000-0x71bf7fff C:\WINDOWS\system32\WS2HELP.dll
    0x7c340000-0x7c395fff C:\WINDOWS\system32\MSVCR71.dll
    0x71bc0000-0x71bc7fff C:\WINDOWS\system32\rdpsnd.dll
    0x771f0000-0x77200fff C:\WINDOWS\system32\WINSTA.dll
    0x71c40000-0x71c97fff C:\WINDOWS\system32\NETAPI32.dll
    0x76b70000-0x76b7afff C:\WINDOWS\system32\PSAPI.DLL
    0x77420000-0x77522fff C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.2778_x-ww_A8F04F11\comctl32.dll
    0x76f50000-0x76f62fff C:\WINDOWS\system32\Secur32.dll
    0x00b30000-0x00b48fff d:\web\bea\jrockit81sp5_142_08\jre\bin\java.dll
    0x00b50000-0x00b5dfff d:\web\bea\jrockit81sp5_142_08\jre\bin\verify.dll
    0x71b20000-0x71b60fff C:\WINDOWS\System32\mswsock.dll
    0x76ed0000-0x76efefff C:\WINDOWS\system32\DNSAPI.dll
    0x76f80000-0x76f87fff C:\WINDOWS\system32\rasadhlp.dll
    0x42c30000-0x42c34fff D:\web\bea\weblogic81\server\bin\wlntio.dll
    0x68000000-0x6802efff C:\WINDOWS\system32\rsaenh.dll
    0x00a90000-0x00a95fff D:\web\bea\jrockit81sp5_142_08\jre\bin\ioser12.dll
    0x02800000-0x028c0fff d:\web\bea\jrockit81sp5_142_08\jre\bin\dbghelp.dll
    0x77b90000-0x77b97fff C:\WINDOWS\system32\VERSION.dll
    Java Thread ID = 0x00000100, lastJavaFrame = 0x41D6F8E0, Name = (Signal Handler)
    Thread Stack Trace:
    at _vmShutdown+225()@0x004E91E1
    at java/lang/Shutdown.halt(Native Method)@0x4CCFC910
    at java/lang/Shutdown.exit(Unknown Source)@0x4CCFCA44

    You would need to get BEA support, after verifying you are on a supported configuration (http://edocs.bea.com/jrockit/jrdocs/suppPlat/supp_142.html).
    Otherwise you may need to try update 10, or use Sun JVM.

  • Electronic Bank Statement (EBRS) through T.Code: FF_5 Vs FF67

    Dear Experts
    My client so far BRS is doing manually through T.Code: FF67 or FF68.
    Initially the configuration is done wit two GL accounts, (1) Main bank account ending with +++++++0 ,(2) Outgoing clearing account ending with ++++++1 and there is no incoming clearing account, whenever the client issue the cheque credit to the outgoing clearing account and debit to the vendor account and whenever receive the cheque Debit to the Incoming clearing account is debit & Credit to the Customer. and the same manual BRS is completed very weel without problems.
    But now as per client requirement I have to do run Electronic bank reconcilation in the system using T.code : FF_5. I have received  file format SWIFT MT940 from banks about 5banks and rest of the banks around 25 babnks  they have to continue with manual BRS FF67 / 68 only.
    so i should not change the configuration , so i have to continue with existing configuration and have to complete the EBRS using with two GL account (main bank, outgoing clearing ) , if i continue with existing configuration shall i complete the EBRS with extra additional settings (Assign External Transaction Types to Posting Rules, and Assign Bank Accounts to Transaction Types ) using T.Code: FF_5.
    what is the impact, whether i can complete  EBRS or not, kindly advice on this how i have to procssed futher.
    Please advice on this and what is the impact on EBRS or manuall BRs.
    Regards
    Eswar

    Hi,
    no problem working with two accounts in your business process. In this case your reconciliation will be like  before.
    Anyhow FF_5 (FF.5) or FF67 do the same thing. Post transactions from the bank statement. To learn more about the accounts used in your company check the transaction OT83.
    regards

  • Partial amount unblock through t code MRBR, it is possible - MRBR

    HI FICO Expert,
    I want to release partial amount unblock through t code MRBR, it is possible ?
    Example :
    At the time of Vendor Invoice booking total amount booked in BLOCKED FOR payment amount Rs 10000/-
    now i want to release only Rs 9000/- balance in blocked for payment Rs 1000/-
    Thanks
    Kamlesh

    Hi Kamlesh,
    No, it's not possible. You can only remove payment block code in MRBR.
    You might be able to respond to requirement by manipulating payment block and payment terms in FB02.
    If it's inadequate, it will require a custom development.
    regards,
    Eddgar

  • Problem while transfering documents from FI to CO through t.code 1KEK

    Dera Experts,
    When I am posting FI document through transaction code 1KEK (Profit Center Accounting : Transfer Payables/REcievables) from FI to CO, line items are not shown in Profit Center document. Means in profit center document, G/L are not shown after the transfer.
            It is urgent. Pls get back ASAP if find the solution. Thanks in advance.
    Regards,
    Taral Patel

    I think you have to use for line items:
    Balance Sheet Adjustment
    F.5D - Calculate
    F.5E - Post
    F.5F - Display Log
    F.5G - Special Functions

Maybe you are looking for

  • Error message while downloading new version of iTunes

    I've tried downloading an updated version of iTunes several times, but I continue to get this error message: An error occured during the installation of assembly 'Microsoft.VC80.CRT,version="8.0.50727.4053",type="win32",publicKeyToken="1fc8b 3b9a1e18

  • Sequence of operations - Direct Delta, Queued Delta, Unserialized V3 Update

    Is the below understanding about each update method correct? a) Direct Delta - The user selects a process (e.g. creating, updating or deleting a purchase order), fills the fields in the screen, presses SAVE. - A module makes inserts, updates and dele

  • HR Configuration for BI Apps

    We are lookng for feedback on how other people have dealt with configuration changes to HR spreadsheets. For example, we had to make configuration changes to event types and it appears we have to reprocess that table. We make a special subject area a

  • PL Sql doubts

    Dear buddies, I have a problem to fix. I have a table: t1 STKey: Just a primary key created using a sequence Stable: source table name SKey: Key that matches with the target table Ttable: Target table's name Tkey: The primary key in the target table

  • Event Monitors - Weird behavior!!

    Hi, I have made a powershell script which writes entries to a Event Log on a server, and an event monitor which searches for those entries. The powershell script runs on a management server and writes to the event log on a different server. When I tr