This has been fixed already. Please update/build features/jaggery and the product.
On Thu, Jul 12, 2012 at 4:15 PM, Dimuthu Leelarathne <[email protected]>wrote: > Hi all, > > Jaggery fails miserably on trunk build today. First it has this error > which I fixed. Then I am haivng [2], even if I copy the modules folder to > the application. > > We are suppose to do a M2 of App Factory today. We might go with an older > revision. > > thanks, > dimuthu > > > > [1] > [2012-07-12 15:54:24,704] INFO {org.wso2.carbon.core.ServerManagement} - > Waiting for request service completion... > [2012-07-12 15:54:31,462] ERROR > {org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve} - Could not > handle request: /appmgt/ > java.lang.NullPointerException > at java.io.File.<init>(File.java:222) > at > org.wso2.carbon.context.ApplicationContext.getApplicationNameFromRequest(ApplicationContext.java:85) > at > org.wso2.carbon.tomcat.ext.internal.Utils.getAppNameFromRequest(Utils.java:92) > at > org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.initCarbonContext(CarbonContextCreatorValve.java:68) > at > org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:48) > 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:1001) > at > org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:579) > at > org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1653) > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) > > > [2] > [2012-07-12 16:08:59,352] ERROR > {org.jaggeryjs.jaggery.core.manager.CommonManager} - A module cannot be > found with the specified name : appFactory > [2012-07-12 16:08:59,354] ERROR > {org.jaggeryjs.scriptengine.engine.RhinoEngine} - > org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: A module cannot be > found with the specified name : appFactory (/appmgt/config_reader.jag#3) > [2012-07-12 16:08:59,354] ERROR > {org.jaggeryjs.scriptengine.engine.RhinoEngine} - > org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: > org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: A module cannot be > found with the specified name : appFactory (/appmgt/config_reader.jag#3) > (/appmgt/sso/jaggery_sso.jag#4) > [2012-07-12 16:08:59,355] ERROR > {org.jaggeryjs.scriptengine.engine.RhinoEngine} - > org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: > org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: > org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: A module cannot be > found with the specified name : appFactory (/appmgt/config_reader.jag#3) > (/appmgt/sso/jaggery_sso.jag#4) (/appmgt/includes/template_header.jag#3) > [2012-07-12 16:08:59,355] ERROR > {org.jaggeryjs.scriptengine.engine.RhinoEngine} - > org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: > org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: > org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: > org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: A module cannot be > found with the specified name : appFactory (/appmgt/config_reader.jag#3) > (/appmgt/sso/jaggery_sso.jag#4) (/appmgt/includes/template_header.jag#3) > (/appmgt/index.jag#2) > [2012-07-12 16:08:59,355] ERROR > {org.jaggeryjs.jaggery.core.manager.WebAppManager} - > org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: > org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: > org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: > org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: A module cannot be > found with the specified name : appFactory (/appmgt/config_reader.jag#3) > (/appmgt/sso/jaggery_sso.jag#4) (/appmgt/includes/template_header.jag#3) > (/appmgt/index.jag#2) > org.jaggeryjs.scriptengine.exceptions.ScriptException: > org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: > org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: > org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: > org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: A module cannot be > found with the specified name : appFactory (/appmgt/config_reader.jag#3) > (/appmgt/sso/jaggery_sso.jag#4) (/appmgt/includes/template_header.jag#3) > (/appmgt/index.jag#2) > at > org.jaggeryjs.scriptengine.engine.RhinoEngine.execScript(RhinoEngine.java:448) > at > org.jaggeryjs.scriptengine.engine.RhinoEngine.exec(RhinoEngine.java:202) > at > org.jaggeryjs.jaggery.core.manager.WebAppManager.execute(WebAppManager.java:223) > at > org.jaggeryjs.jaggery.core.JaggeryServlet.doGet(JaggeryServlet.java:46) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:621) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:722) > 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.StandardWrapperValve.invoke(StandardWrapperValve.java:225) > 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:168) > at > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98) > at > org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:133) > at > org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:156) > at > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927) > at > org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:49) > 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:1001) > at > org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:579) > at > org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1653) > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) > Caused by: org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: > org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: > org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: > org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: A module cannot be > found with the specified name : appFactory (/appmgt/config_reader.jag#3) > (/appmgt/sso/jaggery_sso.jag#4) (/appmgt/includes/template_header.jag#3) > (/appmgt/index.jag#2) > at > org.mozilla.javascript.Context.throwAsScriptRuntimeEx(Context.java:1654) > at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:175) > at org.mozilla.javascript.FunctionObject.call(FunctionObject.java:411) > at > org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:97) > at org.wso2.carbon.rhino.c0._c0(/appmgt/index.jag:2) > at org.wso2.carbon.rhino.c0.call(/appmgt/index.jag) > at > org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:401) > at > org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3003) > at org.wso2.carbon.rhino.c0.call(/appmgt/index.jag) > at org.wso2.carbon.rhino.c0.exec(/appmgt/index.jag) > at > org.jaggeryjs.scriptengine.engine.RhinoEngine.execScript(RhinoEngine.java:443) > ... 24 more > Caused by: org.jaggeryjs.scriptengine.exceptions.ScriptException: > org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: > org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: > org.mozilla.javascript.WrappedException: Wrapped > org.jaggeryjs.scriptengine.exceptions.ScriptException: A module cannot be > found with the specified name : appFactory (/appmgt/config_reader.jag#3) > (/appmgt/sso/jaggery_sso.jag#4) (/appmgt/includes/template_header.jag#3) > at > org.jaggeryjs.scriptengine.engine.RhinoEngine.execScript(RhinoEngine.java:448) > at > org.jaggeryjs.scriptengine.engine.RhinoEngine.exec(RhinoEngine.java:202) > at > org.jaggeryjs.jaggery.core.manager.WebAppManager.executeScript(WebAppManager.java:149) > at > org.jaggeryjs.jaggery.core.manager.WebAppManager.include(WebAppManager.java:60) > 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:160) > ... 33 more > > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- *Ruchira Wageesha Senior Software Engineer & Member, Management Committee, Development Technologies* *WSO2 Inc. - lean . enterprise . middleware | wso2.com* * email: [email protected], blog: ruchirawageesha.blogspot.com, mobile: +94 77 5493444*
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
