Hi Dilshan, Yes , I replaced that file. I got the same log as Amalka. username and password is null. And I checked master-datasources.xml file, there username is "sa" password is empty for JAGH2 datasource.
Thanks On Fri, Nov 27, 2015 at 12:21 PM, Dilshan Edirisuriya <[email protected]> wrote: > Hi Mahesh, > > DId you try the instruction provided by Dilan at the top of the thread? > > Regards, > > Dilshan > > On Fri, Nov 27, 2015 at 12:20 PM, Mahesh Chinthaka <[email protected]> > wrote: > >> I cloned it from git repository and built it. Still im having the issue. >> Anyway server get started , even though the issue occurs. >> Can I just ignore that error and carry on ?? >> >> On Fri, Nov 27, 2015 at 11:37 AM, Mahesh Chinthaka <[email protected]> >> wrote: >> >>> Adding some EMM team members. >>> >>> On Fri, Nov 27, 2015 at 11:22 AM, Mahesh Chinthaka <[email protected]> >>> wrote: >>> >>>> Guys, >>>> >>>> What was the solution for this ?? >>>> Me too getting the same error when starting a fresh pack of EMM 1.1.0. >>>> >>>> >>>> On Fri, Jun 5, 2015 at 11:25 AM, Dilan Udara Ariyaratne < >>>> [email protected]> wrote: >>>> >>>>> Hi Amalka, >>>>> >>>>> This log is questionable as username & password prints "null". >>>>> If you go to the JAGH2 data-source configuration in >>>>> master-data-source.xml, correct username is "sa" and password is simply >>>>> empty string, "". >>>>> It seems that there is an issue in reading the configurations properly. >>>>> >>>>> Adding SameeraM & Manu to the thread... >>>>> >>>>> >>>>> >>>>> *Dilan U. Ariyaratne* >>>>> Software Engineer >>>>> WSO2 Inc. <http://wso2.com/> >>>>> Mobile: +94775149066 >>>>> lean . enterprise . middleware >>>>> >>>>> On Thu, Jun 4, 2015 at 4:59 PM, Amalka Subasinghe <[email protected]> >>>>> wrote: >>>>> >>>>>> logs >>>>>> >>>>>> [2015-06-04 16:53:44,694] INFO {JAGGERY.config.app:js} - Emitting >>>>>> event : tenantLoad >>>>>> [2015-06-04 16:53:44,846] INFO {debugging} - >>>>>> #################################### : config {"dataSource" : "JAGH2"} >>>>>> [2015-06-04 16:53:44,846] INFO {debugging} - >>>>>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% : username null >>>>>> [2015-06-04 16:53:44,846] INFO {debugging} - >>>>>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% : password null >>>>>> [2015-06-04 16:53:45,275] ERROR >>>>>> {org.jaggeryjs.hostobjects.db.DatabaseHostObject} - Failed to get >>>>>> connection >>>>>> org.h2.jdbc.JdbcSQLException: Wrong user name or password [8004-140] >>>>>> >>>>>> >>>>>> On Thu, Jun 4, 2015 at 4:39 PM, Dilan Udara Ariyaratne < >>>>>> [email protected]> wrote: >>>>>> >>>>>>> Hi Amalka, >>>>>>> >>>>>>> Can you update your EMM server pack with following file, restart the >>>>>>> server and send the startup logs to see >>>>>>> what is going on in this specific case. >>>>>>> >>>>>>> File to replace (with attached driver.js) : >>>>>>> wso2emm-1.1.0/repository/deployment/server/jaggeryapps/publisher/modules/data/driver.js >>>>>>> >>>>>>> Cheers, >>>>>>> Dilan. >>>>>>> >>>>>>> >>>>>>> >>>>>>> *Dilan U. Ariyaratne* >>>>>>> Software Engineer >>>>>>> WSO2 Inc. <http://wso2.com/> >>>>>>> Mobile: +94775149066 >>>>>>> lean . enterprise . middleware >>>>>>> >>>>>>> On Thu, Jun 4, 2015 at 2:52 PM, Amalka Subasinghe <[email protected]> >>>>>>> wrote: >>>>>>> >>>>>>>> I downloaded the pack from product page and started. didn't do any >>>>>>>> configuration changes. >>>>>>>> >>>>>>>> On Thu, Jun 4, 2015 at 2:33 PM, Dilan Udara Ariyaratne < >>>>>>>> [email protected]> wrote: >>>>>>>> >>>>>>>>> Hi Amalka, >>>>>>>>> >>>>>>>>> Did you do any configuration changes or this is just a >>>>>>>>> newly-unzipped-pack of EMM 1.1.0. >>>>>>>>> If it was a newly-unzipped-pack of EMM 1.1.0, this is unlikely to >>>>>>>>> happen. >>>>>>>>> >>>>>>>>> Cheers, >>>>>>>>> Dilan. >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> *Dilan U. Ariyaratne* >>>>>>>>> Software Engineer >>>>>>>>> WSO2 Inc. <http://wso2.com/> >>>>>>>>> Mobile: +94775149066 >>>>>>>>> lean . enterprise . middleware >>>>>>>>> >>>>>>>>> On Wed, Jun 3, 2015 at 4:41 PM, Amalka Subasinghe <[email protected] >>>>>>>>> > wrote: >>>>>>>>> >>>>>>>>>> >>>>>>>>>> Hi, >>>>>>>>>> >>>>>>>>>> I got the following error when starting the EMM 1.1.0 fresh pack >>>>>>>>>> >>>>>>>>>> [2015-06-03 16:38:57,592] ERROR >>>>>>>>>> {org.jaggeryjs.hostobjects.db.DatabaseHostObject} - Failed to get >>>>>>>>>> connection >>>>>>>>>> org.h2.jdbc.JdbcSQLException: Wrong user name or password >>>>>>>>>> [8004-140] >>>>>>>>>> at >>>>>>>>>> org.h2.message.DbException.getJdbcSQLException(DbException.java:327) >>>>>>>>>> at org.h2.message.DbException.get(DbException.java:167) >>>>>>>>>> at org.h2.message.DbException.get(DbException.java:144) >>>>>>>>>> at org.h2.message.DbException.get(DbException.java:133) >>>>>>>>>> at >>>>>>>>>> org.h2.engine.Engine.validateUserAndPassword(Engine.java:277) >>>>>>>>>> at org.h2.engine.Engine.getSession(Engine.java:133) >>>>>>>>>> at org.h2.engine.Session.createSession(Session.java:122) >>>>>>>>>> at >>>>>>>>>> org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:241) >>>>>>>>>> at >>>>>>>>>> org.h2.engine.SessionRemote.createSession(SessionRemote.java:219) >>>>>>>>>> at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:111) >>>>>>>>>> at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:95) >>>>>>>>>> at org.h2.Driver.connect(Driver.java:73) >>>>>>>>>> at >>>>>>>>>> org.apache.tomcat.jdbc.pool.PooledConnection.connectUsingDriver(PooledConnection.java:278) >>>>>>>>>> at >>>>>>>>>> org.apache.tomcat.jdbc.pool.PooledConnection.connect(PooledConnection.java:182) >>>>>>>>>> at >>>>>>>>>> org.apache.tomcat.jdbc.pool.ConnectionPool.createConnection(ConnectionPool.java:701) >>>>>>>>>> at >>>>>>>>>> org.apache.tomcat.jdbc.pool.ConnectionPool.borrowConnection(ConnectionPool.java:635) >>>>>>>>>> at >>>>>>>>>> org.apache.tomcat.jdbc.pool.ConnectionPool.getConnection(ConnectionPool.java:188) >>>>>>>>>> at >>>>>>>>>> org.apache.tomcat.jdbc.pool.DataSourceProxy.getConnection(DataSourceProxy.java:127) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.hostobjects.db.DatabaseHostObject.jsConstructor(DatabaseHostObject.java:84) >>>>>>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>>>>>>>> at >>>>>>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) >>>>>>>>>> at >>>>>>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) >>>>>>>>>> at java.lang.reflect.Method.invoke(Method.java:606) >>>>>>>>>> at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.FunctionObject.call(FunctionObject.java:392) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.BaseFunction.construct(BaseFunction.java:343) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2349) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c4._c_anonymous_4(/publisher/modules/data/driver.js:40) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c4.call(/publisher/modules/data/driver.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1._c_anonymous_10(/publisher/modules/data/model.manager.js:104) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1.call(/publisher/modules/data/model.manager.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.call0(OptRuntime.java:23) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.gen._store__server_js_3._c_anonymous_17([store]/server.js:271) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.gen._store__server_js_3.call([store]/server.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:42) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.gen._store__server_js_3._c_anonymous_16([store]/server.js:251) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.gen._store__server_js_3.call([store]/server.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1._c_anonymous_9(/publisher/modules/data/model.manager.js:103) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1.call(/publisher/modules/data/model.manager.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.callProp0(OptRuntime.java:85) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1._c_anonymous_17(/publisher/modules/data/model.manager.js:151) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1.call(/publisher/modules/data/model.manager.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.callProp0(OptRuntime.java:85) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1._c_anonymous_5(/publisher/modules/data/model.manager.js:76) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1.call(/publisher/modules/data/model.manager.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1._c_anonymous_4(/publisher/modules/data/model.manager.js:42) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1.call(/publisher/modules/data/model.manager.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.c9._c_anonymous_13(/publisher/modules/bundler.js:168) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.c9.call(/publisher/modules/bundler.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1._c_anonymous_3(/publisher/modules/data/model.manager.js:40) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1.call(/publisher/modules/data/model.manager.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.callProp0(OptRuntime.java:85) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1._c_ModelManager_2(/publisher/modules/data/model.manager.js:24) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1.call(/publisher/modules/data/model.manager.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.BaseFunction.construct(BaseFunction.java:338) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2349) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c0._c_anonymous_3(/publisher/modules/data/storage.js:74) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c0.call(/publisher/modules/data/storage.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.callProp0(OptRuntime.java:85) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c0._c_StorageManager_2(/publisher/modules/data/storage.js:54) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c0.call(/publisher/modules/data/storage.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.BaseFunction.construct(BaseFunction.java:338) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2349) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.c8._c_Deployer_2(/publisher/modules/asset.deployment.js:50) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.c8.call(/publisher/modules/asset.deployment.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.BaseFunction.construct(BaseFunction.java:338) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2349) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.c7._c_anonymous_4(/publisher/modules/publisher.js:84) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.c7.call(/publisher/modules/publisher.js) >>>>>>>>>> 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.mozilla.javascript.gen._event__event_js_17._c_anonymous_7([event]/event.js:71) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.gen._event__event_js_17.call([event]/event.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.NativeArray.iterativeMethod(NativeArray.java:1584) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.NativeArray.execIdCall(NativeArray.java:318) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.IdFunctionObject.call(IdFunctionObject.java:97) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.gen._event__event_js_17._c_anonymous_6([event]/event.js:69) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.gen._event__event_js_17.call([event]/event.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:42) >>>>>>>>>> at org.mozilla.javascript.gen.wso2js_33._c_script_0(wso2js:75) >>>>>>>>>> at org.mozilla.javascript.gen.wso2js_33.call(wso2js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091) >>>>>>>>>> at org.mozilla.javascript.gen.wso2js_33.call(wso2js) >>>>>>>>>> at org.mozilla.javascript.gen.wso2js_33.exec(wso2js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.Context.evaluateString(Context.java:1079) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.scriptengine.engine.RhinoEngine.execScript(RhinoEngine.java:557) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.scriptengine.engine.RhinoEngine.exec(RhinoEngine.java:273) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer.executeScripts(TomcatJaggeryWebappsDeployer.java:463) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer.access$500(TomcatJaggeryWebappsDeployer.java:60) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer$JaggeryConfListener.lifecycleEvent(TomcatJaggeryWebappsDeployer.java:283) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:402) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:347) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5350) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633) >>>>>>>>>> at >>>>>>>>>> org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(CarbonTomcat.java:280) >>>>>>>>>> at >>>>>>>>>> org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(CarbonTomcat.java:202) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer.handleWebappDeployment(TomcatJaggeryWebappsDeployer.java:204) >>>>>>>>>> at >>>>>>>>>> org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleExplodedWebappDeployment(TomcatGenericWebappsDeployer.java:213) >>>>>>>>>> at >>>>>>>>>> org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleHotDeployment(TomcatGenericWebappsDeployer.java:139) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer.deploy(TomcatJaggeryWebappsDeployer.java:109) >>>>>>>>>> at >>>>>>>>>> org.wso2.carbon.webapp.mgt.AbstractWebappDeployer.deployThisWebApp(AbstractWebappDeployer.java:140) >>>>>>>>>> at >>>>>>>>>> org.wso2.carbon.webapp.mgt.AbstractWebappDeployer.deploy(AbstractWebappDeployer.java:90) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.jaggery.deployer.JaggeryDeployer.deploy(JaggeryDeployer.java:59) >>>>>>>>>> at >>>>>>>>>> org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136) >>>>>>>>>> at >>>>>>>>>> org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:807) >>>>>>>>>> at >>>>>>>>>> org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144) >>>>>>>>>> at >>>>>>>>>> org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:377) >>>>>>>>>> at >>>>>>>>>> org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254) >>>>>>>>>> at >>>>>>>>>> org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:135) >>>>>>>>>> at >>>>>>>>>> org.wso2.carbon.core.CarbonAxisConfigurator.loadServices(CarbonAxisConfigurator.java:464) >>>>>>>>>> at >>>>>>>>>> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:95) >>>>>>>>>> at >>>>>>>>>> org.wso2.carbon.core.CarbonConfigurationContextFactory.createNewConfigurationContext(CarbonConfigurationContextFactory.java:65) >>>>>>>>>> at >>>>>>>>>> org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:398) >>>>>>>>>> at >>>>>>>>>> org.wso2.carbon.core.init.CarbonServerManager.start(CarbonServerManager.java:219) >>>>>>>>>> at >>>>>>>>>> org.wso2.carbon.core.internal.CarbonCoreServiceComponent.activate(CarbonCoreServiceComponent.java:77) >>>>>>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>>>>>>>> at >>>>>>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) >>>>>>>>>> at >>>>>>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) >>>>>>>>>> at java.lang.reflect.Method.invoke(Method.java:606) >>>>>>>>>> at >>>>>>>>>> org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:260) >>>>>>>>>> at >>>>>>>>>> org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146) >>>>>>>>>> at >>>>>>>>>> org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:347) >>>>>>>>>> at >>>>>>>>>> org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620) >>>>>>>>>> at >>>>>>>>>> org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:197) >>>>>>>>>> at >>>>>>>>>> org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:343) >>>>>>>>>> at >>>>>>>>>> org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222) >>>>>>>>>> at >>>>>>>>>> org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:107) >>>>>>>>>> at >>>>>>>>>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861) >>>>>>>>>> at >>>>>>>>>> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) >>>>>>>>>> at >>>>>>>>>> org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) >>>>>>>>>> at >>>>>>>>>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819) >>>>>>>>>> at >>>>>>>>>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771) >>>>>>>>>> at >>>>>>>>>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130) >>>>>>>>>> at >>>>>>>>>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214) >>>>>>>>>> at >>>>>>>>>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433) >>>>>>>>>> at >>>>>>>>>> org.eclipse.equinox.http.servlet.internal.Activator.registerHttpService(Activator.java:81) >>>>>>>>>> at >>>>>>>>>> org.eclipse.equinox.http.servlet.internal.Activator.addProxyServlet(Activator.java:60) >>>>>>>>>> at >>>>>>>>>> org.eclipse.equinox.http.servlet.internal.ProxyServlet.init(ProxyServlet.java:40) >>>>>>>>>> at >>>>>>>>>> org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.init(DelegationServlet.java:38) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1267) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1186) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1081) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5027) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5314) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549) >>>>>>>>>> at java.util.concurrent.FutureTask.run(FutureTask.java:262) >>>>>>>>>> at >>>>>>>>>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) >>>>>>>>>> at >>>>>>>>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >>>>>>>>>> at java.lang.Thread.run(Thread.java:745) >>>>>>>>>> [2015-06-03 16:38:57,598] ERROR {JAGGERY.config.app:js} - >>>>>>>>>> org.mozilla.javascript.WrappedException: Wrapped >>>>>>>>>> java.lang.ArrayIndexOutOfBoundsException: 1 >>>>>>>>>> (/publisher/modules/data/driver.js#40) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.Context.throwAsScriptRuntimeEx(Context.java:1754) >>>>>>>>>> at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:148) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.FunctionObject.call(FunctionObject.java:392) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.BaseFunction.construct(BaseFunction.java:343) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2349) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c4._c_anonymous_4(/publisher/modules/data/driver.js:40) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c4.call(/publisher/modules/data/driver.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1._c_anonymous_10(/publisher/modules/data/model.manager.js:104) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1.call(/publisher/modules/data/model.manager.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.call0(OptRuntime.java:23) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.gen._store__server_js_3._c_anonymous_17([store]/server.js:271) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.gen._store__server_js_3.call([store]/server.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:42) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.gen._store__server_js_3._c_anonymous_16([store]/server.js:251) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.gen._store__server_js_3.call([store]/server.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1._c_anonymous_9(/publisher/modules/data/model.manager.js:103) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1.call(/publisher/modules/data/model.manager.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.callProp0(OptRuntime.java:85) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1._c_anonymous_17(/publisher/modules/data/model.manager.js:151) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1.call(/publisher/modules/data/model.manager.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.callProp0(OptRuntime.java:85) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1._c_anonymous_5(/publisher/modules/data/model.manager.js:76) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1.call(/publisher/modules/data/model.manager.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1._c_anonymous_4(/publisher/modules/data/model.manager.js:42) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1.call(/publisher/modules/data/model.manager.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.c9._c_anonymous_13(/publisher/modules/bundler.js:168) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.c9.call(/publisher/modules/bundler.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1._c_anonymous_3(/publisher/modules/data/model.manager.js:40) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1.call(/publisher/modules/data/model.manager.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.callProp0(OptRuntime.java:85) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1._c_ModelManager_2(/publisher/modules/data/model.manager.js:24) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c1.call(/publisher/modules/data/model.manager.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.BaseFunction.construct(BaseFunction.java:338) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2349) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c0._c_anonymous_3(/publisher/modules/data/storage.js:74) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c0.call(/publisher/modules/data/storage.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.callProp0(OptRuntime.java:85) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c0._c_StorageManager_2(/publisher/modules/data/storage.js:54) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.data.c0.call(/publisher/modules/data/storage.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.BaseFunction.construct(BaseFunction.java:338) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2349) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.c8._c_Deployer_2(/publisher/modules/asset.deployment.js:50) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.c8.call(/publisher/modules/asset.deployment.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.BaseFunction.construct(BaseFunction.java:338) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2349) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.c7._c_anonymous_4(/publisher/modules/publisher.js:84) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.rhino.publisher.modules.c7.call(/publisher/modules/publisher.js) >>>>>>>>>> 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.mozilla.javascript.gen._event__event_js_17._c_anonymous_7([event]/event.js:71) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.gen._event__event_js_17.call([event]/event.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.NativeArray.iterativeMethod(NativeArray.java:1584) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.NativeArray.execIdCall(NativeArray.java:318) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.IdFunctionObject.call(IdFunctionObject.java:97) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.gen._event__event_js_17._c_anonymous_6([event]/event.js:69) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.gen._event__event_js_17.call([event]/event.js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:42) >>>>>>>>>> at org.mozilla.javascript.gen.wso2js_33._c_script_0(wso2js:75) >>>>>>>>>> at org.mozilla.javascript.gen.wso2js_33.call(wso2js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091) >>>>>>>>>> at org.mozilla.javascript.gen.wso2js_33.call(wso2js) >>>>>>>>>> at org.mozilla.javascript.gen.wso2js_33.exec(wso2js) >>>>>>>>>> at >>>>>>>>>> org.mozilla.javascript.Context.evaluateString(Context.java:1079) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.scriptengine.engine.RhinoEngine.execScript(RhinoEngine.java:557) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.scriptengine.engine.RhinoEngine.exec(RhinoEngine.java:273) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer.executeScripts(TomcatJaggeryWebappsDeployer.java:463) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer.access$500(TomcatJaggeryWebappsDeployer.java:60) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer$JaggeryConfListener.lifecycleEvent(TomcatJaggeryWebappsDeployer.java:283) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:402) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:347) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5350) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633) >>>>>>>>>> at >>>>>>>>>> org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(CarbonTomcat.java:280) >>>>>>>>>> at >>>>>>>>>> org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(CarbonTomcat.java:202) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer.handleWebappDeployment(TomcatJaggeryWebappsDeployer.java:204) >>>>>>>>>> at >>>>>>>>>> org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleExplodedWebappDeployment(TomcatGenericWebappsDeployer.java:213) >>>>>>>>>> at >>>>>>>>>> org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleHotDeployment(TomcatGenericWebappsDeployer.java:139) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer.deploy(TomcatJaggeryWebappsDeployer.java:109) >>>>>>>>>> at >>>>>>>>>> org.wso2.carbon.webapp.mgt.AbstractWebappDeployer.deployThisWebApp(AbstractWebappDeployer.java:140) >>>>>>>>>> at >>>>>>>>>> org.wso2.carbon.webapp.mgt.AbstractWebappDeployer.deploy(AbstractWebappDeployer.java:90) >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.jaggery.deployer.JaggeryDeployer.deploy(JaggeryDeployer.java:59) >>>>>>>>>> at >>>>>>>>>> org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136) >>>>>>>>>> at >>>>>>>>>> org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:807) >>>>>>>>>> at >>>>>>>>>> org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144) >>>>>>>>>> at >>>>>>>>>> org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:377) >>>>>>>>>> at >>>>>>>>>> org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254) >>>>>>>>>> at >>>>>>>>>> org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:135) >>>>>>>>>> at >>>>>>>>>> org.wso2.carbon.core.CarbonAxisConfigurator.loadServices(CarbonAxisConfigurator.java:464) >>>>>>>>>> at >>>>>>>>>> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:95) >>>>>>>>>> at >>>>>>>>>> org.wso2.carbon.core.CarbonConfigurationContextFactory.createNewConfigurationContext(CarbonConfigurationContextFactory.java:65) >>>>>>>>>> at >>>>>>>>>> org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:398) >>>>>>>>>> at >>>>>>>>>> org.wso2.carbon.core.init.CarbonServerManager.start(CarbonServerManager.java:219) >>>>>>>>>> at >>>>>>>>>> org.wso2.carbon.core.internal.CarbonCoreServiceComponent.activate(CarbonCoreServiceComponent.java:77) >>>>>>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>>>>>>>> at >>>>>>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) >>>>>>>>>> at >>>>>>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) >>>>>>>>>> at java.lang.reflect.Method.invoke(Method.java:606) >>>>>>>>>> at >>>>>>>>>> org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:260) >>>>>>>>>> at >>>>>>>>>> org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146) >>>>>>>>>> at >>>>>>>>>> org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:347) >>>>>>>>>> at >>>>>>>>>> org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620) >>>>>>>>>> at >>>>>>>>>> org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:197) >>>>>>>>>> at >>>>>>>>>> org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:343) >>>>>>>>>> at >>>>>>>>>> org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222) >>>>>>>>>> at >>>>>>>>>> org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:107) >>>>>>>>>> at >>>>>>>>>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861) >>>>>>>>>> at >>>>>>>>>> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) >>>>>>>>>> at >>>>>>>>>> org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) >>>>>>>>>> at >>>>>>>>>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819) >>>>>>>>>> at >>>>>>>>>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771) >>>>>>>>>> at >>>>>>>>>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130) >>>>>>>>>> at >>>>>>>>>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214) >>>>>>>>>> at >>>>>>>>>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433) >>>>>>>>>> at >>>>>>>>>> org.eclipse.equinox.http.servlet.internal.Activator.registerHttpService(Activator.java:81) >>>>>>>>>> at >>>>>>>>>> org.eclipse.equinox.http.servlet.internal.Activator.addProxyServlet(Activator.java:60) >>>>>>>>>> at >>>>>>>>>> org.eclipse.equinox.http.servlet.internal.ProxyServlet.init(ProxyServlet.java:40) >>>>>>>>>> at >>>>>>>>>> org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.init(DelegationServlet.java:38) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1267) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1186) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1081) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5027) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5314) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559) >>>>>>>>>> at >>>>>>>>>> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549) >>>>>>>>>> at java.util.concurrent.FutureTask.run(FutureTask.java:262) >>>>>>>>>> at >>>>>>>>>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) >>>>>>>>>> at >>>>>>>>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >>>>>>>>>> at java.lang.Thread.run(Thread.java:745) >>>>>>>>>> Caused by: java.lang.ArrayIndexOutOfBoundsException: 1 >>>>>>>>>> at >>>>>>>>>> org.jaggeryjs.hostobjects.db.DatabaseHostObject.jsConstructor(DatabaseHostObject.java:94) >>>>>>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>>>>>>>> at >>>>>>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) >>>>>>>>>> at >>>>>>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) >>>>>>>>>> at java.lang.reflect.Method.invoke(Method.java:606) >>>>>>>>>> at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) >>>>>>>>>> ... 141 more >>>>>>>>>> >>>>>>>>>> Thanks >>>>>>>>>> Amalka >>>>>>>>>> >>>>>>>>>> _______________________________________________ >>>>>>>>>> Dev mailing list >>>>>>>>>> [email protected] >>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Amalka Subasinghe >>>>>>>> Senior Software Engineer >>>>>>>> WSO2 Inc. >>>>>>>> Mobile: +94 77 9401267 >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Amalka Subasinghe >>>>>> Senior Software Engineer >>>>>> WSO2 Inc. >>>>>> Mobile: +94 77 9401267 >>>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Dev mailing list >>>>> [email protected] >>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>> >>>>> >>>> >>>> >>>> -- >>>> *Mahesh Chinthaka Vidanagama* | Software Engineer >>>> WSO2, Inc | lean. enterprise. middleware. >>>> #20, Palm Grove, Colombo 03, Sri Lanka >>>> Mobile: +94 71 63 63 083 | Work: +94 112 145 345 >>>> Email: [email protected] | Web: www.wso2.com >>>> >>> >>> >>> >>> -- >>> *Mahesh Chinthaka Vidanagama* | Software Engineer >>> WSO2, Inc | lean. enterprise. middleware. >>> #20, Palm Grove, Colombo 03, Sri Lanka >>> Mobile: +94 71 63 63 083 | Work: +94 112 145 345 >>> Email: [email protected] | Web: www.wso2.com >>> >> >> >> >> -- >> *Mahesh Chinthaka Vidanagama* | Software Engineer >> WSO2, Inc | lean. enterprise. middleware. >> #20, Palm Grove, Colombo 03, Sri Lanka >> Mobile: +94 71 63 63 083 | Work: +94 112 145 345 >> Email: [email protected] | Web: www.wso2.com >> > > > > -- > Dilshan Edirisuriya > Senior Software Engineer - WSO2 > Mob: + 94 777878905 > http://wso2.com/ > https://www.linkedin.com/profile/view?id=50486426 > -- *Mahesh Chinthaka Vidanagama* | Software Engineer WSO2, Inc | lean. enterprise. middleware. #20, Palm Grove, Colombo 03, Sri Lanka Mobile: +94 71 63 63 083 | Work: +94 112 145 345 Email: [email protected] | Web: www.wso2.com
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
