Is it a bug in 9.0.3 :Unable to dispatch to requested page: Error in JSP

Hi I am getting the following error
============================Error start==================
web-app: JspServlet: unable to dispatch to requested page: Exception:oracle.jsp.parse.JspParseException: Line # 2, <jsp:useBean id="result" scope="request" type="ActionResult" />
Error: Unable to find class for bean: result defined by tag with class: ActionResult
========================Error ends===================
My configuration is as follow
I have EAR File which consist of common file in library for ejbs,servlet & jsps
I set the classpath for ejbs and web-app in manifest.mf for both jar as well as war file. My servlet can see the ActionResult class but jsp cannot see it.
In my orion-web.xml I have the following line
<web-app-class-loader search-local-classes-first="true" include-war-manifest-class-path="true" />
In my global-web-application.xml I have the following line at last
<web-app-class-loader include-war-manifest-class-path="true"/>
But still it cannot see the ActionResult class file which is in common library file.
I am using
Oracle9iAS (9.0.3.0.0) Containers for J2EE (build 020927.1699)
Any help is appreciated.
Thanks

Where can I download my test ear file.
Any way I am keep my source here.
My Servet Source
=============================================
package com.ritesh.tempwork;
import javax.servlet.*;
import javax.servlet.http.*;
import java.io.*;
import java.util.*;
public class MyServlet extends HttpServlet {
* Initialize global variables
public void init(ServletConfig config) throws ServletException {
     super.init(config);
* Service the request
public void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
     //getAction
     request.setAttribute("result",new ActionResult());
     this.getServletContext().getRequestDispatcher("/test.jsp").forward(request, response);
* Get Servlet information
* @return java.lang.String
public String getServletInfo() {
     return "com.aclcargo.servlet.ActionMultiplexer Information";
* Insert the method's description here.
* Creation date: (7/13/2001 5:30:57 PM)
public void destroy()
====================================================
My Action Result class
=====================================================
package com.ritesh.tempwork;
i[i]Long postings are being truncated to ~1 kB at this time.

Similar Messages

  • BUG! Not system locale Filenames support for 32-bit applications error in Windows 8.1 x64 and other microssoft x64 OS-s.

    BUG! Not system locale Filenames support for 32-bit applications error in Windows 8.1 x64.        
    All Windows x64 (XP,2003,2007,Vista,7,8) have no support for not system locale filenames|foldernames for all 32-bit applications. I think it is BUG!
    For example,  it is possible to read files|folders with French or Chinese in English locale windows installed, rename it, but it is not possible open it, edit or delete. (ERRORS: File not found OR Unknown format)
    With using 64-bit programs no such problems. How does it works and how can I fix this? Is it problem with encoding in translating kernel instructions for 32-bit apps in x64 Windows OS's? Whether there are
    solutions to this problem OR some hacks|fixes? 

    Hi,
    Have you installed the language package for French or Chinese?
    If no, please download the language package and install them.
    To download language package, please click the link below,
    http://windows.microsoft.com/en-US/windows/language-packs#lptabs=win7
    Best Regards.
    Steven Lee
    TechNet Community Support

  • KNOWN BUG????  data action changing to data page when reload of JDev

    Hi All,
    i'm using jdev 10.1.2, adf bc's, struts, jsp's.
    I have a data action on my struts page which is bound to a method in the app module. I created a class for this data action which overrides the initialMethodParameters() method and gets the arguments for the method in the app module.
    it all works perfectly fine, until i shut down JDev and load it up again. The data action has now turned into a data page. if i dbl click on it i get the create page dialog, instead of the data action class. obviously when i try run this data action, i get cannot display this page error.
    I'm assuming/hoping that this is a bug. can anyone shed any light??
    Thanks in advance,
    Liz

    Hi,
    did you open this in the same version of JDeveloper 10.1.2? I remember that there was a change in Struts between JDeveloper versions
    Frank

  • [svn:osmf:] 15527: Fix bug FM-696: Capability change events being dispatched after the trait to which they refer has been modified .

    Revision: 15527
    Revision: 15527
    Author:   [email protected]
    Date:     2010-04-16 17:21:06 -0700 (Fri, 16 Apr 2010)
    Log Message:
    Fix bug FM-696: Capability change events being dispatched after the trait to which they refer has been modified.  Updated unit tests.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-696
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/media/MediaPlayer.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/TestMediaPlayer.as

    Major Update: The G-Keys can now be edited without recompiling by editing shell scripts at "/usr/share/g15daemon/macros/"
    Each button has it's own script file named by it's label (e.g. to edit the functionality of G1, open the script named G1.) The button will try to execute the scripts as programs, so make sure they are executable (chmod +x) and as long as the name remains the same, if you want to replace the files with something different, know that the arguments currently given to the files ($1 and $2) are ($1)on/off and ($2)0-2  (where 0 is M1 and 2 is M3)
    To download the updated sources, go here (only the g15daemon source/patch was updated). This thread's OP has been updated.
    Last edited by rabcor (2015-02-12 04:46:48)

  • Bug or feature : Using portlets with edit mode on a page in the portal

    Hi,
    i am using Workshop 8.1 (GA release july) and i have discovered a bug (or a
    feature) with respect to the beta version.
    i have created a simple portlet with a view mode and an edit mode. When i
    place the portlet on the very first page of a one book portal, it works
    perfectly. However, i have a book with three pages and placed the portlet on
    the second page. Now when i put the portlet in edit mode, by clicking the
    edit button, i am directed to the first page of the portal and the portlet
    will not show.
    Inspection learned that the URL generated for the edit button, didn't
    contain the _pagelabel parameter. When i added the parameter manually it
    works fine.
    A final remark is that the buttons in the titlebar have no icons the browser
    can load.
    hope someone can help me out,
    Lodewijk

    Can you please post this question to weblogic.developer.interest.portal
    newsgroup.
    Thanks
    "Lodewijk Spijker" <[email protected]> wrote in message
    news:3f165945$[email protected]..
    Hi,
    i am using Workshop 8.1 (GA release july) and i have discovered a bug (ora
    feature) with respect to the beta version.
    i have created a simple portlet with a view mode and an edit mode. When i
    place the portlet on the very first page of a one book portal, it works
    perfectly. However, i have a book with three pages and placed the portleton
    the second page. Now when i put the portlet in edit mode, by clicking the
    edit button, i am directed to the first page of the portal and the portlet
    will not show.
    Inspection learned that the URL generated for the edit button, didn't
    contain the _pagelabel parameter. When i added the parameter manually it
    works fine.
    A final remark is that the buttons in the titlebar have no icons thebrowser
    can load.
    hope someone can help me out,
    Lodewijk

  • Bugs in Apple iBooks 5.0.1: PDF support & remaining pages

    Bugs in Apple iBooks 5.0.1:
    1) Adobe Acrobat PDF file format support:
    With iOS 5.0.1 I am still faced with severe Acrobat PDF file format incompatibility problems with the Apple iBooks app.
    Pictures in PDF documents partially disappear, characters are unreadable, smeared. This makes iBook unusable, as long as Apple does not fully support the Adobe PDF file format specification!
    When do we get this update from Apple?
    2) Remaining pages in chapter calculation:
    Apple iBooks does not correctly calculate the amount of remaining pages in the book chapter, in the footer area of iBooks. Just check it with recent S.Jobs book.
    This needs to be fixed in iBooks as well.

