FM8.0 Internal Memory error

Hi,
I have developed a custom client plug-in that converts structured FM documents into xml files.
Normal files containing character is working fine but if any fm document that contains graphics file and my client app is try to convert into xml it gives me error that "FrameMaker out of Memory".
I want to know
1) is there any limitation in FM document file size with graphics ?
2) is there there additional setting requires in FM for this ?
3) Is there any FDK API call needs to made ?
4) transformation process is OS memory dependent ?
please guide me for this.
thanks in advance.

Hi Mukesh,
I think the natural question is whether you get the same error when saving the files with the GUI. If you don't, then it is something with your code. It's very easy to get memory leaks in FDK code if you aren't careful with allocations and deallocations, but I've never seen this error before myself. I think I have heard of the error related to copied-in graphics, though... Are the graphics copied in (that is, not referenced)?
Russ

Similar Messages

  • Internal memory error during SQL generation. (QP0002)

    Post Author: Rajesh Kumar
    CA Forum: WebIntelligence Reporting
    Hi,
    I developed one Report in BO 5.1 version (Report size à 13 MB) and I Migrated this Report to BO XIR2,
    After I Migrated this Report to BO XI R2 this Report was worked perfectly in DESKI & also in WEBI
    But now for the past few Days (nearly 1 week) this Report is not working in WEBI, but itu2019s perfectly working in DESKI. In WEBI itu2019s showing error message à u201CInternal memory error during SQL generation. (QP0002)u201D
    Iu2019m having one PDF documentation for BO Error Messages Listing, in that Documentation I have found the below à
    Internal memory error during SQL generation. (QP0002)
    Cause This error occurs when there is no longer enough memory to generate the SQL.
    Action You should close other applications and then rerun the query.
    I tried this alsou2026.
    I closed all other applications and I Refreshed this Report, but again the same error is coming in WEBI
    Report is working in DESKI but itu2019s not working in WEBI, I donu2019t know how to rectify this problem
    Can anyone help me in this to rectify.. please
    Thanks in advance
    Rajesh Kumar

    Hi,
    I investigated further and if the previous solution doesn't help you to resolve the issue please test the below mentioned solution.
    When several contexts are possible for a query, the system tests if they produce the same set of tables. If they are identical, it is not necessary to prompt the user. It is the default behavior. But for some particular universes, the designer defines different contexts with the same tables, but with a different set of joins. This will compare the context with the joins. When this happens, InfoView fails with this error.
    Resolution
    1. Import the universe.
    2. Modify the following parameter:
    COMPARE_CONTEXTS_WITH_JOINS = No
    3. Export the universe.
    4. Open the Desktop Intelligence report in InfoView and refresh it.
    It will refresh successfully
    Regards,
    Sarbhjeet Kaur

  • Internal Memory Error During SQL Generation

    Hi,
    Please find below the details:
    Issue: I am using BO XI R3 DeskI.
    When I try to refresh/edit the Dataprovider of a report, it says "Internal Memory Error During SQL Generation"
    I am sure that there is no case of Multiple contexts with this report and its a very simple one too.
    I get this error in WebI as well
    Workaround: Restarting the DesktopIntelligence Processing Server solves the issue for some time but then it reoccurs-for some other report -at a later time.  
    Could anyone please explain the root cause of this and is there a permanent solution to this problem.
    Thanks
    Prabhat Jha

    Hi,
    I investigated further and if the previous solution doesn't help you to resolve the issue please test the below mentioned solution.
    When several contexts are possible for a query, the system tests if they produce the same set of tables. If they are identical, it is not necessary to prompt the user. It is the default behavior. But for some particular universes, the designer defines different contexts with the same tables, but with a different set of joins. This will compare the context with the joins. When this happens, InfoView fails with this error.
    Resolution
    1. Import the universe.
    2. Modify the following parameter:
    COMPARE_CONTEXTS_WITH_JOINS = No
    3. Export the universe.
    4. Open the Desktop Intelligence report in InfoView and refresh it.
    It will refresh successfully
    Regards,
    Sarbhjeet Kaur

  • Internal memory error using IMAQ 1394 ver 2.0

    Hi Robert,
    I apologize for the much belated response to your e-mail.
    - When I was receiving the fatal memory error I was using the GRAB vi
    to acquire the data.  The problem seems to go away if I switch to
    the SNAP acquisition method.
    - I am not using the IMAQ vision FFT vi, I am using the FFT Spectrum vi.
    - When the image acquisition code is removed I ran the FFT on simulated
    data generated within the program not loaded from a stored file.
    Thanks,
    Ronen
    -----Original Message-----
    From: [email protected] [mailto:[email protected]]
    Sent: Monday, August 01, 2005 8:20 AM
    To: Feldman, Ronen (Contractor)
    Subject: Re: (Reference#7084698) Phone Support E-Mail
    Hi Ronen,
    My name is Robert and I am one of National Instruments' IMAQ and Vision
    supporters.  Eric has forwarded me your email regarding the error
    you are receiving as it looks like the problem may be related to the
    image acquisition side of things.
    In your last email, you noted that the fatal error does not occur if
    you remove the FFT code or if you remove the IMAQ code.  I was
    hoping you could describe for me a couple of things in greater
    detail.  1) In your typical code configuration, do you acquire
    with a GRAB?
    2) The FFT code that you mention, are you using IMAQ FFT VIs from the Vision Development Module?
    3) You said if you remove the image acquisition code the program runs
    fine. Does this mean that you are running your code on an image loaded
    from file?
    These answers should help us get to the bottom of the situation.
    Additionally, how large is your program?  Are all of the various
    parts subVIs?
    Regarding your other question, data parameters like those that you
    mentioned can be changed during program execution, but those changes
    are not saved to the camera's configuration file.  If you make
    these changes through the Measurement and Automation Explorer the
    camera configuration file will be updated.  This behavior is to
    protect the configuration files from being corrupted by the program you
    run.
    Hope this helps.  Let me know how things go with the IMAQ/FFT code.
    Regards,
    Note:  Your reference number is included in the subject field of
    this message.  It is very important not to remove or modify this
    reference number, or your message may be returned to you.

    Hi Ronen,
    I guess using the forums works for me too! I'm just glad I found it
    To clarify, you are first acquiring with a Grab (does not work) or snap (works fine) and then performing an Image to Array.  After Image to array you use the intensity information within the FFT Spectrum.vi?  When the program errors out, do you know which step you are running? 
    In addition, you should be able to whittle the program down to just these basic steps, and see if the error continues to occur.  If the problem you are having can be consistently reproduced with these three or four steps, I would be interested in seeing if I can reproduce the problem here.
    Regarding one of your other questions, changes made to the camera configuration file from Labview will not be permanent.  This is to avoid the possible hazard of overwriting the file with a non working configuration.
    Hope this helps,
    Robert

  • Encore DVD 2.0 memory errors on large project

    Hello,
    I'm compiling a DVD for commercial distribution using Encore 2.0.
    It's a large project in that there are 4 x 3 minute video clips, 2000 timeline-arranged audio files, motion menus with audio and quite a lot of buttons.
    Encore is misbehaving quite badly - it has problems with audio clips that are not the standard (48000 hertz, 768 kbps bitrate, PCM audio) and the project does preview briefly before 'internal memory error 0x000002' comes up.
    The workstation is an AMD64 dual-core 3800, on a Gigabyte skt 939 board, with a Geforce 6600 graphics card and 2 Gb of DDR RAM. So no hardware problems, I think. And yes it is a SSE2 processor - it'd have to be to run Encore at all.
    I can't even build a DVD image due to the apparent size of the project. My client is certain that all of the audio timelines are necessary to the project, but I know that deleting them and cutting the size of the project down will cure the problems I'm having.
    I don't know if there is any obvious reason that Encore can't handle the project - Adobe Updater does not have any new updates for Encore so I assume that this is as good as I'm gonna get.
    Any similar experiences? Any ideas? Thanks in advance,
    Ed Brown
    myweb.tiscali.co.uk/iline
    [email protected]

    You're right - some of the files are mono, and I have been batch processing them up to 48k stereo, thus doubling the bitrate.
    Originally the audio files were recorded in-camera during interviews. The audio of these interviews was chopped up and edited, and animation was produced to complement the selected sections of the audio interviews. Now we're putting the animation series (called Terra 2050) onto DVD and I'm in charge of the project. For the DVD extras, we wanted to include the full audio interviews.
    So I set up a basic DVD with Play All, Select Episode etc. Then I started to add a timeline for each person, dumped all of that person's interview onto the audio track, made a PSD of that person's name, so by choosing "Colin Pillinger" on the Interviewees menu, the DVD should jump to a timeline that plays a still saying "Colin Pillinger - Professor of Planetary Science" while Colin's interview plays over the top.
    The audio files are only half the problem, however.
    The structure is as follows:
    Top menu: Play All - Select Episode - Extras Menu
    Extras Menu: Behind the Scenes - Audio Interviews
    Audio Interviews: (a long list of buttons, with each person's name on each button, which links to that person's timeline)
    Each timeline contains; video track contains a PSD of that person's name; audio track contains several audio clips of that person's interview.
    So I do not have more than 99 timelines or 99 chapters in any one timeline. I think the project is too large to be cached in one go for Preview purposes, but I know it all works properly according to the Flowchart/Check Project windows.
    Should I just switch to Sonic Scenarist and stick my head in a DVD architecture manual for a month? Encore doesn't seem to handle 'large' (read professional quality) projects at all well.
    Thanks so much for your input - I really appreciate your help.
    Ed

  • Internal server error,out of memory

    hi,
    we are using oracle 10g application server for our application. we have 20 different modules deployed on the server. for some time it was worked fine.we set all the perameters and fine tuned the server also.now we are getting the problem out of memory. here with i am giving server log of a particular module.please do the needful.
    07/06/27 15:52:21 Published an event: C_150.1.25.2.121f1d.10da0d28851.-8000#ias_mid.app2.dvatonline.com#757269856#D#FOA#default_island&'app2.dvatonline.com&'HTTP:app2.dvatonline.com#12524&'RMI:app2.dvatonline.com#12424&'JMS:app2.dvatonline.com#12624
    07/06/27 15:52:52 Published an event: C_150.1.25.2.121f1d.10da0d28851.-8000#ias_mid.app2.dvatonline.com#757269856#D#FOA#default_island&'app2.dvatonline.com&'HTTP:app2.dvatonline.com#12524&'RMI:app2.dvatonline.com#12424&'JMS:app2.dvatonline.com#12624
    07/06/27 15:52:56 Internal server error
    java.lang.OutOfMemoryError
    07/06/27 15:53:12 Internal error in HttpServer
    java.lang.OutOfMemoryError
    07/06/27 15:53:59 Internal server error
    java.lang.OutOfMemoryError
    07/06/27 15:53:59 Internal server error
    java.lang.OutOfMemoryError
    07/06/27 15:53:59 Internal error in HttpServer
    java.lang.OutOfMemoryError
    07/06/27 15:54:09 Internal error in HttpServer
    regards
    Triveni

    Hi,
    To add memory to a specific OC4J container:
    1. Log in to Enterprise Manager
    2. Click on your OC4J, for instance, OC4J_projectX
    3. Click on the Administration tab
    4. Click on Server Properties
    5. On 'Java Options' (under 'Command Line Options') add/modify the memory options
    6. -Xms1024m -Xmx1024m states minimum (Xms) and maximum (Xmx) memory of 1GB
    7. Click Apply
    Regards,
    Martin

  • INTERNAL ERROR & NOT ENOUGH MEMORY error

    Somehow 4 gig of memory is not enough!!
    I am on Win Vista ultimate. intel Core 2 Duo 2.66 4 BG of
    Ram.
    And I'm working on a local hard drive with fat all else
    running
    I constantly get "Internal Error occurred...could not complete
    request"
    particularly alarming if that request was to save!!!!. I have
    been using the 'fireworks autobackup" air app...save me heaps of
    time...But its taking longer and longer to save the file as I work
    on it.
    If i save every 10 minutes !!!! its taking 1:20 to save..this
    is 12% of my time...FW STILL sucks memory somehow..
    any one with solution to this!!!???
    Ive also had the "not enough memory" error a few times..In
    which every thing done on the file is lost since last it was
    opened...whether I saved it a million times or not. I've started
    making copy backups and restarting FW every few hours to purge the
    memory..but this sucks. This memory leak seemed to be mostly gone
    in CS3 according to others so assumed CS4 had it sorted

    One of our users is running across a similar issue using the
    pen tool. A file that's 3000x2000 having sections cut out using the
    pen tool will spike FW up to 2gig of used ram. Eventually the
    Internal Error messages will start but, you can still trace your
    path. The issue is it pops up every time you click a new point. The
    only current work around I have for the user is to shrink the file
    or decrease the dpi. Has anyone else run across this?
    Specs
    XP SP3
    Core2 3.0ghz
    4 gig ram.

  • FPGA An internal software error has occurred. memory write

    Hi everybody
    We are encountering an error during compilation of an FPGA VI. It is probably related to our use of FPGA block memory. We have a non-timed while loop that is reading from an FPGA host-to-target FIFO and writing into block memory (inside a sub-VI called z_scan_write.vi). In another loop (this one is timed-loop), there is a subVI called we z_scan_read.vi, inside which we read from the block memory.
    Does anybody have an idea what is going wrong and how we could avoid this problem? Thank you very much in advance for any hint!
    The full error message is as follows. Note that it refers to the above-mentioned two subVIs z_scan_write.vi and z_scan_read.vi...
    An internal software error has occurred. Please contact National Instruments technical support at ni.com/support with the following information:
    nirviUIDToObject.vi<ERR>
    Error getting object reference for UID.
    All text parsed:
    <CodeGenErr>
    <ErrorCode>-61060</ErrorCode>
    <DynamicText><TreeLineInfo><LineInfo><ErrorInfoCallback><VIPath>C:\Program Files (x86)\National Instruments\LabVIEW 2010\vi.lib\rvi\ClientSDK\Core\ErrorReporting\Private\nirviPersistentNameToProjectItemLineInfoCallback.vi</VIPath>
    <Data>zIntensityTuples/{29C03A58-DC8D-4BC7-BAFA-66AFAE4E42D1}/%s</Data>
    </ErrorInfoCallback>
    </LineInfo>
    <TreeInfo><TreeID>ProjItem</TreeID>
    </TreeInfo>
    </TreeLineInfo>
    <TreeLineInfo><LineInfo><DiagramObject><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.z_scan_write.vi_FPGACompileCopy00000021.vi</VIPath>
    <UID>2747</UID>
    <ObjectName>Memory Write &apos;Memory Method Node&apos;</ObjectName>
    </DiagramObject>
    </LineInfo>
    <TreeInfo><ParentID>ProjItem</ParentID>
    </TreeInfo>
    </TreeLineInfo>
    <TreeLineInfo><LineInfo><DiagramObject><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.z_scan_read.vi_FPGACompileCopy00000001.vi</VIPath>
    <UID>194</UID>
    <ObjectName>Memory Read &apos;Memory Method Node&apos;</ObjectName>
    </DiagramObject>
    </LineInfo>
    <TreeInfo><ParentID>ProjItem</ParentID>
    </TreeInfo>
    </TreeLineInfo>
    </DynamicText>
    </CodeGenErr>
    <CodeGenErr>
    <ErrorCode>-61060</ErrorCode>
    <DynamicText><TreeLineInfo><LineInfo><ErrorInfoCallback><VIPath>C:\Program Files (x86)\National Instruments\LabVIEW 2010\vi.lib\rvi\ClientSDK\Core\ErrorReporting\Private\nirviPersistentNameToProjectItemLineInfoCallback.vi</VIPath>
    <Data>zIntensityTuples/{29C03A58-DC8D-4BC7-BAFA-66AFAE4E42D1}/%s</Data>
    </ErrorInfoCallback>
    </LineInfo>
    <TreeInfo><TreeID>ProjItem</TreeID>
    </TreeInfo>
    </TreeLineInfo>
    <TreeLineInfo><LineInfo><DiagramObject><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.z_scan_write.vi_FPGACompileCopy00000021.vi</VIPath>
    <UID>2747</UID>
    <ObjectName>Memory Write &apos;Memory Method Node&apos;</ObjectName>
    </DiagramObject>
    </LineInfo>
    <TreeInfo><ParentID>ProjItem</ParentID>
    </TreeInfo>
    </TreeLineInfo>
    <TreeLineInfo><LineInfo><DiagramObject><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.z_scan_read.vi_FPGACompileCopy00000001.vi</VIPath>
    <UID>194</UID>
    <ObjectName>Memory Read &apos;Memory Method Node&apos;</ObjectName>
    </DiagramObject>
    </LineInfo>
    <TreeInfo><ParentID>ProjItem</ParentID>
    </TreeInfo>
    </TreeLineInfo>
    </DynamicText>
    </CodeGenErr>
    <CodeGenErr>
    <ErrorCode>-61106</ErrorCode>
    <DynamicText><TreeLineInfo><TreeInfo><TreeID>1</TreeID>
    </TreeInfo>
    <LineInfo><VI><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi</VIPath>
    <Name>NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi</Name>
    </VI>
    </LineInfo>
    </TreeLineInfo>
    <TreeLineInfo><TreeInfo><TreeID>2</TreeID>
    <ParentID>1</ParentID>
    </TreeInfo>
    <LineInfo><DiagramObject><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.main.vi_FPGACompileCopy00000001.vi</VIPath>
    <UID>2803</UID>
    <ObjectName>SubVI: &apos;NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi&apos;</ObjectName>
    </DiagramObject>
    </LineInfo>
    </TreeLineInfo>
    <TreeLineInfo><TreeInfo><TreeID>3</TreeID>
    <ParentID>1</ParentID>
    </TreeInfo>
    <LineInfo><DiagramObject><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.main.vi_FPGACompileCopy00000001.vi</VIPath>
    <UID>2816</UID>
    <ObjectName>SubVI: &apos;NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi&apos;</ObjectName>
    </DiagramObject>
    </LineInfo>
    </TreeLineInfo>
    </DynamicText>
    </CodeGenErr>
    <CodeGenErr>
    <ErrorCode>-61106</ErrorCode>
    <DynamicText><TreeLineInfo><TreeInfo><TreeID>1</TreeID>
    </TreeInfo>
    <LineInfo><VI><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi</VIPath>
    <Name>NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi</Name>
    </VI>
    </LineInfo>
    </TreeLineInfo>
    <TreeLineInfo><TreeInfo><TreeID>2</TreeID>
    <ParentID>1</ParentID>
    </TreeInfo>
    <LineInfo><DiagramObject><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.main.vi_FPGACompileCopy00000001.vi</VIPath>
    <UID>2803</UID>
    <ObjectName>SubVI: &apos;NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi&apos;</ObjectName>
    </DiagramObject>
    </LineInfo>
    </TreeLineInfo>
    <TreeLineInfo><TreeInfo><TreeID>3</TreeID>
    <ParentID>1</ParentID>
    </TreeInfo>
    <LineInfo><DiagramObject><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.main.vi_FPGACompileCopy00000001.vi</VIPath>
    <UID>2816</UID>
    <ObjectName>SubVI: &apos;NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi&apos;</ObjectName>
    </DiagramObject>
    </LineInfo>
    </TreeLineInfo>
    </DynamicText>
    </CodeGenErr>
    <CodeGenErr>
    <ErrorCode>-61106</ErrorCode>
    <DynamicText><TreeLineInfo><TreeInfo><TreeID>1</TreeID>
    </TreeInfo>
    <LineInfo><VI><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi</VIPath>
    <Name>NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi</Name>
    </VI>
    </LineInfo>
    </TreeLineInfo>
    <TreeLineInfo><TreeInfo><TreeID>2</TreeID>
    <ParentID>1</ParentID>
    </TreeInfo>
    <LineInfo><DiagramObject><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.main.vi_FPGACompileCopy00000001.vi</VIPath>
    <UID>2803</UID>
    <ObjectName>SubVI: &apos;NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi&apos;</ObjectName>
    </DiagramObject>
    </LineInfo>
    </TreeLineInfo>
    <TreeLineInfo><TreeInfo><TreeID>3</TreeID>
    <ParentID>1</ParentID>
    </TreeInfo>
    <LineInfo><DiagramObject><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.main.vi_FPGACompileCopy00000001.vi</VIPath>
    <UID>2816</UID>
    <ObjectName>SubVI: &apos;NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi&apos;</ObjectName>
    </DiagramObject>
    </LineInfo>
    </TreeLineInfo>
    </DynamicText>
    </CodeGenErr>
    <CodeGenErr>
    <ErrorCode>-61106</ErrorCode>
    <DynamicText><TreeLineInfo><TreeInfo><TreeID>1</TreeID>
    </TreeInfo>
    <LineInfo><VI><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi</VIPath>
    <Name>NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi</Name>
    </VI>
    </LineInfo>
    </TreeLineInfo>
    <TreeLineInfo><TreeInfo><TreeID>2</TreeID>
    <ParentID>1</ParentID>
    </TreeInfo>
    <LineInfo><DiagramObject><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.main.vi_FPGACompileCopy00000001.vi</VIPath>
    <UID>2803</UID>
    <ObjectName>SubVI: &apos;NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi&apos;</ObjectName>
    </DiagramObject>
    </LineInfo>
    </TreeLineInfo>
    <TreeLineInfo><TreeInfo><TreeID>3</TreeID>
    <ParentID>1</ParentID>
    </TreeInfo>
    <LineInfo><DiagramObject><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.main.vi_FPGACompileCopy00000001.vi</VIPath>
    <UID>2816</UID>
    <ObjectName>SubVI: &apos;NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi&apos;</ObjectName>
    </DiagramObject>
    </LineInfo>
    </TreeLineInfo>
    </DynamicText>
    </CodeGenErr>
    Solved!
    Go to Solution.

    Removing the two subVIs that read from/write to the block memory doesn't avoid the error showing up during compilation. The error details are obviously different now; they don't refer to the two subVIs (mentioned in the previous post) anymore...
    An internal software error has occurred. Please contact National Instruments technical support at ni.com/support with the following information:
    nirviUIDToObject.vi<ERR>
    Error getting object reference for UID.
    All text parsed:
    <CodeGenErr>
    <ErrorCode>-61106</ErrorCode>
    <DynamicText><TreeLineInfo><TreeInfo><TreeID>1</TreeID>
    </TreeInfo>
    <LineInfo><VI><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi</VIPath>
    <Name>NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi</Name>
    </VI>
    </LineInfo>
    </TreeLineInfo>
    <TreeLineInfo><TreeInfo><TreeID>2</TreeID>
    <ParentID>1</ParentID>
    </TreeInfo>
    <LineInfo><DiagramObject><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.main.vi_FPGACompileCopy00000001.vi</VIPath>
    <UID>2735</UID>
    <ObjectName>SubVI: &apos;NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi&apos;</ObjectName>
    </DiagramObject>
    </LineInfo>
    </TreeLineInfo>
    <TreeLineInfo><TreeInfo><TreeID>3</TreeID>
    <ParentID>1</ParentID>
    </TreeInfo>
    <LineInfo><DiagramObject><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.main.vi_FPGACompileCopy00000001.vi</VIPath>
    <UID>2748</UID>
    <ObjectName>SubVI: &apos;NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi&apos;</ObjectName>
    </DiagramObject>
    </LineInfo>
    </TreeLineInfo>
    </DynamicText>
    </CodeGenErr>
    <CodeGenErr>
    <ErrorCode>-61106</ErrorCode>
    <DynamicText><TreeLineInfo><TreeInfo><TreeID>1</TreeID>
    </TreeInfo>
    <LineInfo><VI><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi</VIPath>
    <Name>NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi</Name>
    </VI>
    </LineInfo>
    </TreeLineInfo>
    <TreeLineInfo><TreeInfo><TreeID>2</TreeID>
    <ParentID>1</ParentID>
    </TreeInfo>
    <LineInfo><DiagramObject><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.main.vi_FPGACompileCopy00000001.vi</VIPath>
    <UID>2735</UID>
    <ObjectName>SubVI: &apos;NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi&apos;</ObjectName>
    </DiagramObject>
    </LineInfo>
    </TreeLineInfo>
    <TreeLineInfo><TreeInfo><TreeID>3</TreeID>
    <ParentID>1</ParentID>
    </TreeInfo>
    <LineInfo><DiagramObject><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.main.vi_FPGACompileCopy00000001.vi</VIPath>
    <UID>2748</UID>
    <ObjectName>SubVI: &apos;NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi&apos;</ObjectName>
    </DiagramObject>
    </LineInfo>
    </TreeLineInfo>
    </DynamicText>
    </CodeGenErr>
    <CodeGenErr>
    <ErrorCode>-61106</ErrorCode>
    <DynamicText><TreeLineInfo><TreeInfo><TreeID>1</TreeID>
    </TreeInfo>
    <LineInfo><VI><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi</VIPath>
    <Name>NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi</Name>
    </VI>
    </LineInfo>
    </TreeLineInfo>
    <TreeLineInfo><TreeInfo><TreeID>2</TreeID>
    <ParentID>1</ParentID>
    </TreeInfo>
    <LineInfo><DiagramObject><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.main.vi_FPGACompileCopy00000001.vi</VIPath>
    <UID>2735</UID>
    <ObjectName>SubVI: &apos;NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi&apos;</ObjectName>
    </DiagramObject>
    </LineInfo>
    </TreeLineInfo>
    <TreeLineInfo><TreeInfo><TreeID>3</TreeID>
    <ParentID>1</ParentID>
    </TreeInfo>
    <LineInfo><DiagramObject><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.main.vi_FPGACompileCopy00000001.vi</VIPath>
    <UID>2748</UID>
    <ObjectName>SubVI: &apos;NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi&apos;</ObjectName>
    </DiagramObject>
    </LineInfo>
    </TreeLineInfo>
    </DynamicText>
    </CodeGenErr>
    <CodeGenErr>
    <ErrorCode>-61106</ErrorCode>
    <DynamicText><TreeLineInfo><TreeInfo><TreeID>1</TreeID>
    </TreeInfo>
    <LineInfo><VI><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi</VIPath>
    <Name>NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi</Name>
    </VI>
    </LineInfo>
    </TreeLineInfo>
    <TreeLineInfo><TreeInfo><TreeID>2</TreeID>
    <ParentID>1</ParentID>
    </TreeInfo>
    <LineInfo><DiagramObject><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.main.vi_FPGACompileCopy00000001.vi</VIPath>
    <UID>2735</UID>
    <ObjectName>SubVI: &apos;NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi&apos;</ObjectName>
    </DiagramObject>
    </LineInfo>
    </TreeLineInfo>
    <TreeLineInfo><TreeInfo><TreeID>3</TreeID>
    <ParentID>1</ParentID>
    </TreeInfo>
    <LineInfo><DiagramObject><VIPath>C:\NIFPGA\compilation\FPGAWrapperAK101_PXI-7813R_main_C0C9511F\MungedForFPGA\NI.Munge.main.vi_FPGACompileCopy00000001.vi</VIPath>
    <UID>2748</UID>
    <ObjectName>SubVI: &apos;NI.Munge.generate_DAC_voltages.vi_FPGACompileCopy00000001.vi&apos;</ObjectName>
    </DiagramObject>
    </LineInfo>
    </TreeLineInfo>
    </DynamicText>
    </CodeGenErr>

  • IE 9 (9.0.8112.16421) causing internal server error on sharepoint 2010 when searching ?

    Hi,
    We have a sharepoint enterprise installation. We have an exception when trying to search documents on sharepoint.
    This can't be reproduce with chrome.
    When I try to lookup the correlation ID given with an error
    get-splogevent | where {$_Correlation -eq "7ee2bfaa-7ce4-4ac3-b60e-0532d82a42cb" }
    I get no results
    Fortunately, the error displays the hour it occured, ans the log is giving this information
    Timestamp    : 29/01/2014 09:05:27
    Continuation : False
    Process      : OWSTIMER.EXE (0x1D20)
    ThreadID     : 5024
    Area         : SharePoint Foundation
    Category     : Monitoring
    EventID      : nasq
    Level        : Medium
    Message      : Entering monitored scope (Timer Job SchedulingUnpublish)
    Correlation  : 2e594c83-42fa-411e-9ea6-97917edf68d6
    Context      : {}
    Timestamp    : 29/01/2014 09:05:27
    Continuation : False
    Process      : OWSTIMER.EXE (0x1D20)
    ThreadID     : 2244
    Area         : SharePoint Foundation
    Category     : Monitoring
    EventID      : nasq
    Level        : Medium
    Message      : Entering monitored scope (Timer Job SASCRM_Job)
    Correlation  : 88f2cb56-6637-4168-ae94-bab3c61bc04e
    Context      : {}
    Timestamp    : 29/01/2014 09:05:27
    Continuation : False
    Process      : OWSTIMER.EXE (0x1D20)
    ThreadID     : 5024
    Area         : SharePoint Foundation
    Category     : Monitoring
    EventID      : b4ly
    Level        : Medium
    Message      : Leaving Monitored Scope (Timer Job SchedulingUnpublish). Execution Time=4.50979104886235
    Correlation  : 2e594c83-42fa-411e-9ea6-97917edf68d6
    Context      : {}
    Timestamp    : 29/01/2014 09:05:27
    Continuation : False
    Process      : OWSTIMER.EXE (0x1D20)
    ThreadID     : 5024
    Area         : SharePoint Foundation
    Category     : Monitoring
    EventID      : nasq
    Level        : Medium
    Message      : Entering monitored scope (Timer Job SchedulingUnpublish)
    Correlation  : 2e594c83-42fa-411e-9ea6-97917edf68d6
    Context      : {}
    Timestamp    : 29/01/2014 09:05:27
    Continuation : False
    Process      : OWSTIMER.EXE (0x1D20)
    ThreadID     : 2244
    Area         : SharePoint Foundation
    Category     : Monitoring
    EventID      : b4ly
    Level        : Medium
    Message      : Leaving Monitored Scope (Timer Job SASCRM_Job). Execution Time=11.3905538273719
    Correlation  : 88f2cb56-6637-4168-ae94-bab3c61bc04e
    Context      : {}
    Timestamp    : 29/01/2014 09:05:27
    Continuation : False
    Process      : OWSTIMER.EXE (0x1D20)
    ThreadID     : 2244
    Area         : SharePoint Foundation
    Category     : Performance
    EventID      : nask
    Level        : Monitorable
    Message      : An SPRequest object was not disposed before the end of this thread.  To avoid wasting system resources, dispose of this object or its parent (such as an SPSite or S
                   PWeb) as soon as you are done using it.  This object will now be disposed.  Allocation Id: {30F2B069-9B14-44BF-B684-0651FB623DBD}  To determine where this object
    wa
                   s allocated, set Microsoft.SharePoint.Administration.SPWebService.ContentService.CollectSPRequestAllocationCallStacks = true.
    Correlation  : 88f2cb56-6637-4168-ae94-bab3c61bc04e
    Context      : {}
    Timestamp    : 29/01/2014 09:05:27
    Continuation : False
    Process      : OWSTIMER.EXE (0x1D20)
    ThreadID     : 5024
    Area         : SharePoint Foundation
    Category     : Monitoring
    EventID      : b4ly
    Level        : Medium
    Message      : Leaving Monitored Scope (Timer Job SchedulingUnpublish). Execution Time=4.79586092645853
    Correlation  : 2e594c83-42fa-411e-9ea6-97917edf68d6
    Context      : {}
    Timestamp    : 29/01/2014 09:05:27
    Continuation : False
    Process      : OWSTIMER.EXE (0x1D20)
    ThreadID     : 2244
    Area         : SharePoint Foundation
    Category     : Monitoring
    EventID      : nasq
    Level        : Medium
    Message      : Entering monitored scope (Timer Job SASCRM_Job)
    Correlation  : 88f2cb56-6637-4168-ae94-bab3c61bc04e
    Context      : {}
    Timestamp    : 29/01/2014 09:05:27
    Continuation : False
    Process      : OWSTIMER.EXE (0x1D20)
    ThreadID     : 2244
    Area         : SharePoint Foundation
    Category     : Monitoring
    EventID      : b4ly
    Level        : High
    Message      : Leaving Monitored Scope (EnsureListItemsData). Execution Time=15.7581480327807
    Correlation  : 88f2cb56-6637-4168-ae94-bab3c61bc04e
    Context      : {}
    Timestamp    : 29/01/2014 09:05:27
    Continuation : False
    Process      : OWSTIMER.EXE (0x1D20)
    ThreadID     : 2244
    Area         : SharePoint Foundation
    Category     : Database
    EventID      : 4ohp
    Level        : High
    Message      : Enumerating all sites in SPWebApplication Name=SALES.
    Correlation  : 88f2cb56-6637-4168-ae94-bab3c61bc04e
    Context      : {}
    Timestamp    : 29/01/2014 09:05:27
    Continuation : False
    Process      : OWSTIMER.EXE (0x1D20)
    ThreadID     : 2244
    Area         : SharePoint Foundation
    Category     : Database
    EventID      : 4ohq
    Level        : Medium
    Message      : Site Enumeration Stack:    at Microsoft.SharePoint.SPBaseCollection.GetEnumerator()     at Afv.SharePoint.Crm.Job.SASCRM_Job.RelocateUpdatedDocuments(SPList listSAS
                   CRM, SPWeb webElev, SPSite site)     at Afv.SharePoint.Crm.Job.SASCRM_Job.Execute(Guid targetInstanceId)     at Microsoft.SharePoint.Administration.SPTimerJobInvoke
                   Internal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean isTimerService, Int32& result)     at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke
                   (TimerJobExecuteData& data, Int32& result)
    Correlation  : 88f2cb56-6637-4168-ae94-bab3c61bc04e
    Context      : {}
    Timestamp    : 29/01/2014 09:05:28
    Continuation : False
    Process      : mssdmn.exe (0x21F8)
    ThreadID     : 9152
    Area         : SharePoint Server
    Category     : Unified Logging Service
    EventID      : b8fx
    Level        : High
    Message      : ULS Init Completed (mssdmn.exe, Microsoft.Office.Server.Native.dll)
    Correlation  : 00000000-0000-0000-0000-000000000000
    Context      : {}
    Timestamp    : 29/01/2014 09:05:28
    Continuation : False
    Process      : mssdmn.exe (0x21F8)
    ThreadID     : 9152
    Area         : SharePoint Server Search
    Category     : FilterDaemon
    EventID      : e4uf
    Level        : High
    Message      : filter daemon memory quota: 838860800 838860800                                
    [fltrdaemon.cxx:1505]  d:\office\source\search\native\mssdmn\fltrdaemon.cxx
    Correlation  : 00000000-0000-0000-0000-000000000000
    Context      : {}
    Timestamp    : 29/01/2014 09:05:28
    Continuation : False
    Process      : w3wp.exe (0x1434)
    ThreadID     : 4428
    Area         : SharePoint Foundation
    Category     : Monitoring
    EventID      : nasq
    Level        : Medium
    Message      : Entering monitored scope (Request (GET:http://--My server/--MY Site--/_layouts/crm_searchresults/tablesearchresults.aspx?k=infreportid%3D4c7894e3-3388-e311-af
                   af-0050568e004e&accountid=0b8cbdd5-3388-e311-afaf-0050568e004e&inf_reportid=4c7894e3-3388-e311-afaf-0050568e004e&prospectnumber=P14001043&reportnumber=FALST140102))
    Correlation  : 00000000-0000-0000-0000-000000000000
    Context      : {}
    Timestamp    : 29/01/2014 09:05:28
    Continuation : False
    Process      : w3wp.exe (0x1434)
    ThreadID     : 4428
    Area         : SharePoint Foundation
    Category     : Logging Correlation Data
    EventID      : xmnv
    Level        : Medium
    Message      : Name=Request (GET:http://--My server/--MY Site--/_layouts/crm_searchresults/tablesearchresults.aspx?k=infreportid%3D4c7894e3-3388-e311-afaf-0050568e004e&accou
                   ntid=0b8cbdd5-3388-e311-afaf-0050568e004e&inf_reportid=4c7894e3-3388-e311-afaf-0050568e004e&prospectnumber=P14001043&reportnumber=FALST140102)
    Correlation  : e87e2210-e512-44c8-927e-83d50e6b3879
    Context      : {}
    Timestamp    : 29/01/2014 09:05:28
    Continuation : False
    Process      : w3wp.exe (0x1434)
    ThreadID     : 4428
    Area         : SharePoint Foundation
    Category     : Monitoring
    EventID      : b4ly
    Level        : Medium
    Message      : Leaving Monitored Scope (Request (GET:http://--My server/--MY Site--/_layouts/crm_searchresults/tablesearchresults.aspx?k=infreportid%3D4c7894e3-3388-e311-afa
                   f-0050568e004e&accountid=0b8cbdd5-3388-e311-afaf-0050568e004e&inf_reportid=4c7894e3-3388-e311-afaf-0050568e004e&prospectnumber=P14001043&reportnumber=FALST140102)).
                    Execution Time=1,25267317494263
    Correlation  : e87e2210-e512-44c8-927e-83d50e6b3879
    Context      : {}
    Timestamp    : 29/01/2014 09:05:28
    Continuation : False
    Process      : w3wp.exe (0x1434)
    ThreadID     : 8116
    Area         : SharePoint Foundation
    Category     : Monitoring
    EventID      : nasq
    Level        : Medium
    Message      : Entering monitored scope (Request (GET:http://--My server/--MY Site--/_layouts/crm_searchresults/tablesearchresults.aspx?k=infreportid%3D4c7894e3-3388-e311-af
                   af-0050568e004e&accountid=0b8cbdd5-3388-e311-afaf-0050568e004e&inf_reportid=4c7894e3-3388-e311-afaf-0050568e004e&prospectnumber=P14001043&reportnumber=FALST140102))
    Correlation  : 00000000-0000-0000-0000-000000000000
    Context      : {}
    Timestamp    : 29/01/2014 09:05:28
    Continuation : False
    Process      : w3wp.exe (0x1434)
    ThreadID     : 8116
    Area         : SharePoint Foundation
    Category     : Logging Correlation Data
    EventID      : xmnv
    Level        : Medium
    Message      : Name=Request (GET:http://--My server/--MY Site--/_layouts/crm_searchresults/tablesearchresults.aspx?k=infreportid%3D4c7894e3-3388-e311-afaf-0050568e004e&accou
                   ntid=0b8cbdd5-3388-e311-afaf-0050568e004e&inf_reportid=4c7894e3-3388-e311-afaf-0050568e004e&prospectnumber=P14001043&reportnumber=FALST140102)
    Correlation  : 197c3750-c383-49aa-859f-48376ba4105f
    Context      : {}
    Timestamp    : 29/01/2014 09:05:28
    Continuation : False
    Process      : w3wp.exe (0x1434)
    ThreadID     : 8116
    Area         : SharePoint Foundation
    Category     : Monitoring
    EventID      : b4ly
    Level        : Medium
    Message      : Leaving Monitored Scope (Request (GET:http://--My server/--MY Site--/_layouts/crm_searchresults/tablesearchresults.aspx?k=infreportid%3D4c7894e3-3388-e311-afa
                   f-0050568e004e&accountid=0b8cbdd5-3388-e311-afaf-0050568e004e&inf_reportid=4c7894e3-3388-e311-afaf-0050568e004e&prospectnumber=P14001043&reportnumber=FALST140102)).
                    Execution Time=1,26775889114399
    Correlation  : 197c3750-c383-49aa-859f-48376ba4105f
    Context      : {}
    Timestamp    : 29/01/2014 09:05:28
    Continuation : False
    Process      : w3wp.exe (0x1434)
    ThreadID     : 4428
    Area         : SharePoint Foundation
    Category     : Monitoring
    EventID      : nasq
    Level        : Medium
    Message      : Entering monitored scope (Request (GET:http://--My server/--MY Site--/_layouts/crm_searchresults/tablesearchresults.aspx?k=infreportid%3D4c7894e3-3388-e311-af
                   af-0050568e004e&accountid=0b8cbdd5-3388-e311-afaf-0050568e004e&inf_reportid=4c7894e3-3388-e311-afaf-0050568e004e&prospectnumber=P14001043&reportnumber=FALST140102))
    Correlation  : 00000000-0000-0000-0000-000000000000
    Context      : {}
    Timestamp    : 29/01/2014 09:05:28
    Continuation : False
    Process      : w3wp.exe (0x1434)
    ThreadID     : 4428
    Area         : SharePoint Foundation
    Category     : Logging Correlation Data
    EventID      : xmnv
    Level        : Medium
    Message      : Name=Request (GET:http://--My server/--MY Site--/_layouts/crm_searchresults/tablesearchresults.aspx?k=infreportid%3D4c7894e3-3388-e311-afaf-0050568e004e&accou
                   ntid=0b8cbdd5-3388-e311-afaf-0050568e004e&inf_reportid=4c7894e3-3388-e311-afaf-0050568e004e&prospectnumber=P14001043&reportnumber=FALST140102)
    Correlation  : dffeb360-ca1c-4496-814b-63a970a4b24e
    Context      : {}
    Timestamp    : 29/01/2014 09:05:28
    Continuation : False
    Process      : w3wp.exe (0x1434)
    ThreadID     : 4428
    Area         : SharePoint Foundation
    Category     : Logging Correlation Data
    EventID      : xmnv
    Level        : Medium
    Message      : Site=--MY Site--
    Correlation  : dffeb360-ca1c-4496-814b-63a970a4b24e
    Context      : {}
    Timestamp    : 29/01/2014 09:05:28
    Continuation : False
    Process      : w3wp.exe (0x1434)
    ThreadID     : 4428
    Area         : SharePoint Foundation
    Category     : General
    EventID      : 72nz
    Level        : Medium
    Message      : Videntityinfo::isFreshToken reported failure.
    Correlation  : dffeb360-ca1c-4496-814b-63a970a4b24e
    Context      : {}
    Timestamp    : 29/01/2014 09:05:28
    Continuation : False
    Process      : w3wp.exe (0x1434)
    ThreadID     : 4428
    Area         : SharePoint Server Search
    Category     : Query
    EventID      : dn4s
    Level        : High
    Message      : FetchDataFromURL start at(outside if): 1 param: start
    Correlation  : dffeb360-ca1c-4496-814b-63a970a4b24e
    Context      : {}
    Timestamp    : 29/01/2014 09:05:28
    Continuation : False
    Process      : w3wp.exe (0x1434)
    ThreadID     : 4428
    Area         : SharePoint Server Search
    Category     : Query
    EventID      : g1j9
    Level        : Exception
    Message      : Internal server error exception: System.ArgumentNullException: Value cannot be null.  Parameter name: The property RequestedLanguage cant not set to NULL     at Mic
                   rosoft.Office.Server.Search.Query.Location.set_RequestedLanguage(CultureInfo value)     at Microsoft.Office.Server.Search.WebControls.CoreResultsDatasourceView.Crea
                   teLocationList()     at Microsoft.Office.Server.Search.WebControls.CoreResultsDatasourceView.SetPropertiesOnQdra()     at Microsoft.Office.Server.Search.WebControls
                   .SearchResultsBaseWebPart.EnsureWebpartReady() System.ArgumentNullException: Value cannot be null.  Parameter name: The property RequestedLanguage cant not set to N
                   ULL     at Microsoft.Office.Server.Search.Query.Location.set_RequestedLanguage(CultureInfo value)     at Microsoft.Office.Server.Search.WebControls.CoreResultsDatas
                   ourceView.CreateLocationList()     at Microsoft.Office.Server.Search.WebControls.CoreResultsDatasourceView.SetPropertiesOnQdra()    
    at Microsoft.Office.Server.Sear
                   ch.WebControls.SearchResultsBaseWebPart.EnsureWebpartReady()
    Correlation  : dffeb360-ca1c-4496-814b-63a970a4b24e
    Context      : {}
    Timestamp    : 29/01/2014 09:05:28
    Continuation : False
    Process      : w3wp.exe (0x1434)
    ThreadID     : 4428
    Area         : SharePoint Server
    Category     : Unified Logging Service
    EventID      : c91s
    Level        : Monitorable
    Message      : Watson bucket parameters: SharePoint Server 2010, ULSException14, 06175311 "sharepoint server search", 0e00129b "14.0.4763.0", 17853a8f "microsoft.office.server.sea
                   rch", 0e00129a "14.0.4762.0", 4bad937d "sat mar 27 06:11:25 2010", 000037d1 "000037d1", 00000032 "00000032", e9fbee3b "argumentnullexception",
    67316a39 "g1j9"
    Correlation  : dffeb360-ca1c-4496-814b-63a970a4b24e
    Context      : {}
    Timestamp    : 29/01/2014 09:05:28
    Continuation : False
    Process      : w3wp.exe (0x1434)
    ThreadID     : 4428
    Area         : SharePoint Server
    Category     : General
    EventID      : 7888
    Level        : Warning
    Message      : A runtime exception was detected. Details follow.  Message: Thread was being aborted.  Technical Details: System.Threading.ThreadAbortException: Thread was being ab
                   orted.     at System.Threading.Thread.AbortInternal()     at System.Threading.Thread.Abort(Object stateInfo)    
    at System.Web.HttpResponse.End()     at System.Web.
                   HttpServerUtility.Transfer(String path)     at Microsoft.SharePoint.Utilities.SPUtility.TransferToErrorPage(String message, String linkText, String linkUrl)    
    at
                   Microsoft.Office.Server.Search.WebControls.QueryUIError.GetErrorMessageOrRedirectToErrorPage(Exception ex, Boolean showMessages)     at Microsoft.Office.Server.Sear
                   ch.WebControls.SearchResultsBaseWebPart.EnsureWebpartReady()     at Microsoft.Office.Server.Search.WebControls.SearchResultsBaseWebPart.OnLoad(EventArgs
    e)
    Correlation  : dffeb360-ca1c-4496-814b-63a970a4b24e
    Context      : {}
    Timestamp    : 29/01/2014 09:05:28
    Continuation : False
    Process      : w3wp.exe (0x1434)
    ThreadID     : 4428
    Area         : SharePoint Server Search
    Category     : Query
    EventID      : g1j9
    Level        : Exception
    Message      : (Watson Reporting Cancelled) System.Threading.ThreadAbortException: Thread was being aborted.     at System.Threading.Thread.AbortInternal()     at System.Threading
                   .Thread.Abort(Object stateInfo)     at System.Web.HttpResponse.End()     at System.Web.HttpServerUtility.Transfer(String path)    
    at Microsoft.SharePoint.Utilities
                   .SPUtility.TransferToErrorPage(String message, String linkText, String linkUrl)     at Microsoft.Office.Server.Search.WebControls.QueryUIError.GetErrorMessageOrRedi
                   rectToErrorPage(Exception ex, Boolean showMessages)     at Microsoft.Office.Server.Search.WebControls.SearchResultsBaseWebPart.EnsureWebpartReady()    
    at Microsoft
                   .Office.Server.Search.WebControls.SearchResultsBaseWebPart.OnLoad(EventArgs e)
    Correlation  : dffeb360-ca1c-4496-814b-63a970a4b24e
    Context      : {}
    Any idea ?
    regards

    Hi!
    I believe it is a problem regarding the preferred language for the user:
    "Internal server error exception: System.ArgumentNullException: Value cannot be null.  Parameter
    name: The property RequestedLanguage cant not set to NULL  "
    Please refer to this thread (http://social.technet.microsoft.com/Forums/en-US/230896a4-a928-4b44-91a2-3e7f767b8b3f/internal-server-error-exception-on-search-results-page-when-no-language-is-set-in-browser?forum=sharepointgeneralprevious)
    as I think it's related.
    Cheers

  • Internal Kernel Error

    Post Ehp7 upgrade we are facing issue when executing any db related tcodes.
    Eg:
    When executing DB02 we are getting the below error message and the workprocess are getting restarted.
    XXX: SAP System Message:
    Work process restarted; session terminated
    In ST22 we are getting the below dump:
    Category               Internal Kernel Error
    Runtime Errors         SYSTEM_CORE_DUMPED
    Date and Time          04/14/2014 23:59:21
    |Short Text                                                                                        |
    |    Process terminated by signal " ".                                                             |
    |What happened?                                                                                    |
    |    Error in the SAP kernel                                                                       |
    |                                                                                                  |
    |    The current ABAP program "CL_GUI_HTML_VIEWER============CP" had to be                         |
    |     terminated because the ABAP                                                                  |
    |    processor detected a system error.                                                            |
    |What can you do?                                                                                  |
    |    Note which actions and entries caused the error to occur.                                     |
    |                                                                                                  |
    |    Consult your SAP administrator.                                                               |
    |                                                                                                  |
    |    Using transaction ST22 for ABAP dump analysis, you can view, manage,                          |
    |    and retain termination messages for longer periods.                                           |
    |Error analysis                                                                                    |
    |    A process in the SAP system has been terminated by a signal in the                            |
    |    operating system.                                                                             |
    |                                                                                                  |
    |    Possible causes are:                                                                          |
    |    1) An internal error in the SAP system                                                        |
    |    2) Process terminated externally (by the system administrator) with a                         |
    |    signal.                                                                                       |
    |    Last error logged in SAP kernel                                                               |
    |                                                                                                  |
    |    Component............ Taskhandler                                                             |
    |    Location.......... SAP-Server sap-xxx1_XXX_00 on host sap-xxx1 (wp 4)                         |
    |    Version.............. 1                                                                       |
    |    Error code............ 16789511                                                               |
    |    Error text............ ThSigHandler: Signal                                                   |
    |    Description............                                                                       |
    |    System call..........                                                                         |
    |    Module.............. /bas/740_REL/src/krn/si/th/thxxhead.c                                    |
    |    Line................ 2343                                                                     |
    |    The error reported by the operating system is: Error number.....                              |
    |    Error text....... " "                                                                         |
    |How to correct the error                                                                          |
    |    The SAP system work directory (/usr/sap/c11/D00/work for example) often                       |
    |    contains a file called 'core'.                                                                |
    |                                                                                                  |
    |    Save this file under another name.                                                            |
    |    If you cannot solve the problem yourself, please send the following                           |
    |    information to SAP:                                                                           |
    |                                                                                                  |
    |    1. This description of the problem (short dump)                                               |
    |    To do this, choose  System -> List -> Save -> Local File (unconverted)                        |
    |    on the screen you are in now.                                                                 |
    |                                                                                                  |
    |    2. A suitable system log                                                                      |
    |    To do this, call the system log in transaction SM21. Restrict the time                        |
    |    interval to ten minutes before the short dump and five minutes after                          |
    |    it. In the display, choose System -> List -> Save -> Local File                               |
    |    (unconverted).                                                                                |
    |                                                                                                  |
    |    3. If these are programs of your own, or modified SAP programs: Source                        |
    |    code of these programs                                                                        |
    |    To do this, choose  More Utilities -> Upload/Download -> Download in                          |
    |    the Editor.                                                                                   |
    |                                                                                                  |
    |    4. Details regarding the conditions under which the error occurred or                         |
    |    which actions and input caused the error.                                                     |
    |System environment                                                                                |
    |    SAP Release.....                                                                              |
    |    SAP Basis level                                                                               |
    |                                                                                                  |
    |    Application server...                                                                         |
    |    Network address......                                                                         |
    |    Operating system...                                                                           |
    |    Release..............                                                                         |
    |    Hardware type.......                                                                          |
    |    Character length..... " " Bits                                                                |
    |    Pointer length........ " " Bits                                                               |
    |    Work process number...                                                                        |
    |    Shortdump setting.                                                                            |
    |                                                                                                  |
    |    Database server...                                                                            |
    |    Database type.....                                                                            |
    |    Database name.....                                                                            |
    |    Database user ID                                                                              |
    |                                                                                                  |
    |    Terminal..........                                                                            |
    |                                                                                                  |
    |    Character set                                                                                 |
    |                                                                                                  |
    |    SAP kernel.......                                                                             |
    |    Created on.......                                                                             |
    |    Created at.......                                                                             |
    |    Database version                                                                              |
    |    Patch level.......                                                                            |
    |    Patch text.......                                                                             |
    |                                                                                                  |
    |    Database.............                                                                         |
    |    SAP database version.                                                                         |
    |    Operating system...                                                                           |
    |                                                                                                  |
    |    Memory consumption                                                                            |
    |    Roll.... 0                                                                                    |
    |    EM...... 12288800                                                                             |
    |    Heap.... 0                                                                                    |
    |    Page.... 49152                                                                                |
    |    MM used. 6609472                                                                              |
    |    MM free. 1262576                                                                              |
    |User and Transaction                                                                              |
    |    Client.................                                                                       |
    |    User..................                                                                        |
    |    Language key..........                                                                        |
    |    Transaction......... DB6SPACE                                                                 |
    |    Transaction ID...... 534C070ABAB10BB0E1008000A7EEAE18                                         |
    |                                                                                                  |
    |    EPP whole context ID...... 534C069FBAB10BB0E1008000A7EEAE18                                   |
    |    EPP connection ID........ 00000000000000000000000000000000                                    |
    |    EPP call counter......... 0                                                                   |
    |                                                                                                  |
    |    Program.............. CL_GUI_HTML_VIEWER============CP                                        |
    |    Screen.............. SAPLSDBACCMS                            0042                             |
    |    Screen line.......... 3                                                                       |
    |    Active debugger..... " "                                                                      |
    |Information on where terminated                                                                   |
    |    The termination occurred in ABAP program "CL_GUI_HTML_VIEWER============CP",                  |
    |     in "ENABLE_SAPSSO". The main program                                                         |
    |    was "SAPLSDB6CCMS2                           ".                                               |
    |                                                                                                  |
    |    In the source code, the termination point is in line 52 of (Include)                          |
    |    program "CL_GUI_HTML_VIEWER============CM015".                                                |
    |Source Code Extract                                                                               |
    |Line |SourceCde                                                                                   |
    |   22|  cl_http_server=>get_location(                                                             |
    |   23|     exporting                                                                              |
    |   24|       application  = '/sap/public/myssocntl'  " #EC NOTEXT constant key if required in conf|
    |   25|     importing                                                                              |
    |   26|       host         = host                                                                  |
    |   27|       port         = service                                                               |
    |   28|       out_protocol = protocol ).                                                           |
    |   29|  m_http_host    = host.                                                                    |
    |   30|  m_http_service = service.                                                                 |
    |   31|                                                                                            |
    |   32|else.                                                                                       |
    |   33|*if optional parameter in_protocol is set, we are passing the same to get_location method.  |
    |   34|  cl_http_server=>get_location(                                                             |
    |   35|     exporting                                                                              |
    |   36|       application  = '/sap/public/myssocntl'  " #EC NOTEXT constant key if required in conf|
    |   37|       protocol = in_protocol                                                               |
    |   38|     importing                                                                              |
    |   39|       host         = host                                                                  |
    |   40|       port         = service                                                               |
    |   41|       out_protocol = protocol ).                                                           |
    |   42|  m_http_host    = host.                                                                    |
    |   43|  m_http_service = service.                                                                 |
    |   44|endif.                                                                                      |
    |   45|                                                                                            |
    |   46|                                                                                            |
    |   47|                                                                                            |
    |   48|  concatenate protocol '://' m_http_host ':' m_http_service " #EC NOTEXT                    |
    |   49|    '/sap/public/myssocntl?sap-client=' sy-mandt into url.  " #EC NOTEXT                    |
    |   50|                                                                                            |
    |   51|                                                                                            |
    |>>>>>|  call 'Reentrance_Ticket' id 'OPCODE'   field 'C'                                          |
    |   53|                           id 'RETICKET' field sso_ticket.                                  |
    |   54|*  SY-SUBRC = 0 : everything o.k. (ticket obtained)                                         |
    |   55|*            -1 : illegal/unknown opcode/parameter (should not occur)                       |
    |   56|*            -2 : illegal caller (ABAP callstack)  (should not occur)                       |
    |   57|*             1 : login/accept_sso2_ticket = 0 (customizing setting!)                       |
    |   58|*             2 : ticket cannot be created (use note 495911 to analyse)                     |
    |   59|  case sy-subrc.                                                                            |
    |   60|     when 0.      "resume                                                                   |
    |   61|     when 1 or 2. message i146(00) raising cntl_error.                                      |
    |   62|                  clear sso_ticket.                                                         |
    |   63|*                 RAISE SAPSSO_CONFIG_ERROR.                                                |
    |   64|     when others. message e191(00) raising cntl_error.                                      |
    |   65|   endcase.                                                                                 |
    |   66|                                                                                            |
    |   67|  if enabled is not initial and sso_ticket is not initial.                                  |
    |   68|    i_enabled = 1.                                                                          |
    |   69|  endif.                                                                                    |
    |   70|                                                                                            |
    |   71|  call method call_method                                                                   |
    |Active Calls/Events                                                                               |
    |No.   Ty.          Program                             Include                             Line   |
    |      Name                                                                                        |
    |    5 METHOD       CL_DBA_ACTION_WD_DBA_COCKPIT==CP    CL_DBA_ACTION_WD_DBA_COCKPIT==CM003    21  |
    |      CL_DBA_ACTION_WD_DBA_COCKPIT=>IF_DB6_ACTION_CONTROLLER~INIT                                 |
    |    4 MODULE (PBO) SAPLSDBACCMS                        RSDB6NAV                              106  |
    |      HANDLE_PBO                                                                                  |
    |    3 FUNCTION     SAPLSDBACCMS                        LSDBACCMSU01                           12  |
    |      DBA_CCMS_CALL_SCREEN                                                                        |
    |    2 METHOD       CL_DB6_TREE_NAVIGATOR=========CP    CL_DB6_TREE_NAVIGATOR=========CM003   476  |
    |      CL_DB6_TREE_NAVIGATOR=>CALL_ACTION                                                          |
    |    1 MODULE (PBO) SAPLSDB6CCMS2                       RSDB6NAV                              429  |
    |      PREPARE_OUTPUT_0900                                                                         |
    |Chosen variables                                                                                  |
    |Name                                                                                              |
    |    Val.                                                                                          |
    |No.   ???   Ty.          ???                                                                      |
    |Name  ???                                                                                         |
    |PROTOCOL                                                                                          |
    |                                                                                                  |
    |    8000                                                                                          |
    |    3333                                                                                          |
    |    8000                                                                                          |
    |    38303030                                                                                      |
    |                                                                                                  |
    |    http                                                                                          |
    |    6777                                                                                          |
    |    8440                                                                                          |
    |    68747470                                                                                      |
    |%_DUMMY$$                                                                                         |
    |                                                                                                  |
    |    2222                                                                                          |
    |    0000                                                                                          |
    |    20202020                                                                                      |
    |ME->M_HTTP_HOST                                                                                   |
    |    sap-xxx1                                                                                      |
    |    7672767322222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
    |    310D318100000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
    |    7361702D73617831202020202020202020202020202020202020202020202020202020202020202020202020202020|
    |ME->M_HTTP_SERVICE                                                                                |
    |    8000                                                                                          |
    |    33332222222222222222222222222222                                                              |
    |    80000000000000000000000000000000                                                              |
    |    3830303020202020202020202020202020202020202020202020202020202020                              |
    |URL                                                                                               |
    |    http://sap-xxx1:8000/sap/public/myssocntl?sap-client=100                                      |
    |    67773227672767333333276727766662677766676376726666673333                                      |
    |    8440AFF310D3181A8000F310F052C93FD933F3E4CF310D3C95E4D100                                      |
    |    687474703A2F2F7361702D736178313A383030302F7361702F7075626C69632F6D7973736F636E746C3F7361702D63|
    |SY-MANDT                                                                                          |
    |    100                                                                                           |
    |    333                                                                                           |
    |    100                                                                                           |
    |    313030                                                                                        |
    |SSO_TICKET                                                                                        |
    |    100#py³0############pwê######### MON_GET_RTS_RQST M_RSRC######################################|
    |    333077B300000000000077E00001000024445445555555555245555400000000000000000000000000000000000000|
    |    1000093000000000A01007A0000200000DFEF754F243F21340DF232300060000000000000003000000000000000000|
    |    313030007079B33000000000000000000A0001007077EA000000001200000000204D4F4E5F4745545F5254535F5251|
    |SY-SUBRC                                                                                          |
    |    0                                                                                             |
    |    0000                                                                                          |
    |    0000                                                                                          |
    |    00000000                                                                                      |
    |SY-REPID                                                                                          |
    |    CL_GUI_HTML_VIEWER============CP                                                              |
    |    4454545454455445453333333333334522222222                                                      |
    |    3CF759F84DCF695752DDDDDDDDDDDD3000000000                                                      |
    |    434C5F4755495F48544D4C5F5649455745523D3D3D3D3D3D3D3D3D3D3D3D43502020202020202020              |
    |SYST-REPID                                                                                        |
    |    CL_GUI_HTML_VIEWER============CP                                                              |
    |    4454545454455445453333333333334522222222                                                      |
    |    3CF759F84DCF695752DDDDDDDDDDDD3000000000                                                      |
    |    434C5F4755495F48544D4C5F5649455745523D3D3D3D3D3D3D3D3D3D3D3D43502020202020202020              |
    |No.       5 Ty.          METHOD                                                                   |
    |Name  CL_DBA_ACTION_WD_DBA_COCKPIT=>IF_DB6_ACTION_CONTROLLER~INIT                                 |
    |%_DUMMY$$                                                                                         |
    |                                                                                                  |
    |    2222                                                                                          |
    |    0000                                                                                          |
    |    20202020                                                                                      |
    |ME->HTML_CONTAINER                                                                                |
    |    {O:1007*\CLASS=CL_GUI_CUSTOM_CONTAINER}                                                       |
    |    1000000E                                                                                      |
    |    0000003F                                                                                      |
    |    10000000000003EF                                                                              |
    |ME->HTML_PANEL                                                                                    |
    |    {O:1006*\CLASS=CL_GUI_HTML_VIEWER}                                                            |
    |    1000000E                                                                                      |
    |    1000003E                                                                                      |
    |    11000000000003EE                                                                              |
    |%_SPACE                                                                                           |
    |                                                                                                  |
    |    2                                                                                             |
    |    0                                                                                             |
    |    20                                                                                            |
    |SPACE                                                                                             |
    |                                                                                                  |
    |    2                                                                                             |
    |    0                                                                                             |
    |    20                                                                                            |
    |SY-REPID                                                                                          |
    |    CL_DBA_ACTION_WD_DBA_COCKPIT==CP                                                              |
    |    4454445445444554544454444545334522222222                                                      |
    |    3CF421F1349FEF74F421F3F3B094DD3000000000                                                      |
    |    434C5F4442415F414354494F4E5F57445F4442415F434F434B5049543D3D43502020202020202020              |
    |ABAP_TRUE                                                                                         |
    |    X                                                                                             |
    |    5                                                                                             |
    |    8                                                                                             |
    |    58                                                                                            |
    |SY                                                                                                |
    |    ###############################################################################¸##############|
    |    0000000000010000000000000001000000000000000000000000000000000000000000000000000B00000000000000|
    |    0000000000020001000000000004000000000000000100060001000000010000000000000000000800000000000000|
    |    0000000000000000000000120000000100000000000000000000001400000000000000000000000000000001000000|
    |EVENT-EVENTID                                                                                     |
    |    0                                                                                             |
    |    0000                                                                                          |
    |    0000                                                                                          |
    |    00000000                                                                                      |
    |CL_GUI_HTML_VIEWER=>M_ID_SAPEVENT                                                                 |
    |    1                                                                                             |
    |    0000                                                                                          |
    |    0001                                                                                          |
    |    00000001                                                                                      |
    |CL_GUI_HTML_VIEWER=>WB_CMDID_PRINT                                                                |
    |    6                                                                                             |
    |    0000                                                                                          |
    |    0006                                                                                          |
    |    00000006                                                                                      |
    |EVENTS                                                                                            |
    |    Table[initial]                                                                                |
    |                                                                                                  |
    |EVENT                                                                                             |
    |    #### ###                                                                                      |
    |    00002000                                                                                      |
    |    00000000                                                                                      |
    |    0000000020000000                                                                              |
    |No.       4 Ty.          MODULE (PBO)                                                             |
    |Name  HANDLE_PBO                                                                                  |
    |%_DUMMY$$                                                                                         |
    |                                                                                                  |
    |    2222                                                                                          |
    |    0000                                                                                          |
    |    20202020                                                                                      |
    |NAVIGATOR                                                                                         |
    |    {O:1*\CLASS=CL_DB6_TREE_NAVIGATOR}                                                            |
    |    F0000000                                                                                      |
    |    E0000001                                                                                      |
    |    FE00000000000001                                                                              |
    |%_FL1*TS_COLL_TPL_DETAIL_TAB                                                                      |
    |    <initial>                                                                                     |
    |    <initial>                                                                                     |
    |    <initial>                                                                                     |
    |    <<iinniittiiaall>>                                                                            |
    |%_##TVREG_002                                                                                     |
    |                                                                                                  |
    |    2                                                                                             |
    |    0                                                                                             |
    |    20                                                                                            |
    |ABAP_TRUE                                                                                         |
    |    X                                                                                             |
    |    5                                                                                             |
    |    8                                                                                             |
    |    58                                                                                            |
    |%_ARCHIVE                                                                                         |
    |                                                                                                  |
    |    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
    |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
    |    2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020|
    |CANCEL_CODES                                                                                      |
    |    Table[initial]        

    Hi,
    it could be the sso issue. please ensure
    login/accept_sso2_ticket = 1
    login/create_sso2_ticket = 2
    Restart server after changed and retry.
    Is problem persist, kindly ensure
    1) post upgrade steps are performed
    2) no issue with secstore and strustsso2
    3) update kernel to latest level
    Hope it helps,
    Nicholas Chang

  • Internal server error while trying to run testfwktutorial.jsp

    dear all i am new to jdeveloper with OA extention i am tryibg to run the tutorial.jpr and i am getting this error in my browser.
    500 Internal Server Error
    oracle.apps.fnd.cache.CacheException     at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)     at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485)     at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)     at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1294)     at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1149)     at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1118)     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1085)     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1072)     at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)     at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:593)     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:570)     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:524)     at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:1094)     at oracle.apps.fnd.common.WebRequestUtil.validateContext(WebRequestUtil.java:225)     at OAErrorPage.jspService(_OAErrorPage.java:66)     [OAErrorPage.jsp]     at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:847)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813)     at test_fwktutorial._jspService(_test__fwktutorial.java:104)     [test_fwktutorial.jsp]     at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)     at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)     at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)     at java.lang.Thread.run(Thread.java:595)Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: oracle.apps.fnd.common.PoolException: Exception creating new Poolable object.     at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:833)     at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4802)     at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4624)     at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)     ... 50 moreCaused by: oracle.apps.jtf.base.resources.FrameworkException: An exception occurred in the method CacheAccess.getnullThe base exception is:Exception creating new Poolable object.     at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)     at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:66)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:88)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:202)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:218)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:249)     ... 54 more
    any help???????

    Dear Naren
    i have deleted all the files from the myhtml folder and unzipped the toolbox.jws again in my jdevhome folder again set all the parameters for Oracle Application node in project properties. one by one for all the projects e.g Extenlabsolutions and tutorial etc. now the error has changed to
    "HTTP 404 not found"
    here is the outpput log for the embedded oc4j
    Target URL -- http://10.1.250.151:8988/OA_HTML/test_fwktutorial.jsp
    10/07/14 09:57:43 Oracle Containers for J2EE 10g (10.1.3.3.0) initialized
    Jul 14, 2010 9:57:45 AM oracle.jsp.logger.JspMessages infoCannotDispatchJspPage
    INFO: Unable to dispatch JSP Page : java.io.FileNotFoundException: C:\JDeveloper\jdevhome\jdev\myhtml\OA_HTML\OAErrorPage.jsp (The system cannot find the file specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at oracle.jsp.provider.JspFilesystemResource.fromStream(JspFilesystemResource.java:151)
         at oracle.jsp.parse.XMLUtil.getFromStream(XMLUtil.java:236)
         at oracle.jsp.runtimev2.JspPageCompiler.compileBothModes(JspPageCompiler.java:449)
         at oracle.jsp.runtimev2.JspPageCompiler.compilePage(JspPageCompiler.java:413)
         at oracle.jsp.runtimev2.JspPageInfo.compileAndLoad(JspPageInfo.java:705)
         at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:694)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:414)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:847)
         at com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813)
         at test_fwktutorial._jspService(_test__fwktutorial.java:107)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    Jul 14, 2010 9:58:03 AM oracle.jsp.logger.JspMessages infoCannotDispatchJspPage
    INFO: Unable to dispatch JSP Page : java.io.FileNotFoundException: C:\JDeveloper\jdevhome\jdev\myhtml\OA_HTML\OAErrorPage.jsp (The system cannot find the file specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at oracle.jsp.provider.JspFilesystemResource.fromStream(JspFilesystemResource.java:151)
         at oracle.jsp.parse.XMLUtil.getFromStream(XMLUtil.java:236)
         at oracle.jsp.runtimev2.JspPageCompiler.compileBothModes(JspPageCompiler.java:449)
         at oracle.jsp.runtimev2.JspPageCompiler.compilePage(JspPageCompiler.java:413)
         at oracle.jsp.runtimev2.JspPageInfo.compileAndLoad(JspPageInfo.java:705)
         at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:694)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:414)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:847)
         at com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813)
         at test_fwktutorial._jspService(_test__fwktutorial.java:107)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Process exited.
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\JDeveloper\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config>
    C:\JDeveloper\jdevbin\jdk\bin\javaw.exe -hotspot -classpath C:\JDeveloper\jdevbin\j2ee\home\oc4j.jar;C:\JDeveloper\jdevbin\jdev\lib\jdev-oc4j-embedded.jar -DFND_JDBC_STMT_CACHE_SIZE=200 -DCACHENODBINIT=true -DRUN_FROM_JDEV=true -mx256m -XX:MaxPermSize=256M -Doracle.j2ee.dont.use.memory.archive=false -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\JDeveloper\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    Jul 14, 2010 10:02:06 AM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    Jul 14, 2010 10:02:06 AM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    WARNING: Code-source C:\JDeveloper\jdevbin\jdev\appslibrt\xml.jar (from <library> in /C:/JDeveloper/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename but is not identical to /C:/JDeveloper/jdevbin/lib/xml.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in C:\JDeveloper\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source C:\JDeveloper\jdevbin\jdev\appslibrt\jazn.jar (from <library> in /C:/JDeveloper/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename but is not identical to /C:/JDeveloper/jdevbin/j2ee/home/jazn.jar (from <code-source> in META-INF/boot.xml in C:\JDeveloper\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source C:\JDeveloper\jdevbin\jdev\appslibrt\jazncore.jar (from manifest of /C:/JDeveloper/jdevbin/jdev/appslibrt/jazn.jar) has the same filename but is not identical to /C:/JDeveloper/jdevbin/j2ee/home/jazncore.jar (from <code-source> in META-INF/boot.xml in C:\JDeveloper\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    10/07/14 10:02:08 WARNING: Application.setConfig Application: APPS_OA is in failed state as initialization failed.
    java.lang.InstantiationException: Error finding web-app 'APPS_MEDIA' at C:\JDeveloper\jdevhome\jdev\myhtml\OA_MEDIA: No such file or directory
    Jul 14, 2010 10:02:08 AM com.evermind.server.ServerMessages warningApplicationInitializationFailed
    WARNING: Exception initializing deployed application: APPS_OA. Application: APPS_OA is in failed state as initialization failed
    WARNING: Code-source C:\JDeveloper\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib\uix2.jar (from WEB-INF/lib/ directory in C:\JDeveloper\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib) has the same filename but is not identical to /C:/JDeveloper/jdevbin/jdev/appslibrt/uix2.jar (from <library> in /C:/JDeveloper/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader datatags.web.webapp:0.0.0.
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 5578 ms.
    Target URL -- http://10.1.250.151:8988/OA_HTML/test_fwktutorial.jsp
    10/07/14 10:02:09 Oracle Containers for J2EE 10g (10.1.3.3.0) initialized
    Jul 14, 2010 10:02:11 AM oracle.jsp.logger.JspMessages infoCannotDispatchJspPage
    INFO: Unable to dispatch JSP Page : java.io.FileNotFoundException: C:\JDeveloper\jdevhome\jdev\myhtml\OA_HTML\OAErrorPage.jsp (The system cannot find the file specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at oracle.jsp.provider.JspFilesystemResource.fromStream(JspFilesystemResource.java:151)
         at oracle.jsp.parse.XMLUtil.getFromStream(XMLUtil.java:236)
         at oracle.jsp.runtimev2.JspPageCompiler.compileBothModes(JspPageCompiler.java:449)
         at oracle.jsp.runtimev2.JspPageCompiler.compilePage(JspPageCompiler.java:413)
         at oracle.jsp.runtimev2.JspPageInfo.compileAndLoad(JspPageInfo.java:705)
         at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:694)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:414)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:847)
         at com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813)
         at test_fwktutorial._jspService(_test__fwktutorial.java:107)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    Process exited.
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\JDeveloper\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config>
    C:\JDeveloper\jdevbin\jdk\bin\javaw.exe -hotspot -classpath C:\JDeveloper\jdevbin\j2ee\home\oc4j.jar;C:\JDeveloper\jdevbin\jdev\lib\jdev-oc4j-embedded.jar -DFND_JDBC_STMT_CACHE_SIZE=200 -DCACHENODBINIT=true -DRUN_FROM_JDEV=true -mx256m -XX:MaxPermSize=256M -Doracle.j2ee.dont.use.memory.archive=false -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\JDeveloper\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    Jul 14, 2010 10:05:50 AM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    Jul 14, 2010 10:05:50 AM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    WARNING: Code-source C:\JDeveloper\jdevbin\jdev\appslibrt\xml.jar (from <library> in /C:/JDeveloper/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename but is not identical to /C:/JDeveloper/jdevbin/lib/xml.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in C:\JDeveloper\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source C:\JDeveloper\jdevbin\jdev\appslibrt\jazn.jar (from <library> in /C:/JDeveloper/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename but is not identical to /C:/JDeveloper/jdevbin/j2ee/home/jazn.jar (from <code-source> in META-INF/boot.xml in C:\JDeveloper\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source C:\JDeveloper\jdevbin\jdev\appslibrt\jazncore.jar (from manifest of /C:/JDeveloper/jdevbin/jdev/appslibrt/jazn.jar) has the same filename but is not identical to /C:/JDeveloper/jdevbin/j2ee/home/jazncore.jar (from <code-source> in META-INF/boot.xml in C:\JDeveloper\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    10/07/14 10:05:51 WARNING: Application.setConfig Application: APPS_OA is in failed state as initialization failed.
    java.lang.InstantiationException: Error finding web-app 'APPS_MEDIA' at C:\JDeveloper\jdevhome\jdev\myhtml\OA_MEDIA: No such file or directory
    Jul 14, 2010 10:05:51 AM com.evermind.server.ServerMessages warningApplicationInitializationFailed
    WARNING: Exception initializing deployed application: APPS_OA. Application: APPS_OA is in failed state as initialization failed
    WARNING: Code-source C:\JDeveloper\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib\uix2.jar (from WEB-INF/lib/ directory in C:\JDeveloper\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib) has the same filename but is not identical to /C:/JDeveloper/jdevbin/jdev/appslibrt/uix2.jar (from <library> in /C:/JDeveloper/jdevhome/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader datatags.web.webapp:0.0.0.
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 6281 ms.
    Target URL -- http://10.1.250.151:8988/OA_HTML/test_fwktutorial.jsp
    10/07/14 10:05:52 Oracle Containers for J2EE 10g (10.1.3.3.0) initialized
    Jul 14, 2010 10:05:54 AM oracle.jsp.logger.JspMessages infoCannotDispatchJspPage
    INFO: Unable to dispatch JSP Page : java.io.FileNotFoundException: C:\JDeveloper\jdevhome\jdev\myhtml\OA_HTML\OAErrorPage.jsp (The system cannot find the file specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at oracle.jsp.provider.JspFilesystemResource.fromStream(JspFilesystemResource.java:151)
         at oracle.jsp.parse.XMLUtil.getFromStream(XMLUtil.java:236)
         at oracle.jsp.runtimev2.JspPageCompiler.compileBothModes(JspPageCompiler.java:449)
         at oracle.jsp.runtimev2.JspPageCompiler.compilePage(JspPageCompiler.java:413)
         at oracle.jsp.runtimev2.JspPageInfo.compileAndLoad(JspPageInfo.java:705)
         at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:694)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:414)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:847)
         at com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813)
         at test_fwktutorial._jspService(_test__fwktutorial.java:107)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    Jul 14, 2010 10:06:24 AM oracle.jsp.logger.JspMessages infoCannotDispatchJspPage
    INFO: Unable to dispatch JSP Page : java.io.FileNotFoundException: C:\JDeveloper\jdevhome\jdev\myhtml\OA_HTML\OAErrorPage.jsp (The system cannot find the file specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at oracle.jsp.provider.JspFilesystemResource.fromStream(JspFilesystemResource.java:151)
         at oracle.jsp.parse.XMLUtil.getFromStream(XMLUtil.java:236)
         at oracle.jsp.runtimev2.JspPageCompiler.compileBothModes(JspPageCompiler.java:449)
         at oracle.jsp.runtimev2.JspPageCompiler.compilePage(JspPageCompiler.java:413)
         at oracle.jsp.runtimev2.JspPageInfo.compileAndLoad(JspPageInfo.java:705)
         at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:694)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:414)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:847)
         at com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813)
         at test_fwktutorial._jspService(_test__fwktutorial.java:107)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    regards
    zulfiqar haider

  • 500 Internal Server Error after deploying several times

    Hello everyone. I originally had an issue with SOA not running as a service due to some issue with Windows Server 2003 and custom installation. I'm not entirely sure that problem is fixed, but unsure if it could be related to this issue.
    The problem I'm having is if I redeploy an application a few times, I get the following error:
    *500 Internal Server Error*
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details
    after I go to the application. This machine currently has 8gb of memory and I do know I am still using the default memory setting. When I tried to change it, all of the applications stopped functioning.
    Does anyone have any suggestions? I'm curious if uninstalling SOA and then using the basic installation will fix most of my problems.

    I forgot to mention that I had to manually create the service as well which I don't think is still working quite right. The application server will run, but it's not accessible by anyone. Only once I manually start the SOA Server does it work properly, until it hangs up of course.
    I'll check metalink to see if there has been any updates to the Windows 2003 problem.

  • Memory Error on WiSM

    Hi,
    I'm seeing the following error on our clients WiSM (WS-SVC-WISM2-K9) installed in a 6500 chassis:
    *dtlDataLowTask: Mar 10 08:50:21.088: %SYSTEM-3-MBUFF_ALL_USED: sysapi_if_net.c:223 No free Mbufs available.Shared memory allocation failed. Internal system error.  *dtlArpTask: Mar 10 08:50:19.084: %SYSTEM-3-MBUF_ALLOC_FAIL: sysapi_if_net.c:602 Cannot allocate new Mbuf.Internal system error.
    I've taken a look through cisco.com and there are known issues but no fixes but only on WLC's rather than WiSM.  Has anyone ever seen this issue before on WiSM?
    Regards
    Neil

    May be you are hitting a bug.
    Must contatc TAC and provides the log.
    Regards

  • 500 Internal Server Error again pleas (including log file)..please help

    1. After i unziped and installed jdeveloper to:
    C:\Jdevstudio successfully
    2. Then i created the untitled1.jsp page ---> only showed Hello world and save
    3. the Embedded OC4J Server compiled successfully ..i thought this meant nothing wrong with the code.
    Successful compilation:0 errors, 0 warnings..
    4. But when i looked into the Embedded OC4J Server-Log
    i found the error :
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\Jdevstudio\jdev\system\oracle.j2ee.10.1.3.39.84\embedded-oc4j\config>
    C:\Jdevstudio\jdk\bin\javaw.exe -client -classpath C:\Jdevstudio\j2ee\home\oc4j.jar;C:\Jdevstudio\jdev\lib\jdev-oc4j-embedded.jar -Dhttp.proxyHost=wwwcache.aber.ac.uk -Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts=*.aber.ac.uk|localhost|127.0.0.1|win2006 -Dhttps.proxyHost=wwwcache.aber.ac.uk -Dhttps.proxyPort=8080 -Dhttps.nonProxyHosts=*.aber.ac.uk|localhost|127.0.0.1|win2006 -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\Jdevstudio\jdev\system\oracle.j2ee.10.1.3.39.84\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    14 ส.ค. 2551 15:30:33 com.evermind.server.XMLDataSourcesConfig parseRootNode
    INFO: Legacy datasource detected...attempting to convert to new syntax.
    14 ส.ค. 2551 15:30:34 com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    14 ส.ค. 2551 15:30:34 com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 7813 ms.
    Target URL -- http://144.124.120.45:8988/Application1-view-context-root/faces/untitled1.jsp
    51/08/14 15:30:38 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
    This caused 500 Internal Server error
    5. Then i went to Tools--> Preferences--> Deployment--> unchecked Bundle Default data-source.xml During Deployment...
    I got less error showing:
    C:\Jdevstudio\jdk\bin\javaw.exe -jar C:\Jdevstudio\j2ee\home\admin.jar ormi://144.124.120.45:23891 oc4jadmin **** -updateConfig
    14 ส.ค. 2551 15:33:58 com.oracle.corba.ee.impl.orb.ORBServerExtensionProviderImpl preInitApplicationServer
    WARNING: ORB ignoring configuration changes. Restart OC4J to apply new ORB configuration.
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 8109 ms.
    Target URL -- http://144.124.120.45:8988/Application1-view-context-root/faces/untitled1.jsp
    This still caused 500 Internal Server Error
    6. I still did know the real problems then i read the installation guide of jdev
    is it necessary to set the JavaHome in C:\Jdevstudio\jdev\bin\jdev.conf
    or do i need to set ORACLEHome in this file
    7. from the log file the server called Jdk under Jdevstudio\jdk\bin\javaw.exe -jar
    it seemed fine...
    8. Anything wrong with admin.jar....
    9. is the problem from setting not setting jdk (javahome) or admin.jar...or OC4J problems please help
    i would appreciate you help
    thank you

    i deleted pesistence directory like what you said but i found the bigger error in the log ...
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\Jdevstudio\jdev\system\oracle.j2ee.10.1.3.39.84\embedded-oc4j\config>
    C:\Jdevstudio\jdk\bin\javaw.exe -client -classpath C:\Jdevstudio\j2ee\home\oc4j.jar;C:\Jdevstudio\jdev\lib\jdev-oc4j-embedded.jar -Dhttp.proxyHost=wwwcache.aber.ac.uk -Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts=*.aber.ac.uk|localhost|127.0.0.1|win2006 -Dhttps.proxyHost=wwwcache.aber.ac.uk -Dhttps.proxyPort=8080 -Dhttps.nonProxyHosts=*.aber.ac.uk|localhost|127.0.0.1|win2006 -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\Jdevstudio\jdev\system\oracle.j2ee.10.1.3.39.84\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    14 ส.ค. 2551 17:05:46 com.evermind.server.jms.JMSMessages log
    SEVERE: Failed to set the internal configuration of the OC4J JMS Server with: XMLJMSServerConfig[file:/C:/Jdevstudio/jdev/system/oracle.j2ee.10.1.3.39.84/embedded-oc4j/config/jms.xml]
    java.lang.InstantiationException: The system cannot find the path specified
         at com.evermind.server.jms.JMSUtils.make(JMSUtils.java:1072)
         at com.evermind.server.jms.JMSUtils.toInstantiationException(JMSUtils.java:1237)
         at com.evermind.server.jms.JMSServer.recoverState(JMSServer.java:1831)
         at com.evermind.server.jms.JMSServer.internalSetConfig(JMSServer.java:209)
         at com.evermind.server.jms.JMSServer.setConfig(JMSServer.java:182)
         at com.evermind.server.ApplicationServer.initializeJMS(ApplicationServer.java:2412)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:955)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.io.IOException: The system cannot find the path specified
         at java.io.WinNTFileSystem.createFileExclusively(Native Method)
         at java.io.File.createNewFile(File.java:850)
         at com.evermind.server.jms.ServerFile.safeOpenFile(ServerFile.java:775)
         at com.evermind.server.jms.ServerFile.access$000(ServerFile.java:77)
         at com.evermind.server.jms.ServerFile$2.run(ServerFile.java:719)
         at oracle.oc4j.security.OC4JSecurity.doUnprivileged(OC4JSecurity.java:325)
         at com.evermind.server.jms.ServerFile.openFile(ServerFile.java:716)
         at com.evermind.server.jms.ServerFile.<init>(ServerFile.java:133)
         at com.evermind.server.jms.PersistentMap.loadFile(PersistentMap.java:100)
         at com.evermind.server.jms.PersistentMap.<init>(PersistentMap.java:61)
         at com.evermind.server.jms.JMSServer.recoverState(JMSServer.java:1823)
         ... 6 more
    51/08/14 17:05:46 *** (SEVERE) Failed to set the internal configuration of the OC4J JMS Server with: XMLJMSServerConfig[file:/C:/Jdevstudio/jdev/system/oracle.j2ee.10.1.3.39.84/embedded-oc4j/config/jms.xml]
    14 ส.ค. 2551 17:05:46 com.evermind.server.ServerMessages severeJmsServerStartupException
    SEVERE: JMS: Failed to set the internal configuration of the OC4J JMS Server with: XMLJMSServerConfig[file:/C:/Jdevstudio/jdev/system/oracle.j2ee.10.1.3.39.84/embedded-oc4j/config/jms.xml]
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 7719 ms.
    Target URL -- http://144.124.120.45:8988/Application1-view-context-root/faces/untitled1.jsp
    51/08/14 17:05:50 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
    anything problems that came from admin.jar..????

  • 500 Internal Server Error - Channel Monitoring Audit Log

    Hi Experts,
    We are facing an error in the 'Audit Log' of the communication channel monitoring of a File Sender Adapter.
    The channel uses a custom written Java Module which uses XSLT parser internally. The audit log displays the following error:
    500   Internal Server Error
    Error: "Application error occurred during the request processing."
    Troubleshooting Guide https://sdn.sap.com/irj/sdn/wiki?path=/display/jsts/home
    Details: "The WebApplicationException log ID is [4698F300D2C40C2000000000000009AA]."
    This error occurs both when the file is processed successfully or when in error. In case of a positive test case file, we can even see the message reaching Pipeline (SXMB_MONI). But only the audit log does not show the processed steps in the channel monitoring and displays the above error message.
    We have even established that the cause of the error is Java Module (First, we executed by removing our custom Java Module from the module steps and the audit log showed the steps correctly. But by putting the module back in the channel, the error resumed).
    Initially, the error was not coming and we were able to test this properly. But over the time the audit log error started. Now, we are not able to get rid of this even by restarting the channel or restarting the Java stack of the server.
    To me, it seems like a memory issue in the Java Stack.
    Any thoughts?
    Can we find out where to find the details of the WebApplicationException log ID displayed above?
    Thanks,
    Sudheer

    Hello,
    This could be generic but may helo you:
    500 Internal Server Errors
    Description: The server encountered an unexpected condition which prevented it from fulfilling the request.
    Possible Tips: Have a look into SAP Notes u2013 804124, 807000
    Regards,
    Caio Cagnani

Maybe you are looking for

  • How can i partition windows vista on macbook pro 13 inch (2011) with lion osx

    So I just got a new macbook pro 13inch and installed lion on it.  I want to get windows 7 on it but I only have a upgrade copy of it so I was wanting to install windows vista and then upgrade it to windows 7.  Problem im having is bootcamp wont help

  • ALV printer question

    hi folks, i have a question here. in a screen , i've created two containers for two alv grids. the question is can i print the two reports on the same paper? looking forward your reply. thanks

  • Incomplete information in report listing of Business Partners and Items

    Hi Our Client requests for Standard reports on Business Partners and Inventory Item Masters records to include all availabe fields that was entered into the Master Profile. Kedalene Chong

  • Which Jeode for Dell Axim

    www.handango.com shows 2 Jeode products that I think might work on my Dell Axim. Do I go with 02/20/03 Pocket PC 2002 Jeode ("newer is better") or 11/27/02 Dell Axim X5 Jeode ("better because it targets my Dell Axim")? Does "Dell Axim Jeode" provide

  • Physical Inv Diff default in Material ledger

    Dear SAP experts, I want to ask about default transaction for physical inventory difference in material ledger. Is it true that if the result of PID negative, system will post it into 'other consumption' bellow cumullative inventory (which means that