EPCM error when leave Webdynpro page ???

In Portal, when navigate from page with webdynpro iViews to any other workset or page, clicking in some node of the top level navigation, opening a windows alert popup , and said: Exception in EventDistribute occurred. Throw it to upper level?
And then click accept 4 times let me continue.
After trying multiple alternatives, the issue certainly is occurring when:  I am in a page with at least one webdynpro java, and I go to another. That is, to leave or close the webdynpro iView has generated  the problem.
When I choose "debug" the exception with MS Dev studio, I found this error code, this is the point when the exception raise:
EPCM.eventDistribute=function( consumers, eventObject, resultArray){
var isRetValCollect=(resultArray != null);
var eListener
var retVal;
for (var idx in consumers){
eListener=consumers[idx];
retVal=null;
try{
retVal=eListener.call( eventObject );}
catch( e){
if (EPCM._private.dbgException){
if(confirm("Exception in EventDistribute occured.\nThrow it to upper level ?")) throw(e);}
if(isRetValCollect && retVal != null){
resultArray[resultArray.length++]=retVal;}
any suggestion ?????
thanks in advance!
Leandro.

Add this: not only when leave a webdynpro iview or page is the problem, also when resizing a webdynpro page in the IE.
Any change in the screen size, raise this popup error
any idea???
thanks in advance

Similar Messages

  • Is there any listener when leaving the page?

    Hi,
    I use JDev 11g,
    I use this
    *((DCIteratorBinding)this.getBindings.get("MyIterator1")).getViewObject().getApplicationModule().getTransaction.isDirty();*
    to know if there is a change happen in database or not
    I want to check this change when I leave the page.Where can I write this code? Is there any listener when leave the page or not?
    Thank You.
    Sameh Nassar

    Thank You Sireesha,
    I make a class which implements interface PhaseListener and implement 2 methods (beforePhase and afterPhase).
    then I write
    <lifecycle>
    <phase-listener>MyClass</phase-listener>
    </lifecycle>
    in faces-config.xml file
    thank you.
    Sameh Nassar

  • Display a warning when leaving a page

    Hi,
    I have created multiple APEX pages and would like to create a warning when leaving a page  when changes are made to the page.  Iam new to APEX and javascripts. We are using Oracle APEX 4.1,  connecting to a 11 g database  and Internet Explorer 8.0.  I have seen postings from older versions of APEX and have attempted to use the logic and receive multiple screen prompts. I appreciate your assistance with this challenge.
    Thanks
    Don

    Hey Don,
    Have a look at the save before exit plugin.
    http://skillbuilders.com/plugins
    Demo
    Good Luck,
    Tyson

  • UWL - Error when lauching webdynpro for Approve time

    Please suggest me how to solve this error.
    As part of Manager Self Services (MSS) - we are getting error , when we try to click on the UWL Task link for "Approval of Working Times", UWL tries to launch a Webdynpro page and it could not find that.
    As we followed up with our basis team, they informed us that the Webdynpro Component does exists in the Portal.
    Error Details:       com.sap.tc.webdynpro.services.sal.core.DispatcherException: The requested deployable object 'sap.com/msscatapproval' and application 'CatManagerApprove' are not deployed on the server. Please check the used URL for typos.

    check from the content admin, If you are able to launch this correctly
    Please make sure you have defined the
    Task in SWFVISU.
    Task                           TS31000007
    APPLICATION    CatManagerApprove
    PACKAGE        sap.com/msscatapproval
    If you are using the standard task/
    http://help.sap.com/saphelp_nw70/helpdata/EN/20/f0c82c9f6748c58d
    9ea14b3bbed93a/content.htm
    This error occurs when the Portal is unable to detemine the above files due to the config issue of SAP_ECC_HumanResources
    Please check the port setting etc

  • Getting 500 Internal Server Error when opening GC page

    There was no change in configuration and all of a sudden, I can not connect to GC. I did notice that OC4J for OC4J_EM is down and I can't get it to go "Alive". Can someone run opmnctl status and print the output for me?
    I'm on Windows 2003/GC 10.1.0.4. Anyone has seen this problem?
    Cheers,
    Rodney

    Exact error when opening page is:
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred and anything you might have done that may have caused the error. More information about this error may be available in the server error log.

  • Error when requesting JSP page

    We have just finished getting our environment set up. We are running
    WebLogic 4.5.1 sp7 on a Sun server, and are frontending it with IIS 4.0
    SP6a using the iisproxy.dll WebLogic plugin.
    We can get things working for a while, but eventually, we get the
    following error in the NT event log when requesting the first JSP on our
    site:
    "Out of process application '/LM/W3SVC/1/Root' terminated unexpectedly"
    The Web server is still up, it's just when the JSP page is called that
    we get "Page can not be displayed" errors. Any HTML pages come up just
    fine. To fix the problem, we just stop and restart the Web Publishing
    service.
    Has anyone seen this error or does anyone know what events cause this
    problem?
    Thanks,
    -Mike

    There is a big difference between this;
    http://www.mydomain.com/blabla
    and this;
    http://www.mydomain.com/blah.jsp
    blabla - this is the name of the Web application. When you reference this Web application name Tomcat will check the welcom file descriptor and redirect for that web application.
    blah.jsp - is the name of a JSP page. When you reference this page the way you did above, you are not stating where the JSP page is located. It would be locatied in the "http://www.mydomain.com/blabla/blah.jsp" location.

  • Portal runtime error when using lightweight page

    hello everyone,
    i had portal runtime error when i changed from default framework page to lightweight page, the DTN istn't shown,(TLN is all right)  and in DTN section stay an exception message.
    i checked the log:
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Resource
    Component : pcd:portal_content/mxf/mxfDeskTop/frameworkPages/lightframeworkpage/com.sap.portal.lightinnerpage/com.sap.portal.lightDetailedNavigationTree
    Component class : com.sap.portal.navigation.LightDetailedNavigationTree
    User : mxf
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:973)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:444)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
         at com.sapportals.portal.prt.core.async.AsyncPortalComponentResponse.include(AsyncPortalComponentResponse.java:680)
         at com.sap.portal.navigation.LightDetailedNavigationTree.doContent(LightDetailedNavigationTree.java:47)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:375)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:388)
         at com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sapportals.portal.prt.component.PortalComponentException: Original exception:
         at pagelet._sapportalsjsp_LightDetailedNavigationTree.doContent(_sapportalsjsp_LightDetailedNavigationTree.java:57)
         at pagelet._sapportalsjsp_LightDetailedNavigationTree.service(_sapportalsjsp_LightDetailedNavigationTree.java:31)
         at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:360)
         at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
         ... 13 more
    Caused by: java.lang.NullPointerException
         at com.sapportals.portal.navigation.NavigationEventsHelperService.isPortalPlaceNode(NavigationEventsHelperService.java:2378)
         at com.sapportals.portal.navigation.taglibrary.conditionals.IfNavNodeIsNavZoom.doStartTag(IfNavNodeIsNavZoom.java:44)
         at pagelet._sapportalsjsp_LightDetailedNavigationTree.subDoContent(_sapportalsjsp_LightDetailedNavigationTree.java:585)
         at pagelet._sapportalsjsp_LightDetailedNavigationTree.doContent(_sapportalsjsp_LightDetailedNavigationTree.java:51)
         ... 17 more
    #1.5 #000C2918355B00880000000600000F0800044681D754621D#1203423385171#com.sap.portal.prt.runtime#sap.com/irj#com.sap.portal.prt.runtime#mxf#815##192.+xxxxSD1_2732250#mxf#3b334dc0dee411dc8d1d000c2918355b#Thread[PRT-Async 9,5,PRT-Async]##0#0#Error##Java###01:16_19/02/08_0035_2732250
    [EXCEPTION]
    #1#java.lang.NullPointerException
         at com.sapportals.portal.navigation.NavigationEventsHelperService.isPortalPlaceNode(NavigationEventsHelperService.java:2378)
         at com.sapportals.portal.navigation.taglibrary.conditionals.IfNavNodeIsNavZoom.doStartTag(IfNavNodeIsNavZoom.java:44)
         at pagelet._sapportalsjsp_LightDetailedNavigationTree.subDoContent(_sapportalsjsp_LightDetailedNavigationTree.java:585)
         at pagelet._sapportalsjsp_LightDetailedNavigationTree.doContent(_sapportalsjsp_LightDetailedNavigationTree.java:51)
         at pagelet._sapportalsjsp_LightDetailedNavigationTree.service(_sapportalsjsp_LightDetailedNavigationTree.java:31)
         at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:360)
         at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
         at com.sapportals.portal.prt.core.async.AsyncPortalComponentResponse.include(AsyncPortalComponentResponse.java:680)
         at com.sap.portal.navigation.LightDetailedNavigationTree.doContent(LightDetailedNavigationTree.java:47)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:375)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:388)
         at com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
         at java.lang.Thread.run(Thread.java:534)
    i didn't have any own jsp files for it. My program works well under standard framework. Must i in portalapp.xml sth. insert?
    get any ideals?
    Thanks in advance!
    best regards!
    Mao

    Hi,
    This looks to be a quite complicated problem, and I would recommend you create a support message (OSS) against SAP on the problem.
    It appears a navigation taglib fails, but it doesn't give much details on why.
    Dagfinn

  • [Solved]500 Internal Server Error- when open dialog page for LOV

    Hello
    I have developed JSF / ADF Bc application and my form has inputselect component and everything works fine in embeded OC4J, but when i deploy the application to apps server i get below error when i launch the dialog page to select a value
    500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    Please help
    Thanks
    Message was edited by:
    user570961

    Frank
    unfortunately nothing is reported in the log file , please see the bottom of the message to see what's in the log file
    this is all i see in the log and this is added to log when the page is loaded before i try to launch my dialog page and nothing else is added to the error i am getting. and in IE it just says page cannot be displayed and firefox reports the 500 Internal server error with the message i posted in original post
    we have QA server and there i deployed the application from jdeveloper and it works Okay , but for production , production services team deployed the application using the EAR file i am giving to them and i am getting this error. ( I am providing them with the EAR file generated when i deploy the application to QA from jdeveloper)
    I thought i try to deploy this to QA from ear file to see if i can reproduce the problem , so undeployed my application and tried to deploy using ear file in qa, but it never goes to step 2. it hangs on the screen uploading file ..... it never completes uploading and it does not fail with error either
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Short,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Short)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Byte,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Byte)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Integer,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Integer)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Long,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Long)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Float,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Float)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Double,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Double)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ValidatorRule end
    WARNING: [ValidatorRule]{faces-config/validator} Merge(javax.faces.LongRange)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.DateTime,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end

  • Error when opening portal page-inner desktop frame work image error

    Hi,
    I have installed EP-6.0.Ima getting an error when i log in to portal.
    An exception occurred while processing a request for :
    iView : pcd:portal_content/every_user/general/defaultDesktop/frameworkPages/frameworkpage/com.sap.portal.innerpage/com.sap.netweaver.coll.CollaborationDetailedNavigation
    Component Name : null
    Page could not create the iView.
    See the details for the exception ID in the log file
    Pls help me its urjent.
    Rajesh.

    Below is the default trace errr log.
    61,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Error##Plain###   at java.
    util.TimerThread.run(Timer.java:382)#
    Why this i view error coming.Is this really a problem?
    or some authorisation issue??

  • Runtime error when click some pages

    Hello everyone,
    I had created lots of pages in portal ,
    most of them works fine, but when I click some pages,
    there occured runtime error.
    And these pages can be preview .
    The error message as follow:
    "Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    The exception was logged. Inform your system administrator..
    Exception id: 04:58_07/06/06_0132_12780850
    See the details for the exception ID in the log file" .
    Is there anybody know the reason and the way to solve problem?
    Thanks & Regards,
    Jianguo Chen

    Have you looked at defaulttrace.trc file for the following id "Exception id: 04:58_07/06/06_0132_12780850".
    You can find the LOG file at
    <DRIVE:>\usr\sap\<SID>\<INSTANCE>\j2ee\cluster\server<ID>\log
    Do send me the file as well along with James and I will see if I can help too.
    regards,
    Piyush
    ps: please mark all useful answers.

  • Run a process when leaving a page

    Hello,
    Is it possible to run a process when users leave a page?
    Let me explain:
    On a page, I have an Automatic Row Processing (DML) and a PL/SQL process. These two process are run when users click on the "Apply change" button.
    Is it possible to run these two processes ALSO when users leave the page (click on another tab) ?
    I want to do this to make sure that the changes are saved, even if users forget to click the "Apply Changes" button.
    Thank you in advance for your help.

    Have you looked into using a pl/sql dynamic action page unload event?  I haven't tried before but if you set the item values in the first step of the dynamic action and then execute a pl sql routine that mimics the DML it may work.  Since the action would fire after every page unload, it would also probably need some validation to ensure it does fire during normal processing.
    Ricker

  • Error when first run page using SelectOneChoice objects

    Hi! I had following error, when I run my jspx page:
    <FacesCtrlListBinding><getInputValue> ADFv: Could not find selected item matching value Vitis of type: java.lang.String in the list-of-values.
    When I press refresh button in browser, then I can see in my SelectOneChoice object value "Vitis"
    Any ideas why it is so?
    Best regards!

    Hi,
    The reason could be that the selectItem with the value 'Vitis' may not be available in your selectOneChoice at the time of page load.
    You may try printing all the values bound to selectItems using forEach and see if the list contains the value 'Vitis' or not.
    Sireesha

  • Getting an error when calling oaf page via notifications

    I am getting the below error when calling an OAF page(workflow) via notifications .
    It's working fine when i am not calling through notifications.
    Error:-
    You are trying to access a page is no longer active.
    -You may attempted to access to this page directly by bookmarkking the page or
    copying URL.This page doesn'y support bookmarking.
    -The referring page may have come from a previous session.Please select home to proceed.

    Hi,
    Refer below threads:
    You are trying to access a page that is no longer active
    You are trying to access a page that is no longer active.
    You are trying to access a page that is no longer active.
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Team calendar Error in Leave request Page .No Views found: Missing customiz

    Hi all
    i am portal consultant , i dont know much abt HR related configuration required for ESS.
    Plz Tell me the what configuration Exactly needed for Team calender in a leave Request page.
    in R3 i have been to the the Tabel   V_PTREQ_TEAM  where i found  the below things.
    Earlier I found  Group of orgnisation for Team view mode alsp ATTEND.  i changed into ESS_LEA_EE.  and i transported it but Now use ,
    still getting the error 
    Critical Error
    A critical error has occured. Processing of the service had to be terminated. Unsaved data has been lost.
    Please contact your system administrator
    No Views found: Missing customizing  
    00000001     SAP Standard     01.01.1800     31.12.9999     Approval Mode     View Group (MSS)     ATTEND
    00000001     SAP Standard     01.01.1800     31.12.9999     Administrator Mode     View Group (MSS)     ATTEND
    00000001     SAP Standard     01.01.1800     31.12.9999     Team View Mode     View Group (MSS)     ESS_LEA_EE
    Plz tell me the what are the Necessary cnfigurations Required for Team calendar ,
    what we have to maintain in this table.
    After Upgradation Team calender is not working.
    Before r it worked.
    plz help me  to solve this
    Thankyou
    swapna

    Hi,
    Check the link below:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/108c31e7-b6a7-2d10-3692-c1a9f7a5c4dc?QuickLink=index&overridelayout=true
    Hope this helps.
    Cheers-
    Pramod

  • Http 500 error when redirecting jsp pages

    hello all
    I hava a strang problem.My application is running on Apache tomcat 5.0 with the database MYSQL as back end. front end i use jsp techonology.
    when i am running in localhost the site works fine in fedora .
    But once i connect the site to something like www.baraginings.com.au i get http500 error when i am tring to redirect my pages.
    As far as i concerns the problem comes with this statment.
    response.sendRedirect("register.jsp");
    big help is needed to slove this problem
    thanks in advance
    /prash

    A 500 error usually means a runtime exception in the called JSP/Servlet.

Maybe you are looking for