Uploaded image for project: 'Atlassian Internationalization'
  1. Atlassian Internationalization
  2. I18N-1104

Production error when importing JIRA: Could not synchronize database state with session

This issue is archived. You can view it, but you can't modify it. Learn more

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • High
    • 0.8.38
    • None
    • None
    • None

    Description

      The error says that original message was updated in other transaction/session which is strange because TAC does not update original messages (only creates them during product version import or deletes when version is deleted).

      It might be that original message was updated during translation save which is not correct and tracked as TRANS-1007.
      Application log confirms that there was translation updated during that time.

      We need an integration test proving that hypothesis (translation update saves original messages and breaks original message update performed in other session).

      Full stacktrace:

      [1209428058] events.PatchedDefaultFlushEventListener Could not synchronize database state with session
      org.hibernate.StaleObjectStateException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect): [translate.OriginalMessage#7801]
              at org.hibernate.persister.entity.AbstractEntityPersister.check(AbstractEntityPersister.java:1792)
              at org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEntityPersister.java:2435)
              at org.hibernate.persister.entity.AbstractEntityPersister.updateOrInsert(AbstractEntityPersister.java:2335)
              at org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEntityPersister.java:2635)
              at org.hibernate.action.EntityUpdateAction.execute(EntityUpdateAction.java:115)
              at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:279)
              at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:263)
              at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:168)
              at org.codehaus.groovy.grails.orm.hibernate.events.PatchedDefaultFlushEventListener.performExecutions(PatchedDefaultFlushEventListener.java:46)
              at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:50)
              at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1027)
              at org.hibernate.engine.SessionImplementor$flush.call(Unknown Source)
              at translate.imports.ProductImportService$_closure38_closure125.doCall(ProductImportService.groovy:1358)
              at sun.reflect.GeneratedMethodAccessor9493.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:225)
              at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:51)
              at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149)
              at translate.imports.ProductImportService$_closure38_closure125.doCall(ProductImportService.groovy)
              at sun.reflect.GeneratedMethodAccessor9492.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
              at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1058)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
              at groovy.lang.Closure.call(Closure.java:282)
              at groovy.lang.Closure.call(Closure.java:277)
              at groovy.lang.Closure$call$147.call(Unknown Source)
              at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:40)
              at groovy.lang.Closure$call$147.call(Unknown Source)
              at translate.TimeMixin$_closure1.doCall(TimeMixin.groovy:7)
              at sun.reflect.GeneratedMethodAccessor9462.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
              at org.codehaus.groovy.runtime.metaclass.ClosureMetaMethod.invoke(ClosureMetaMethod.java:80)
              at groovy.lang.MetaClassImpl.invokeMissingMethod(MetaClassImpl.java:799)
              at groovy.lang.MetaClassImpl.invokePropertyOrMissing(MetaClassImpl.java:1107)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1060)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:706)
              at translate.imports.ProductImportService.invokeMethod(ProductImportService.groovy)
              at groovy.lang.MetaClassImpl.invokeMethodOnGroovyObject(MetaClassImpl.java:1123)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1017)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
              at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:66)
              at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149)
              at translate.imports.ProductImportService$_closure38.doCall(ProductImportService.groovy:1357)
              at sun.reflect.GeneratedMethodAccessor922.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:225)
              at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:51)
              at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149)
              at translate.imports.ProductImportService$_closure38.doCall(ProductImportService.groovy)
              at sun.reflect.GeneratedMethodAccessor921.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
              at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1058)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokePropertyOrMissing(MetaClassImpl.java:1097)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1060)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:706)
              at translate.imports.ProductImportService.invokeMethod(ProductImportService.groovy)
              at groovy.lang.MetaClassImpl.invokeMethodOnGroovyObject(MetaClassImpl.java:1123)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1017)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:706)
              at groovy.lang.GroovyObjectSupport.invokeMethod(GroovyObjectSupport.java:44)
              at groovy.lang.MetaClassImpl.invokeMethodOnGroovyObject(MetaClassImpl.java:1123)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1017)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:706)
              at groovy.lang.GroovyObjectSupport.invokeMethod(GroovyObjectSupport.java:44)
              at groovy.lang.MetaClassImpl.invokeMethodOnGroovyObject(MetaClassImpl.java:1123)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1017)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
              at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:66)
              at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:145)
              at translate.imports.ProductImportService$_closure37_closure100_closure112.doCall(ProductImportService.groovy:1329)
              at sun.reflect.GeneratedMethodAccessor9563.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
              at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1058)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
              at groovy.lang.Closure.call(Closure.java:282)
              at groovy.lang.Closure.call(Closure.java:295)
              at groovy.lang.Closure$call$146.call(Unknown Source)
              at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:40)
              at groovy.lang.Closure$call$146.call(Unknown Source)
              at org.codehaus.groovy.grails.plugins.orm.hibernate.HibernatePluginSupport$_addTransactionalMethods_closure22_closure97.doCall(HibernatePluginSupport.groovy:503)
              at sun.reflect.GeneratedMethodAccessor259.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
              at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1058)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
              at groovy.lang.Closure.call(Closure.java:282)
              at org.codehaus.groovy.runtime.ConvertedClosure.invokeCustom(ConvertedClosure.java:51)
              at org.codehaus.groovy.runtime.ConversionHandler.invoke(ConversionHandler.java:82)
              at $Proxy11.doInTransaction(Unknown Source)
              at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:130)
              at sun.reflect.GeneratedMethodAccessor257.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSite.invoke(PojoMetaMethodSite.java:188)
              at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:52)
              at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:124)
              at org.codehaus.groovy.grails.plugins.orm.hibernate.HibernatePluginSupport$_addTransactionalMethods_closure22.doCall(HibernatePluginSupport.groovy:502)
              at sun.reflect.GeneratedMethodAccessor256.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
              at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1058)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
              at groovy.lang.Closure.call(Closure.java:282)
              at org.codehaus.groovy.runtime.metaclass.ClosureStaticMetaMethod.invoke(ClosureStaticMetaMethod.java:59)
              at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite$StaticMetaMethodSiteNoUnwrapNoCoerce.invoke(StaticMetaMethodSite.java:148)
              at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.call(StaticMetaMethodSite.java:88)
              at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:124)
              at translate.imports.ProductImportService$_closure37_closure100.doCall(ProductImportService.groovy:1259)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:225)
              at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:51)
              at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44)
              at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141)
              at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149)
              at translate.imports.ProductImportService$_closure37_closure100.doCall(ProductImportService.groovy)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
              at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1058)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
              at groovy.lang.Closure.call(Closure.java:282)
              at groovy.lang.Closure.call(Closure.java:277)
              at groovy.lang.Closure$call$147.call(Unknown Source)
              at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:40)
              at groovy.lang.Closure$call$147.call(Unknown Source)
              at translate.TimeMixin$_closure1.doCall(TimeMixin.groovy:7)
              at sun.reflect.GeneratedMethodAccessor9462.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
              at org.codehaus.groovy.runtime.metaclass.ClosureMetaMethod.invoke(ClosureMetaMethod.java:80)
              at groovy.lang.MetaClassImpl.invokeMissingMethod(MetaClassImpl.java:799)
              at groovy.lang.MetaClassImpl.invokePropertyOrMissing(MetaClassImpl.java:1107)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1060)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:706)
              at translate.imports.ProductImportService.invokeMethod(ProductImportService.groovy)
              at groovy.lang.MetaClassImpl.invokeMethodOnGroovyObject(MetaClassImpl.java:1123)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1017)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
              at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:66)
              at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44)
              at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141)
              at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149)
              at translate.imports.ProductImportService$_closure37.doCall(ProductImportService.groovy:1169)
              at sun.reflect.GeneratedMethodAccessor1123.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
              at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1058)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokePropertyOrMissing(MetaClassImpl.java:1097)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1060)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:706)
              at translate.imports.ProductImportService.invokeMethod(ProductImportService.groovy)
              at groovy.lang.MetaClassImpl.invokeMethodOnGroovyObject(MetaClassImpl.java:1123)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1017)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
              at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:66)
              at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44)
              at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141)
              at translate.imports.ProductImportService$_closure36.doCall(ProductImportService.groovy:1152)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:266)
              at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:51)
              at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44)
              at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141)
              at translate.imports.ProductImportService$_closure36.call(ProductImportService.groovy)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
              at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1058)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
              at org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:793)
              at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:776)
              at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:163)
              at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeClosure(ScriptBytecodeAdapter.java:573)
              at translate.imports.ProductImportService.importProductVersion(ProductImportService.groovy:217)
              at translate.imports.ProductImportService.this$2$importProductVersion(ProductImportService.groovy)
              at translate.imports.ProductImportService$this$2$importProductVersion.callCurrent(Unknown Source)
              at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44)
              at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141)
              at translate.imports.ProductImportService.importJiraVersion(ProductImportService.groovy:193)
              at translate.imports.ProductImportService.this$2$importJiraVersion(ProductImportService.groovy)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
              at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1058)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1003)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
              at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:66)
              at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44)
              at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141)
              at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:161)
              at translate.imports.ProductImportService$_closure1.doCall(ProductImportService.groovy:67)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
              at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1058)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokePropertyOrMissing(MetaClassImpl.java:1097)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1060)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
              at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:39)
              at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:40)
              at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
              at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:132)
              at ImportJob$_execute_closure1_closure5_closure6.doCall(ImportJob.groovy:36)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:225)
              at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:51)
              at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44)
              at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141)
              at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149)
              at ImportJob$_execute_closure1_closure5_closure6.doCall(ImportJob.groovy)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
              at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1058)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
              at groovy.lang.Closure.call(Closure.java:282)
              at groovy.lang.Closure.call(Closure.java:277)
              at groovy.lang.Closure$call$147.call(Unknown Source)
              at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:40)
              at groovy.lang.Closure$call$147.call(Unknown Source)
              at translate.TimeMixin$_closure1.doCall(TimeMixin.groovy:7)
              at sun.reflect.GeneratedMethodAccessor239.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
              at org.codehaus.groovy.runtime.metaclass.ClosureMetaMethod.invoke(ClosureMetaMethod.java:80)
              at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoMetaMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:307)
              at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:51)
              at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149)
              at ImportJob$_execute_closure1_closure5.doCall(ImportJob.groovy:33)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
              at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1058)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
              at groovy.lang.Closure.call(Closure.java:282)
              at groovy.lang.Closure.call(Closure.java:295)
              at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:1220)
              at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:1196)
              at org.codehaus.groovy.runtime.dgm$110.invoke(Unknown Source)
              at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:270)
              at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:52)
              at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:124)
              at ImportJob$_execute_closure1.doCall(ImportJob.groovy:32)
              at sun.reflect.GeneratedMethodAccessor1458.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:225)
              at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:51)
              at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149)
              at ImportJob$_execute_closure1.doCall(ImportJob.groovy)
              at sun.reflect.GeneratedMethodAccessor1457.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
              at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1058)
              at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
              at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
              at groovy.lang.Closure.call(Closure.java:282)
              at groovy.lang.Closure.call(Closure.java:277)
              at groovy.lang.Closure$call.call(Unknown Source)
              at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:40)
              at groovy.lang.Closure$call.call(Unknown Source)
              at translate.imports.ImportService.tryAcquireImportLock(ImportService.groovy:42)
              at translate.imports.ImportService$tryAcquireImportLock.call(Unknown Source)
              at ImportJob.execute(ImportJob.groovy:21)
              at sun.reflect.GeneratedMethodAccessor1334.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:186)
              at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:171)
              at org.codehaus.groovy.grails.plugins.quartz.GrailsJobFactory$GrailsTaskClassJob.execute(GrailsJobFactory.java:77)
              at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
              at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:525)
      

      Attachments

        Issue Links

          Activity

            People

              jjaroczynski Jacek Jaroczynski (Inactive)
              jjaroczynski Jacek Jaroczynski (Inactive)
              Archiver:
              mandreacchio Michael Andreacchio

              Dates

                Created:
                Updated:
                Resolved:
                Archived: