Because i need to deploy each service in a separate machine since this is performance test. For registry i have pointed local h2 db since i don't need registry sharing. Do we have such requirement?(share same registry with every service)
Thanks. On Fri, Jun 29, 2012 at 10:44 AM, Amila Maha Arachchi <[email protected]>wrote: > I dont think there is something to do with the cloud-service-desc.xml. I > feel like you have missed some registry sharing configs. > > Why dont you try the setup script or the already setup 2GB pack? Just > works OOB. > > > On Fri, Jun 29, 2012 at 10:37 AM, Sanjeewa Malalgoda <[email protected]>wrote: > >> Hi, >> I have tried it without script. Same pack is working fine when i copied >> it to my machine and starts it again. >> I have setup everything manually. Can i know what is the relationship >> between cloud-service-desc.xml? >> AFAIK we don't want to up and run any other service when we create tenant >> from manager. >> >> Thanks. >> >> >> On Fri, Jun 29, 2012 at 10:29 AM, Amila Maha Arachchi <[email protected]>wrote: >> >>> >>> >>> On Fri, Jun 29, 2012 at 5:43 AM, Dimuthu Leelarathne >>> <[email protected]>wrote: >>> >>>> Hi Sanjeewa, >>>> >>>> This is because product name in the cloud-service-desc.xml and product >>>> name of AppServer are not identical. Once you make them identical please >>>> tryout by creating a new tenant. >>>> >>> >>> BTW, what is the setup script you used? I mean from which svn location? >>> >>>> >>>> thanks, >>>> dimuthu >>>> >>>> On Thu, Jun 28, 2012 at 8:04 PM, Sanjeewa Malalgoda >>>> <[email protected]>wrote: >>>> >>>>> Hi All, >>>>> I have setup Stratos manager and Application server 1.5.2 on my >>>>> machine and lab machine. Manager is running on my machine and >>>>> i was able to create tenant and log in to it without issues. >>>>> Application server running on separate machine pointing to same data base. >>>>> I can log >>>>> into application server as super tenant, but cant log in >>>>> as tenant following message is printed at application server back end. >>>>> It prints '[email protected] [6]' logged in at [2012-06-28 19:47:01,0221] >>>>> from IP address 10.100.2.85. But in ui it shows login failed message. >>>>> What is the issue here? >>>>> >>>>> Thanks. >>>>> >>>>> Appserver Log >>>>> [2012-06-28 19:47:01,221] INFO >>>>> {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} - >>>>> '[email protected] [6]' logged in at [2012-06-28 19:47:01,0221] from IP >>>>> address 10.100.2.85 >>>>> [2012-06-28 19:47:01,238] WARN >>>>> {org.wso2.carbon.activation.module.ActivationHandler} - Failed attempt to >>>>> access WSO2 Stratos Application Server by tenant 6 >>>>> [2012-06-28 19:47:01,243] WARN >>>>> {org.wso2.carbon.ui.CarbonSecuredHttpContext} - The input stream for an >>>>> incoming message is null. >>>>> org.apache.axis2.AxisFault: The input stream for an incoming message >>>>> is null. >>>>> at >>>>> org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:92) >>>>> at >>>>> org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:67) >>>>> at >>>>> org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:354) >>>>> at >>>>> org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421) >>>>> at >>>>> org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229) >>>>> at >>>>> org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) >>>>> at >>>>> org.wso2.carbon.core.commons.stub.loggeduserinfo.LoggedUserInfoAdminStub.getUserInfo(LoggedUserInfoAdminStub.java:187) >>>>> at >>>>> org.wso2.carbon.ui.util.CarbonUIAuthenticationUtil.setUserInformation(CarbonUIAuthenticationUtil.java:109) >>>>> at >>>>> org.wso2.carbon.ui.util.CarbonUIAuthenticationUtil.onSuccessAdminLogin(CarbonUIAuthenticationUtil.java:83) >>>>> at >>>>> org.wso2.carbon.ui.util.CarbonUIAuthenticationUtil.onSuccessAdminLogin(CarbonUIAuthenticationUtil.java:60) >>>>> at >>>>> org.wso2.carbon.ui.CarbonSecuredHttpContext.handleSecurity(CarbonSecuredHttpContext.java:397) >>>>> at >>>>> org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:86) >>>>> at >>>>> org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111) >>>>> at >>>>> org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67) >>>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:722) >>>>> at >>>>> org.wso2.carbon.bridge.BridgeServlet.service(BridgeServlet.java:164) >>>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:722) >>>>> at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source) >>>>> at >>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >>>>> at java.lang.reflect.Method.invoke(Method.java:597) >>>>> at >>>>> org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:273) >>>>> at >>>>> org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:270) >>>>> at java.security.AccessController.doPrivileged(Native Method) >>>>> at javax.security.auth.Subject.doAsPrivileged(Subject.java:517) >>>>> at >>>>> org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:305) >>>>> at >>>>> org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165) >>>>> at >>>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:298) >>>>> at >>>>> org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:57) >>>>> at >>>>> org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:193) >>>>> at >>>>> org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:189) >>>>> at java.security.AccessController.doPrivileged(Native Method) >>>>> at >>>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) >>>>> at >>>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240) >>>>> at >>>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164) >>>>> at >>>>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462) >>>>> at >>>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164) >>>>> at >>>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100) >>>>> at >>>>> org.wso2.carbon.server.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:154) >>>>> at org.wso2.carbon.server.TomcatServer$1.invoke(TomcatServer.java:254) >>>>> at >>>>> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563) >>>>> at >>>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118) >>>>> at >>>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:399) >>>>> at >>>>> org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:396) >>>>> at >>>>> org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:356) >>>>> at >>>>> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1534) >>>>> 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:705) >>>>> [2012-06-28 19:47:01,264] WARN >>>>> {org.wso2.carbon.activation.module.ActivationHandler} - Failed attempt to >>>>> access WSO2 Stratos Application Server by tenant 6 >>>>> >>>>> >>>>> -- >>>>> *Sanjeewa Malalgoda* >>>>> mobile : +94 713068779 >>>>> <http://sanjeewamalalgoda.blogspot.com/>blog >>>>> :http://sanjeewamalalgoda.blogspot.com/<http://sanjeewamalalgoda.blogspot.com/> >>>>> >>>>> _______________________________________________ >>>>> Dev mailing list >>>>> [email protected] >>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> Dev mailing list >>>> [email protected] >>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>> >>>> >>> >>> >>> -- >>> *Amila Maharachchi* >>> Technical Lead >>> Member, Management Committee - Cloud & Platform TG >>> WSO2, Inc.; http://wso2.com >>> >>> Blog: http://maharachchi.blogspot.com >>> Mobile: +94719371446 >>> >>> >>> >> >> >> -- >> *Sanjeewa Malalgoda* >> mobile : +94 713068779 >> <http://sanjeewamalalgoda.blogspot.com/>blog >> :http://sanjeewamalalgoda.blogspot.com/<http://sanjeewamalalgoda.blogspot.com/> >> > > > > -- > *Amila Maharachchi* > Technical Lead > Member, Management Committee - Cloud & Platform TG > WSO2, Inc.; http://wso2.com > > Blog: http://maharachchi.blogspot.com > Mobile: +94719371446 > > > -- *Sanjeewa Malalgoda* mobile : +94 713068779 <http://sanjeewamalalgoda.blogspot.com/>blog :http://sanjeewamalalgoda.blogspot.com/<http://sanjeewamalalgoda.blogspot.com/>
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
