Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LPS-52092 Auto #3154

Closed
wants to merge 24 commits into from
Closed

LPS-52092 Auto #3154

wants to merge 24 commits into from

Conversation

ealonso
Copy link

@ealonso ealonso commented Dec 9, 2014

No description provided.

@liferay-dev-ci
Copy link
Collaborator

Test FAILed.
Refer to this link for build results (access rights to CI server needed):

Build Time: 90 mins 57 secs
http://ci.liferay.org.es/jenkins//job/juliocamarero/2357/

Failed Tests: 2

juliocamarero: 2

  • com.liferay.portal.service.OrganizationLocalServiceTest.testGetNoAssetOrganizations

    com.liferay.portal.RequiredOrganizationException
        at com.liferay.portal.service.impl.OrganizationLocalServiceImpl.deleteOrganization(OrganizationLocalServiceImpl.java:429)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:149)
        at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:53)
        at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:55)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ServiceBeanAopProxy.invoke(ServiceBeanAopProxy.java:174)
        at com.sun.proxy.$Proxy103.deleteOrganization(Unknown Source)
        at com.liferay.portal.service.OrganizationLocalServiceUtil.deleteOrganization(OrganizationLocalServiceUtil.java:304)
        at com.liferay.portal.service.OrganizationLocalServiceTest.testGetNoAssetOrganizations(OrganizationLocalServiceTest.java:176)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
    
    
  • com.liferay.portal.service.RoleLocalServiceTest.testGetTeamRoleMapWithExclusion
    com.liferay.portal.kernel.search.SearchException: com.liferay.portal.NoSuchOrganizationException: No Organization exists with the primary key 45848
        at com.liferay.portal.kernel.search.BaseIndexer.getDocument(BaseIndexer.java:174)
        at com.liferay.portlet.usersadmin.util.UserIndexer.doReindex(UserIndexer.java:374)
        at com.liferay.portlet.usersadmin.util.UserIndexer.doReindex(UserIndexer.java:326)
        at com.liferay.portal.kernel.search.BaseIndexer.reindex(BaseIndexer.java:451)
        at com.liferay.portal.service.impl.RoleLocalServiceImpl.addRole(RoleLocalServiceImpl.java:245)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:149)
        at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:53)
        at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:55)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ServiceBeanAopProxy.invoke(ServiceBeanAopProxy.java:174)
        at com.sun.proxy.$Proxy60.addRole(Unknown Source)
        at com.liferay.portal.service.impl.TeamLocalServiceImpl.addTeam(TeamLocalServiceImpl.java:75)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:149)
        at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:53)
        at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:55)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ServiceBeanAopProxy.invoke(ServiceBeanAopProxy.java:174)
        at com.sun.proxy.$Proxy199.addTeam(Unknown Source)
        at com.liferay.portal.service.TeamLocalServiceUtil.addTeam(TeamLocalServiceUtil.java:58)
        at com.liferay.portal.service.RoleLocalServiceTest.getOrganizationAndTeam(RoleLocalServiceTest.java:197)
        at com.liferay.portal.service.RoleLocalServiceTest.testGetTeamRoleMapWithExclusion(RoleLocalServiceTest.java:117)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
    Caused by: com.liferay.portal.NoSuchOrganizationException: No Organization exists with the primary key 45848
        at com.liferay.portal.service.persistence.impl.OrganizationPersistenceImpl.findByPrimaryKey(OrganizationPersistenceImpl.java:6842)
        at com.liferay.portal.service.persistence.impl.OrganizationPersistenceImpl.findByPrimaryKey(OrganizationPersistenceImpl.java:6859)
        at com.liferay.portal.service.base.OrganizationLocalServiceBaseImpl.getOrganization(OrganizationLocalServiceBaseImpl.java:269)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:149)
        at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:53)
        at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:55)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ServiceBeanAopProxy.invoke(ServiceBeanAopProxy.java:174)
        at com.sun.proxy.$Proxy103.getOrganization(Unknown Source)
        at com.liferay.portal.service.OrganizationLocalServiceUtil.getOrganization(OrganizationLocalServiceUtil.java:540)
        at com.liferay.portlet.usersadmin.util.UserIndexer.getAncestorOrganizationIds(UserIndexer.java:414)
        at com.liferay.portlet.usersadmin.util.UserIndexer.doGetDocument(UserIndexer.java:249)
        at com.liferay.portal.kernel.search.BaseIndexer.getDocument(BaseIndexer.java:146)
    
    
Test FAILed.

@liferay-dev-ci
Copy link
Collaborator

Test FAILed.
Refer to this link for build results (access rights to CI server needed):

