Thank you guys! Appreciate the help.

Thanks and Regards,

Ruwan Yatawara

Senior Software Engineer,
WSO2 Inc.

email : [email protected]
mobile : +94 77 9110413
blog : http://thoughts.ruwan-ace.com/
www: :http://wso2.com


On Wed, Mar 18, 2015 at 7:20 PM, Dinusha Senanayaka <[email protected]>
wrote:

> We could able to fix this with the help of SameeraM and Chandana.
>
> To resolve , we called to the
> org.wso2.carbon.governance.lcm.util.CommonUtil ->
> addDefaultLifecyclesIfNotAvailable() method in the publisher login.
>
>  
> CommonUtil.addDefaultLifecyclesIfNotAvailable(regService.getConfigSystemRegistry(tenantId),
>
> CommonUtil.getRootSystemRegistry(tenantId), false);
>
> Thanks SameeraM and Chandana for helping to resolve this.
>
> Regards,
> Dinusha.
>
> On Wed, Mar 18, 2015 at 10:36 AM, Sumedha Rubasinghe <[email protected]>
> wrote:
>
>> Chandana/Sagara,
>> Thanks for help extended so far. Appreciate if you guys can help further
>> to isolate the issue as this has been a blocker and killing significant
>> time @ the last hour.
>>
>> On Wed, Mar 18, 2015 at 9:05 AM, Ruwan Yatawara <[email protected]> wrote:
>>
>>> Hi Dinusha / All,
>>>
>>> Something to point out here is that in the scenario where everything
>>> functions as expected, the aspect map has all the tenant id related
>>> lifeycles as well. And everything gets resolved the moment you login to the
>>> carbon console as the tenant admin of the tenant for which this issue is
>>> coming.
>>>
>>> What i have been able to observe so far is that, when logging in to the
>>> carbon console as tenant admin, the only deviation to the flow.. and
>>> eventually what fixes the issue is calling of the following method.
>>>
>>> addDefaultLifecyclesIfNotAvailable() method in the
>>> governance.lcm.CommonUtil class.
>>>
>>> After calling this method the aspect map gets properly populated. We
>>> tried calling the method directly from jaggery, but the repeated calling of
>>> it relays errors, and didn't exactly fix the issue.
>>>
>>>
>>> Another very weird behavior we observed is that, the same class has a
>>> method called lifeCycleExists() this method checks if a particular
>>> lifecycle exists in a particular users registry. When calling this method,
>>> at the time of the error. It always returns true. Meaning the LC is
>>> available for that tenant.
>>>
>>> All things considered, i think we might have to do something related to
>>> the RegistryContext to get this issue resolved.
>>>
>>>
>>> Thanks and Regards,
>>>
>>> Ruwan Yatawara
>>>
>>> Senior Software Engineer,
>>> WSO2 Inc.
>>>
>>> email : [email protected]
>>> mobile : +94 77 9110413
>>> blog : http://thoughts.ruwan-ace.com/
>>> www: :http://wso2.com
>>>
>>>
>>> On Tue, Mar 17, 2015 at 9:01 PM, Dinusha Senanayaka <[email protected]>
>>> wrote:
>>>
>>>> Hi ES team/ Registry team,
>>>>
>>>> This is a blocking issue for App Manager release. Appreciate some help
>>>> on resolving this.
>>>>
>>>> Could able to notice following after debugging governance.api and
>>>> registry.core code..
>>>>
>>>> ES publisher calls to the
>>>> GovernanceArtifactImpl.getAllLifecycleActions() where it get calls to the
>>>> getAspectActions() method. This get calls to the
>>>> EmbeddedRegistry.getAspect(String name) which returns the aspects by taking
>>>> the CurrentSession.getCallerTenantId(). Refer following return statement.
>>>>
>>>> return registryContext.getAspect(name,
>>>> *CurrentSession.getCallerTenantId()*);
>>>>
>>>> But, once we expand the above 'registryContext' object, it contains the
>>>> lifecycle aspects in super tenant space (see the attached screenshot taken
>>>> while debugging). Hence with the callerTenantId  lifecycle aspects get
>>>> return as null .
>>>>
>>>> If passing current tenantId to the getAspect is correct, then is there
>>>> a way to register WebAppLifecycle aspects in tenant space as well ? Or
>>>> could this be due to  'registryContext' object get initialed in wrong way ?
>>>>
>>>> Regards,
>>>> Dinusha.
>>>>
>>>> On Thu, Mar 12, 2015 at 8:36 AM, Ruwan Yatawara <[email protected]>
>>>> wrote:
>>>>
>>>>> Hi All,
>>>>>
>>>>> We are facing an issue [1],[2] in which the sometimes the Aspect (Life
>>>>> cycle for asset types) gets lost in the tenant mode. We have observed this
>>>>> happening intermittently, only in tenant mode though and a restart of the
>>>>> pack usually solves the problem. I heard from SameeraM that a similar 
>>>>> issue
>>>>> was fixed in carbon 4.3, for the record we are still on carbon 4.2.
>>>>> Appreciate if somebody could point out a fix/approach to fix this.
>>>>>
>>>>> Error :
>>>>>
>>>>> ERROR - GovernanceArtifactImpl Error in associating lifecycle for the 
>>>>> artifact. id: a1954c0e-a67e-46b4-ae28-1b063d816a1f, path: 
>>>>> /appmgt/applicationdata/provider/admin-AT-test.com/AppT01/1.0/webapp.
>>>>> org.wso2.carbon.registry.core.exceptions.RegistryException: Couldn't find 
>>>>> aspectName 'WebAppLifeCycle'
>>>>>   at 
>>>>> org.wso2.carbon.registry.core.jdbc.EmbeddedRegistry.associateAspect(EmbeddedRegistry.java:2428)
>>>>>   at 
>>>>> org.wso2.carbon.registry.core.caching.CacheBackedRegistry.associateAspect(CacheBackedRegistry.java:416)
>>>>>   at 
>>>>> org.wso2.carbon.registry.core.session.UserRegistry.associateAspectInternal(UserRegistry.java:1904)
>>>>>   at 
>>>>> org.wso2.carbon.registry.core.session.UserRegistry.access$3800(UserRegistry.java:60)
>>>>>   at 
>>>>> org.wso2.carbon.registry.core.session.UserRegistry$39.run(UserRegistry.java:1876)
>>>>>   at 
>>>>> org.wso2.carbon.registry.core.session.UserRegistry$39.run(UserRegistry.java:1873)
>>>>>   at java.security.AccessController.doPrivileged(Native Method)
>>>>>   at 
>>>>> org.wso2.carbon.registry.core.session.UserRegistry.associateAspect(UserRegistry.java:1873)
>>>>>   at 
>>>>> org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifactImpl.attachLifecycle(GovernanceArtifactImpl.java:276)
>>>>>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>>   at 
>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>>>   at 
>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>>>   at java.lang.reflect.Method.invoke(Method.java:597)
>>>>>   at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126)
>>>>>   at 
>>>>> org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225)
>>>>>   at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
>>>>>   at 
>>>>> org.mozilla.javascript.gen.artifacts_17._c_anonymous_19(artifacts:257)
>>>>>   at org.mozilla.javascript.gen.artifacts_17.call(artifacts)
>>>>>   at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:42)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.ext.scripts.c5._c_anonymous_2(/publisher/modules/ext/scripts/asset.lifecycle.action.save.js:47)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.ext.scripts.c5.call(/publisher/modules/ext/scripts/asset.lifecycle.action.save.js)
>>>>>   at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.ext.core.c2._c_anonymous_14(/publisher/modules/ext/core/extension.core.js:235)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.ext.core.c2.call(/publisher/modules/ext/core/extension.core.js)
>>>>>   at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.ext.core.c3._c_anonymous_10(/publisher/modules/ext/core/extension.management.js:161)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.ext.core.c3.call(/publisher/modules/ext/core/extension.management.js)
>>>>>   at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:42)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.ext.core.c3._c_anonymous_8(/publisher/modules/ext/core/extension.management.js:111)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.ext.core.c3.call(/publisher/modules/ext/core/extension.management.js)
>>>>>   at 
>>>>> org.mozilla.javascript.optimizer.OptRuntime.callProp0(OptRuntime.java:85)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.assets.default.c1._c_anonymous_8(/publisher/assets/default/asset.jag:303)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.assets.default.c1.call(/publisher/assets/default/asset.jag)
>>>>>   at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.c4._c_anonymous_12(/publisher/modules/router-g.js:183)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.c4.call(/publisher/modules/router-g.js)
>>>>>   at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:42)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.assets.default.c1._c_anonymous_1(/publisher/assets/default/asset.jag:578)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.assets.default.c1.call(/publisher/assets/default/asset.jag)
>>>>>   at 
>>>>> org.mozilla.javascript.ScriptRuntime.applyOrCall(ScriptRuntime.java:2430)
>>>>>   at org.mozilla.javascript.BaseFunction.execIdCall(BaseFunction.java:269)
>>>>>   at 
>>>>> org.mozilla.javascript.IdFunctionObject.call(IdFunctionObject.java:97)
>>>>>   at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:42)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.c6._c_anonymous_17(/publisher/modules/publisher.js:438)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.c6.call(/publisher/modules/publisher.js)
>>>>>   at org.mozilla.javascript.optimizer.OptRuntime.call0(OptRuntime.java:23)
>>>>>   at 
>>>>> org.mozilla.javascript.gen._store__server_js_5._c_anonymous_17([store]/server.js:271)
>>>>>   at 
>>>>> org.mozilla.javascript.gen._store__server_js_5.call([store]/server.js)
>>>>>   at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:42)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.c6._c_anonymous_16(/publisher/modules/publisher.js:433)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.c6.call(/publisher/modules/publisher.js)
>>>>>   at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:52)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.assets.default.c1._c_script_0(/publisher/assets/default/asset.jag:19)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.assets.default.c1.call(/publisher/assets/default/asset.jag)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.assets.default.c1.exec(/publisher/assets/default/asset.jag)
>>>>>   at 
>>>>> org.jaggeryjs.scriptengine.engine.RhinoEngine.execScript(RhinoEngine.java:567)
>>>>>   at 
>>>>> org.jaggeryjs.scriptengine.engine.RhinoEngine.exec(RhinoEngine.java:273)
>>>>>   at 
>>>>> org.jaggeryjs.jaggery.core.manager.WebAppManager.executeScript(WebAppManager.java:279)
>>>>>   at 
>>>>> org.jaggeryjs.jaggery.core.manager.WebAppManager.include(WebAppManager.java:133)
>>>>>   at sun.reflect.GeneratedMethodAccessor108.invoke(Unknown Source)
>>>>>   at 
>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>>>   at java.lang.reflect.Method.invoke(Method.java:597)
>>>>>   at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126)
>>>>>   at org.mozilla.javascript.FunctionObject.call(FunctionObject.java:386)
>>>>>   at 
>>>>> org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:63)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.controllers.c3._c_anonymous_1(/publisher/controllers/asset_router.jag:87)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.controllers.c3.call(/publisher/controllers/asset_router.jag)
>>>>>   at org.mozilla.javascript.optimizer.OptRuntime.call0(OptRuntime.java:23)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.controllers.c3._c_script_0(/publisher/controllers/asset_router.jag:8)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.controllers.c3.call(/publisher/controllers/asset_router.jag)
>>>>>   at 
>>>>> org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
>>>>>   at 
>>>>> org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.controllers.c3.call(/publisher/controllers/asset_router.jag)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.controllers.c3.exec(/publisher/controllers/asset_router.jag)
>>>>>   at 
>>>>> org.jaggeryjs.scriptengine.engine.RhinoEngine.execScript(RhinoEngine.java:567)
>>>>>   at 
>>>>> org.jaggeryjs.scriptengine.engine.RhinoEngine.exec(RhinoEngine.java:273)
>>>>>   at 
>>>>> org.jaggeryjs.jaggery.core.manager.WebAppManager.execute(WebAppManager.java:536)
>>>>>   at 
>>>>> org.jaggeryjs.jaggery.core.JaggeryServlet.doPost(JaggeryServlet.java:29)
>>>>>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:755)
>>>>>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
>>>>>   at 
>>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
>>>>>   at 
>>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
>>>>>   at 
>>>>> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:749)
>>>>>   at 
>>>>> org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:487)
>>>>>   at 
>>>>> org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
>>>>>   at 
>>>>> org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:339)
>>>>>   at 
>>>>> org.jaggeryjs.jaggery.core.JaggeryFilter.doFilter(JaggeryFilter.java:21)
>>>>>   at 
>>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
>>>>>   at 
>>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
>>>>>   at 
>>>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
>>>>>   at 
>>>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
>>>>>   at 
>>>>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
>>>>>   at 
>>>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
>>>>>   at 
>>>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
>>>>>   at 
>>>>> org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:178)
>>>>>   at 
>>>>> org.wso2.carbon.tomcat.ext.valves.CarbonTomcatValve$1.invoke(CarbonTomcatValve.java:47)
>>>>>   at 
>>>>> org.wso2.carbon.webapp.mgt.TenantLazyLoaderValve.invoke(TenantLazyLoaderValve.java:56)
>>>>>   at 
>>>>> org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:47)
>>>>>   at 
>>>>> org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:141)
>>>>>   at 
>>>>> org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:156)
>>>>>   at 
>>>>> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:936)
>>>>>   at 
>>>>> org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:52)
>>>>>   at 
>>>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
>>>>>   at 
>>>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
>>>>>   at 
>>>>> org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1004)
>>>>>   at 
>>>>> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
>>>>>   at 
>>>>> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1653)
>>>>>   at 
>>>>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
>>>>>   at 
>>>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
>>>>>   at java.lang.Thread.run(Thread.java:662)
>>>>> [2015-03-11 08:52:52,115] ERROR - asset:jag 
>>>>> org.mozilla.javascript.WrappedException: Wrapped 
>>>>> org.wso2.carbon.governance.api.exception.GovernanceException: Error in 
>>>>> associating lifecycle for the artifact. id: 
>>>>> a1954c0e-a67e-46b4-ae28-1b063d816a1f, path: 
>>>>> /appmgt/applicationdata/provider/admin-AT-test.com/AppT01/1.0/webapp. 
>>>>> (artifacts#257)
>>>>>   at 
>>>>> org.mozilla.javascript.Context.throwAsScriptRuntimeEx(Context.java:1754)
>>>>>   at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:148)
>>>>>   at 
>>>>> org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225)
>>>>>   at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
>>>>>   at 
>>>>> org.mozilla.javascript.gen.artifacts_17._c_anonymous_19(artifacts:257)
>>>>>   at org.mozilla.javascript.gen.artifacts_17.call(artifacts)
>>>>>   at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:42)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.ext.scripts.c5._c_anonymous_2(/publisher/modules/ext/scripts/asset.lifecycle.action.save.js:47)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.ext.scripts.c5.call(/publisher/modules/ext/scripts/asset.lifecycle.action.save.js)
>>>>>   at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.ext.core.c2._c_anonymous_14(/publisher/modules/ext/core/extension.core.js:235)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.ext.core.c2.call(/publisher/modules/ext/core/extension.core.js)
>>>>>   at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.ext.core.c3._c_anonymous_10(/publisher/modules/ext/core/extension.management.js:161)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.ext.core.c3.call(/publisher/modules/ext/core/extension.management.js)
>>>>>   at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:42)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.ext.core.c3._c_anonymous_8(/publisher/modules/ext/core/extension.management.js:111)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.ext.core.c3.call(/publisher/modules/ext/core/extension.management.js)
>>>>>   at 
>>>>> org.mozilla.javascript.optimizer.OptRuntime.callProp0(OptRuntime.java:85)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.assets.default.c1._c_anonymous_8(/publisher/assets/default/asset.jag:303)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.assets.default.c1.call(/publisher/assets/default/asset.jag)
>>>>>   at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.c4._c_anonymous_12(/publisher/modules/router-g.js:183)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.c4.call(/publisher/modules/router-g.js)
>>>>>   at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:42)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.assets.default.c1._c_anonymous_1(/publisher/assets/default/asset.jag:578)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.assets.default.c1.call(/publisher/assets/default/asset.jag)
>>>>>   at 
>>>>> org.mozilla.javascript.ScriptRuntime.applyOrCall(ScriptRuntime.java:2430)
>>>>>   at org.mozilla.javascript.BaseFunction.execIdCall(BaseFunction.java:269)
>>>>>   at 
>>>>> org.mozilla.javascript.IdFunctionObject.call(IdFunctionObject.java:97)
>>>>>   at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:42)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.c6._c_anonymous_17(/publisher/modules/publisher.js:438)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.c6.call(/publisher/modules/publisher.js)
>>>>>   at org.mozilla.javascript.optimizer.OptRuntime.call0(OptRuntime.java:23)
>>>>>   at 
>>>>> org.mozilla.javascript.gen._store__server_js_5._c_anonymous_17([store]/server.js:271)
>>>>>   at 
>>>>> org.mozilla.javascript.gen._store__server_js_5.call([store]/server.js)
>>>>>   at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:42)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.c6._c_anonymous_16(/publisher/modules/publisher.js:433)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.modules.c6.call(/publisher/modules/publisher.js)
>>>>>   at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:52)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.assets.default.c1._c_script_0(/publisher/assets/default/asset.jag:19)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.assets.default.c1.call(/publisher/assets/default/asset.jag)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.assets.default.c1.exec(/publisher/assets/default/asset.jag)
>>>>>   at 
>>>>> org.jaggeryjs.scriptengine.engine.RhinoEngine.execScript(RhinoEngine.java:567)
>>>>>   at 
>>>>> org.jaggeryjs.scriptengine.engine.RhinoEngine.exec(RhinoEngine.java:273)
>>>>>   at 
>>>>> org.jaggeryjs.jaggery.core.manager.WebAppManager.executeScript(WebAppManager.java:279)
>>>>>   at 
>>>>> org.jaggeryjs.jaggery.core.manager.WebAppManager.include(WebAppManager.java:133)
>>>>>   at sun.reflect.GeneratedMethodAccessor108.invoke(Unknown Source)
>>>>>   at 
>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>>>   at java.lang.reflect.Method.invoke(Method.java:597)
>>>>>   at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126)
>>>>>   at org.mozilla.javascript.FunctionObject.call(FunctionObject.java:386)
>>>>>   at 
>>>>> org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:63)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.controllers.c3._c_anonymous_1(/publisher/controllers/asset_router.jag:87)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.controllers.c3.call(/publisher/controllers/asset_router.jag)
>>>>>   at org.mozilla.javascript.optimizer.OptRuntime.call0(OptRuntime.java:23)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.controllers.c3._c_script_0(/publisher/controllers/asset_router.jag:8)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.controllers.c3.call(/publisher/controllers/asset_router.jag)
>>>>>   at 
>>>>> org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
>>>>>   at 
>>>>> org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.controllers.c3.call(/publisher/controllers/asset_router.jag)
>>>>>   at 
>>>>> org.jaggeryjs.rhino.publisher.controllers.c3.exec(/publisher/controllers/asset_router.jag)
>>>>>   at 
>>>>> org.jaggeryjs.scriptengine.engine.RhinoEngine.execScript(RhinoEngine.java:567)
>>>>>   at 
>>>>> org.jaggeryjs.scriptengine.engine.RhinoEngine.exec(RhinoEngine.java:273)
>>>>>   at 
>>>>> org.jaggeryjs.jaggery.core.manager.WebAppManager.execute(WebAppManager.java:536)
>>>>>   at 
>>>>> org.jaggeryjs.jaggery.core.JaggeryServlet.doPost(JaggeryServlet.java:29)
>>>>>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:755)
>>>>>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
>>>>>   at 
>>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
>>>>>   at 
>>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
>>>>>   at 
>>>>> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:749)
>>>>>   at 
>>>>> org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:487)
>>>>>   at 
>>>>> org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
>>>>>   at 
>>>>> org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:339)
>>>>>   at 
>>>>> org.jaggeryjs.jaggery.core.JaggeryFilter.doFilter(JaggeryFilter.java:21)
>>>>>   at 
>>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
>>>>>   at 
>>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
>>>>>   at 
>>>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
>>>>>   at 
>>>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
>>>>>   at 
>>>>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
>>>>>   at 
>>>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
>>>>>   at 
>>>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
>>>>>   at 
>>>>> org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:178)
>>>>>   at 
>>>>> org.wso2.carbon.tomcat.ext.valves.CarbonTomcatValve$1.invoke(CarbonTomcatValve.java:47)
>>>>>   at 
>>>>> org.wso2.carbon.webapp.mgt.TenantLazyLoaderValve.invoke(TenantLazyLoaderValve.java:56)
>>>>>   at 
>>>>> org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:47)
>>>>>   at 
>>>>> org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:141)
>>>>>   at 
>>>>> org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:156)
>>>>>   at 
>>>>> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:936)
>>>>>   at 
>>>>> org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:52)
>>>>>   at 
>>>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
>>>>>   at 
>>>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
>>>>>   at 
>>>>> org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1004)
>>>>>   at 
>>>>> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
>>>>>   at 
>>>>> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1653)
>>>>>   at 
>>>>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
>>>>>   at 
>>>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
>>>>>   at java.lang.Thread.run(Thread.java:662)
>>>>> Caused by: org.wso2.carbon.governance.api.exception.GovernanceException: 
>>>>> Error in associating lifecycle for the artifact. id: 
>>>>> a1954c0e-a67e-46b4-ae28-1b063d816a1f, path: 
>>>>> /appmgt/applicationdata/provider/admin-AT-test.com/AppT01/1.0/webapp.
>>>>>   at 
>>>>> org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifactImpl.attachLifecycle(GovernanceArtifactImpl.java:282)
>>>>>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>>   at 
>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>>>   at 
>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>>>   at java.lang.reflect.Method.invoke(Method.java:597)
>>>>>   at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126)
>>>>>   ... 96 more
>>>>> Caused by: org.wso2.carbon.registry.core.exceptions.RegistryException: 
>>>>> Couldn't find aspectName 'WebAppLifeCycle'
>>>>>   at 
>>>>> org.wso2.carbon.registry.core.jdbc.EmbeddedRegistry.associateAspect(EmbeddedRegistry.java:2428)
>>>>>   at 
>>>>> org.wso2.carbon.registry.core.caching.CacheBackedRegistry.associateAspect(CacheBackedRegistry.java:416)
>>>>>   at 
>>>>> org.wso2.carbon.registry.core.session.UserRegistry.associateAspectInternal(UserRegistry.java:1904)
>>>>>   at 
>>>>> org.wso2.carbon.registry.core.session.UserRegistry.access$3800(UserRegistry.java:60)
>>>>>   at 
>>>>> org.wso2.carbon.registry.core.session.UserRegistry$39.run(UserRegistry.java:1876)
>>>>>   at 
>>>>> org.wso2.carbon.registry.core.session.UserRegistry$39.run(UserRegistry.java:1873)
>>>>>   at java.security.AccessController.doPrivileged(Native Method)
>>>>>   at 
>>>>> org.wso2.carbon.registry.core.session.UserRegistry.associateAspect(UserRegistry.java:1873)
>>>>>   at 
>>>>> org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifactImpl.attachLifecycle(GovernanceArtifactImpl.java:276)
>>>>>   ... 101 more
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> [1] - https://wso2.org/jira/browse/APPM-513
>>>>> [2] - https://wso2.org/jira/browse/APPM-514
>>>>>
>>>>> Thanks and Regards,
>>>>>
>>>>> Ruwan Yatawara
>>>>>
>>>>> Senior Software Engineer,
>>>>> WSO2 Inc.
>>>>>
>>>>> email : [email protected]
>>>>> mobile : +94 77 9110413
>>>>> blog : http://thoughts.ruwan-ace.com/
>>>>> www: :http://wso2.com
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Dinusha Dilrukshi
>>>> Senior Software Engineer
>>>> WSO2 Inc.: http://wso2.com/
>>>> Mobile: +94725255071
>>>> Blog: http://dinushasblog.blogspot.com/
>>>>
>>>
>>>
>>
>>
>> --
>> /sumedha
>> m: +94 773017743
>> b :  bit.ly/sumedha
>>
>
>
>
> --
> Dinusha Dilrukshi
> Senior Software Engineer
> WSO2 Inc.: http://wso2.com/
> Mobile: +94725255071
> Blog: http://dinushasblog.blogspot.com/
>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to