OA Framework Page Deployment Error

I am receiving the following error when I try to execute the click the menu for a custom OA Framework Page:
1.) oracle.apps.fnd.framework.OAException: No data found for region "NamePG"
2.) oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference /Path/NamePG
During deployment I completed the following:
1- Transfered XML file in ASCI mode.
2- Transferred Class files in Binary mode.
3- Changed permission on all Class file to 777
4- Ran the Import batch file on the PG.xml file and confirmed an metadata entry was created in the database.
Thanks in advance...

Hi,
The ste
4- Ran the Import batch file on the PG.xml file and confirmed an metadata entry was created in the database.
is not done properly I think.
What is the script you used to upload the page
1) and what is the WEB_HTML value in the function defn.
2) What is the output you get when you run
begin
jdr_utils.printDocument('/oracle/apps/pon/award/completion/webui/ponCompleteAward2PG');
end;
Replace /oracle/apps/pon/award/completion/webui/ponCompleteAward2PG with your page path.
Thanks,
With regards,
Kali.
OSSI.

Similar Messages

  • OA Framework application deployment error

    Dear all,
    i am facing an error in OA Framwork application deployment step.
    when i use this command for importing OA Pages in server then one error is prompted:
    "Unable to initialize threads: cannot find class java/lang/Thread"
    my import command was like:
    import C:\p4573517_11i_current\jdevhome\jdev\oracle\apps\ak\cacheoffice\webui\DetailsPG.xml -username apps -password 12345 -rootdir C:\p4573517_11i_current\jdevhome\jdev\myprojects\ -dbconnection "(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 101.210.180.44)(PORT = 1536))) (CONNECT_DATA = (SERVICE_NAME = DEV)))"
    Please suggest
    Edited by: Mofizur on Jun 7, 2011 2:56 PM

    Dear Gyan,
    that problem has been solved as u suggested.
    now i am getting a error:
    <Line 3, Column 45>: XML-0112: (Fatal Error) Error opening external DTD 'jbo_03_
    01.dtd'.
    Warning: Could not find the customization level value for document "/oracle/apps
    /ak/poplist/server/DepartmentPL".
    Error opening external DTD 'jbo_03_01.dtd'.
    Importing /oracle/apps/ak/poplist/server/DepartmentPL
    Error:
    Error opening external DTD 'jbo_03_01.dtd'.
    Import failed."
    Please suggest

  • Page deploy errors

    I used the eclipse to develop JSF Applicaion.And the server is tomcat
    the page source
    <!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <f:view>
    <html>
         <head>
    <title>
    Register
    </title>
    </head>
    <body>
                   <h:form>
                        <h:panelGroup style="height: 216px">
                             <h:panelGrid border="1" columns="2">
                                  <h:outputText value="userName" ></h:outputText>
                                  <h:inputText value="#{UserBean.username}" id="username" required="true"></h:inputText>
                                  <h:outputText value="password" ></h:outputText>
                                  <h:inputText value="#{UserBean.userpassword}" id="password" required="true"></h:inputText>
                                  <h:outputText value="safeCode" ></h:outputText>
                                  <h:inputText value="#{UserBean.safecode}" id="safecode" required="true"></h:inputText>
                                  <h:outputText value="Email" ></h:outputText>
                                  <h:inputText value="#{UserBean.useremail}" id="email"></h:inputText>
                                  <h:outputText value="Phone" ></h:outputText>
                                  <h:inputText value="#{UserBean.userphone}" id="phone"></h:inputText>
                                  <h:outputText value="address"></h:outputText>
                                  <h:inputText value="#{UserBean.useradr}" id="address"></h:inputText>
                             </h:panelGrid>
                             <h:commandButton action="#{UserBean.register}" id="register" value="Register"></h:commandButton>
                        </h:panelGroup>
                   </h:form>
    </body>
    </html>
    </f:view>
    The errors
    exception
    javax.servlet.ServletException: Error Parsing /userservice/register.jsp: Error Traced[line: 5] The markup in the document preceding the root element must be well-formed.
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:249)
    root cause
    com.sun.facelets.FaceletException: Error Parsing /userservice/register.jsp: Error Traced[line: 5] The markup in the document preceding the root element must be well-formed.
         com.sun.facelets.compiler.SAXCompiler.doCompile(SAXCompiler.java:234)
         com.sun.facelets.compiler.Compiler.compile(Compiler.java:105)
         com.sun.facelets.impl.DefaultFaceletFactory.createFacelet(DefaultFaceletFactory.java:197)
         com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:144)
         com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:95)
         com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:496)
         com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:546)
         com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:108)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:266)
         com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:159)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
    How can i solve? Please help me .
    Thank you
    Wenbor
    Edited by: Wenbor on Nov 14, 2007 12:49 AM

    It looks like you're processing a JSP-syntax page using Facelets.
    Page content with facelets must be well-formed XML.
    If you are indeed using facelets, you can declare the namespaces for the JSF core and html tag libraries on the starting 'html' element. The Facelets docs have examples of this.
    If you're not intending to use facelets, you need to remove the com.sun.faces.FaceletViewHandler reference from the faces-config.xml of your project.

  • Light Framework Page-Detailed Navigation error

    Hi,
    When i use the light framework page and change the number of display levels to 1
    the detailed navigation contents disappear.
    is this a  known error..? Is there anyway to get around this..?
    Thanks,
    rocky

    Rocky,
    This thread might give you a lead.
    Light Framework Top Level Navigation Error
    Good Luck!
    Sandeep Tudumu

  • Error occurred while trying to access framework page

    Hi All,
    After we applied sps 12 in to our portal we encounter the following error:
    Error occurred while trying to access framework page: "pcd:portal_content/every_user/general/defaultDesktop/frameworkPages/frameworkpage",The object does not exist or you are not authorized to access it.If this problem persists, contact your system administrator.
    We are not able to to login to the portal with the administrator user (he has the full rights)
    it seems the startpage is missing or corrupt , do you know a solution to generate this again.
    we have Portal 7.0 SP12 , i found the following notes but these prvide no solution.
    Note 856865 - Error occurred while trying to access framework page ( EP6).
    Kind regards,
    Mustapha

    Hi,
    if you can't log as administrator, activate the SAP* emergency user, logon with it, and give a defaultDesktop to administrator or all user.
    Guide :
    http://help.sap.com/saphelp_nw70/helpdata/en/3a/4a0640d7b28f5ce10000000a155106/frameset.htm
    Brad

  • WPC Runtime Error in Customer Framework Page

    Hi again,
    after successful proof of concept of WPC we have integrated some WPC Pages and iViews in our standard roles. Pages are displayed well with default framework page.
    But using customer specific framework (via portal url alias /portal/mySite and corresponding display rules) we get an error displaying wpc content in runtime:
    Cannot render container : com.sap.engine.lib.xml.util.NestedException:
    Could not load class: com.sap.nw.wpc.km.service. editor.xslt.XsltHelper
    RuntimeStandard required for extension library. -> java.lang.ClassNotFoundException:
    com.sap.nw.wpc.km.service. editor.xslt.XsltHelperRuntimeStandard Found in negative cache
    I have checked SAP Note 1133788 (Com.sap.engine.lib.xml.util.NestedException in WPC) which seems to be related, but adjusting of XSLT Helpers for Editor setting does not fix the problem.
    I mentioned that settings for standardruntime entry (com.sap.nw.wpc.km.service.editor.xslt.XsltHelperRuntimeStandard) should match to customer Alias insted of default portal, but changing these setting won't have any visible result.
    If I use default framework page with customer layout wpc runtime will work - so we have a temporary solution, but we want to avoid changing default framework page.
    Any hints or documentation?
    Many thanks in advance

    Hi Thorsten,
    maybe you should have a look at this [one.|https://forums.sdn.sap.com/thread.jspa?threadID=599765&tstart=0]
    I think it's the same thing that was mentioned in the SAP Note you provided. But maybe you extract some additional hints for yourself out of the posts.
    Let me know, if you manage to solve the problem.
    Regards,
    Marcus

  • Error occurred while trying to access framework page - E P 7.31

    Hi ,
    we are logon to the portal getting the below error
    Error occurred while trying to access framework page: "pcd:portal_content/com.sap.pct/every_user/general/defaultAjaxframeworkContent/com.sap.portal.afpDesktop/frameworkPages/com.sap.portal.AFPpage",The object does not exist or you are not authorized to access it.If this problem persists, contact your system administrator.
    user assign to the super admin role and everyone roles,
    and user assign to the AjaxPortalDesktop
    Portal version : EP 7.3 EHP1
    Thanks
    Srinivas

    Hi Tal,
    All user's are getting same issue ,while accessing  ajax portal desktop
    i have assigned read permissions  to the desktop and framework page .still getting the same
    users are able to logon to default framework page only.(classic).
    Regards
    Srinivas

  • How do I fix the following error, it comes up every time I open a Firefox page; "type error: Components.classes[cid] is undefined" (JavaScript Application)

    == Issue
    ==
    I have another kind of problem with Firefox
    == Description
    ==
    how do I fix the following error, it comes up every time I open a Firefox page; "type error: Components.classes[cid] is undefined" (JavaScript Application)
    == This happened
    ==
    Every time Firefox opened
    == a few months ago
    ==
    == Troubleshooting information
    ==
    Application Basics
    Name Firefox
    Version 3.6.3
    Profile Directory
    Open Containing Folder
    Installed Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Adblock Plus 1.2 true
    Adobe DLM (powered by getPlus(R)) 1,6,2,49 true
    AVG Safe Search 9.0.0.825 true {3f963a5b-e555-4543-90e2-c3908898db71}
    AVG Security Toolbar 4.504.019.002 true avg@igeared
    Fasterfox 2.0.0 false
    Forecastfox 0.9.10.2 true {0538E3E3-7E9B-4d49-8831-A227C80A7AD3}
    Java Console 6.0.05 true
    Java Console 6.0.03 true
    Java Console 6.0.07 true
    Java Console 6.0.11 true
    Java Console 6.0.13 true
    Java Console 6.0.15 true
    Java Console 6.0.17 true
    Java Quick Starter 1.0 true [email protected]
    Microsoft .NET Framework Assistant 1.2.1 true {20a82645-c095-46ed-80e3-08825760534b}
    NoScript 1.9.9.77 true {73a6fe31-595d-460b-a920-fcc0f8843232}
    Java Console 6.0.19 true
    Java Console 6.0.20 true
    Modified Preferences
    Name
    Value
    accessibility.typeaheadfind.flashBar 0
    browser.history_expire_days 0
    browser.history_expire_days.mirror 180
    browser.places.importBookmarksHTML false
    browser.places.importDefaults false
    browser.places.leftPaneFolderId -1
    browser.places.migratePostDataAnnotations false
    browser.places.smartBookmarksVersion 2
    browser.places.updateRecentTagsUri false
    browser.startup.homepage_override.mstone rv:1.9.2.3
    extensions.lastAppVersion 3.6.3
    general.useragent.extra.microsoftdotnet ( .NET CLR 3.5.30729)
    keyword.URL http://au.yhs.search.yahoo.com/avg/search?fr=yhs-avg&type=yahoo_avg_hs2-tb-web_au&p=
    network.cookie.prefsMigrated true
    places.last_vacuum 1272511429
    print.print_bgcolor false
    print.print_bgimages false
    print.print_command
    print.print_downloadfonts true
    print.print_evenpages true
    print.print_in_color true
    print.print_margin_bottom 0.5
    print.print_margin_left 0.5
    print.print_margin_right 0.5
    print.print_margin_top 0.5
    print.print_oddpages true
    print.print_orientation 0
    print.print_pagedelay 500
    print.print_paper_data 0
    print.print_paper_height 11.00
    print.print_paper_size -134744073
    print.print_paper_size_type 1
    print.print_paper_size_unit 0
    print.print_paper_width 8.50
    print.print_printer Lexmark 4200 Series
    print.print_reversed false
    print.print_scaling 1.00
    print.print_shrink_to_fit true
    print.print_to_file false
    print.printer_Lexmark_4200_Series.print_bgcolor false
    print.printer_Lexmark_4200_Series.print_bgimages false
    print.printer_Lexmark_4200_Series.print_command
    print.printer_Lexmark_4200_Series.print_downloadfonts true
    print.printer_Lexmark_4200_Series.print_edge_bottom 0
    print.printer_Lexmark_4200_Series.print_edge_left 0
    print.printer_Lexmark_4200_Series.print_edge_right 0
    print.printer_Lexmark_4200_Series.print_edge_top 0
    print.printer_Lexmark_4200_Series.print_evenpages true
    print.printer_Lexmark_4200_Series.print_footercenter
    print.printer_Lexmark_4200_Series.print_footerleft &PT
    print.printer_Lexmark_4200_Series.print_footerright &D
    print.printer_Lexmark_4200_Series.print_headercenter
    print.printer_Lexmark_4200_Series.print_headerleft &T
    print.printer_Lexmark_4200_Series.print_headerright &U
    print.printer_Lexmark_4200_Series.print_in_color true
    print.printer_Lexmark_4200_Series.print_margin_bottom 0.5
    print.printer_Lexmark_4200_Series.print_margin_left 0.5
    print.printer_Lexmark_4200_Series.print_margin_right 0.5
    print.printer_Lexmark_4200_Series.print_margin_top 0.5
    print.printer_Lexmark_4200_Series.print_oddpages true
    print.printer_Lexmark_4200_Series.print_orientation 0
    print.printer_Lexmark_4200_Series.print_pagedelay 500
    print.printer_Lexmark_4200_Series.print_paper_data 1
    print.printer_Lexmark_4200_Series.print_paper_height 11.00
    print.printer_Lexmark_4200_Series.print_paper_size -134744073
    print.printer_Lexmark_4200_Series.print_paper_size_type 0
    print.printer_Lexmark_4200_Series.print_paper_size_unit 1
    print.printer_Lexmark_4200_Series.print_paper_width 8.50
    print.printer_Lexmark_4200_Series.print_reversed false
    print.printer_Lexmark_4200_Series.print_scaling 1.00
    print.printer_Lexmark_4200_Series.print_shrink_to_fit true
    print.printer_Lexmark_4200_Series.print_to_file false
    print.printer_Lexmark_4200_Series.print_unwriteable_margin_bottom 0
    print.printer_Lexmark_4200_Series.print_unwriteable_margin_left 0
    print.printer_Lexmark_4200_Series.print_unwriteable_margin_right 0
    print.printer_Lexmark_4200_Series.print_unwriteable_margin_top 0
    privacy.clearOnShutdown.cookies false
    privacy.clearOnShutdown.offlineApps true
    privacy.cpd.cookies false
    privacy.item.offlineApps true
    privacy.sanitize.migrateFx3Prefs true
    privacy.sanitize.timeSpan 3
    security.warn_viewing_mixed false
    security.warn_viewing_mixed.show_once false
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows XP
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)
    == Plugins installed
    ==
    *-getplusplusadobe16249
    *Office Plugin for Netscape Navigator
    *Adobe PDF Plug-In For Firefox and Netscape
    *Default Plug-in
    *NPRuntime Script Plug-in Library for Java(TM) Deploy
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    *Shockwave Flash 10.0 r45
    *iTunes Detector Plug-in
    *Garmin Communicator Plug-In 2.8.1.0
    *Windows Presentation Foundation (WPF) plug-in for Mozilla browsers
    *Java(TM) Platform SE binary
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    *Npdsplay dll
    *DRM Store Netscape Plugin
    *DRM Netscape Network Object

    How do I fix this problem ...javascript (cid) applications.

  • Ajax Framework Page - Customized and Modified

    Dear All,
    I am trying to Customize and Modify the default ajax framework page. So with the help of the [SDN Document |http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70bfe58d-1ed9-2d10-42b6-821d62777d6f?QuickLink=index&overridelayout=true&50599009721255] I tried to implement the same.
    We have SAP NW Enterprise Portal 7.3 and NWDS 7.3 SP05.
    I created the portal Application Project and portal component and added all the needed css, script, html and images.
    Below is the code of my portal component:
    package com.sap.itelo.framework.page;
    import com.sapportals.portal.prt.component.*;
    import com.sapportals.portal.prt.resource.IResource;
    public class ITelOFramework extends AbstractPortalComponent
        public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
             IResource navigationCSS = request.getResource(IResource.CSS, "css/style.css");
             response.include(request, navigationCSS);
             IResource menuCSS = request.getResource(IResource.CSS, "css/menu.css");
             response.include(request, menuCSS);
             IResource navTreeSource =
             request.getResource(IResource.STATIC_PAGE,"html/framework.html");
             response.include(request,navTreeSource);
             IResource navigationJs =
             request.getResource(IResource.SCRIPT,"scripts/navigation.js");
             response.include(request, navigationJs);
    I deployed the application and created Framework Page Iview based on the deployed application. When I previewed the page, I noticed the navigation Script page is not loaded. That means, I didn't get detailed navigation on the framework page.
    Please tell me where I went wrong and how to resolve this error.
    Regards
    Eben Joyson

    Hi Eben
    I am facing the same problem. Did you find a solution for this?
    Thanks and best regards
    Christophe

  • OA Framework pages gives oracle.apps.jtf.cache.CacheLoaderNotFoundExecption

    I have installed the right version of JDeveloper and started working on as per anilpassi demos and friends guidence.I was able to work on OA Framework pages, I have added some attributes in Tutorial page and also I was able to see isupplier page that I have to customize. While running the pages, it will take nearly 10mins to show every page.
    With the same configuration,Now I am getting error when I run any page from yesterday afternoon. So I have tried to reconfigure again the Jdeveloper and even I have tried by reinstalling it. Still I am getting the Error page. Here are details regarding the error page. I request you to go through these please and give your suggestions.
    I have set the JDEV_USER_HOME Environment Variable to “E:\jdevhome\jdev” and also I have set the database connection.
    The runtime settings I have given is below:
    Selected the DBC file.
    also the username and password i given is correct only. and also the user has the turorials responsibility.
    Error in IE while running:
    ==============
    Error Page Exception Details.
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = oracle.apps.jtf.cache.CacheLoaderNotFoundException;
    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:865)
    at OAErrorPage.jspService(OAErrorPage.jsp:34)
    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.include(ServletRequestDispatcher.java:119)
    at com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:547)
    at com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:518)
    at runregion.jspService(runregion.jsp:143)
    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.apps.jtf.cache.CacheLoaderNotFoundException
    at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:3236)
    at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:3203)
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:248)
    at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1293)
    at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:384)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1147)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1008)
    at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:977)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:944)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:931)
    at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
    at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:894)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:879)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:848)
    at oracle.apps.fnd.common.AppsContext.(AppsContext.java:707)
    at oracle.apps.fnd.common.WebAppsContext.(WebAppsContext.java:940)
    at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:352)
    at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
    at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
    at runregion.jspService(runregion.jsp:96)
    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.apps.jtf.cache.CacheLoaderNotFoundException
    at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:3236)
    at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:3203)
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:248)
    at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1293)
    at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:384)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1147)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1008)
    at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:977)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:944)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:931)
    at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
    at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:894)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:879)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:848)
    at oracle.apps.fnd.common.AppsContext.(AppsContext.java:707)
    at oracle.apps.fnd.common.WebAppsContext.(WebAppsContext.java:940)
    at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:352)
    at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
    at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
    at runregion.jspService(runregion.jsp:96)
    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)
    ==============
    Then in JDeveloper below messages are shown in Embedded OC4J Server tab:
    ==============
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    E:\jdevbin\jdk\bin\javaw.exe -client -classpath E:\jdevbin\j2ee\home\oc4j.jar;E:\jdevbin\jdev\lib\jdev-oc4j.jar -Xbootclasspath/p:E:\jdevbin\jdev\appslibrt\ojdbc14.jar;E:\jdevbin\jdev\appslibrt\nls_charset12.zip -DFND_JDBC_STMT_CACHE_SIZE=200 -DCACHENODBINIT=true -DRUN_FROM_JDEV=true -mx256m -Doracle.j2ee.dont.use.memory.archive=false -Xverify:none -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 com.evermind.server.OC4JServer -config E:\jdevhome\jdev\system9.0.3.5.1453\oc4j-config\server.xml
    [waiting for the server to complete its initialization...]
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 3797 ms.
    Auto-deploying OA Framework web application deployment descriptor (New server version detected)...
    Oracle9iAS (9.0.3.1.0) Containers for J2EE initialized
    TIME: runregion: initialization [16 ms]
    Tutalii: E:\jdevbin\jdev\appslibrt\iasjoc.zip archive
    ApplicationServer: appName = APPS_OA
    ApplicationServer: appName = bc4j
    ApplicationServer: appName = current-workspace-app
    ApplicationServer: appName = soap
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 1297 ms.
    Error creating the ORB :
    Auto-deploying OA Framework web application deployment descriptor (New server version detected)...
    TIME: runregion: initialization [16 ms]
    ====================
    Starting Embedded OC4J Server is been displayed in the status bar. Also when a OA Framework page is getting opened, huge lines of codes and messages will be shown in Embedded OC4J Server Tab, but here nothing is shown than TIME: runregion: initialization [16 ms] .
    Please help in figuring out this,
    Thank you,

    Nothing much can be done, if you don't have vpn type of tool in performance.Moreoever,to pick latest class files it is necessary to bounce local jdev oc4j server, every time you make a change.
    Most of the time it do takes latest class files, but sometimes it not, so don't know how u will manage it, because in ur case every time u terminate the server... to restart it will take another 40 minutes.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Submitting concurrent request through oa framework page

    want to submit a concurrent request through oa framework page and i wrote this code in controller
    try
    OAApplicationModule am = pageContext.getApplicationModule(webBean) ;
    OADBTransaction transaction = am.getOADBTransaction();
    Connection conn = transaction.getJdbcConnection();
    ConcurrentRequest cr = new ConcurrentRequest(conn);
    cr.setDeferred();
    Vector param = new Vector();
    param.add("21092008");
    int reqId = cr.submitRequest("XXC", "XXC_DATE_VALIDATION_TEST_1", "XXC DATE VALIDATION TEST 1", null, false, param);
    transaction.commit();
    System.out.println("Request ID >>> "+reqId);
    String id = "" + reqId + "";
    HashMap parameters = new HashMap();
    String url = "OA.jsp?akRegionCode=FNDCPREQUESTVIEWREGION&akRegionApplicationId=0";
    //parameters.put("akRegionApplicationId", "0");
    // parameters.put("akRegionCode", "FNDCPREQUESTVIEWPAGE");
    //parameters.put("akRegionCode", "FNDCPPROGRAMPAGE");
    parameters.put("requestMode", "DEFERRED");
    parameters.put("requestId", id);
    pageContext.setForwardURL(url,
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    parameters,
    true,
    OAWebBeanConstants.ADD_BREAD_CRUMB_NO,
    OAWebBeanConstants.IGNORE_MESSAGES);
    catch (SetDeferredException e)
    throw new OAException("Munish SetDeferredException " + e.getMessage(),OAException.ERROR);
    catch (RequestSubmissionException e)
    throw new OAException("Munish RequestSubmissionException " + e.getMessage(),OAException.ERROR);
    catch (Exception e)
    throw new OAException("Munish Exception " + e.getMessage(),OAException.ERROR);
    but i dont know whether it is submitted or not
    when i find my request using request id through e bussiness suite i can see ant thing regarding this id
    and i m getting this error
    java.lang.NullPointerException
    at oracle.apps.fnd.cp.viewreq.webui.ViewRequestsPageCO.processRequest(ViewRequestsPageCO.java:213)
    could anyone help me please
    Thanks

    Check the "Adding Request Monitoring to Your Product" section from dev guide.
    --Shiv                                                                                                                                                                               

  • Opening an ADF page from an OA framework page

    Hello,
    We have an OA framework page (a custom app) deployed in Oracle 9i Application server. We intend to develop some ADF pages which will be deployed in a separate Oracle 10g AS. I would like to know if it is possible to open an ADF page from an OA page and the basic interoperability between them. If someone can throw some light on the feasibility of this approach, it would really be helpful. Are there any material available on this?
    Please let me know your thoughts on this. Thanks in advance
    Raja

    You way want to ask this on the OA Forum as well.
    Because you are running the apps on different servers the interoperability can only be through the db layer. I'm not aware of a solution where the apps are running in the same context, meaning you can't have an transaction spanning both apps.
    To open a page of an other app is simply done by putting a link in one app which points to the second app.
    Timo

  • PDF file cannot be viewed from OA Framework page.

    Hi all,
    I have developed an OA Framework page which shall present an XMLP report in pdf within the browser.
    When I click on my menu item which opens the oa page, the Open file.. diaglog appears. When I open or save the file (and thereafter opening if) the following error appears: _Acrobat could not open [filename] because it is either not a supported file type or because the file has been damaged._
    I can open the file if I go to the server and copies the output file to my own machine.
    The error that i'm describing is happening on the server and NOT in my development environment. I cannot get it to work at all on my own machine.
    Some facts:
    JDeveloper 9i RUP7
    XML Publisher 6.5.3
    APPS 11.5.10 CU2
    The code:
    package bksv.oracle.apps.bkfnd.bkrepgw.webui;
    import oracle.apps.fnd.common.VersionInfo;
    import oracle.apps.fnd.framework.webui.OAControllerImpl;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.apps.fnd.framework.OAApplicationModule;
    import oracle.apps.fnd.common.AppsContext;
    import oracle.apps.fnd.framework.server.OADBTransactionImpl;
    import oracle.apps.xdo.dataengine.Parameter;
    import oracle.apps.xdo.oa.util.DataTemplate;
    import oracle.apps.xdo.oa.schema.server.TemplateHelper;
    import java.io.OutputStream;
    import java.io.FileOutputStream;
    import java.io.InputStream;
    import java.io.FileInputStream;
    import java.util.Properties;
    import java.util.Calendar;
    import java.text.SimpleDateFormat;
    import com.sun.java.util.collections.ArrayList;
    import com.sun.java.util.collections.Iterator;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.ServletOutputStream;
    import oracle.cabo.ui.data.DataObject;
    * Controller for ...
    public class ReportGenerationCO extends OAControllerImpl
      public static final String RCS_ID="$Header$";
      public static final boolean RCS_ID_RECORDED =
            VersionInfo.recordClassVersion(RCS_ID, "%packagename%");
       * Layout and page setup logic for a region.
       * @param pageContext the current OA page context
       * @param webBean the web bean corresponding to the region
      public void processRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processRequest(pageContext, webBean);
        String currentDateTime = ReportGenerationCO.now();
        String filename = "/home/appsamba/kkristoff/KKR_TEST_" + currentDateTime;
        //Get application context
        OAApplicationModule am = pageContext.getApplicationModule(webBean);
        AppsContext appsContext = ((OADBTransactionImpl)am.getOADBTransaction()).getAppsContext();
        DataObject sessionDictionary = (DataObject)pageContext.getNamedDataObject("_SessionParameters");
        HttpServletResponse response = (HttpServletResponse)sessionDictionary.selectValue(null,"HttpServletResponse");
        // Set the Output Report File Name and Content Type
        String contentDisposition = "attachment;filename=" + filename + ".pdf";
        response.setHeader("Content-Disposition",contentDisposition);
        response.setContentType("application/pdf");
        //Initilization//   
        try {
          ServletOutputStream os = response.getOutputStream();
          DataTemplate dataTemplate = new DataTemplate(appsContext, "CS", "BKCSSR");
         //Get Parameters
        ArrayList parameters = dataTemplate.getParameters();
         //set Parameter Values as ArrayList of oracle.apps.xdo.dataengine.Parameter
          Iterator it = parameters.iterator();
          while (it.hasNext())
             Parameter p = (Parameter)it.next();
             if (p.getName().equals("P_INCIDENT_NUMBER")) {
              p.setValue("369");
             if (p.getName().equals("P_REPAIR_ORDER_NUMBER")) {
              p.setValue("");
             if (p.getName().equals("P_REPORT_NAME")) {
              p.setValue("Service Request Overview");
             if (p.getName().equals("P_SERVICE_TYPE")) {
              p.setValue("ALL");
         dataTemplate.setParameters(parameters);
          dataTemplate.setOutput(filename + ".xml");
          dataTemplate.processData();
          OutputStream outputStream = new FileOutputStream(filename + ".pdf");
          InputStream inputStream = new FileInputStream(filename + ".xml");
          Properties prop = new Properties();
          // Process template
         TemplateHelper.processTemplate(appsContext, // AppsContext
         "CS", // Application short name of the template
         "BKCSSR", // Template code of the template
         "en", // ISO language code of the template
         "00", // ISO territory code of the template
         inputStream, // XML data for the template
         TemplateHelper.OUTPUT_TYPE_PDF, // Output type of the procesed document
         prop, // Properties for the template processing
         outputStream); // OutputStream where the processed document goes.
          String sByteArray = outputStream.toString();
          byte[] outputBytes = sByteArray.getBytes();
          response.setContentLength(outputBytes.length);
          os.write(outputBytes, 0, outputBytes.length);
          os.flush();
          os.close();
        inputStream.close();
        outputStream.close();
         } catch (Exception e)
            //throw new OAException("An Error has occured master: " + e.getStackTrace().toString(), OAException.ERROR);
       * Procedure to handle form submissions for form elements in
       * a region.
       * @param pageContext the current OA page context
       * @param webBean the web bean corresponding to the region
      public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processFormRequest(pageContext, webBean);
      public static final String DATE_FORMAT_NOW = "yyyy-MM-dd";
      public static String now() {
        Calendar cal = Calendar.getInstance();
        SimpleDateFormat sdf = new SimpleDateFormat(DATE_FORMAT_NOW);
        return sdf.format(cal.getTime());
    Thank you in advance.
    Regards
    Kenneth
    Edited by: Kenneth_ on 2010-07-30 12:58
    Edited by: Kenneth_ on 2010-07-30 13:33

    I have now found a solution to this problem. Thank god!
    See the code below.
    Thank you all for helping me getting this far.
    Kenneth
    package bksv.oracle.apps.bkfnd.bkrepgw.webui;
    import oracle.apps.fnd.common.VersionInfo;
    import oracle.apps.fnd.framework.webui.OAControllerImpl;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.apps.fnd.framework.OAApplicationModule;n
    import oracle.apps.fnd.common.AppsContext;
    import oracle.apps.fnd.framework.server.OADBTransactionImpl;
    import oracle.apps.xdo.dataengine.Parameter;
    import oracle.apps.xdo.oa.util.DataTemplate;
    import oracle.apps.xdo.oa.schema.server.TemplateHelper;
    import java.io.OutputStream;
    import java.io.FileOutputStream;
    import java.io.InputStream;
    import java.io.FileInputStream;
    import java.util.Properties;
    import java.util.Calendar;
    import java.text.SimpleDateFormat;
    import com.sun.java.util.collections.ArrayList;
    import com.sun.java.util.collections.Iterator;
    import java.io.ByteArrayOutputStream;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.ServletOutputStream;
    import oracle.cabo.ui.data.DataObject;
    * Controller for ...
    public class ReportGenerationCO extends OAControllerImpl
      public static final String RCS_ID="$Header$";
      public static final boolean RCS_ID_RECORDED =
            VersionInfo.recordClassVersion(RCS_ID, "%packagename%");
       * Layout and page setup logic for a region.
       * @param pageContext the current OA page context
       * @param webBean the web bean corresponding to the region
      public void processRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processRequest(pageContext, webBean);
        String currentDateTime = ReportGenerationCO.now();
        String filename = "/home/appsamba/kkristoff/KKR_TEST_" + currentDateTime;
        //Get application context
        OAApplicationModule am = pageContext.getApplicationModule(webBean);
        AppsContext appsContext = ((OADBTransactionImpl)am.getOADBTransaction()).getAppsContext();
        DataObject sessionDictionary = (DataObject)pageContext.getNamedDataObject("_SessionParameters");
        HttpServletResponse response = (HttpServletResponse)sessionDictionary.selectValue(null,"HttpServletResponse");
        // Set the Output Report File Name and Content Type
        String contentDisposition = "attachment;filename=" + filename + ".pdf";
        response.setHeader("Content-Disposition",contentDisposition);
        response.setContentType("application/pdf");
        //Initilization//   
        try {
          ServletOutputStream os = response.getOutputStream();
          DataTemplate dataTemplate = new DataTemplate(appsContext, "CS", "BKCSSR");
         //Get Parameters
        ArrayList parameters = dataTemplate.getParameters();
         //set Parameter Values as ArrayList of oracle.apps.xdo.dataengine.Parameter
          Iterator it = parameters.iterator();
          while (it.hasNext())
             Parameter p = (Parameter)it.next();
             if (p.getName().equals("P_INCIDENT_NUMBER")) {
              p.setValue("369");
             if (p.getName().equals("P_REPAIR_ORDER_NUMBER")) {
              p.setValue("");
             if (p.getName().equals("P_REPORT_NAME")) {
              p.setValue("Service Request Overview");
             if (p.getName().equals("P_SERVICE_TYPE")) {
              p.setValue("ALL");
         dataTemplate.setParameters(parameters);
          dataTemplate.setOutput(filename + ".xml");
          dataTemplate.processData();
          //OutputStream outputStream = new FileOutputStream(filename + ".pdf");
          ByteArrayOutputStream localByteArrayOutputStream = new ByteArrayOutputStream();
          InputStream inputStream = new FileInputStream(filename + ".xml");
          Properties prop = new Properties();
          // Process template
         TemplateHelper.processTemplate(appsContext, // AppsContext
         "CS", // Application short name of the template
         "BKCSSR", // Template code of the template
         "en", // ISO language code of the template
         "00", // ISO territory code of the template
         inputStream, // XML data for the template
         TemplateHelper.OUTPUT_TYPE_PDF, // Output type of the procesed document
         prop, // Properties for the template processing
         localByteArrayOutputStream); // OutputStream where the processed document goes.
          byte[] b = localByteArrayOutputStream.toByteArray();
          response.setContentLength(b.length);
          os.write(b, 0, b.length);
          os.flush();
          os.close();
        inputStream.close();
        localByteArrayOutputStream.close();
         } catch (Exception e)
            //throw new OAException("An Error has occured master: " + e.getStackTrace().toString(), OAException.ERROR);
       * Procedure to handle form submissions for form elements in
       * a region.
       * @param pageContext the current OA page context
       * @param webBean the web bean corresponding to the region
      public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processFormRequest(pageContext, webBean);
      public static final String DATE_FORMAT_NOW = "yyyy-MM-dd";
      public static String now() {
        Calendar cal = Calendar.getInstance();
        SimpleDateFormat sdf = new SimpleDateFormat(DATE_FORMAT_NOW);
        return sdf.format(cal.getTime());
    }

  • Not able to change Framework  page in Netweaver portal 7.3

    Dear All,
    I am trying to change the framework page from drop-down, changes not affecting after saving the framework page and every time when i am changing, the object is getting locked, after unlocking still the chages are not affecting
    Please help me in this regards

    Hi,
    Are you getting any kind of java script error in the browser ? Also make sure you are using FQDN to access the portal.
    Apart from this ... try to clear your IE cache and restart the IE before trying again.
    Regards,
    Mahesh

  • Deployment Error due Web Service

    Hi,
    I try to create a WebService based on the JEE 5 Server. If I create a very simple WebService everything works quite well. But as soon as I try to create a more complex web service I receive a deployment error. The web service method contains a parameter that represents a data object. This DO contains two lists, that are accessible using getters and setters, the DO contains a standard constructor as well.
    The deployment exeception I receive is:
    13.11.2006 12:25:12 /userOut/daView_category (eclipse.UserOutLocation) [Thread[Deploy Thread,5,main]] INFO: deployment trace
    12:24:54.653 [info  #300]  [#36]: DC API is trying to connect to 'sapw02:50204'
    12:24:54.653 [debug #100]  [#36]: SessionImpl::getContext():[ B E G I N ].timerId=214
    12:24:55.262 [debug #100]  [#36]: SessionImpl::getContext():[ E N D ].timerId=[id:#214, elapsed: 609 ms.]
    12:24:55.262 [info  #300]  [#36]: DC API has Connected to 'sapw02:50204'
    12:24:55.262 [debug #100]  [#36]: DeployProcessor::ctor:New deploy processor created[ deployerId=36 ]
    12:24:55.668 [debug #200]  [#36]: DeployProcessor::Constructor:get deployer from server.[ deployerId=36 ]
    12:24:55.887 [debug #200]  [#36]: DeployProcessor::Constructor:deployer get successfully:[id:#215, elapsed: 219 ms.]. [ deployerId=36 ]
    12:24:55.887 [info  #200]  [#36]: +++++ Starting  D E P L O Y action +++++ [ deployerId=36 ] [ timerId=216]
    12:24:55.903 [info  #200]  [#36]: Selected archives for deployment. [ deployerId=36 ]
    12:24:55.903 [info  #200]  [#36]: C:Program FilesSAPDevStudio_oldeclipseworkspace_tool_beansPerfactEAR5PerfactEAR5.ear
    12:24:55.903 [debug #300]  [#36]: DeployProcessor::deploy:going to generate Session id.[ deployerId=36 ]
    12:24:56.106 [debug #300]  [#36]: DeployProcessor::deploy:DC API got Session id='347',time:[id:#216, elapsed: 219 ms.].[ deployerId=36 ]
    12:24:56.324 [debug #300]  [#36]: DeployProcessor::uploadItemsToServer:timerId=217. [ deployerId=36 ], transactionId=347::Upload archives to the server.Remote upload path is 'C:SAPJP1JC02j2eeclusterserver0temptc~bl~deploy_controllerarchives347'
    12:24:56.324 [debug #300]  [#36]: DeployProcessor::uploadItemsToServer:Going to upload 'C:Program FilesSAPDevStudio_oldeclipseworkspace_tool_beansPerfactEAR5PerfactEAR5.ear' on the server.[ deployerId=36 ]
    12:24:56.778 [debug #300]  [#36]: DeployProcessor::uploadItemsToServer:[ deployerId=36 ], transactionId=347::File 'C:Program FilesSAPDevStudio_oldeclipseworkspace_tool_beansPerfactEAR5PerfactEAR5.ear' uploaded successfully as 'C:/SAP/JP1/JC02/j2ee/cluster/server0/temp/tc~bl~deploy_controller/archives/347/PerfactEAR5.ear'. Time:[id:#217, elapsed: 454 ms.]
    12:24:56.778 [debug #300]  [#36]: DeployProcessor::uploadItemsToServer:[ deployerId=36 ]::Archives uploaded.time:[#217: 0.454 sec]
    12:24:56.778 [debug #100]  [#36]: DeployProcessor::deployItems:enter.timerId=218.[ deployerId=36 ]
    12:24:56.778 [info  #200]  [#36]: component version handling rule is UpdateAllVersions.[ deployerId=36 ]
    12:24:56.981 [info  #200]  [#36]: Error strategies[ deployerId=36 ]:
    12:24:56.996 [info  #100]  [#36]: deployer initialized successfully:[id:#219, elapsed: 203 ms.].[ deployerId=36 ]
    12:24:56.996 [info  #100]  [#36]: Total time:[#219: 0.218 sec].[ deployerId=36 ]
    12:24:57.012 [info  #200]  [#36]: Starting deployment.[ deployerId=36 ]
    12:25:12.106 [info  #500]  [#36]: Deployment Exception during deployment phase 'DeploymentException',cause=An error occurred while deploying the deployment item 'sap.com_PerfactEAR5'.; nested exception is:
         java.rmi.RemoteException:  class com.sap.engine.services.dc.gd.DeliveryException: An error occurred during deployment of sdu id: sap.com_PerfactEAR5
    sdu file path: C:SAPJP1JC02j2eeclusterserver0temptc~bl~deploy_controllerarchives347PerfactEAR5.ear
    version status: HIGHER
    deployment status: Admitted
    description:
              1. Error:
    Cannot update application sap.com/PerfactEAR5. Reason: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key ..
    Reason: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key ; nested exception is:
         java.rmi.RemoteException:  class com.sap.engine.services.deploy.server.utils.DSRemoteException: Cannot update application sap.com/PerfactEAR5. Reason: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key ..
    Reason: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key ; nested exception is:
         java.rmi.RemoteException:  class com.sap.engine.services.deploy.container.DeploymentException: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key ; nested exception is:
         java.rmi.RemoteException:  com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Exception occured during web services deployment. Unable to generate serialization framework for web service DummyWebServiceBeanService, application sap.com/PerfactEAR5.; nested exception is:
         java.rmi.RemoteException:  com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
    12:25:12.293 [info  #500]  [#36]: Deployment Items status: '
              ----- Sorted Items -----
         1. Client path 'C:Program FilesSAPDevStudio_oldeclipseworkspace_tool_beansPerfactEAR5PerfactEAR5.ear'
         Sdu info :name 'PerfactEAR5', vendor 'sap.com', location 'localhost', version '2006.11.13.12.24.52', software type ('J2EE', sub type ''), dependencies :[none]
              Deploy status is 'Aborted'
              Time statistics( ms ):
                   1.deployment : 9953
                        1.1.Bulk deployment : 9953
                             1.1.1.Stop : 31
                             1.1.2.Perform delivery : 9922
                                  1.1.2.1.Application Deployer : 9922
                   2.Post process : 422
                        2.1.Starting : 422
              Description:'1. Error:
    Cannot update application sap.com/PerfactEAR5. Reason: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key ..
    Reason: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key ; nested exception is:
         com.sap.engine.services.deploy.container.DeploymentException: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key
              2. The deployment item could not be delivered. The reason is: An error occurred during deployment of sdu id: sap.com_PerfactEAR5
    sdu file path: C:SAPJP1JC02j2eeclusterserver0temptc~bl~deploy_controllerarchives347PerfactEAR5.ear
    version status: HIGHER
    deployment status: Admitted
    description:
              1. Error:
    Cannot update application sap.com/PerfactEAR5. Reason: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key ..
    Reason: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key ; nested exception is:
         com.sap.engine.services.deploy.container.DeploymentException: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key
    . Cannot update it.'.
              ----- Deployment Items -----
         1. Client path 'C:Program FilesSAPDevStudio_oldeclipseworkspace_tool_beansPerfactEAR5PerfactEAR5.ear'
         Sdu info :name 'PerfactEAR5', vendor 'sap.com', location 'localhost', version '2006.11.13.12.24.52', software type ('J2EE', sub type ''), dependencies :[none]
              Deploy status is 'Aborted'
              Description:'1. Error:
    Cannot update application sap.com/PerfactEAR5. Reason: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key ..
    Reason: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key ; nested exception is:
         com.sap.engine.services.deploy.container.DeploymentException: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key
              2. The deployment item could not be delivered. The reason is: An error occurred during deployment of sdu id: sap.com_PerfactEAR5
    sdu file path: C:SAPJP1JC02j2eeclusterserver0temptc~bl~deploy_controllerarchives347PerfactEAR5.ear
    version status: HIGHER
    deployment status: Admitted
    description:
              1. Error:
    Cannot update application sap.com/PerfactEAR5. Reason: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key ..
    Reason: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key ; nested exception is:
         com.sap.engine.services.deploy.container.DeploymentException: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key
    . Cannot update it.'.
    12:25:12.434 [debug #300]  [#36]: DeployProcessor::deployItems:finally.Total Time:[#218: 15.656 sec].[ deployerId=36 ]
    12:25:12.434 [info  #200]  [#36]: +++++ End  D E P L O Y action +++++[ deployerId=36 ]. Total time:[#216: 16.547 sec]
    Can anyone help me? The deployment trace looks like there is a problem with the serialization framework. But my DO is totally Serializable, meaning all  referencing interfaces and classes implement Serializable.
    Thanks in Advance

    Hi Martin,
    It's good that you have come to the cause of the problem by yourself. Yes, the Sun serialization framework does not support interfaces as web method parameters. This is "hidden" in the exception
    com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
    I agree that it's not quite obvious from the exceptions in the Deploy View Console, however if you have had a look into the server log files (in <Install_Dir>/JP1/JC00/j2ee/cluster/server0/log) you would probably have found more detailed information about the root cause.
    Regarding the second issue, this is exactly how the WebService specifications define the case. You are probably right to some extent in your assumption about the WebMethod annotation, but the specs seem to treat it in a bit different way. See Web Services. The bottom line is that all public methods except those annotated with @WebMethod(exclude=true) will be exposed as web service operations.
    Hope that clarifies a bit!
    -Vladimir

Maybe you are looking for

  • How do I get Preview to open a new tab in Firefox

    Sorry I am not sure where else to post this as there is no Preview category in Discussions. Used to be a time when I clicked on a pdf link on the internet it opened up a new tab for me to view the file. Now, however it just downloads the file. Is the

  • Sharing a Printer between XP and Windows 7 computers on a Wireless Network

    Does anyone know if you can share a printer on a home network between a windows 7 and an XP SP3 computer? I had a wireless netowork set up at home with an XP desktop hardwired to a cable modem and a printer with USB connection. I also had an XP lapto

  • Script for Exporting 2 Pgs into 1 PDF???

    Hello, I was wondering if anyone can help me. I know there is a script that can export each page of Indesign file as a separate PDF, but is there a script out there to export every two pages of Indesign file. Basically what I need to do is create 300

  • How to use content code to redeem mountain lion

    when i had enter content code in redeem option its showing i have to make a payment method. tell me how to use content code to redeem mountain lion osx

  • How to compare value before and after

    hi, one of the queried Values ​​is the number of defective frames.Here, this value is compared with a previously sampled value If now (after 10 s) this value is bigger than previous one ,then It saves new value otherwise loop will be continue.If agai