[SalesForce] Lightning Tab with Lightning Component throwing error (but the same component loads fine with App Preview, on SF1 & VF Page lightning out)

We have a lightning component, which is being used in VF page Lightning out, SF1, App Preview & Lightning Tab in Lightning experience. Until Summer'16 it is working fine. Now it doesn't load in lightning experience, but loads fine in others.

The below is the error it throws when we are trying to load the lightning tab in lightning experience.

This page has an error. You might just need to refresh it. First, would you give us some details? (We're reporting this as error ID: 47a0514c-2363-44c2-8730-32e6f570915c)

[NoErrorObjectAvailable] An internal server error has occurred
Error ID: 630801592-21079 (330301568)
    at AuraErrorInternal (https://my-domain.lightning.force.com/auraFW/javascript/XyhLNaMJXc3t5qwu_xzuTA/aura_proddebug.js:2957:31)
    at new AuraError (https://my-domain.lightning.force.com/auraFW/javascript/XyhLNaMJXc3t5qwu_xzuTA/aura_proddebug.js:2976:21)
    at AuraInstance.$reportError$ (https://my-domain.lightning.force.com/auraFW/javascript/XyhLNaMJXc3t5qwu_xzuTA/aura_proddebug.js:14593:144)
    at https://my-domain.lightning.force.com/auraFW/javascript/XyhLNaMJXc3t5qwu_xzuTA/aura_proddebug.js:16427:8
    at Logger.$notify$ (https://my-domain.lightning.force.com/auraFW/javascript/XyhLNaMJXc3t5qwu_xzuTA/aura_proddebug.js:2725:16)
    at Logger.log (https://my-domain.lightning.force.com/auraFW/javascript/XyhLNaMJXc3t5qwu_xzuTA/aura_proddebug.js:2717:10)
    at Logger.error (https://my-domain.lightning.force.com/auraFW/javascript/XyhLNaMJXc3t5qwu_xzuTA/aura_proddebug.js:2693:8)
    at AuraInstance.error (https://my-domain.lightning.force.com/auraFW/javascript/XyhLNaMJXc3t5qwu_xzuTA/aura_proddebug.js:14551:17)
    at eval (eval at <anonymous> (https://my-domain.lightning.force.com/auraFW/javascript/XyhLNaMJXc3t5qwu_xzuTA/aura_proddebug.js:1433:19), <anonymous>:15:8)
    at AuraComponentService.<anonymous> (https://my-domain.lightning.force.com/auraFW/javascript/XyhLNaMJXc3t5qwu_xzuTA/aura_proddebug.js:10489:7)

Thanks.

Update: My Component

<aura:component implements="force:appHostable">
Name
</aura:component>

Latest (15-June): The new component which was working until few mins ago is not loading now with the below error:

[NoErrorObjectAvailable] Access Check Failed! AuraComponentService.createComponentFromConfig(): 'markup://ltng:require' is not visible to 'markup://ilms:ImpactLMSCmp {158:1;0}'.
at AuraErrorInternal (https://impact-dev-ed.lightning.force.com/auraFW/javascript/XyhLNaMJXc3t5qwu_xzuTA/aura_proddebug.js:2957:31)
at new AuraError (https://impact-dev-ed.lightning.force.com/auraFW/javascript/XyhLNaMJXc3t5qwu_xzuTA/aura_proddebug.js:2976:21)
at AuraInstance.$reportError$ (https://impact-dev-ed.lightning.force.com/auraFW/javascript/XyhLNaMJXc3t5qwu_xzuTA/aura_proddebug.js:14593:144)
at https://impact-dev-ed.lightning.force.com/auraFW/javascript/XyhLNaMJXc3t5qwu_xzuTA/aura_proddebug.js:16427:8
at Logger.$notify$ (https://impact-dev-ed.lightning.force.com/auraFW/javascript/XyhLNaMJXc3t5qwu_xzuTA/aura_proddebug.js:2725:16)
at Logger.log (https://impact-dev-ed.lightning.force.com/auraFW/javascript/XyhLNaMJXc3t5qwu_xzuTA/aura_proddebug.js:2717:10)
at Logger.error (https://impact-dev-ed.lightning.force.com/auraFW/javascript/XyhLNaMJXc3t5qwu_xzuTA/aura_proddebug.js:2693:8)
at AuraInstance.error (https://impact-dev-ed.lightning.force.com/auraFW/javascript/XyhLNaMJXc3t5qwu_xzuTA/aura_proddebug.js:14551:17)
at AuraComponentService.$createComponentPriv$ (https://impact-dev-ed.lightning.force.com/auraFW/javascript/XyhLNaMJXc3t5qwu_xzuTA/aura_proddebug.js:10857:12)
at componentConstructor.Component.$createComponentStack$ (https://impact-dev-ed.lightning.force.com/auraFW/javascript/XyhLNaMJXc3t5qwu_xzuTA/aura_proddebug.js:5071:49)

Awaiting your response.

Best Answer

The underlying error from our logs shows a reference to a non-existent component and is of the form:

aura://ComponentController/ACTION$getComponent error: aura://ComponentController: org.auraframework.throwable.quickfix.DefinitionNotFoundException: No COMPONENT named markup://namespace:name found

I am trying to identify the specific component now.

Related Topic