    Just other users are reading here, to report bugs best use the feedback channels:
    http://www.apple.com/feedback/

  • Possible Bug with Drag-and-Drop Being Published via HTML5 - Getting "Undefined" Error When Dragging Object

    Hello,
    I came up with a way to use drag-and-drop interactions that will take advantage of file input so that I may create a drag-and-drop interaction that uses one draggable object over and over allowing multiple scoring/tracking possibilities.  Example use...is having the draggable object be dynamic in that it randomly changes its text so that a learner can drag a term it's possible classification.........thus allowing the possibility of having many terms easily loaded without having to redo a drag-and-drop interaction for each needed terms/classifications updates/changes.
    My Issue: When using a variable to represent the text for a draggable Smart Shape object, I'm getting the error message "undefined" when, clicking/pressing on the object, as well as during the drag of the object. This issue occurs when publishing the project in an HTML5 format.  Flash interestingly enough seems to work perfect...but we are not interested in publishing via Flash any longer.
    To better help you explore this error message, I've set up a test project so that you can see when and how the "undefined" message shows up during a drag-and-drop interaction.  I've also included the Captivate 8 project file used to make the exploration project I'm sharing in this post.
    Link to Captivate project I created for you all to explore "undefined" error message": http://iti.cscc.edu/drag_and_drop_bug/
    Link to this Captivate 8 Project file: http://iti.cscc.edu/drag_and_drop_bug.cptx
    It's pretty interesting how things react in this demo, please try the following actions to see some interesting happenings:
    Drag the Yellow (or variable drag box) to the drag target.
    Drag Black Hello square to Drag target and click undo or reset - watch the undefined message come up on the Yellow (or variable drag box).
    Drag the Yellow (or variable drag box) to the drag target and then use the undo or reset.
    Move both draggable boxes to the drag target and use the undo and reset buttons...
    Anyhow, I know you all are sharp and will run the demo through its paces.
    I'd really be very honored if anyone help me figure out how I could (when publishing out to HTML5) no longer have the "undefined" error message show up when using drag-and-drop with a variable for shape text. This technique has been well received at the college I work at...and I have many future project requests for using such an idea on a variety of similar interactions. I'd love see a solution or see if this might be a bug Adobe may be able to fix!
    I tried to find a solution to the issue documented here for quite some time, but I was not able to find anyone with this problem much less attempting the idea I'm sharing in the help request -  save the darn "undefined" message that comes up!
    Many thanks in advance for any help and/or direction that you all may be able to provide,
    Paul

    Hello,
    I just wanted to supply a minor update related to my drag-and-drop question/issue stated above:
    I did another test using Captivate 7, and found that the undefined error (publishing as HTML5) does not appear and the variable data remains visible - except the variable data turns very small and does not honor any font size related settings.
    I did go ahead and submit this to Adobe as a possible bug today.
    Thanks again for any help related to this issue.  If the issued documented above is solved, it will allow many amazing things to be done using Captivate's drag-and-drop for both regular type projects as well as interaction development for iBooks! 
    Matter of fact if this issue gets fixed, I'll publish a Blog entry (or video) on way's I've used Captivate's drag-and-drop to create dynamic learning activities for Higher Ed. and for use in iBooks.
    ~ Paul

  • BUG: Layers that are turned off show up in published pages

    Layers that have visibility turned off in the timeline still show up in the published page.
    Also, these layers didn't have keyframes, which means they stayed on the entire time once they were instantiated.
    This makes it NOT appear within the program, but DOES appear when publishing. Was driving me crazy, and should be considred a program bug, since turning off visibility should be both in the software and the published page.
    - Ian

    Hi,
    Thanks for the quick response.
    I can't send a link at the moment, but it should be reproduceable by creating a layer on the timeline, clicking the EYE icon to unset Element Visibility, then publishing or previewing. The element will still be visible on the preview and the published page.
    I would expect the behavior of all layers that had visibility turned off to not be visible in the published page or preview.

  • BUG: UnhandledEventException when calling event from a link on UIX page

