Created
March 14, 2018 14:34
-
-
Save antoviaque/6413ee952385b31330cfb6a13ec5ed02 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-03-14 14:29:44,352 http-nio-6002-exec-26 ERROR antoviaque 868x285286x24 6g5bys 89.130.210.167,127.0.0.1 /rest/projects/1.0/project/ADMIN/lastVisited [c.a.p.r.c.error.jersey.ThrowableExceptionMapper] Uncaught exception thrown by REST service: Failed operation: SetOperation[entityName=ApplicationUser,entityId=10000,propertyKey=last-visited-item.10901,newType=5,newMapper=TypeMapper[handler=StringPropertyHandler,valueEntity=OSPropertyString]] | |
com.opensymphony.module.propertyset.PropertyImplementationException: Failed operation: SetOperation[entityName=ApplicationUser,entityId=10000,propertyKey=last-visited-item.10901,newType=5,newMapper=TypeMapper[handler=StringPropertyHandler,valueEntity=OSPropertyString]] | |
at com.atlassian.jira.propertyset.CachingOfBizPropertyEntryStore.propEx(CachingOfBizPropertyEntryStore.java:332) | |
at com.atlassian.jira.propertyset.CachingOfBizPropertyEntryStore.retry(CachingOfBizPropertyEntryStore.java:318) | |
at com.atlassian.jira.propertyset.CachingOfBizPropertyEntryStore.setEntry(CachingOfBizPropertyEntryStore.java:139) | |
at com.atlassian.jira.propertyset.CachingOfBizPropertySet.setImpl(CachingOfBizPropertySet.java:183) | |
at com.opensymphony.module.propertyset.AbstractPropertySet.set(AbstractPropertySet.java:502) | |
at com.opensymphony.module.propertyset.AbstractPropertySet.setString(AbstractPropertySet.java:300) | |
at com.atlassian.jira.projects.sidebar.lastvisited.LastVisitedItemInProjectService.setLastVisitedItemIdForProject(LastVisitedItemInProjectService.java:65) | |
at com.atlassian.jira.projects.sidebar.lastvisited.LastVisitedItemResource.updateLastVisitedItem(LastVisitedItemResource.java:51) | |
... 2 filtered | |
at java.lang.reflect.Method.invoke(Method.java:497) | |
... 18 filtered | |
at com.atlassian.plugins.rest.module.RestDelegatingServletFilter$JerseyOsgiServletContainer.doFilter(RestDelegatingServletFilter.java:154) | |
... 1 filtered | |
at com.atlassian.plugins.rest.module.RestDelegatingServletFilter.doFilter(RestDelegatingServletFilter.java:68) | |
... 41 filtered | |
at com.atlassian.web.servlet.plugin.request.RedirectInterceptingFilter.doFilter(RedirectInterceptingFilter.java:21) | |
... 53 filtered | |
at com.atlassian.jira.security.JiraSecurityFilter.lambda$doFilter$0(JiraSecurityFilter.java:66) | |
... 1 filtered | |
at com.atlassian.jira.security.JiraSecurityFilter.doFilter(JiraSecurityFilter.java:64) | |
... 16 filtered | |
at com.atlassian.plugins.rest.module.servlet.RestSeraphFilter.doFilter(RestSeraphFilter.java:37) | |
... 19 filtered | |
at com.atlassian.jira.servermetrics.CorrelationIdPopulatorFilter.doFilter(CorrelationIdPopulatorFilter.java:30) | |
... 10 filtered | |
at com.atlassian.web.servlet.plugin.request.RedirectInterceptingFilter.doFilter(RedirectInterceptingFilter.java:21) | |
... 4 filtered | |
at com.atlassian.web.servlet.plugin.LocationCleanerFilter.doFilter(LocationCleanerFilter.java:36) | |
... 26 filtered | |
at com.atlassian.jira.servermetrics.MetricsCollectorFilter.doFilter(MetricsCollectorFilter.java:25) | |
... 23 filtered | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) | |
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) | |
at java.lang.Thread.run(Thread.java:745) | |
Caused by: com.querydsl.core.QueryException: Caught SQLException for select O_S_PROPERTY_ENTRY.id, O_S_PROPERTY_ENTRY.propertytype | |
from propertyentry O_S_PROPERTY_ENTRY | |
where O_S_PROPERTY_ENTRY.entity_name = ? and O_S_PROPERTY_ENTRY.entity_id = ? and O_S_PROPERTY_ENTRY.property_key = ? | |
order by O_S_PROPERTY_ENTRY.id desc | |
for update | |
at com.querydsl.sql.DefaultSQLExceptionTranslator.translate(DefaultSQLExceptionTranslator.java:50) | |
at com.querydsl.sql.AbstractSQLQuery.fetch(AbstractSQLQuery.java:502) | |
at com.atlassian.jira.propertyset.CachingOfBizPropertyEntryStore$SetOperation.upsert(CachingOfBizPropertyEntryStore.java:607) | |
at com.atlassian.jira.propertyset.CachingOfBizPropertyEntryStore.lambda$tx$6(CachingOfBizPropertyEntryStore.java:294) | |
at com.atlassian.jira.database.DefaultQueryDslAccessor$1.lambda$executeQuery$0(DefaultQueryDslAccessor.java:85) | |
at com.atlassian.jira.database.DatabaseAccessorImpl.executeQuery(DatabaseAccessorImpl.java:68) | |
at com.atlassian.jira.database.DefaultQueryDslAccessor$1.executeQuery(DefaultQueryDslAccessor.java:84) | |
at com.atlassian.jira.propertyset.CachingOfBizPropertyEntryStore.query(CachingOfBizPropertyEntryStore.java:284) | |
at com.atlassian.jira.propertyset.CachingOfBizPropertyEntryStore.tx(CachingOfBizPropertyEntryStore.java:292) | |
at com.atlassian.jira.propertyset.CachingOfBizPropertyEntryStore.access$300(CachingOfBizPropertyEntryStore.java:64) | |
at com.atlassian.jira.propertyset.CachingOfBizPropertyEntryStore$SetOperation.perform(CachingOfBizPropertyEntryStore.java:595) | |
at com.atlassian.jira.propertyset.CachingOfBizPropertyEntryStore.retry(CachingOfBizPropertyEntryStore.java:304) | |
... 235 more | |
Caused by: java.sql.SQLException: Lock wait timeout exceeded; try restarting transaction | |
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:996) | |
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3887) | |
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3823) | |
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2435) | |
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2582) | |
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1907) | |
at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2030) | |
at org.apache.commons.dbcp2.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:83) | |
at org.apache.commons.dbcp2.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:83) | |
at com.querydsl.sql.AbstractSQLQuery.fetch(AbstractSQLQuery.java:446) | |
... 245 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment