Opening JSP pages in Jdeveloper

Hi all
I am using Jdeveloper 10g preview for my project development. Lately I am getting an exception whenever I try to open JSP pages. I cannot get either the design view or the code view. My component palette also shows that it is inactive. The exception is as follows.
java.lang.NullPointerException
     at oracle.jdevimpl.webapp.view.PositionManager.createSingleSourcePosition(PositionManager.java:2225)
     at oracle.jdevimpl.webapp.view.PositionManager.getViewPositions(PositionManager.java:537)
     at oracle.jdevimpl.webapp.view.PositionManager.createDocumentPositionInfo(PositionManager.java:465)
     at oracle.jdevimpl.webapp.view.PositionManager.setDocPosition(PositionManager.java:766)
     at oracle.jdevimpl.webapp.controller.EditorController.moveSinglePosition(EditorController.java:852)
     at oracle.jdevimpl.webapp.controller.EditorController.moveMultiplePosition(EditorController.java:872)
     at oracle.jdevimpl.webapp.controller.EditorController.updatePositions(EditorController.java:150)
     at oracle.jdevimpl.webapp.controller.EditorController.enable(EditorController.java:778)
     at oracle.jdevimpl.webapp.controller.EditorController.setEnabled(EditorController.java:127)
     at oracle.jdevimpl.webapp.editor.EditorImpl.setEnabled(EditorImpl.java:74)
     at oracle.jdevimpl.webapp.editor.EditorImpl.showContent(EditorImpl.java:104)
     at oracle.jdevimpl.webapp.editor.html.HtmlEditor.updateDisplay(HtmlEditor.java:565)
     at oracle.jdevimpl.webapp.editor.WebAppEditor.open(WebAppEditor.java:125)
     at oracle.ideimpl.flateditor.EditorState.openEditor(EditorState.java:237)
     at oracle.ideimpl.flateditor.EditorState.createEditor(EditorState.java:141)
     at oracle.ideimpl.flateditor.EditorState.getOrCreateEditor(EditorState.java:84)
     at oracle.ideimpl.flateditor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java:243)
     at oracle.ideimpl.flateditor.SplitPaneState.setCurrentEditorStatePos(SplitPaneState.java:206)
     at oracle.ideimpl.flateditor.TabGroupState.createSplitPaneState(TabGroupState.java:113)
     at oracle.ideimpl.flateditor.TabGroup.addTabGroupState(TabGroup.java:230)
     at oracle.ideimpl.flateditor.FlatEditorManager.createEditor(FlatEditorManager.java:1174)
     at oracle.ideimpl.flateditor.FlatEditorManager.createEditorInFrame(FlatEditorManager.java:1147)
     at oracle.ideimpl.flateditor.FlatEditorManager.openEditorInFrame(FlatEditorManager.java:1078)
     at oracle.ideimpl.flateditor.FlatEditorManager.openDefaultEditorInFrame(FlatEditorManager.java:1053)
     at oracle.ideimpl.flateditor.FlatEditorManager.whenOpenEditor(FlatEditorManager.java:2230)
     at oracle.ideimpl.flateditor.FlatEditorManager.handleDefaultAction(FlatEditorManager.java:1914)
     at oracle.ide.ContextMenu.fireDefaultAction(ContextMenu.java:378)
     at oracle.ideimpl.explorer.BaseTreeExplorer.fireDefaultAction(BaseTreeExplorer.java:1277)
     at oracle.ideimpl.explorer.BaseTreeExplorer.dblClicked(BaseTreeExplorer.java:1662)
     at oracle.ideimpl.explorer.BaseTreeExplorer.mouseReleased(BaseTreeExplorer.java:1683)
     at oracle.ideimpl.explorer.CustomTree.processMouseEvent(CustomTree.java:171)
     at java.awt.Component.processEvent(Component.java:4931)
     at java.awt.Container.processEvent(Container.java:1566)
     at java.awt.Component.dispatchEventImpl(Component.java:3639)
     at java.awt.Container.dispatchEventImpl(Container.java:1623)
     at java.awt.Component.dispatchEvent(Component.java)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3165)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3095)
     at java.awt.Container.dispatchEventImpl(Container.java:1609)
     at java.awt.Window.dispatchEventImpl(Window.java)
     at java.awt.Component.dispatchEvent(Component.java)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:452)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
any comments is appretiated.
Cheers
Kanag

It looks like a bug. Are you able to paste the contents of one of the pages that is causing the exceptions? That may help illuminate the issue.
Thanks,
Steve

