Hi Henar, Indeed, it works perfectly now. Thank you very much! Best, Derick On Thu, Jan 30, 2014 at 12:26 PM, HENAR MUÑOZ FRUTOS <henar at tid.es> wrote: > Hi > > > > Thanks a lot for providing your feedback. Yes, there was a bug when the > software to be installed is git. Anyway, I think it is solved. Tell us if > you continue having problems. > > Regards, > > Henar > > > > *De:* fiware-lab-help-bounces at lists.fi-ware.eu [mailto: > fiware-lab-help-bounces at lists.fi-ware.eu] *En nombre de *Derick Leony > *Enviado el:* jueves, 30 de enero de 2014 4:52 > *Para:* fiware-lab-help at lists.fi-ware.eu > *CC:* Victor Guerra > *Asunto:* [Fiware-lab-help] Bug report for the creation of Tiers in Cloud > Portal > > > > Hi FIWARE Lab Help team, > > > > We are Victor and Derick, finalists of the FIWARE Challenge. We have been > trying to create a Blueprint Template but we tend to get stuck due to an > error at the Tier creation. > > > > Our accound ID is: 00000000000000000000000000001542 > > > > The Tier details are: > > Name: frontend > > Region: RegionOne > > Flavor: m1.largerdsk > > Image: CentOS-6.3-sdc > > Public IP: Yes > > > > Software in Tier: > > git 1.7 > > mongodbconfig 2.2.3 > > nodejs 0.9.0 > > > > After the tests that we have done, it seems to us that the issue happens > only when there the Tier has more then one software package associated. > > > > The error description is included at the end of this message. We hope that > this information is useful for the maintenance of the Cloud Portal. > > > Thanks, > Derick & Victor > > > > --- > > > > <html><head><title>Apache Tomcat/7.0.16 - Informe de > Error</title><style><!--H1 > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} > H2 > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} > H3 > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} > BODY > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} > P > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A > {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> > </head><body><h1>Estado HTTP 500 - </h1><HR size="1" > noshade="noshade"><p><b>type</b> Informe de Excepción</p><p><b>mensaje</b> > <u></u></p><p><b>descripción</b> <u>El servidor encontró un error interno > () que hizo que no pudiera rellenar este > requerimiento.</u></p><p><b>excepción</b> > <pre>javax.persistence.OptimisticLockException: > org.hibernate.StaleStateException: Batch update returned unexpected row > count from update [0]; actual row count: 0; expected: 1 > org.hibernate.ejb.AbstractEntityManagerImpl.wrapStaleStateException(AbstractEntityManagerImpl.java:638) > org.hibernate.ejb.AbstractEntityManagerImpl.throwPersistenceException(AbstractEntityManagerImpl.java:588) > org.hibernate.ejb.QueryImpl.getSingleResult(QueryImpl.java:128) > com.telefonica.euro_iaas.paasmanager.dao.impl.EnvironmentInstanceDaoJpaImpl.findByEnvironmentInstanceName(EnvironmentInstanceDaoJpaImpl.java:168) > com.telefonica.euro_iaas.paasmanager.dao.impl.EnvironmentInstanceDaoJpaImpl.loadForDelete(EnvironmentInstanceDaoJpaImpl.java:42) > sun.reflect.GeneratedMethodAccessor149.invoke(Unknown Source) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > java.lang.reflect.Method.invoke(Method.java:616) > org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318) > org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) > org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110) > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) > org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90) > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) > org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) > sun.proxy.$Proxy49.loadForDelete(Unknown Source) > com.telefonica.euro_iaas.paasmanager.manager.impl.EnvironmentInstanceManagerImpl.loadForDelete(EnvironmentInstanceManagerImpl.java:280) > com.telefonica.euro_iaas.paasmanager.rest.resources.EnvironmentInstanceResourceImpl.destroy(EnvironmentInstanceResourceImpl.java:232) > sun.reflect.GeneratedMethodAccessor148.invoke(Unknown Source) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > java.lang.reflect.Method.invoke(Method.java:616) > com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:168) > com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:71) > com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:280) > com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) > com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) > com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) > com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) > com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1341) > com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1273) > com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1223) > com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1213) > com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:414) > com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) > com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) > javax.servlet.http.HttpServlet.service(HttpServlet.java:722) > org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311) > org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116) > org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83) > org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) > org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113) > org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) > org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113) > org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) > org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54) > org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) > com.telefonica.euro_iaas.paasmanager.rest.auth.OpenStackAuthenticationFilter.doFilter(OpenStackAuthenticationFilter.java:215) > org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) > org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87) > org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) > org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173) > org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) > org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) > com.thetransactioncompany.cors.CORSFilter.doFilter(CORSFilter.java:205) > com.thetransactioncompany.cors.CORSFilter.doFilter(CORSFilter.java:266) > org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter.doFilterInternal(OpenEntityManagerInViewFilter.java:147) > org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) > </pre></p><p><b>causa raíz</b> <pre>org.hibernate.StaleStateException: > Batch update returned unexpected row count from update [0]; actual row > count: 0; expected: 1 > org.hibernate.jdbc.Expectations$BasicExpectation.checkBatched(Expectations.java:85) > org.hibernate.jdbc.Expectations$BasicExpectation.verifyOutcome(Expectations.java:70) > org.hibernate.jdbc.BatchingBatcher.checkRowCounts(BatchingBatcher.java:90) > org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:70) > org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:268) > org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:266) > org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:168) > org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:321) > org.hibernate.event.def.DefaultAutoFlushEventListener.onAutoFlush(DefaultAutoFlushEventListener.java:64) > org.hibernate.impl.SessionImpl.autoFlushIfRequired(SessionImpl.java:996) > org.hibernate.impl.SessionImpl.list(SessionImpl.java:1141) > org.hibernate.impl.QueryImpl.list(QueryImpl.java:102) > org.hibernate.ejb.QueryImpl.getSingleResult(QueryImpl.java:88) > com.telefonica.euro_iaas.paasmanager.dao.impl.EnvironmentInstanceDaoJpaImpl.findByEnvironmentInstanceName(EnvironmentInstanceDaoJpaImpl.java:168) > com.telefonica.euro_iaas.paasmanager.dao.impl.EnvironmentInstanceDaoJpaImpl.loadForDelete(EnvironmentInstanceDaoJpaImpl.java:42) > sun.reflect.GeneratedMethodAccessor149.invoke(Unknown Source) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > java.lang.reflect.Method.invoke(Method.java:616) > org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318) > org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) > org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110) > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) > org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90) > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) > org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) > sun.proxy.$Proxy49.loadForDelete(Unknown Source) > com.telefonica.euro_iaas.paasmanager.manager.impl.EnvironmentInstanceManagerImpl.loadForDelete(EnvironmentInstanceManagerImpl.java:280) > com.telefonica.euro_iaas.paasmanager.rest.resources.EnvironmentInstanceResourceImpl.destroy(EnvironmentInstanceResourceImpl.java:232) > sun.reflect.GeneratedMethodAccessor148.invoke(Unknown Source) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > java.lang.reflect.Method.invoke(Method.java:616) > com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:168) > com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:71) > com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:280) > com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) > com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) > com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) > com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) > com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1341) > com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1273) > com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1223) > com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1213) > com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:414) > com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) > com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) > javax.servlet.http.HttpServlet.service(HttpServlet.java:722) > org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311) > org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116) > org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83) > org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) > org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113) > org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) > org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113) > org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) > org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54) > org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) > com.telefonica.euro_iaas.paasmanager.rest.auth.OpenStackAuthenticationFilter.doFilter(OpenStackAuthenticationFilter.java:215) > org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) > org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87) > org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323) > org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173) > org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) > org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) > com.thetransactioncompany.cors.CORSFilter.doFilter(CORSFilter.java:205) > com.thetransactioncompany.cors.CORSFilter.doFilter(CORSFilter.java:266) > org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter.doFilterInternal(OpenEntityManagerInViewFilter.java:147) > org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) > </pre></p><p><b>nota</b> <u>La traza completa de la causa de este error se > encuentra en los archivos de diario de Apache Tomcat/7.0.16.</u></p><HR > size="1" noshade="noshade"><h3>Apache Tomcat/7.0.16</h3></body></html> > > ------------------------------ > > Este mensaje se dirige exclusivamente a su destinatario. Puede consultar > nuestra política de envío y recepción de correo electrónico en el enlace > situado más abajo. > This message is intended exclusively for its addressee. We only send and > receive email on the basis of the terms set out at: > http://www.tid.es/ES/PAGINAS/disclaimer.aspx > -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.fiware.org/private/fiware-lab-help/attachments/20140130/a009e86c/attachment.html>
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy