cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Standard App Error: Could not Open app. try again later

Former Member
0 Kudos

Hello All,

I am implementing the standard fiori app i.e. "Change WBS Element Status" in fiori Launchpad. I am unable to open the application, getting an error message "Could not open app. Try again Later".

In Console, I am getting below messge

Failed to load UI5 component with properties '{"name":"i2d.ps.wbselestatus.change.s1","url":"/sap/bc/ui5_ui5/sap/ps_wbssta_chgs1/~5E436DB8EFA3C9C9ECD8D690DAF90291~5","manifestUrl":"/sap/bc/lrep/content/~20170720095719.4710000~/apps/i2d.ps.wbselestatus.change.s1/app/sap/ps_wbssta_chgs1/manifest.appdescr","self":{"name":"i2d.ps.wbselestatus.change.s1","url":"/sap/bc/ui5_ui5/sap/ps_wbssta_chgs1/~5E436DB8EFA3C9C9ECD8D690DAF90291~5"},"asyncHints":{"libs":[{"name":"sap.m"},{"name":"sap.ui.core"},{"name":"sap.me"}],"waitFor":[]},"componentData":{"startupParameters":{}},"async":true,"id":"application-WBSElement-changeWBSElementStatus-component"}'. - TypeError: Cannot set property '_oTargetHandler' of undefined at new constructor (https://sbws126.democgi.com:8443/sap/bc/ui5_ui5/ui2/ushell/resources/~20160504081100~/sap/fiori/core-ext-light.js:253:589) at f.eval (https://sbws126.democgi.com:8443/sap/bc/ui5_ui5/ui2/ushell/resources/~20160504081100~/sap/ca/scfld/md/ComponentBase.js:4:564) at p (https://sbws126.democgi.com:8443/sap/bc/ui5_ui5/ui2/ushell/resources/~20160504081100~/sap/fiori/core-min-0.js:64:3977) at f.init (https://sbws126.democgi.com:8443/sap/bc/ui5_ui5/ui2/ushell/resources/~20160504081100~/sap/ca/scfld/md/ComponentBase.js:4:710) at https://sbws126.democgi.com:8443/sap/bc/ui5_ui5/ui2/ushell/resources/~20160504081100~/sap/fiori/core... at f.constructor (https://sbws126.democgi.com:8443/sap/bc/ui5_ui5/ui2/ushell/resources/~20160504081100~/sap/fiori/core-min-2.js:66:2804) at f.constructor (https://sbws126.democgi.com:8443/sap/bc/ui5_ui5/ui2/ushell/resources/~20160504081100~/sap/fiori/core-min-2.js:72:1498) at f.constructor (https://sbws126.democgi.com:8443/sap/bc/ui5_ui5/ui2/ushell/resources/~20160504081100~/sap/fiori/core-min-3.js:14:304) at f.constructor (https://sbws126.democgi.com:8443/sap/bc/ui5_ui5/ui2/ushell/resources/~20160504081100~/sap/ca/scfld/md/ComponentBase.js:4:944) at new f (https://sbws126.democgi.com:8443/sap/bc/ui5_ui5/ui2/ushell/resources/~20160504081100~/sap/fiori/core-min-2.js:68:3310) sap.ushell.services.Ui5ComponentLoaderO @ core-min-0.js:92 core-min-0.js:92 2017-07-20 19:07:45.874659 Failed to load U5 component for navigation intent #WBSElement-changeWBSElementStatus - TypeError: Cannot set property '_oTargetHandler' of undefined sap.ushell.renderers.fiori2.Shell.controllerO @ core-min-0.js:92 core-min-0.js:92 2017-07-20 19:07:45.905854 Could not open app. Please try again later. -

Can anyone help me

Accepted Solutions (0)

Answers (2)

Answers (2)

saurabh_vakil
Active Contributor

Are you sure the SICF nodes /sap/bc/ui5_ui5/sap/ps_wbssta_chgs1 and /sap/bc/lrep are activated in the front end system? If both of these nodes are active then check the SAP Note 2311942 - PS: WBS Element Status Change UI Changes

Former Member
0 Kudos

Hi Saurabh Vakil,

Thanks for your reply.

Both the nodes are active and I tried the above steps but no luck.

Regards,

Abhimanyu

rakindranath
Explorer
0 Kudos

Dear All,

Is there any solution for this issue. currently am also facing the same issue at the time access the /sap/bc/ui5_ui5/ui2/ushell/resources/sap/fiori/core-min-0.js

//@ui5-bundle sap/fiori/core-min-0.js
window["sap-ui-optimized"] = true;
(function(window){
  var cfg=window['sap-ui-config']=window['sap-ui-config']||{},
    roots=cfg.resourceRoots=cfg.resourceRoots||{};
  cfg['preloadLibCss']='!sap.ui.core,sap.ui.layout,sap.ui.unified,sap.m,sap.ushell,sap.ui.fl';
}(window));
//@ui5-bundle-raw-include sap/ui/thirdparty/baseuri.js
/*!
 * OpenUI5
 * (c) Copyright 2009-2019 SAP SE or an SAP affiliate company.
 * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
 */
if(!('baseURI'in Node.prototype)){Object.defineProperty(Node.prototype,'baseURI',{get:function(){var d=this.ownerDocument||this,b=d.querySelector("base[href]")||window.location;return b.href;},configurable:true});}
//@ui5-bundle-raw-include sap/ui/thirdparty/es6-promise.js
/*!
 * @overview es6-promise - a tiny implementation of Promises/A+.
 * @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
 * @license   Licensed under MIT license
 *            See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
 * @version   v4.2.4+314e4831
  */
(function(g,f){typeof exports==='object'&&typeof module!=='undefined'?module.exports=f():typeof define==='function'&&define.amd?define('sap/ui/thirdparty/es6-promise',f):null;g.ES6Promise=f();}(this,(function(){'use strict';function o(x){var c=typeof x;return x!==null&&(c==='object'||c==='function');}function a(x){return typeof x==='function';}var b=void 0;if(Array.isArray){b=Array.isArray;}else{b=function(x){return Object.prototype.toString.call(x)==='[object Array]';};}var d=b;var l=0;var v=void 0;var f=void 0;var g=function g(c,e){w[l]=c;w[l+1]=e;l+=2;if(l===2){if(f){f(y);}else{A();}}};function s(c){f=c;}function h(c){g=c;}var j=typeof window!=='undefined'?window:undefined;var k=j||{};var B=k.MutationObserver||k.WebKitMutationObserver;var m=typeof self==='undefined'&&typeof process!=='undefined'&&{}.toString.call(process)==='[object process]';var n=typeof Uint8ClampedArray!=='undefined'&&typeof importScripts!=='undefined'&&typeof MessageChannel!=='undefined';function u(){return function(){return process.nextTick(y);};}function p(){if(typeof v!=='undefined'){return function(){v(y);};}return t();}function q(){var i=0;var c=new B(y);var e=document.createTextNode('');c.observe(e,{characterData:true});return function(){e.data=i=++i%2;};}function r(){var c=new MessageChannel();c.port1.onmessage=y;return function(){return c.port2.postMessage(0);};}function t(){var c=setTimeout;return function(){return c(y,1);};}var w=new Array(1000);function y(){for(var i=0;i<l;i+=2){var c=w[i];var