Build Time: 85 mins 1 sec
http://ci.liferay.org.es/jenkins//job/juliocamarero/2358/

Failed Tests: 2

juliocamarero: 2

  • com.liferay.portal.service.OrganizationLocalServiceTest.testGetNoAssetOrganizations

    com.liferay.portal.RequiredOrganizationException
        at com.liferay.portal.service.impl.OrganizationLocalServiceImpl.deleteOrganization(OrganizationLocalServiceImpl.java:429)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:149)
        at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:53)
        at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:55)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ServiceBeanAopProxy.invoke(ServiceBeanAopProxy.java:174)
        at com.sun.proxy.$Proxy103.deleteOrganization(Unknown Source)
        at com.liferay.portal.service.OrganizationLocalServiceUtil.deleteOrganization(OrganizationLocalServiceUtil.java:304)
        at com.liferay.portal.service.OrganizationLocalServiceTest.testGetNoAssetOrganizations(OrganizationLocalServiceTest.java:176)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
    
    
  • com.liferay.portal.service.RoleLocalServiceTest.testGetTeamRoleMapWithExclusion
    com.liferay.portal.kernel.search.SearchException: com.liferay.portal.NoSuchOrganizationException: No Organization exists with the primary key 45848
        at com.liferay.portal.kernel.search.BaseIndexer.getDocument(BaseIndexer.java:174)
        at com.liferay.portlet.usersadmin.util.UserIndexer.doReindex(UserIndexer.java:374)
        at com.liferay.portlet.usersadmin.util.UserIndexer.doReindex(UserIndexer.java:326)
        at com.liferay.portal.kernel.search.BaseIndexer.reindex(BaseIndexer.java:451)
        at com.liferay.portal.service.impl.RoleLocalServiceImpl.addRole(RoleLocalServiceImpl.java:245)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:149)
        at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:53)
        at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:55)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ServiceBeanAopProxy.invoke(ServiceBeanAopProxy.java:174)
        at com.sun.proxy.$Proxy60.addRole(Unknown Source)
        at com.liferay.portal.service.impl.TeamLocalServiceImpl.addTeam(TeamLocalServiceImpl.java:75)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:149)
        at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:53)
        at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:55)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ServiceBeanAopProxy.invoke(ServiceBeanAopProxy.java:174)
        at com.sun.proxy.$Proxy199.addTeam(Unknown Source)
        at com.liferay.portal.service.TeamLocalServiceUtil.addTeam(TeamLocalServiceUtil.java:58)
        at com.liferay.portal.service.RoleLocalServiceTest.getOrganizationAndTeam(RoleLocalServiceTest.java:197)
        at com.liferay.portal.service.RoleLocalServiceTest.testGetTeamRoleMapWithExclusion(RoleLocalServiceTest.java:117)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
        at com.liferay.portal.kernel.test.BaseTestRule.invokeStatement(BaseTestRule.java:126)
        at com.liferay.portal.kernel.test.BaseTestRule$1.evaluate(BaseTestRule.java:54)
    Caused by: com.liferay.portal.NoSuchOrganizationException: No Organization exists with the primary key 45848
        at com.liferay.portal.service.persistence.impl.OrganizationPersistenceImpl.findByPrimaryKey(OrganizationPersistenceImpl.java:6842)
        at com.liferay.portal.service.persistence.impl.OrganizationPersistenceImpl.findByPrimaryKey(OrganizationPersistenceImpl.java:6859)
        at com.liferay.portal.service.base.OrganizationLocalServiceBaseImpl.getOrganization(OrganizationLocalServiceBaseImpl.java:269)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:149)
        at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:53)
        at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:55)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
        at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:123)
        at com.liferay.portal.spring.aop.ServiceBeanAopProxy.invoke(ServiceBeanAopProxy.java:174)
        at com.sun.proxy.$Proxy103.getOrganization(Unknown Source)
        at com.liferay.portal.service.OrganizationLocalServiceUtil.getOrganization(OrganizationLocalServiceUtil.java:540)
        at com.liferay.portlet.usersadmin.util.UserIndexer.getAncestorOrganizationIds(UserIndexer.java:414)
        at com.liferay.portlet.usersadmin.util.UserIndexer.doGetDocument(UserIndexer.java:249)
        at com.liferay.portal.kernel.search.BaseIndexer.getDocument(BaseIndexer.java:146)
    
    
Test FAILed.

@juliocamarero
Copy link
Owner

Just started reviewing :)

:octocat: Sent from GH.

@juliocamarero
Copy link
Owner

Pull request submitted to brianchandotcom#22785.

:octocat: Sent from GH.

@ealonso ealonso deleted the LPS-52091 branch November 13, 2015 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants