This is a known issue when you start with the profiles. Please comment out the JMSEventPublisherParameters section in the api-manager.xml. It's stated in [1].
[1] https://docs.wso2.com/display/CLUSTER44x/Clustering+API+Manager+2.0.0 On Tue, Dec 5, 2017 at 6:32 PM, Chamin Dias <[email protected]> wrote: > Hi, > > Similar issue <https://wso2.org/jira/browse/APIMANAGER-5292> has been > reported previously (APIMANAGER-5292) and there it suggests a workaround. > You can try that as well. > > Thanks. > > On Tue, Dec 5, 2017 at 4:45 PM, Abimaran Kugathasan <[email protected]> > wrote: > >> Hi Senuwan, >> >> The exception says GW can't connect to tcp://10.100.7.13:5674. Have you >> telnetted to that IP PORT? If you have distributed set up, have you start >> up Traffic Manager? >> >> On Tue, Dec 5, 2017 at 4:27 PM, Senuwan Withana <[email protected]> wrote: >> >>> Hi Guys, >>> >>> Thanks for the update. >>> I have double checked the mentioned steps. However still I could not >>> able to find the root cause of this error. I have followed the document >>> mentioned steps clearly. >>> >>> Regards, >>> *Senuwan Withana* >>> Software Engineer - Support Team | WSO2 >>> >>> Email : [email protected] >>> Mobile: 94773212853 >>> Web: http://www.wso2.com >>> >>> >>> >>> On Tue, Dec 5, 2017 at 10:52 AM, Samitha Chathuranga <[email protected]> >>> wrote: >>> >>>> Hi Senuwan, >>>> >>>> Please check whether the connection configs to TM is correct, in >>>> api-manager.xml under <JMSConnectionDetails> under >>>> <ThrottlingConfigurations> as in [1] under the section "Step 3.5 - >>>> Configure the Gateway". >>>> >>>> [1] https://docs.wso2.com/display/AM210/Distributed+Deployment+o >>>> f+API+Manager#DistributedDeploymentofAPIManager-Step3.5-Conf >>>> iguretheGateway >>>> >>>> Regards, >>>> Samitha >>>> >>>> On Tue, Dec 5, 2017 at 9:39 AM, Krishan Wijesena <[email protected]> >>>> wrote: >>>> >>>>> Hi senuwan, >>>>> >>>>> Before you start server as gateway worker you need to do setup [1]. >>>>> please check you did it correctly. >>>>> >>>>> [1]https://docs.wso2.com/display/AM210/Product+Profiles#GWW >>>>> >>>>> Thanks, >>>>> krishan. >>>>> >>>>> On Tue, Dec 5, 2017 at 9:22 AM, Senuwan Withana <[email protected]> >>>>> wrote: >>>>> >>>>>> Hi Team, >>>>>> >>>>>> I have created a Gateway Cluster following the document [1]. When I >>>>>> started the server using ./wso2server.sh -Dprofile=gateway-worker >>>>>> command I >>>>>> got below errors. Without -Dprofile server was up correctly. >>>>>> >>>>>> [2017-12-05 09:14:25,262] INFO - JMSTransportHandler Starting jms >>>>>> topic consumer thread... >>>>>> [2017-12-05 09:14:25,284] WARN - APIManagerComponent Exception >>>>>> occurred while creating JMS Event Adapter. Request Blocking may not work >>>>>> properly >>>>>> org.wso2.carbon.event.output.adapter.core.exception.OutputEventAdapterException: >>>>>> Output Event Adapter not created as no adapter factory is registered with >>>>>> type jms >>>>>> at org.wso2.carbon.event.output.adapter.core.internal.CarbonOut >>>>>> putEventAdapterService.create(CarbonOutputEventAdapterServic >>>>>> e.java:89) >>>>>> at org.wso2.carbon.apimgt.impl.internal.APIManagerComponent.con >>>>>> figureJMSPublisher(APIManagerComponent.java:574) >>>>>> at org.wso2.carbon.apimgt.impl.internal.APIManagerComponent.act >>>>>> ivate(APIManagerComponent.java:221) >>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce >>>>>> ssorImpl.java:62) >>>>>> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe >>>>>> thodAccessorImpl.java:43) >>>>>> at java.lang.reflect.Method.invoke(Method.java:498) >>>>>> at org.eclipse.equinox.internal.ds.model.ServiceComponent.activ >>>>>> ate(ServiceComponent.java:260) >>>>>> at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.a >>>>>> ctivate(ServiceComponentProp.java:146) >>>>>> at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.b >>>>>> uild(ServiceComponentProp.java:345) >>>>>> at org.eclipse.equinox.internal.ds.InstanceProcess.buildCompone >>>>>> nt(InstanceProcess.java:620) >>>>>> at org.eclipse.equinox.internal.ds.InstanceProcess.buildCompone >>>>>> nts(InstanceProcess.java:197) >>>>>> at org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolve >>>>>> r.java:343) >>>>>> at org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SC >>>>>> RManager.java:222) >>>>>> at org.eclipse.osgi.internal.serviceregistry.FilteredServiceLis >>>>>> tener.serviceChanged(FilteredServiceListener.java:107) >>>>>> at org.eclipse.osgi.framework.internal.core.BundleContextImpl.d >>>>>> ispatchEvent(BundleContextImpl.java:861) >>>>>> at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve >>>>>> nt(EventManager.java:230) >>>>>> at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEv >>>>>> entSynchronous(ListenerQueue.java:148) >>>>>> at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.pu >>>>>> blishServiceEventPrivileged(ServiceRegistry.java:819) >>>>>> at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.pu >>>>>> blishServiceEvent(ServiceRegistry.java:771) >>>>>> at org.eclipse.osgi.internal.serviceregistry.ServiceRegistratio >>>>>> nImpl.register(ServiceRegistrationImpl.java:130) >>>>>> at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.re >>>>>> gisterService(ServiceRegistry.java:214) >>>>>> at org.eclipse.osgi.framework.internal.core.BundleContextImpl.r >>>>>> egisterService(BundleContextImpl.java:433) >>>>>> at org.eclipse.osgi.framework.internal.core.BundleContextImpl.r >>>>>> egisterService(BundleContextImpl.java:451) >>>>>> at org.wso2.carbon.core.init.CarbonServerManager.initializeCarb >>>>>> on(CarbonServerManager.java:514) >>>>>> at org.wso2.carbon.core.init.CarbonServerManager.start(CarbonSe >>>>>> rverManager.java:219) >>>>>> at org.wso2.carbon.core.internal.CarbonCoreServiceComponent.act >>>>>> ivate(CarbonCoreServiceComponent.java:94) >>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce >>>>>> ssorImpl.java:62) >>>>>> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe >>>>>> thodAccessorImpl.java:43) >>>>>> at java.lang.reflect.Method.invoke(Method.java:498) >>>>>> at org.eclipse.equinox.internal.ds.model.ServiceComponent.activ >>>>>> ate(ServiceComponent.java:260) >>>>>> at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.a >>>>>> ctivate(ServiceComponentProp.java:146) >>>>>> at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.b >>>>>> uild(ServiceComponentProp.java:345) >>>>>> at org.eclipse.equinox.internal.ds.InstanceProcess.buildCompone >>>>>> nt(InstanceProcess.java:620) >>>>>> at org.eclipse.equinox.internal.ds.InstanceProcess.buildCompone >>>>>> nts(InstanceProcess.java:197) >>>>>> at org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolve >>>>>> r.java:343) >>>>>> at org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SC >>>>>> RManager.java:222) >>>>>> at org.eclipse.osgi.internal.serviceregistry.FilteredServiceLis >>>>>> tener.serviceChanged(FilteredServiceListener.java:107) >>>>>> at org.eclipse.osgi.framework.internal.core.BundleContextImpl.d >>>>>> ispatchEvent(BundleContextImpl.java:861) >>>>>> at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve >>>>>> nt(EventManager.java:230) >>>>>> at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEv >>>>>> entSynchronous(ListenerQueue.java:148) >>>>>> at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.pu >>>>>> blishServiceEventPrivileged(ServiceRegistry.java:819) >>>>>> at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.pu >>>>>> blishServiceEvent(ServiceRegistry.java:771) >>>>>> at org.eclipse.osgi.internal.serviceregistry.ServiceRegistratio >>>>>> nImpl.register(ServiceRegistrationImpl.java:130) >>>>>> at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.re >>>>>> gisterService(ServiceRegistry.java:214) >>>>>> at org.eclipse.osgi.framework.internal.core.BundleContextImpl.r >>>>>> egisterService(BundleContextImpl.java:433) >>>>>> at org.eclipse.equinox.http.servlet.internal.Activator.register >>>>>> HttpService(Activator.java:81) >>>>>> at org.eclipse.equinox.http.servlet.internal.Activator.addProxy >>>>>> Servlet(Activator.java:60) >>>>>> at org.eclipse.equinox.http.servlet.internal.ProxyServlet.init( >>>>>> ProxyServlet.java:40) >>>>>> at org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.init(De >>>>>> legationServlet.java:38) >>>>>> at org.apache.catalina.core.StandardWrapper.initServlet(Standar >>>>>> dWrapper.java:1269) >>>>>> at org.apache.catalina.core.StandardWrapper.loadServlet(Standar >>>>>> dWrapper.java:1182) >>>>>> at org.apache.catalina.core.StandardWrapper.load(StandardWrappe >>>>>> r.java:1072) >>>>>> at org.apache.catalina.core.StandardContext.loadOnStartup(Stand >>>>>> ardContext.java:5368) >>>>>> at org.apache.catalina.core.StandardContext.startInternal(Stand >>>>>> ardContext.java:5660) >>>>>> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.j >>>>>> ava:145) >>>>>> at org.apache.catalina.core.ContainerBase$StartChild.call(Conta >>>>>> inerBase.java:1571) >>>>>> at org.apache.catalina.core.ContainerBase$StartChild.call(Conta >>>>>> inerBase.java:1561) >>>>>> at java.util.concurrent.FutureTask.run(FutureTask.java:266) >>>>>> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool >>>>>> Executor.java:1142) >>>>>> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo >>>>>> lExecutor.java:617) >>>>>> at java.lang.Thread.run(Thread.java:748) >>>>>> [2017-12-05 09:14:25,437] INFO - AMQConnection Unable to connect to >>>>>> broker at tcp://10.100.7.13:5674 >>>>>> org.wso2.andes.transport.TransportException: Could not open >>>>>> connection >>>>>> at org.wso2.andes.transport.network.mina.MinaNetworkTransport$I >>>>>> oConnectorCreator.connect(MinaNetworkTransport.java:216) >>>>>> at org.wso2.andes.transport.network.mina.MinaNetworkTransport.c >>>>>> onnect(MinaNetworkTransport.java:74) >>>>>> at org.wso2.andes.client.AMQConnectionDelegate_8_0.makeBrokerCo >>>>>> nnection(AMQConnectionDelegate_8_0.java:130) >>>>>> at org.wso2.andes.client.AMQConnection$2.run(AMQConnection.java:631) >>>>>> at org.wso2.andes.client.AMQConnection$2.run(AMQConnection.java:628) >>>>>> at java.security.AccessController.doPrivileged(Native Method) >>>>>> at org.wso2.andes.client.AMQConnection.makeBrokerConnection(AMQ >>>>>> Connection.java:628) >>>>>> at org.wso2.andes.client.AMQConnection.<init>(AMQConnection.java:409) >>>>>> at org.wso2.andes.client.AMQConnectionFactory.createConnection( >>>>>> AMQConnectionFactory.java:351) >>>>>> at org.wso2.andes.client.AMQConnectionFactory.createConnection( >>>>>> AMQConnectionFactory.java:40) >>>>>> at org.wso2.carbon.apimgt.jms.listener.utils.JMSUtils.createCon >>>>>> nection(JMSUtils.java:387) >>>>>> at org.wso2.carbon.apimgt.jms.listener.utils.JMSListener.checkJ >>>>>> MSConnection(JMSListener.java:137) >>>>>> at org.wso2.carbon.apimgt.jms.listener.utils.JMSListener.start( >>>>>> JMSListener.java:79) >>>>>> at org.wso2.carbon.apimgt.jms.listener.utils.JMSListener.run(JM >>>>>> SListener.java:186) >>>>>> at java.lang.Thread.run(Thread.java:748) >>>>>> org.wso2.andes.AMQConnectionFailureException: Could not open >>>>>> connection >>>>>> at org.wso2.andes.client.AMQConnection.<init>(AMQConnection.java:486) >>>>>> at org.wso2.andes.client.AMQConnectionFactory.createConnection( >>>>>> AMQConnectionFactory.java:351) >>>>>> at org.wso2.andes.client.AMQConnectionFactory.createConnection( >>>>>> AMQConnectionFactory.java:40) >>>>>> at org.wso2.carbon.apimgt.jms.listener.utils.JMSUtils.createCon >>>>>> nection(JMSUtils.java:387) >>>>>> at org.wso2.carbon.apimgt.jms.listener.utils.JMSListener.checkJ >>>>>> MSConnection(JMSListener.java:137) >>>>>> at org.wso2.carbon.apimgt.jms.listener.utils.JMSListener.start( >>>>>> JMSListener.java:79) >>>>>> at org.wso2.carbon.apimgt.jms.listener.utils.JMSListener.run(JM >>>>>> SListener.java:186) >>>>>> at java.lang.Thread.run(Thread.java:748) >>>>>> Caused by: org.wso2.andes.transport.TransportException: Could not >>>>>> open connection >>>>>> at org.wso2.andes.transport.network.mina.MinaNetworkTransport$I >>>>>> oConnectorCreator.connect(MinaNetworkTransport.java:216) >>>>>> at org.wso2.andes.transport.network.mina.MinaNetworkTransport.c >>>>>> onnect(MinaNetworkTransport.java:74) >>>>>> at org.wso2.andes.client.AMQConnectionDelegate_8_0.makeBrokerCo >>>>>> nnection(AMQConnectionDelegate_8_0.java:130) >>>>>> at org.wso2.andes.client.AMQConnection$2.run(AMQConnection.java:631) >>>>>> at org.wso2.andes.client.AMQConnection$2.run(AMQConnection.java:628) >>>>>> at java.security.AccessController.doPrivileged(Native Method) >>>>>> at org.wso2.andes.client.AMQConnection.makeBrokerConnection(AMQ >>>>>> Connection.java:628) >>>>>> at org.wso2.andes.client.AMQConnection.<init>(AMQConnection.java:409) >>>>>> ... 7 more >>>>>> >>>>>> >>>>>> [1] - https://docs.wso2.com/display/AM210/Distributed+Deployment >>>>>> +of+the+Gateway#5a69bb14f904452ab5c678035c21178e >>>>>> >>>>>> >>>>>> Any suggestion to over come the above issue. >>>>>> >>>>>> Regards, >>>>>> >>>>>> *Senuwan Withana* >>>>>> Software Engineer - Support Team | WSO2 >>>>>> >>>>>> Email : [email protected] >>>>>> Mobile: 94773212853 >>>>>> Web: http://www.wso2.com >>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Dev mailing list >>>>>> [email protected] >>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> *Krishan Wijesena* >>>>> Software Engineer | WSO2 >>>>> >>>>> Email : [email protected] >>>>> Mobile : +94776219923 <+94%2077%20621%209923> >>>>> WSO2 Inc : http://wso2.com >>>>> [image: http://wso2.com/signature] <http://wso2.com/signature> >>>>> >>>>> _______________________________________________ >>>>> Dev mailing list >>>>> [email protected] >>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>> >>>>> >>>> >>>> >>>> -- >>>> Samitha Chathuranga >>>> Software Engineer, WSO2 Inc. >>>> lean.enterprise.middleware >>>> Mobile: +94715123761 >>>> >>>> [image: http://wso2.com/signature] <http://wso2.com/signature> >>>> >>> >>> >>> _______________________________________________ >>> Dev mailing list >>> [email protected] >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> Thanks >> Abimaran Kugathasan >> Senior Software Engineer - API Technologies >> >> Email : [email protected] >> Mobile : +94 773922820 <+94%2077%20392%202820> >> >> <http://stackoverflow.com/users/515034> >> <http://lk.linkedin.com/in/abimaran> >> <http://www.lkabimaran.blogspot.com/> <https://github.com/abimarank> >> <https://twitter.com/abimaran> >> >> >> _______________________________________________ >> Dev mailing list >> [email protected] >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > Chamin Dias > Mobile : 0716097455 > Email : [email protected] > LinkedIn : https://www.linkedin.com/in/chamindias > > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Harsha Kumara Software Engineer, WSO2 Inc. Mobile: +94775505618 Blog:harshcreationz.blogspot.com
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
