Updates to 1.1.0-SNAPSHOT. On Mon, Apr 18, 2016 at 10:15 AM, Hasitha Aravinda <[email protected]> wrote:
> Hi Kernel team, > > This is happening due to an issue in msf4j 1.0.0 component and solution is > to move latest msf4j version. But still msf4j master branch is set to > 1.0.0-SNAPSHOT. Since MSF4J 1.0.0 is released, Jenkins is not publishing > snapshot artifacts to nexus. Could you please fix this ? > > [1] - https://github.com/wso2/msf4j/tree/master > > Thanks, > Hasitha. > > On Fri, Apr 8, 2016 at 5:35 PM, Hasitha Aravinda <[email protected]> wrote: > >> I have updated kernel version to 5.1.0-SNAPSHOT and now I am getting >> following error. What could be the issue. ? >> >> [2016-04-08 17:24:26,865] WARN >> {org.wso2.carbon.kernel.internal.startupresolver.StartupOrderResolver} - >> Startup component netty-transports-mgt from >> bundle(org.wso2.carbon.transport.http.netty:1.0.0) will be in the pending >> state until Capability >> org.wso2.carbon.transport.http.netty.listener.CarbonNettyServerInitializer >> from bundle(msf4j-core:1.0.0) is available >> [2016-04-08 17:24:26,866] WARN >> {org.wso2.carbon.kernel.internal.startupresolver.StartupOrderResolver} - >> Startup component netty-transports-mgt from >> bundle(org.wso2.carbon.transport.http.netty:1.0.0) will be in the pending >> state until Capability >> org.wso2.carbon.transport.http.netty.listener.CarbonNettyServerInitializer >> from bundle(org.wso2.carbon.transport.http.netty:1.0.0) is available >> [2016-04-08 17:24:26,866] WARN >> {org.wso2.carbon.kernel.internal.startupresolver.StartupOrderResolver} - >> Startup component carbon-transport-mgt from >> bundle(org.wso2.carbon.core:5.1.0.SNAPSHOT) will be in the pending state >> until Capability >> org.wso2.carbon.transport.http.netty.internal.NettyTransportServiceComponent >> from bundle(org.wso2.carbon.transport.http.netty:1.0.0) is available >> >> >> Thanks, >> Hasitha. >> >> On Thu, Apr 7, 2016 at 6:57 PM, Rasika Perera <[email protected]> wrote: >> >>> Hi Himasha, >>> >>> This usually happens when MSF4J is waiting for its required >>> capabilities. MSF4J has cardinality of AT_LEAST_ONE as required >>> capabilities for the Carbon Transport. Which means server is waiting on >>> the startup for at least one OSGi service implementing >>> CarbonTransport.class interface[1]. As Aruna mentioned can you verify >>> whether you are packing carbon transport. >>> >>> However one issue found on your pom file. >>> >>> <export.package> >>> org.wso2.carbon.bpmn.rest.**,* >>> version=${carbon.business-process.exp.pkg.version}, >>> </export.package> >>> >>> should be corrected as; >>> >>> <export.package> >>> org.wso2.carbon.bpmn.rest.**;* >>> version=${carbon.business-process.exp.pkg.version}, >>> </export.package> >>> >>> [1] >>> https://github.com/wso2/msf4j/blob/master/core/src/main/java/org/wso2/msf4j/internal/MicroservicesServerSC.java#L74 >>> >>> Thanks >>> ~Rasika >>> >>> >>> On Thu, Apr 7, 2016 at 2:47 PM, Aruna Karunarathna <[email protected]> >>> wrote: >>> >>>> Have you guys added the carbon-transport-mgt? >>>> >>>> On Thu, Apr 7, 2016 at 1:57 PM, Hasitha Aravinda <[email protected]> >>>> wrote: >>>> >>>>> Hi Manu, >>>>> >>>>> were you able to solve this issue, I am getting the same error. >>>>> >>>>> Thanks, >>>>> Hasitha. >>>>> >>>>> On Wed, Feb 10, 2016 at 1:42 PM, Manuranga Perera <[email protected]> >>>>> wrote: >>>>> >>>>>> MSS product hangs when I deploy my service, but fat-jar mode works. >>>>>> >>>>>> prints >>>>>> Waiting on pending capability registration. Capability: >>>>>> org.wso2.msf4j.Interceptor >>>>>> >>>>>> how to proceed debugging? >>>>>> -- >>>>>> With regards, >>>>>> *Manu*ranga Perera. >>>>>> >>>>>> phone : 071 7 70 20 50 >>>>>> mail : [email protected] >>>>>> >>>>>> _______________________________________________ >>>>>> Dev mailing list >>>>>> [email protected] >>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> -- >>>>> Hasitha Aravinda, >>>>> Senior Software Engineer, >>>>> WSO2 Inc. >>>>> Email: [email protected] >>>>> Mobile : +94 718 210 200 >>>>> >>>>> _______________________________________________ >>>>> Dev mailing list >>>>> [email protected] >>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>> >>>>> >>>> >>>> >>>> -- >>>> >>>> *Aruna Sujith Karunarathna * >>>> WSO2, Inc | lean. enterprise. middleware. >>>> #20, Palm Grove, Colombo 03, Sri Lanka >>>> Mobile: +94 71 9040362 | Work: +94 112145345 >>>> Email: [email protected] | Web: www.wso2.com >>>> >>>> >>>> _______________________________________________ >>>> Dev mailing list >>>> [email protected] >>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>> >>>> >>> >>> >>> -- >>> With Regards, >>> >>> *Rasika Perera* >>> Software Engineer >>> M: +94 71 680 9060 E: [email protected] >>> LinkedIn: http://lk.linkedin.com/in/rasika90 >>> >>> WSO2 Inc. www.wso2.com >>> lean.enterprise.middleware >>> >> >> >> >> -- >> -- >> Hasitha Aravinda, >> Senior Software Engineer, >> WSO2 Inc. >> Email: [email protected] >> Mobile : +94 718 210 200 >> > > > > -- > -- > Hasitha Aravinda, > Senior Software Engineer, > WSO2 Inc. > Email: [email protected] > Mobile : +94 718 210 200 > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * <http://www.apache.org/>* *email: **[email protected]* <[email protected]> * cell: +94 77 3320919blog: **http://blog.afkham.org* <http://blog.afkham.org> *twitter: **http://twitter.com/afkham_azeez* <http://twitter.com/afkham_azeez> *linked-in: **http://lk.linkedin.com/in/afkhamazeez <http://lk.linkedin.com/in/afkhamazeez>* *Lean . Enterprise . Middleware*
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