Similar Messages

  • How to develop and Run .jsp page from Jdeveloper 10g

    Dear All,
    I need to develop one small JSP page using Jdeveloper10g. pls share information How to develop and Run .jsp page from Jdeveloper 10g.
    Thanks in Advance,
    Hanimi.

    Hi Gyan,
    Any Idea how to get DB connection for JSP Pages.
    Our Java guys developed one JSP page for Login page.
    After Log in instead of standard responsibilites page we calling custom jsp page, For getting DB connection they defined one properties file and hard coded DB details on that file and calling, but client is not accepting hard coding.
    Pls give any idea for getting DB connection directly in JSP pages.
    Hanimi.

  • Problems opening JSP pages through netbeans

    I recently upgraded from netbeans 5.5RC1 to netbeans 5.5 and am no longer able to open JSP pages. I am still able to edit java pages and I am still able to compile/build packages, however I get the following error when attempting to open the JSP pages. Any input/help would be appreciated.
    Thanks,
    java.lang.StackOverflowError
         at java.io.Win32FileSystem.normalizePrefix(Win32FileSystem.java:76)
         at java.io.Win32FileSystem.normalize(Win32FileSystem.java:107)
         at java.io.Win32FileSystem.normalize(Win32FileSystem.java:170)
         at java.io.File.<init>(File.java:196)
         at org.netbeans.modules.masterfs.ResourcePath.getFile(ResourcePath.java:64)
         at org.netbeans.modules.masterfs.MasterFileObject.isValid(MasterFileObject.java:86)
         at org.netbeans.modules.masterfs.Cache.get(Cache.java:68)
         at org.netbeans.modules.masterfs.Cache.getOrCreate(Cache.java:89)
         at org.netbeans.modules.masterfs.MasterFileObject.getParent(MasterFileObject.java:537)
         at org.openide.filesystems.FileUtil.isParentOf(FileUtil.java:971)
         at org.netbeans.modules.java.freeform.Classpaths.findClassPathImpl(Classpaths.java:139)
         at org.netbeans.modules.java.freeform.Classpaths.access$000(Classpaths.java:85)
         at org.netbeans.modules.java.freeform.Classpaths$1.run(Classpaths.java:123)
         at org.openide.util.Mutex.readAccess(Mutex.java:227)

    This happens very frequently during development, I just do ctrl+F5 in IE to keep refreshing till I finally get a response back from the jsp or servlet... usually it takes about 2-4 refreshes to get the jsp to respond and after that its smooth till you change the jsp or restart Apache. Also this problem, in my experience, is associated with Apache forwarding requests to OSE via mod_ose and I dont see this problem if I access the jsp directly using the database listener http endpoint.
    Hope this helps.

  • How to create graphs on JSP page in JDeveloper 10.1.3

    Hi all,
    Is there an easy way to create graph objects with JDeveloper 10.1.3? I have taken a look to some tutorials, but it looks like they all use the "drag/drop graph from the data control palette" method.
    E.g. I got example 88 to work from http://radio.weblogs.com/0118231/stories/2004/09/23/notYetDocumentedAdfSampleApplications.html, but I have no idea how to get the BIGraphDef1.xml object and how to link it to a set of data.
    Are there some tutorials to show how graphs can be used in JDev 10.1.3?

    Frank,
    This is what I did to implement the graphic manual, but I think, I forgot something...
    1. create a new application with projects DataModel and UserInterface
    2. in the DataModel I created a similar master/detail view as the one of Steve, this is named:
    TestModuleDataControl
    \--DepView
    __\--Deptno
    __\--Dname
    __\--Loc
    __\--EmpView1
    ____\--Sal
    3. I created a new jspx page and added a graph tag:
    <f:verbatim>
    <graph:Graph data="${bindings.DepartmentsEmployeesInDepartmentGraph}"
    imageHeight="200" imageWidth="400"/>
    </f:verbatim>
    4. in the page definitions I added
    <graph id="DepartmentsEmployeesInDepartmentGraph"
    IterBinding="EmployeesInDepartmentIterator"
    ControlClass="oracle.dss.graph.Graph"
    SeriesLabel="Ename"
    GraphPropertiesFileName="userinterface.BIGrap1hDef1"
    SeriesType="SINGLE_SERIES">
    <AttrNames>
    <Item Value="Sal"/>
    </AttrNames>
    </graph>
    5. I added also the iterator:
    <iterator id="EmployeesInDepartmentIterator" Binds="EmpView1" RangeSize="10"
    DataControl="TestModuleDataControl"/>
    6. I copy/pasted the BIGraphDef1.xml from Steve's project into 'Application Sources'\userinterface.
    7. in the web.xml file in WEB-INF I added:
    <servlet>
    <servlet-name>GraphGeneratorServlet</servlet-name>
    <servlet-class>oracle.jbo.html.jsp.graph.GraphGeneratorServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>GraphGeneratorServlet</servlet-name>
    <url-pattern>/GraphGeneratorServlet</url-pattern>
    </servlet-mapping>
    8. when I run the page, I can't see the graph and there are also no errors. I think I mis a global setting somewhere...
    Is there anything I forgot to do?
    note: if I add a new jsp page into steve's application, I do can see the graph if I perform the steps mentioned above...
    I just found out that, If I create the graph on a page which is in the root directory, then it works. If I put it in a subdirectory, it doesn't:
    - create graph as mentioned above on a page: web content/myGraph.jspx --> works
    - create graph as mentioned above on a page: web content/app/myGraph.jspx --> doesn't work...
    Does somebody know where to put a setting/parameter to get the Graph visible in the subdirectory app?

  • StackOverflowError - when trying to run a JSP Page in JDeveloper

    Hello all,
    I am experiencing an error when I try to run a .jspx page in JDeveloper (10.1.3.3). Below is the error I am getting. Any idea where I need to look to resolve this memory issue?
    {color:#ff0000}INFO: Unable to dispatch JSP Page : Exception:oracle.jsp.provider.JspCompileException: {color}
    {color:#ff0000}Errors compiling:E:\JDeveloper\jdevstudio10133\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\application-deployments\current-workspace-app\Veeva-ViewController-webapp\persistence\_pages\_mdssys\_viewcontroller\_public__html\_Tours_jspx.java{color}{noformat}*{color:#ff0000}Fatal error: Cannot find class java/lang/StackOverflowError
    Warning : Not able to reserve 2048M memory for the heap. Heap reduced to 944M
    {color}*
    {color:#000000}Thank you kindly,
    Christine{color}{noformat}

    I don't see any errors or warnings in the Structure. I am going through the Veeva Vacations example from the WebCenter Demos and Samples page (http://www.oracle.com/technology/products/webcenter/owcs_10132_demos.html). There is nothing complex about the page it just contains an ADF Read-only table based on a Database table. I was able to run it successfully and then another time I ran it I got that error. It seems to me as though it is a memory issue as opposed to a page error. I am just not sure where to look to allocate more memory.

  • Tomcat not opening jsp pages

    I installed apache 2 and tomcat and configured them both.... i installed mod_jk as the connector
    But when i open a jsp page, i get
    HTTP Status 404 - /~scriptdevil/hello.jsp
    type Status report
    message /~scriptdevil/hello.jsp
    description The requested resource (/~scriptdevil/hello.jsp) is not available.
    Apache Tomcat/5.5PHP files open just fine.
    How should i use it??

    hey.. noticed one more thing.. stuff works when i put
    it in my file:///var/lib/tomcat-5.5/webapps/ROOT/
    folder .. so i think i havent set my user properly..
    any pointers??I don't think you should be putting stuff in ROOT.
    Create your own web context and put it under /webapps.
    %

  • Opening jsp files in JDeveloper as source

    Does anyone know how to open jsp/jspx files in JDeveloper (10.1.3.4) as source, by-passing the design tab? For some reason with some files my IDE locks up when I open a file and it is generating the design screen. I want it to default to source mode for all files.
    Thanks,
    Mike

    Hi,
    Take a look at JDeveloper settings - change the default code editor view for JSPx  files .
    Pedja

  • Error opening jsp page

    I have some strange error and after spending some time fixing it, cannot find a solution.
    Here is an error: *[ServletException in:/AnnuityCodes-body.jsp] gov.nyc.fisa.wbas.view.WelfareColView'*
    That errror get displayed right after I click a "menu" link to open the page representing by AnnuityCodes-body.jsp.
    I can try to explain what I'm doing:
    I have an action class that forwards to that jsp.
    Here is a fragment in action class:
    AnnuityColView cView = new AnnuityColView();
    AnnuityBO bo = new AnnuityBO();
    cView = bo.searchAnnuity();//returns AnnuityColView object
    session.setAttribute("sCols",cView);
    I have the following bean declaration in jsp:
    <jsp:useBean id="menu" class="gov.nyc.fisa.wbas.navigation.Menu" scope="session"/>
    <jsp:useBean id="annuityPropsForm" class="gov.nyc.fisa.wbas.form.AnnuityCodesPropsForm" scope="request"/>
    <jsp:useBean id="searchAnnuityForm" class="gov.nyc.fisa.wbas.form.AnnuitySearchForm" scope="request"/>
    <jsp:useBean id="sCols" class="gov.nyc.fisa.wbas.view.AnnuityColView" scope="session"/>
    <jsp:useBean id="singView" class="gov.nyc.fisa.wbas.view.AnnuitySingleRecordView" scope="request"/>
    <jsp:useBean id="errorList" class="gov.nyc.fisa.wbas.view.AnnuityReportView" scope="request"/>I do not have any references to : WelfareColView object. I checked it a few times
    I also have another jsp that has following bean declarations:
    <jsp:useBean id="menu" class="gov.nyc.fisa.wbas.navigation.Menu" scope="session"/>
    <jsp:useBean id="wbasPropsForm" class="gov.nyc.fisa.wbas.form.WelfareCodesPropsForm" scope="request"/>
    <jsp:useBean id="searchFundsForm" class="gov.nyc.fisa.wbas.form.WelfareSearchForm" scope="request"/>
    <jsp:useBean id="sCols" class="gov.nyc.fisa.wbas.view.WelfareColView" scope="session"/>
    <jsp:useBean id="singView" class="gov.nyc.fisa.wbas.view.WelfareSingleRecordView" scope="request"/>
    <jsp:useBean id="errorList" class="gov.nyc.fisa.wbas.view.WelfareReportView" scope="request"/>Another action class forwards to the jsp that has the above fragment.
    I''m trying to figure out what's wrong, and have no idea so far.
    Can anyone tell me what's wrong?
    Thank you.
    Edited by: piterskiy on Jan 10, 2008 9:09 AM

    you need not be having any refrence to the class that shows error.
    But the classes that you have used must be having some kind of refrences.
    I cant say the real error. If the package is a hird party one then you must be missing some parameters.

  • Tab Button in JSP page using Jdeveloper

    Hi Guys
    I have a basic question, In Jdeveloper I am creating a JSP page. I need to have Tab buttons in that page, but i am not able to locate the tab buttons, I wanted to know that do Jdeveloper provides the facility for tab buttons, if it does, where can i find the tab button on the Jdeveloper.
    regards

    Yes, it is possible. But you must use ADF Faces technology. There is component called ShowOneTab.
    e.g.:
              <af:showOneTab position="above">
                <af:showDetailItem text="showDetailItem 1">
                  <af:inputText label="Label 1"/>
                </af:showDetailItem>
                <af:showDetailItem text="showDetailItem 2">
                  <af:inputText label="Label 1"/>
                </af:showDetailItem>
              </af:showOneTab>regards,
    Branislav

  • Open JSP page by user name

    Hi Experts,
    I have a login servlet LoginServlet.java and an user welcome screen welcome.jsp. When user login and after user validation i want to open welcome.jsp like
    www.wesitename.com/username instead of www.wesitename.com/welcome.jsp. How can i do it please suggest me.
    Edited by: live_to_java on Jun 18, 2010 5:29 AM

    That's not strange cause You set welcome mapping to "/*" so it also catches your index.jsp. I've modified my code and used filter, here it goes:
    web.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app id="WebApp_ID" version="2.4"
         xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
         <display-name>TestServlet</display-name>
         <filter>
              <filter-name>accessFilter</filter-name>
              <filter-class>org.opal.test.filters.AccessFilter</filter-class>
         </filter>
         <filter-mapping>
              <filter-name>accessFilter</filter-name>
              <url-pattern>/*</url-pattern>
         </filter-mapping>
         <servlet>
              <servlet-name>loginServlet</servlet-name>
              <servlet-class>org.opal.test.servlets.LoginServlet</servlet-class>
         </servlet>
         <servlet-mapping>
              <servlet-name>loginServlet</servlet-name>
              <url-pattern>/login</url-pattern>
         </servlet-mapping>
         <servlet>
              <servlet-name>index</servlet-name>
              <jsp-file>/index.jsp</jsp-file>
         </servlet>
         <servlet-mapping>
              <servlet-name>index</servlet-name>
              <url-pattern>/index/*</url-pattern>
         </servlet-mapping>
         <servlet>
              <servlet-name>welcome</servlet-name>
              <jsp-file>/welcome.jsp</jsp-file>
         </servlet>
         <servlet-mapping>
              <servlet-name>welcome</servlet-name>
              <url-pattern>/*</url-pattern>
         </servlet-mapping>
    </web-app>AccessFilter.java
    package org.opal.test.filters;
    import java.io.IOException;
    import javax.servlet.Filter;
    import javax.servlet.FilterChain;
    import javax.servlet.FilterConfig;
    import javax.servlet.RequestDispatcher;
    import javax.servlet.ServletException;
    import javax.servlet.ServletRequest;
    import javax.servlet.ServletResponse;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.http.HttpSession;
    public class AccessFilter implements Filter {
         public void init(FilterConfig fc) throws ServletException {
         public void doFilter(ServletRequest req, ServletResponse res, FilterChain chain) throws IOException, ServletException {
              HttpServletRequest request = (HttpServletRequest) req;
              HttpServletResponse response = (HttpServletResponse) res;
              HttpSession session = request.getSession();
              String user = (String) session.getAttribute("user");
              if (request.getRequestURI().contains("login")) {
                   chain.doFilter(request, response);
                   return;
              if (user == null) {
                   RequestDispatcher rd = request.getRequestDispatcher("/index");
                   rd.forward(request, response);
              } else {
                   chain.doFilter(request, response);
                   return;
         public void destroy() {
    }LoginServlet.java
    package org.opal.test.servlets;
    import java.io.IOException;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.http.HttpSession;
    public class LoginServlet extends HttpServlet {
         private static final long serialVersionUID = -215349891382765184L;
         @Override
         protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
              processRequest(req, resp);
         @Override
         protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
              processRequest(req, resp);
         private void processRequest(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
              HttpSession session = req.getSession();
              session.setAttribute("user", req.getParameter("login"));
              resp.sendRedirect(req.getContextPath() + "/" + req.getParameter("login"));
    }index.jsp
    <%@ page language="java" contentType="text/html; charset=UTF-8"
        pageEncoding="UTF-8"%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Insert title here</title>
    </head>
    <body>
         <form action="login" method="post">
              <input type="text" value="Opal" name="login">
              <input type="submit" value="ok">
         </form>
    </body>
    </html>welcome.jsp
    <%@ page language="java" contentType="text/html; charset=UTF-8"
        pageEncoding="UTF-8"%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Insert title here</title>
    </head>
    <body>
         Welcome
         ${sessionScope.user}
    </body>
    </html>

  • Open OIE pages through Jdeveloper(Very urgent)

    HI i have taken all the file from the JAVA_TOP
    kept all the filders in the following directory
    C:\oracle\jdeveloper\jdevhome\jdev\myclasses\oracle\apps\ap
    In folder AP we have OIE and in OIE we have webui and server
    took all the files from mds folder in the ap_top
    C:\oracle\jdeveloper\jdevhome\jdev\myprojects\oracle\apps\ap
    in AP we have OIE and in OIE we have just webui
    When i create a project and try to open OIEMAINPAGE i am getting errors (OIEMAINPAGE is personalized)
    am i making any mistake......i have checked the db_file its good....i am getting the hello world page.....etc
    plz helpme out ......thanks a lot guys

    and when i run the .......OIEMAINPAGE i am getting the following error
    Exception Details.
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_NO_REGION_DATA. Tokens: REGIONCODE = /oracle/apps/ap/oie/webui/OIEMAINPAGE; (Could not lookup message because there is no database connection) at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:527) at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3782) at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3459) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:988) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418) at OA.jspService(OA.jsp:40) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797) at java.lang.Thread.run(Thread.java:534) ## Detail 0 ## oracle.adf.mds.exception.MDSRuntimeException: Duplicate Reference: A component with ID "OIEErrorIconInstruct____2" already exists in document "/oracle/apps/ap/oie/webui/OIEMAINPAGE". at oracle.adf.mds.internal.Cache.cacheElement(Cache.java:735) at oracle.adf.mds.internal.BaseCache.create(BaseCache.java:157) at oracle.adf.mds.internal.parse.ElementParser.startElement(ElementParser.java:222) at oracle.cabo.share.xml.TreeBuilder$Handler.startElement(Unknown Source) at oracle.cabo.share.xml.ParserAdapter.startElement(Unknown Source) at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:167) at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1174) at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:295) at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:262) at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:147) at oracle.cabo.share.xml.ParserAdapter.parse(Unknown Source) at oracle.cabo.share.xml.TreeBuilder.parse(Unknown Source) at oracle.cabo.share.xml.TreeBuilder.parse(Unknown Source) at oracle.adf.mds.internal.parse.ParserUtils.createNode(ParserUtils.java:283) at oracle.adf.mds.internal.parse.ParserUtils.createNode(ParserUtils.java:115) at oracle.adf.mds.internal.parse.ParserUtils.createNode(ParserUtils.java:88) at oracle.adf.mds.adapters.FileAdapter.getElementData(FileAdapter.java:216) at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1237) at oracle.adf.mds.MElement.findElement(MElement.java:97) at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:493) at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3782) at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3459) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:988) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418) at OA.jspService(OA.jsp:40) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797) at java.lang.Thread.run(Thread.java:534) oracle.adf.mds.exception.MDSRuntimeException: Duplicate Reference: A component with ID "OIEErrorIconInstruct____2" already exists in document "/oracle/apps/ap/oie/webui/OIEMAINPAGE". at oracle.adf.mds.internal.Cache.cacheElement(Cache.java:735) at oracle.adf.mds.internal.BaseCache.create(BaseCache.java:157) at oracle.adf.mds.internal.parse.ElementParser.startElement(ElementParser.java:222) at oracle.cabo.share.xml.TreeBuilder$Handler.startElement(Unknown Source) at oracle.cabo.share.xml.ParserAdapter.startElement(Unknown Source) at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:167) at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1174) at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:295) at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:262) at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:147) at oracle.cabo.share.xml.ParserAdapter.parse(Unknown Source) at oracle.cabo.share.xml.TreeBuilder.parse(Unknown Source) at oracle.cabo.share.xml.TreeBuilder.parse(Unknown Source) at oracle.adf.mds.internal.parse.ParserUtils.createNode(ParserUtils.java:283) at oracle.adf.mds.internal.parse.ParserUtils.createNode(ParserUtils.java:115) at oracle.adf.mds.internal.parse.ParserUtils.createNode(ParserUtils.java:88) at oracle.adf.mds.adapters.FileAdapter.getElementData(FileAdapter.java:216) at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1237) at oracle.adf.mds.MElement.findElement(MElement.java:97) at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:493) at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3782) at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3459) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:988) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418) at OA.jspService(OA.jsp:40) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797) at java.lang.Thread.run(Thread.java:534)

  • Unable to open OA page in Jdeveloper

    Hi,
    I have exported a page from MDS repository. but when i am trying to view that page i am getting following message:
    Unable to open file
    "C:\jdev\jdevhome\jdev\myprojects\oracle\apps\pos\supplier\webui\QuickUpdatePG.xml".
    The document is not in XMLPath "C:\jdev\jdevbin\jdev\myprojects;
    c:\jdev\jdevbin\jdev\oamdsxml\fwk".
    Please suggest.
    Thanks,
    Gaurav

    Hi ,
    I got an error message like
    Unable to open file
    "C:\Jdeveloper\jdevhome\jdev\myprojects\oracle\apps\fnd\framefork\toolbox\sample\webui\filename.xml".
    The document is not in the XMLPath "C:\Jdeveloper\jdevbin\jdev\myprojects;
    C:\Jdeveloepr\jdev\oamdsxml\fwk".
    I checked the path in env variable now i get new error as
    set the EmpImpl class as abstract in the path
    C:\Jdeveloper\jdevhome\jdev\myprojects\oracle\apps\fnd\framework\toolbox\schema\server
    Edited by: user12264613 on Mar 18, 2010 11:56 PM

  • Problem Running a jsp page in JDeveloper 9i

    I have an application in JDeveloper 9i. i have compiled the application and when i right click one of the jsp's and say Run, it is not working and give the following message in the console: The system cannot execute the specified program.
    I don't know what to do now. Please help me out to get out of this situation. I am new to JDeveloper.
    - DeveloperBujji.

    Does your jar file include the libraries that you are "importing" into your code?
    (Maybe javax.print.*)

  • Error While opening a JSP page from inside form window

    Hi,
    I am using Oracle EBS 12.0.4 and using IE 7 as my browser.
    Now when i am trying to open a jsp page form EBS Home page (after login) it is opening perfectly.The problem occurs when i tried to open jsp pages from inside form window.
    E.g. From the home page when i tried to open a jsp page "Control Purchasing Periods" which is assigned in one of our custom responsibility(Manager Systems-->PO Super User-->Set up-->Financials-->Accounting-->Control Purchasing Periods) it opens a new log in page for the EBS. When i logged in it is showing
    Error
    You have insufficient privileges for the current operation. Please contact your System Administrator. Same is happening when i am trying to open User Page form user management responsibility from inside a form window.Where as it is opening fine from home page.
    Please help.

    Hi, hueesin
    in error log i got this 4 new lines while performing the transaction from my host
    [Thu Dec 30 13:27:39 2010] [error] [client 172.16.6.144] [ecid: 1293695859:172.16.48.61:25634:0:8748,0] Directory index forbidden by rule: /dev02/KMCTEST/apps/apps_st/comn/java/classes/
    [Thu Dec 30 13:27:40 2010] [error] [client 172.16.6.144] [ecid: 1293695860:172.16.48.61:25328:0:8829,0] Directory index forbidden by rule: /dev02/KMCTEST/apps/apps_st/comn/java/classes/
    [Thu Dec 30 13:28:06 2010] [error] [client 172.16.6.144] [ecid: 1293695886:172.16.48.61:25654:0:9225,0] File does not exist: /dev02/KMCTEST/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.class
    [Thu Dec 30 13:28:06 2010] [error] [client 172.16.6.144] [ecid: 1293695886:172.16.48.61:25654:0:9226,0] File does not exist: /dev02/KMCTEST/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.propertieswhile in access log i got
    172.16.6.144 - - [30/Dec/2010:13:32:51 +0530] "POST /OA_HTML/OA.jsp?page=/oracle/apps/fnd/sso/login/webui/MainLoginPG&_ri=0&_ti=587084970&language_code=US&requestUrl=http%3A%2F%2Fkmctapp2.kmc.com%3A8005%2FOA_HTML%2FRF.jsp%3Ffunction_id%3D2014%26resp_id%3D50670%26resp_appl_id%3D7000%26security_group_id%3D0%26lang_code%3DUS%26params%3Df7B5hnH8rkFfR.idy0MT1JZrquJxVBy3CVpSV.GpXc0%26oas%3DAuZa28Bnhl7glqYyqXbjsg..&cancelUrl=http%3A%2F%2Fkmctapp2.kmc.com%3A8005%2FOA_HTML%2FAppsLogin&langCode=US&oapc=2&oas=rucHEnmoEQ25-3xRNnl0ZA.. HTTP/1.1" 302 708 1 "http://kmctapp2.kmc.com:8005/OA_HTML/RF.jsp?function_id=28636&resp_id=-1&resp_appl_id=-1&security_group_id=0&lang_code=US&params=Br702.NFW.nrlg1EodytbsK-Dc1k9ERgGeColziC.cPOIi7hiyjaPiR6AJ7.Lk4IUbiFt8MZ-sww1yPk9nLXIYqdPHfttMeywkt5IQhVsrG8Y9M-0CrrcAU8ZntmtaFjlkc2vXbUaot6TQpdqAPHJyaJn6YLsew516hhfiB2xemOmo6e-.WpPrlXfvBQG.XVr-Z8y-V4uRkwwHgWHTK.ju6jLsF35BmqTRszq39cgoHe38QZqjtonDRWgTFzvxooOAmX1EHPfxfMz88uKnVWnnzU-4996ZD8e3X0Dagp19gjOYgefJlT1fTUaFvMo3cP.-7Ypt0s4Cck.GhdFOnHRK1Ok6KdvnjFyjK-WHCy4ZHCvw3NZPREYBngqJc4gvnDziIu4Yso2j4kegCe-i5OCFG4hbfDGf7MMNcj5PZy1yFwJ8GIMHyNmCAg9Yo1bXn5cTHOy7xYWHyOD5.ax3JG6Q&oas=W0vxAqkroMB_7DgeNPZhYw.." "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)"
    172.16.6.144 - - [30/Dec/2010:13:32:51 +0530] "GET /OA_HTML/RF.jsp?function_id=2014&resp_id=50670&resp_appl_id=7000&security_group_id=0&lang_code=US&params=f7B5hnH8rkFfR.idy0MT1JZrquJxVBy3CVpSV.GpXc0&oas=AuZa28Bnhl7glqYyqXbjsg.. HTTP/1.1" 200 7534 0 "http://kmctapp2.kmc.com:8005/OA_HTML/RF.jsp?function_id=28636&resp_id=-1&resp_appl_id=-1&security_group_id=0&lang_code=US&params=Br702.NFW.nrlg1EodytbsK-Dc1k9ERgGeColziC.cPOIi7hiyjaPiR6AJ7.Lk4IUbiFt8MZ-sww1yPk9nLXIYqdPHfttMeywkt5IQhVsrG8Y9M-0CrrcAU8ZntmtaFjlkc2vXbUaot6TQpdqAPHJyaJn6YLsew516hhfiB2xemOmo6e-.WpPrlXfvBQG.XVr-Z8y-V4uRkwwHgWHTK.ju6jLsF35BmqTRszq39cgoHe38QZqjtonDRWgTFzvxooOAmX1EHPfxfMz88uKnVWnnzU-4996ZD8e3X0Dagp19gjOYgefJlT1fTUaFvMo3cP.-7Ypt0s4Cck.GhdFOnHRK1Ok6KdvnjFyjK-WHCy4ZHCvw3NZPREYBngqJc4gvnDziIu4Yso2j4kegCe-i5OCFG4hbfDGf7MMNcj5PZy1yFwJ8GIMHyNmCAg9Yo1bXn5cTHOy7xYWHyOD5.ax3JG6Q&oas=W0vxAqkroMB_7DgeNPZhYw.." "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)"
    172.16.6.144 - - [30/Dec/2010:13:32:51 +0530] "GET /OA_HTML/cabo/images/swan/t.gif HTTP/1.1" 304 0 0 "http://kmctapp2.kmc.com:8005/OA_HTML/RF.jsp?function_id=2014&resp_id=50670&resp_appl_id=7000&security_group_id=0&lang_code=US&params=f7B5hnH8rkFfR.idy0MT1JZrquJxVBy3CVpSV.GpXc0&oas=AuZa28Bnhl7glqYyqXbjsg.." "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)"
    172.16.6.144 - - [30/Dec/2010:13:32:51 +0530] "GET /OA_HTML/cabo/images/swan/errorl.gif HTTP/1.1" 304 0 0 "http://kmctapp2.kmc.com:8005/OA_HTML/RF.jsp?function_id=2014&resp_id=50670&resp_appl_id=7000&security_group_id=0&lang_code=US&params=f7B5hnH8rkFfR.idy0MT1JZrquJxVBy3CVpSV.GpXc0&oas=AuZa28Bnhl7glqYyqXbjsg.." "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)"
    172.16.6.144 - - [30/Dec/2010:13:32:51 +0530] "GET /OA_HTML/cabo/images/swan/navBarUnderTopTabsBg.gif HTTP/1.1" 304 0 0 "http://kmctapp2.kmc.com:8005/OA_HTML/RF.jsp?function_id=2014&resp_id=50670&resp_appl_id=7000&security_group_id=0&lang_code=US&params=f7B5hnH8rkFfR.idy0MT1JZrquJxVBy3CVpSV.GpXc0&oas=AuZa28Bnhl7glqYyqXbjsg.." "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)"
    172.16.6.144 - - [30/Dec/2010:13:32:51 +0530] "GET /OA_HTML/cabo/images/swan/footerBg.gif HTTP/1.1" 304 0 0 "http://kmctapp2.kmc.com:8005/OA_HTML/RF.jsp?function_id=2014&resp_id=50670&resp_appl_id=7000&security_group_id=0&lang_code=US&params=f7B5hnH8rkFfR.idy0MT1JZrquJxVBy3CVpSV.GpXc0&oas=AuZa28Bnhl7glqYyqXbjsg.." "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)"

  • How to call a jsp page from oaf and run in jDeveloper

    Hi all,
    I created sample jsp and then tried.
    String temp = "sample.jsp?";
    pageContext.setForwardURL(temp,
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    null,
    true,
    OAWebBeanConstants.ADD_BREAD_CRUMB_YES,
    OAWebBeanConstants.IGNORE_MESSAGES);
    It worked.
    But when i tried with one of the custom page that i downloaded from server it is giving error.
    But now i need to call that page.
    Its Code is given on below link:
    Re: how to call a jsp page from oaf
    Please help me to do this.
    Thanks in advance.
    Regards,
    Raj

    Raj,
    1. Hope you have placed the custom jsp page (which you have downloaded from server) under "jdevhome\jdev\myhtml\OA_HTML" directory ?
    2. Try to run the custom jsp page from Jdeveloper directly and check whether its working properly or not ?
    (i.e. add jsp page to any project in Jdeveloper then right click on jsp page and select Run xxx.jsp)
    3. If page errors out then custom jsp page seems require few parameters to run it successfully. Pass all requied parameters and test.
    4. There is no problem in the way you are calling jsp page from OAF page.
    regards,
    Anand

Maybe you are looking for

  • LOOP AT SCREEN

    HI experts!! I have a screen 9100 which displays an ALV Grid for the table SFLIGHT and contains two buttons: NEW and MODIFY. The two buttons both CALL SCREEN 9200 containing all the fields of SFLIGHT.. I want when i click the NEW button, all fields a

  • STO Movement Type !

    hi Could anyone guide me on this: I have created a material master which is meant for free samples. The material master fields have the same values except the two things: 1. We have a material group sepately for samples. 2. A separate Valuation class

  • Help with finding password for router

    anybody know how I can find the password out for my wireless router? I can't find the manuals or anything, so I have no clue on what to do.

  • Time Machine OSX Server Help

    i recently had a imac in the office crash which backs up to the OSX server using the Time Machine Service. When i try to restore the backup i get the following message. "backup cannot be opened if this is a password protected backup you may have ente

  • Assignment blocks

    Hi, i added configurable view in my personal settings and trying to configure. for service order, am able to move from diaplayed fields to avaiable fields and vice versa and the displayed fields in configuration are visible in personalize tab. but th