    Here is very simple test you can do to reproduce this:
    1. Create empty workspace and open ViewCOntroller->struts-config.xml
    2. Craete two data pages, dataPage1 and dataPage2
    3. On dataPage1 create a link with ${ctrl:eventUrl(uix,'back')} and create event 'back'
    <event name="back">
      <method method="handleBack" class="view.MyClass"/>
    </event>4. create event handler in a class:
    package view;
    import javax.servlet.http.HttpSession;
    import oracle.cabo.servlet.BajaContext;
    import oracle.cabo.servlet.Page;
    import oracle.cabo.servlet.event.EventResult;
    import oracle.cabo.servlet.event.PageEvent;
    import oracle.cabo.servlet.util.RedirectUtils;
    public class MyClass
      public static EventResult handleBack(BajaContext context, Page page, PageEvent event)
        System.out.print("I am in handleBack");
        HttpSession session = context.getServletRequest().getSession(true);
        Page nextPage = new Page("dataPage2");
        session.invalidate();
        return new EventResult(RedirectUtils.getRedirectPage( context, nextPage));
    }run dataPage1.do and click on a link:
    500 Internal Server Error
    oracle.cabo.servlet.event.UnhandledEventException
    at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source)
    at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
    at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source)
    at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
    at oracle.cabo.servlet.UIXServlet.doGet(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:239)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:645)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    if you do not get the same error I am then Donald Duck.

    I have a similar scenario to recreate this same error. I have a link on my page used as an anchor. After I select the link, I select a submitButton and I get the error. If I select the submitButton before I use the link, everything works fine.
    Is this a BUG???

  • Bug in newsstand in ios7: unable to pinch to close?

    If I'm in Newstand, there's no way for me to exit out of the screen where I select from a magazine or newspaper. Because the newsstand takes up the entire screen, there's nowhere for me to press to minimize out of newsstand. Also, the pinch gesture does not work in this screen. If I then click on an app, I can use the pinch gesture to exit out of the app and get back to the newsstand interface. I would like to enable the pinch gesture at the newsstand screen too.

    File a bug report, CDudmanas , at http://www.apple.com/feedback/ as James Ward4recommends. The more they get them, the sooner they'll assign someone to fix it.

  • BUG: URL /apex/wwv_flow.accept was not found on this server error

    Hi all,
    I have a page with 3 regions:
    - pl/sql(javascript, html)
    - chart
    - html(form)
    Everything works fine until I add a html table to my pl/sql region.
    When I do this I can't create any records anymore(html form).
    When I press the create button on the html form it results in:
    The requested URL /apex/wwv_flow.accept was not found on this server.
    When I delete the html table on my pl/sql region, the create button works fine.
    It seems like somekind of bug, is there a way to get around this.
    Thanx,
    Pim

    Hi,
    When I add (in the pl/sql region with htp.p procedure)the code below:
    <table summary="" cellspacing="0" cellpadding="0" border="0"
    width="100%">
    <tr>
    <td align="left" nowrap="nowrap" align="left" colspan="2">
    <input type="BUTTON" value="Test"
    onclick="javascript:TestOnDemand()">
     Adres
     <input type="text" name="address" size="30" maxlength="200"
    value=""/>
     Land
     <input type="text" name="land" size="30" maxlength="200"
    value=""/>
    </td>
    </tr>
    </table>
    The create button on the third(html_form) will result in the error.
    I did some more tests, it's the button in the above table which causes the error. When I delete the button all is OK. It seems that the dynamic html button has somekind of conflict with the form(html region) button. When I replace the table with a form it makes no difference.
    The reason why I'm doing this, is that I need button on the page which doesn't do a 'dosubmit' (page reload). In a standard htmldb button there's always a 'dosumbit' present. I posted another thread, which confirmed this.
    Thanx,
    Pim

  • Acrobat Plugin bug. If print doc that contain album and lanscape pages then it print all pages as lanscape ignoring page orientation.

    Try on HP and Kyocera printers

    Hi,
    Adobe is responsible for that plugin
    The people who answer questions here, for the most part, are other Firefox users volunteering their time (like me), not Mozilla employees or Firefox developers. This is not the right place to report this bug.

  • Bug? - Getting "ORA-20001: Unable to create updateable report"

    We have created hundreds of simple tabular reports, but have come across 3 tables that we cannot get past the following error for when finishing the last step of the create wizard:
    ORA-20001: Unable to create updateable report. ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    Error creating tabular form.
    Return to application.
    Here is the DDL for this table:
    CREATE TABLE ancfx_test
    (ANCFX_ID NUMBER(31,0) NOT NULL ENABLE,
    APP_DTL_LVL_CD VARCHAR2(160),
    NOTE_CALL_FR_TYP_CD VARCHAR2(15),
    ANCFX_VOID_IND CHAR(1) DEFAULT 'n' NOT NULL ENABLE,
    PCT_AUDT_USER_CREA VARCHAR2(30) DEFAULT 'PCT',
    PCT_AUDT_DTM TIMESTAMP (6) DEFAULT SYSDATE
    I have tried an alternate surrogate key, renaming the table, excluding the 160 character column etc., but not able to create this form.
    Based on this and the many hundreds of unique tabular forms we have created, seems we may have run across a bug?
    Any help would be greatly appreciated.
    Thanks!

    Hi Scott,
    Turns out we did reach some sort of limit in APEX regarding how many pages can be assigned to a tab as the current tab for assigned pages. We had around 750 or more pages listed under a given tab as the current tab for those pages, which apparently created a list of page numbers in a string presumably that exceeded the maximum size for a field somewhere in APEX apparently, thus the error about the character buffer being too small. Not only could we not create new pages, but we could not even view the tab page in the shared components area for this tab without getting the error, but could get into the tab page to view the page numbers assigned to the tab.
    To get around this we had to remove all the page numbers that were listed for the tab as the current tab for those pages. Once that was done, everything was back to normal, although the tab in question is no longer shown as the current tab for any of those pages, which is not really a problem for us.
    Anyway, seems Oracle may want to review any field limits that are related to page numbers assigned to a tab to be the current tab for those pages and consider doubling that limit. In our case, 785 pages were too many for this limit, and there were no messages that helped us deduce where this was coming from - just brute force trial and error to figure this one out. Since we have more pages to go, we might run into some limits elsewhere which I'll post here if so.
    Monte Malenke

  • Bug on section:xdofo:blank-on command resulting to extra page?

    Hi,
    I've used the following commands to do page rendering/ duplex printing (which is ok) but is getting an extra page ? Any idea why?
    <?section:force-page-count;'end-on-even-layout'?><?section:xdofo:blank-on;'even-skip-page-count'?>
    I've already tried minimizing the spaces but still get the same result... is it a bug?
    Thanks,
    Rownald

    In addition, we have applied patch#6416280, which supposed to fix such bug, but still get the extra page. Has this bug been solved in XML Publisher 5.6.3 (Oracle Applications 11.5.10.2)?
    Any idea please?
    Thanks,
    Rownald

  • HT6065 Anyone have an idea of when a two-finger swipe bug fix is coming? I see no mention of the error in this update's summary. : /

    Still having mucho trackpad/magic mouse issues with two finger swiping/scrolling. Best short-term fix I've found is tapping the power button and then waking my MBP back up again. It usually fixes the trackpad/magic mouse freeze on two-finger gestures temporarily. Anyone know if Apple's made any mention of a fix for this headed our way?

    It's hard to tell if there's a rhyme or reason as to when or why it wigs out, but I've noticed that since my Mavericks install, sometimes two finger scrolling or swiping will suddenly be completely non-responsive, and it just won't work at all. I mostly use two finger gestures in Safari, so for me, it's been most noticable for scrolling vertically or flicking back or forward during web browsing.
    It's not limited to Safari, the problem also affects Chrome and Firefox usability, as well.
    links: https://bugzilla.mozilla.org/show_bug.cgi?id=927702 
    http://ansonalex.com/videos/trackpad-scroll-working-chrome-firefox-mac-os-x-mave ricks-video/
    It seems to impede trackpad & magic mouse use equally, and while it's not a constant issue, I'd say it'll lock up somewhere around every 12 hours, sometimes more often, sometimes less. Once it locks up, the only way to fix it is either a sloppy workaround like the one I mentioned in my above comment, or a reboot of the MBP.
    From the reading around I've done on the problem, it seems that for some people it causes the total freeze, like me, some people have just noticed erractic, delayed, or temporarily non-responsive use of varying severity, but just based on the number of people mentioning it, it certainly appears connected to the Mavericks update.
    At a cursory glance, here's a handful of other users have a similar issue:
    https://discussions.apple.com/message/23597389#23597389
    https://discussions.apple.com/thread/5467320
    https://discussions.apple.com/thread/5551528
    https://discussions.apple.com/thread/5505652
    https://discussions.apple.com/message/23778506#23778506
    https://discussions.apple.com/message/23886903#23886903
    https://discussions.apple.com/message/23487442#23487442
    It seems some people are having the problem with other various gestures as well:
    https://discussions.apple.com/thread/5484919
    https://discussions.apple.com/message/23667645#23667645
    https://discussions.apple.com/message/23479574#23479574
    https://discussions.apple.com/thread/5471328

Maybe you are looking for

  • Check print through F110

    Hi, I had run F110 with correct payment posting. Vendor open items were also cleared. Now, when i am click on schedule print on the appl. tool bar it is asking Start date Start immediately Job Name After given the above details it is showing jab was

  • PDF files will not open - nothing happens

    My Adobe reader program updated to version Adobe Reader XI and now no pdf files will open at all. Click on a PDF file - nothing Ive re-installed uninstalled several times  and still nothing happens

  • Verify a jar's manifest class-path

    I want to verify a jar file's manifest class-path. By that I mean I want to verify that every import of every class in the jar file is reachable on the classpath specified in the jar file's manifest. I tried using a ClassLoader to load every class in

  • How to send 5th variable to maessage dynamically

    how to send 5th variable to maessage dynamically.. we have only 4 like msgv1,msgv2,msgv3,msgv4....... how to send 5th variable thanks in advssssss

  • How do I tag people in PSE 11?

    How do I tag people in PSE 11?