Hi All, This issue got resolved, apparently there has been two parts to the fix, updating the synapse feature did the trick.. Thanks Ravi, IsuruU and IsuruP for the assitance!
Thanks and Regards, Ruwan Yatawara Software Engineer, WSO2 Inc. lean . enterprise . middleware email : [email protected] mobile : +94 77 9110413 blog : http://ruwansrants.blogspot.com/ www: :http://wso2.com On Wed, Sep 18, 2013 at 11:33 PM, Isuru Udana <[email protected]> wrote: > I just built a ELB pack with updating kernel patches and synapse nhttp > feature and it starts without a problem. > So problem should be with outdated svn in builder machine. > > > On Wed, Sep 18, 2013 at 11:23 PM, Isuru Perera <[email protected]> wrote: > >> Yes Isuru. >> >> It seems to be a problem with httpcore-nio version and the mentioned >> revision change is not there in the pack. >> >> Ruwan will check and confirm. >> >> Thanks for checking! >> >> On Wed, Sep 18, 2013 at 11:07 PM, Isuru Udana <[email protected]> wrote: >> >>> Hi Ruwan, >>> >>> Can you please check whether r185869 is updated in your checkout. >>> You are getting this since still httpcore-nio version is 4.3.0 in your >>> built pack. >>> I tried manually removing that and adding the older version and managed >>> to start the pack. >>> >>> >>> Thanks. >>> >>> >>> >>> On Wed, Sep 18, 2013 at 10:25 PM, Ruwan Yatawara <[email protected]>wrote: >>> >>>> Hi All, >>>> >>>> API Manager and ELB packs fail to startup with the following error. >>>> Removing the patch0001 however resolves the error. >>>> >>>> [2013-09-18 16:50:57,979] INFO - RegistryCoreServiceComponent Registry >>>> Mode : READ-WRITE >>>> [2013-09-18 16:50:58,957] INFO - UserStoreMgtDSComponent Carbon >>>> UserStoreMgtDSComponent activated successfully. >>>> [2013-09-18 16:51:01,511] INFO - TaglibUriRule TLD skipped. URI: >>>> http://tiles.apache.org/tags-tiles is already defined >>>> [2013-09-18 16:51:02,426] FATAL - CarbonServerManager WSO2 Carbon >>>> initialization Failed >>>> org.apache.axis2.AxisFault: Exception occured while loading the Axis >>>> configuration from >>>> /build/branches/platform/products/apimgt/1.5.0/modules/distribution/product/target/wso2am-1.5.0/repository/conf/axis2/axis2.xml >>>> at >>>> org.wso2.carbon.core.CarbonAxisConfigurator.getAxisConfiguration(CarbonAxisConfigurator.java:190) >>>> at >>>> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64) >>>> 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:74) >>>> 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.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$Sync.innerRun(FutureTask.java:303) >>>> at java.util.concurrent.FutureTask.run(FutureTask.java:138) >>>> 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.apache.axis2.deployment.DeploymentException: >>>> org/apache/http/nio/reactor/IOReactorException >>>> at >>>> org.apache.axis2.deployment.AxisConfigBuilder.processTransportSenders(AxisConfigBuilder.java:704) >>>> at >>>> org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:124) >>>> at >>>> org.wso2.carbon.core.CarbonAxisConfigurator.populateAxisConfiguration(CarbonAxisConfigurator.java:308) >>>> at >>>> org.wso2.carbon.core.CarbonAxisConfigurator.getAxisConfiguration(CarbonAxisConfigurator.java:188) >>>> ... 42 more >>>> Caused by: java.lang.NoClassDefFoundError: >>>> org/apache/http/nio/reactor/IOReactorException >>>> at java.lang.Class.getDeclaredConstructors0(Native Method) >>>> at java.lang.Class.privateGetDeclaredConstructors(Class.java:2398) >>>> at java.lang.Class.getConstructor0(Class.java:2708) >>>> at java.lang.Class.newInstance0(Class.java:328) >>>> at java.lang.Class.newInstance(Class.java:310) >>>> at >>>> org.apache.axis2.deployment.AxisConfigBuilder.processTransportSenders(AxisConfigBuilder.java:688) >>>> ... 45 more >>>> Caused by: java.lang.ClassNotFoundException: >>>> org.apache.http.nio.reactor.IOReactorException >>>> at >>>> org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501) >>>> at >>>> org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421) >>>> at >>>> org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412) >>>> at >>>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107) >>>> at java.lang.ClassLoader.loadClass(ClassLoader.java:247) >>>> ... 51 more >>>> >>>> >>>> >>>> Thanks and Regards, >>>> >>>> Ruwan Yatawara >>>> >>>> Software Engineer, >>>> WSO2 Inc. >>>> lean . enterprise . middleware >>>> >>>> email : [email protected] >>>> mobile : +94 77 9110413 >>>> blog : http://ruwansrants.blogspot.com/ >>>> www: :http://wso2.com >>>> >>>> >>>> _______________________________________________ >>>> Dev mailing list >>>> [email protected] >>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>> >>>> >>> >>> >>> -- >>> *Isuru Udana* >>> * >>> * >>> Senior * >>> Software Engineer >>> * >>> WSO2 Inc.; http://wso2.com >>> email: [email protected] cell: +94 77 3791887 >>> blog: http://mytecheye.blogspot.com/ >>> twitter: http://twitter.com/isudana >>> >>> _______________________________________________ >>> Dev mailing list >>> [email protected] >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> Isuru Perera >> Senior Software Engineer | WSO2, Inc. | http://wso2.com/ >> Lean . Enterprise . Middleware >> >> about.me/chrishantha >> > > > > -- > *Isuru Udana* > * > * > Senior * > Software Engineer > * > WSO2 Inc.; http://wso2.com > email: [email protected] cell: +94 77 3791887 > blog: http://mytecheye.blogspot.com/ > twitter: http://twitter.com/isudana >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
