Failed to upgrade to JIRA 6.2.7 from 5.2.11

Software Asset Management August 18, 2014

Hi Team,

We are planning to upgrade the jira version from 5.2.11 to 6.2.7.
We were conducting this upgrade on QA region but not working.

Server came up but not able to login with the existing credentials.

Crowd is integrated and we have provided the crowd.properties file and also enabled the sso login in seraph-config.xml file as well.

Not sure what went wrong.

Kindly provide the solution.

I have attached the logs. I can see some SQL exception in logs.

2014-08-19 16:26:31,219 localhost-startStop-1 INFO [atlassian.jirawallboard.upgrade.WallboardUpgradeTask_Build6086] removing twitter gadget user preference entries from gadgetuserpreference table if any entries exist
2014-08-19 16:26:31,329 localhost-startStop-1 ERROR [sal.core.upgrade.PluginUpgrader] Upgrade failed: org.ofbiz.core.entity.GenericDataSourceException: SQL Exception while executing the following:SELECT ID, PORTALPAGE, PORTLET_ID, COLUMN_NUMBER, positionseq, GADGET_XML, COLOR FROM dbo.portletconfiguration WHERE (GADGET_XML = ? ) (The data types ntext and nvarchar are incompatible in the equal to operator.)
com.atlassian.jira.exception.DataAccessException: org.ofbiz.core.entity.GenericDataSourceException: SQL Exception while executing the following:SELECT ID, PORTALPAGE, PORTLET_ID, COLUMN_NUMBER, positionseq, GADGET_XML, COLOR FROM dbo.portletconfiguration WHERE (GADGET_XML = ? ) (The data types ntext and nvarchar are incompatible in the equal to operator.)
at com.atlassian.jira.ofbiz.DefaultOfBizDelegator.findListIteratorByCondition(DefaultOfBizDelegator.java:499)
at com.atlassian.jira.ofbiz.WrappingOfBizDelegator.findListIteratorByCondition(WrappingOfBizDelegator.java:336)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.atlassian.plugin.osgi.hostcomponents.impl.DefaultComponentRegistrar$ContextClassLoaderSettingInvocationHandler.invoke(DefaultComponentRegistrar.java:129)
at com.sun.proxy.$Proxy17.findListIteratorByCondition(Unknown Source) <+3> (NativeMethodAccessorImpl.java:57) (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.atlassian.plugin.osgi.bridge.external.HostComponentFactoryBean$DynamicServiceInvocationHandler.invoke(HostComponentFactoryBean.java:154)
at com.sun.proxy.$Proxy17.findListIteratorByCondition(Unknown Source)
at com.atlassian.jirawallboard.upgrade.WallboardUpgradeTask_Build6086$1.createListIterator(WallboardUpgradeTask_Build6086.java:125)
at com.atlassian.jira.ofbiz.DatabaseIterable.iterator(DatabaseIterable.java:39)
at com.atlassian.jira.ofbiz.DatabaseIterable.foreach(DatabaseIterable.java:44)
at com.atlassian.jirawallboard.upgrade.WallboardUpgradeTask_Build6086.loadTwitterGadgetPortletConfigIds(WallboardUpgradeTask_Build6086.java:144)
at com.atlassian.jirawallboard.upgrade.WallboardUpgradeTask_Build6086.doUpgrade(WallboardUpgradeTask_Build6086.java:68) <+3> (NativeMethodAccessorImpl.java:57) (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:58)
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:62)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:56)
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:39)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at com.sun.proxy.$Proxy646.doUpgrade(Unknown Source)
at com.atlassian.sal.core.upgrade.PluginUpgrader.doUpgrade(PluginUpgrader.java:85)
at com.atlassian.sal.core.upgrade.PluginUpgrader.upgrade(PluginUpgrader.java:66)
at com.atlassian.sal.core.upgrade.DefaultPluginUpgradeManager.upgradePlugin(DefaultPluginUpgradeManager.java:204)
at com.atlassian.sal.core.upgrade.DefaultPluginUpgradeManager.upgradeInternal(DefaultPluginUpgradeManager.java:161)
at com.atlassian.sal.core.upgrade.DefaultPluginUpgradeManager$1.doInTransaction(DefaultPluginUpgradeManager.java:140)
at com.atlassian.sal.core.transaction.HostContextTransactionTemplate$1.doInTransaction(HostContextTransactionTemplate.java:25)
at com.atlassian.jira.DefaultHostContextAccessor.doInTransaction(DefaultHostContextAccessor.java:34) <+2> (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.atlassian.plugin.osgi.hostcomponents.impl.DefaultComponentRegistrar$ContextClassLoaderSettingInvocationHandler.invoke(DefaultComponentRegistrar.java:129)
at com.sun.proxy.$Proxy344.doInTransaction(Unknown Source) <+2> (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.atlassian.plugin.osgi.bridge.external.HostComponentFactoryBean$DynamicServiceInvocationHandler.invoke(HostComponentFactoryBean.java:154)
at com.sun.proxy.$Proxy344.doInTransaction(Unknown Source)
at com.atlassian.sal.core.transaction.HostContextTransactionTemplate.execute(HostContextTransactionTemplate.java:21)
at com.atlassian.sal.core.upgrade.DefaultPluginUpgradeManager.upgrade(DefaultPluginUpgradeManager.java:136)
at com.atlassian.sal.core.upgrade.DefaultPluginUpgradeManager.onStart(DefaultPluginUpgradeManager.java:73) <+3> (NativeMethodAccessorImpl.java:57) (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:58)
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:62)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:56)
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:39)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at com.sun.proxy.$Proxy549.onStart(Unknown Source)
at com.atlassian.sal.core.lifecycle.DefaultLifecycleManager.notifyLifecycleAwareOfStart(DefaultLifecycleManager.java:99)
at com.atlassian.sal.core.lifecycle.DefaultLifecycleManager.notifyOnStart(DefaultLifecycleManager.java:91)
at com.atlassian.sal.jira.lifecycle.JiraLifecycleManager.notifyOnStart(JiraLifecycleManager.java:67)
at com.atlassian.sal.core.lifecycle.DefaultLifecycleManager.start(DefaultLifecycleManager.java:50)
at com.atlassian.sal.jira.lifecycle.JiraLifecycleManager.onJiraStart(JiraLifecycleManager.java:61) <+3> (NativeMethodAccessorImpl.java:57) (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.atlassian.event.internal.SingleParameterMethodListenerInvoker.invoke(SingleParameterMethodListenerInvoker.java:36)
at com.atlassian.event.internal.AsynchronousAbleEventDispatcher$2.run(AsynchronousAbleEventDispatcher.java:66)
at com.atlassian.event.internal.AsynchronousAbleEventDispatcher$1.execute(AsynchronousAbleEventDispatcher.java:32)
at com.atlassian.event.internal.AsynchronousAbleEventDispatcher.dispatch(AsynchronousAbleEventDispatcher.java:60)
at com.atlassian.event.internal.EventPublisherImpl.invokeListeners(EventPublisherImpl.java:160)
at com.atlassian.event.internal.EventPublisherImpl.publish(EventPublisherImpl.java:79)
at com.atlassian.plugin.event.impl.DefaultPluginEventManager.broadcast(DefaultPluginEventManager.java:84)
at com.atlassian.jira.upgrade.PluginUpgradeLauncher.start(PluginUpgradeLauncher.java:35)
at com.atlassian.jira.startup.ActiveServicesLauncher.start(ActiveServicesLauncher.java:43)
at com.atlassian.jira.startup.DefaultJiraLauncher$3.run(DefaultJiraLauncher.java:132)
at com.atlassian.jira.config.database.DatabaseConfigurationManagerImpl.doNowOrEnqueue(DatabaseConfigurationManagerImpl.java:317)
at com.atlassian.jira.config.database.DatabaseConfigurationManagerImpl.doNowOrWhenDatabaseActivated(DatabaseConfigurationManagerImpl.java:211)
at com.atlassian.jira.startup.DefaultJiraLauncher.postDbLaunch(DefaultJiraLauncher.java:118)
at com.atlassian.jira.startup.DefaultJiraLauncher.access$100(DefaultJiraLauncher.java:32)
at com.atlassian.jira.startup.DefaultJiraLauncher$1.run(DefaultJiraLauncher.java:81)
at com.atlassian.jira.util.devspeed.JiraDevSpeedTimer.run(JiraDevSpeedTimer.java:34)
at com.atlassian.jira.startup.DefaultJiraLauncher.start(DefaultJiraLauncher.java:76)
at com.atlassian.jira.startup.LauncherContextListener.contextInitialized(LauncherContextListener.java:54) <+5> (StandardContext.java:4939) (StandardContext.java:5434) (LifecycleBase.java:150) (ContainerBase.java:1559) (ContainerBase.java:1549)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
Caused by: org.ofbiz.core.entity.GenericDataSourceException: SQL Exception while executing the following:SELECT ID, PORTALPAGE, PORTLET_ID, COLUMN_NUMBER, positionseq, GADGET_XML, COLOR FROM dbo.portletconfiguration WHERE (GADGET_XML = ? ) (The data types ntext and nvarchar are incompatible in the equal to operator.)
at org.ofbiz.core.entity.jdbc.SQLProcessor.executeQuery(SQLProcessor.java:605)
at org.ofbiz.core.entity.GenericDAO.selectListIteratorByCondition(GenericDAO.java:851)
at org.ofbiz.core.entity.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:194)
at org.ofbiz.core.entity.GenericDelegator.findListIteratorByCondition(GenericDelegator.java:1235)
at org.ofbiz.core.entity.GenericDelegator.findListIteratorByCondition(GenericDelegator.java:1194)
... 117 more
2014-08-19 16:26:31,532 localhost-startStop-1 ERROR [sal.core.upgrade.DefaultPluginUpgradeManager] Upgrade error: Unexpected exception caught during plugin upgrade: com.atlassian.jira.exception.DataAccessException: org.ofbiz.core.entity.GenericDataSourceException: SQL Exception while executing the following:SELECT ID, PORTALPAGE, PORTLET_ID, COLUMN_NUMBER, positionseq, GADGET_XML, COLOR FROM dbo.portletconfiguration WHERE (GADGET_XML = ? ) (The data types ntext and nvarchar are incompatible in the equal to operator.)
at com.atlassian.jira.ofbiz.DefaultOfBizDelegator.findListIteratorByCondition(DefaultOfBizDelegator.java:499)
at com.atlassian.jira.ofbiz.WrappingOfBizDelegator.findListIteratorByCondition(WrappingOfBizDelegator.java:336)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.atlassian.plugin.osgi.hostcomponents.impl.DefaultComponentRegistrar$ContextClassLoaderSettingInvocationHandler.invoke(DefaultComponentRegistrar.java:129)
at com.sun.proxy.$Proxy17.findListIteratorByCondition(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.atlassian.plugin.osgi.bridge.external.HostComponentFactoryBean$DynamicServiceInvocationHandler.invoke(HostComponentFactoryBean.java:154)
at com.sun.proxy.$Proxy17.findListIteratorByCondition(Unknown Source)
at com.atlassian.jirawallboard.upgrade.WallboardUpgradeTask_Build6086$1.createListIterator(WallboardUpgradeTask_Build6086.java:125)
at com.atlassian.jira.ofbiz.DatabaseIterable.iterator(DatabaseIterable.java:39)
at com.atlassian.jira.ofbiz.DatabaseIterable.foreach(DatabaseIterable.java:44)
at com.atlassian.jirawallboard.upgrade.WallboardUpgradeTask_Build6086.loadTwitterGadgetPortletConfigIds(WallboardUpgradeTask_Build6086.java:144)
at com.atlassian.jirawallboard.upgrade.WallboardUpgradeTask_Build6086.doUpgrade(WallboardUpgradeTask_Build6086.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:58)
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:62)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:56)
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:39)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at com.sun.proxy.$Proxy646.doUpgrade(Unknown Source)
at com.atlassian.sal.core.upgrade.PluginUpgrader.doUpgrade(PluginUpgrader.java:85)
at com.atlassian.sal.core.upgrade.PluginUpgrader.upgrade(PluginUpgrader.java:66)
at com.atlassian.sal.core.upgrade.DefaultPluginUpgradeManager.upgradePlugin(DefaultPluginUpgradeManager.java:204)
at com.atlassian.sal.core.upgrade.DefaultPluginUpgradeManager.upgradeInternal(DefaultPluginUpgradeManager.java:161)
at com.atlassian.sal.core.upgrade.DefaultPluginUpgradeManager$1.doInTransaction(DefaultPluginUpgradeManager.java:140)
at com.atlassian.sal.core.transaction.HostContextTransactionTemplate$1.doInTransaction(HostContextTransactionTemplate.java:25)
at com.atlassian.jira.DefaultHostContextAccessor.doInTransaction(DefaultHostContextAccessor.java:34)
at sun.reflect.GeneratedMethodAccessor127.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.atlassian.plugin.osgi.hostcomponents.impl.DefaultComponentRegistrar$ContextClassLoaderSettingInvocationHandler.invoke(DefaultComponentRegistrar.java:129)
at com.sun.proxy.$Proxy344.doInTransaction(Unknown Source)
at sun.reflect.GeneratedMethodAccessor127.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.atlassian.plugin.osgi.bridge.external.HostComponentFactoryBean$DynamicServiceInvocationHandler.invoke(HostComponentFactoryBean.java:154)
at com.sun.proxy.$Proxy344.doInTransaction(Unknown Source)
at com.atlassian.sal.core.transaction.HostContextTransactionTemplate.execute(HostContextTransactionTemplate.java:21)
at com.atlassian.sal.core.upgrade.DefaultPluginUpgradeManager.upgrade(DefaultPluginUpgradeManager.java:136)
at com.atlassian.sal.core.upgrade.DefaultPluginUpgradeManager.onStart(DefaultPluginUpgradeManager.java:73)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:58)
at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:62)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:56)
at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:39)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at com.sun.proxy.$Proxy549.onStart(Unknown Source)
at com.atlassian.sal.core.lifecycle.DefaultLifecycleManager.notifyLifecycleAwareOfStart(DefaultLifecycleManager.java:99)
at com.atlassian.sal.core.lifecycle.DefaultLifecycleManager.notifyOnStart(DefaultLifecycleManager.java:91)
at com.atlassian.sal.jira.lifecycle.JiraLifecycleManager.notifyOnStart(JiraLifecycleManager.java:67)
at com.atlassian.sal.core.lifecycle.DefaultLifecycleManager.start(DefaultLifecycleManager.java:50)
at com.atlassian.sal.jira.lifecycle.JiraLifecycleManager.onJiraStart(JiraLifecycleManager.java:61)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.atlassian.event.internal.SingleParameterMethodListenerInvoker.invoke(SingleParameterMethodListenerInvoker.java:36)
at com.atlassian.event.internal.AsynchronousAbleEventDispatcher$2.run(AsynchronousAbleEventDispatcher.java:66)
at com.atlassian.event.internal.AsynchronousAbleEventDispatcher$1.execute(AsynchronousAbleEventDispatcher.java:32)
at com.atlassian.event.internal.AsynchronousAbleEventDispatcher.dispatch(AsynchronousAbleEventDispatcher.java:60)
at com.atlassian.event.internal.EventPublisherImpl.invokeListeners(EventPublisherImpl.java:160)
at com.atlassian.event.internal.EventPublisherImpl.publish(EventPublisherImpl.java:79)
at com.atlassian.plugin.event.impl.DefaultPluginEventManager.broadcast(DefaultPluginEventManager.java:84)
at com.atlassian.jira.upgrade.PluginUpgradeLauncher.start(PluginUpgradeLauncher.java:35)
at com.atlassian.jira.startup.ActiveServicesLauncher.start(ActiveServicesLauncher.java:43)
at com.atlassian.jira.startup.DefaultJiraLauncher$3.run(DefaultJiraLauncher.java:132)
at com.atlassian.jira.config.database.DatabaseConfigurationManagerImpl.doNowOrEnqueue(DatabaseConfigurationManagerImpl.java:317)
at com.atlassian.jira.config.database.DatabaseConfigurationManagerImpl.doNowOrWhenDatabaseActivated(DatabaseConfigurationManagerImpl.java:211)
at com.atlassian.jira.startup.DefaultJiraLauncher.postDbLaunch(DefaultJiraLauncher.java:118)
at com.atlassian.jira.startup.DefaultJiraLauncher.access$100(DefaultJiraLauncher.java:32)
at com.atlassian.jira.startup.DefaultJiraLauncher$1.run(DefaultJiraLauncher.java:81)
at com.atlassian.jira.util.devspeed.JiraDevSpeedTimer.run(JiraDevSpeedTimer.java:34)
at com.atlassian.jira.startup.DefaultJiraLauncher.start(DefaultJiraLauncher.java:76)
at com.atlassian.jira.startup.LauncherContextListener.contextInitialized(LauncherContextListener.java:54)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4939)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5434)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
Caused by: org.ofbiz.core.entity.GenericDataSourceException: SQL Exception while executing the following:SELECT ID, PORTALPAGE, PORTLET_ID, COLUMN_NUMBER, positionseq, GADGET_XML, COLOR FROM dbo.portletconfiguration WHERE (GADGET_XML = ? ) (The data types ntext and nvarchar are incompatible in the equal to operator.)
at org.ofbiz.core.entity.jdbc.SQLProcessor.executeQuery(SQLProcessor.java:605)
at org.ofbiz.core.entity.GenericDAO.selectListIteratorByCondition(GenericDAO.java:851)
at org.ofbiz.core.entity.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:194)
at org.ofbiz.core.entity.GenericDelegator.findListIteratorByCondition(GenericDelegator.java:1235)
at org.ofbiz.core.entity.GenericDelegator.findListIteratorByCondition(GenericDelegator.java:1194)
at com.atlassian.jira.ofbiz.DefaultOfBizDelegator.findListIteratorByCondition(DefaultOfBizDelegator.java:495)
... 117 more
:
2014-08-19 16:26:43,282 localhost-startStop-1 INFO [ext.bamboo.service.PlanStatusUpdateServiceImpl] Job 'com.atlassian.jira.plugin.ext.bamboo.service.PlanStatusUpdateServiceImpl:job' scheduled to run every 60000ms
2014-08-19 16:26:43,282 localhost-startStop-1 INFO [plugins.dvcs.scheduler.DvcsScheduler] DvcsScheduler start planned at Tue Aug 19 17:19:38 EST 2014, interval=3600000
2014-08-19 16:26:45,360 UpmScheduler:thread-1 WARN anonymous [atlassian.upm.pac.PacClientImpl] Error when querying application info from MPAC: com.atlassian.marketplace.client.MpacException: java.net.UnknownHostException: marketplace.atlassian.com
2014-08-19 16:26:57,219 localhost-startStop-1 ERROR [atlassian.event.internal.AsynchronousAbleEventDispatcher] There was an exception thrown trying to dispatch event 'com.atlassian.jirafisheyeplugin.config.JiraFisheyeStartRefreshEvent@77447eec' from the invoker 'SingleParameterMethodListenerInvoker{method=public void com.atlassian.jirafisheyeplugin.upgrade.FishEyeUpgradeManagerImpl.start(com.atlassian.jirafisheyeplugin.config.JiraFisheyeStartRefreshEvent) throws java.lang.Exception, listener=com.atlassian.jirafisheyeplugin.upgrade.FishEyeUpgradeManagerImpl@2b8092f2}'.
java.lang.RuntimeException: java.lang.IllegalStateException: There are more than one draft workflows associated with the workflow named 'TBOS XII workflow'
at com.atlassian.event.internal.SingleParameterMethodListenerInvoker.invoke(SingleParameterMethodListenerInvoker.java:54)
at com.atlassian.event.internal.AsynchronousAbleEventDispatcher$2.run(AsynchronousAbleEventDispatcher.java:66)
at com.atlassian.event.internal.AsynchronousAbleEventDispatcher$1.execute(AsynchronousAbleEventDispatcher.java:32)
at com.atlassian.event.internal.AsynchronousAbleEventDispatcher.dispatch(AsynchronousAbleEventDispatcher.java:60)
at com.atlassian.event.internal.EventPublisherImpl.invokeListeners(EventPublisherImpl.java:160)
at com.atlassian.event.internal.EventPublisherImpl.publish(EventPublisherImpl.java:79) <+3> (NativeMethodAccessorImpl.java:57) (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.atlassian.plugin.osgi.hostcomponents.impl.DefaultComponentRegistrar$ContextClassLoaderSettingInvocationHandler.invoke(DefaultComponentRegistrar.java:129)
at com.sun.proxy.$Proxy328.publish(Unknown Source) <+3> (NativeMethodAccessorImpl.java:57) (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.atlassian.plugin.osgi.bridge.external.HostComponentFactoryBean$DynamicServiceInvocationHandler.invoke(HostComponentFactoryBean.java:154)
at com.sun.proxy.$Proxy328.publish(Unknown Source)
at com.atlassian.jirafisheyeplugin.config.RefreshManagerImpl.onStart(RefreshManagerImpl.java:96) <+3> (NativeMethodAccessorImpl.java:57) (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.atlassian.event.internal.SingleParameterMethodListenerInvoker.invoke(SingleParameterMethodListenerInvoker.java:36)
at com.atlassian.event.internal.AsynchronousAbleEventDispatcher$2.run(AsynchronousAbleEventDispatcher.java:66)
at com.atlassian.event.internal.AsynchronousAbleEventDispatcher$1.execute(AsynchronousAbleEventDispatcher.java:32)
at com.atlassian.event.internal.AsynchronousAbleEventDispatcher.dispatch(AsynchronousAbleEventDispatcher.java:60)
at com.atlassian.event.internal.EventPublisherImpl.invokeListeners(EventPublisherImpl.java:160)
at com.atlassian.event.internal.EventPublisherImpl.publish(EventPublisherImpl.java:79)
at com.atlassian.plugin.event.impl.DefaultPluginEventManager.broadcast(DefaultPluginEventManager.java:84)
at com.atlassian.jira.upgrade.PluginUpgradeLauncher.start(PluginUpgradeLauncher.java:35)
at com.atlassian.jira.startup.ActiveServicesLauncher.start(ActiveServicesLauncher.java:43)
at com.atlassian.jira.startup.DefaultJiraLauncher$3.run(DefaultJiraLauncher.java:132)
at com.atlassian.jira.config.database.DatabaseConfigurationManagerImpl.doNowOrEnqueue(DatabaseConfigurationManagerImpl.java:317)
at com.atlassian.jira.config.database.DatabaseConfigurationManagerImpl.doNowOrWhenDatabaseActivated(DatabaseConfigurationManagerImpl.java:211)
at com.atlassian.jira.startup.DefaultJiraLauncher.postDbLaunch(DefaultJiraLauncher.java:118)
at com.atlassian.jira.startup.DefaultJiraLauncher.access$100(DefaultJiraLauncher.java:32)
at com.atlassian.jira.startup.DefaultJiraLauncher$1.run(DefaultJiraLauncher.java:81)
at com.atlassian.jira.util.devspeed.JiraDevSpeedTimer.run(JiraDevSpeedTimer.java:34)
at com.atlassian.jira.startup.DefaultJiraLauncher.start(DefaultJiraLauncher.java:76)
at com.atlassian.jira.startup.LauncherContextListener.contextInitialized(LauncherContextListener.java:54) <+5> (StandardContext.java:4939) (StandardContext.java:5434) (LifecycleBase.java:150) (ContainerBase.java:1559) (ContainerBase.java:1549)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
Caused by: com.atlassian.cache.CacheException: java.lang.IllegalStateException: There are more than one draft workflows associated with the workflow named 'TBOS XII workflow'
at com.atlassian.cache.memory.DelegatingCache.get(DelegatingCache.java:67)
at com.atlassian.jira.workflow.CachingDraftWorkflowStore.getDraftWorkflow(CachingDraftWorkflowStore.java:55)
at com.atlassian.jira.workflow.OSWorkflowManager.getDraftWorkflow(OSWorkflowManager.java:249)
at sun.reflect.GeneratedMethodAccessor152.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at com.atlassian.plugin.osgi.hostcomponents.impl.DefaultComponentRegistrar$ContextClassLoaderSettingInvocationHandler.invoke(DefaultComponentRegistrar.java:129)
at com.sun.proxy.$Proxy101.getDraftWorkflow(Unknown Source) <+2> (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.atlassian.plugin.osgi.bridge.external.HostComponentFactoryBean$DynamicServiceInvocationHandler.invoke(HostComponentFactoryBean.java:154)
at com.sun.proxy.$Proxy101.getDraftWorkflow(Unknown Source)
at com.atlassian.jirafisheyeplugin.upgrade.tasks.AbstractWorkflowUpgradeTask.doUpgrade(AbstractWorkflowUpgradeTask.java:42)
at com.atlassian.jirafisheyeplugin.upgrade.FishEyeUpgradeManagerImpl.doUpgrades(FishEyeUpgradeManagerImpl.java:169)
at com.atlassian.jirafisheyeplugin.upgrade.FishEyeUpgradeManagerImpl.doUpgradesIfSetup(FishEyeUpgradeManagerImpl.java:141)
at com.atlassian.jirafisheyeplugin.upgrade.FishEyeUpgradeManagerImpl.start(FishEyeUpgradeManagerImpl.java:114) <+3> (NativeMethodAccessorImpl.java:57) (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.atlassian.event.internal.SingleParameterMethodListenerInvoker.invoke(SingleParameterMethodListenerInvoker.java:36)
... 50 more
Caused by: java.lang.IllegalStateException: There are more than one draft workflows associated with the workflow named 'TBOS XII workflow'
at com.atlassian.jira.workflow.OfBizDraftWorkflowStore.getDraftWorkflowGV(OfBizDraftWorkflowStore.java:261)
at com.atlassian.jira.workflow.OfBizDraftWorkflowStore.getDraftWorkflow(OfBizDraftWorkflowStore.java:33)
at com.atlassian.jira.workflow.CachingDraftWorkflowStore$DraftWorkflowCacheLoader.load(CachingDraftWorkflowStore.java:156)
at com.atlassian.jira.workflow.CachingDraftWorkflowStore$DraftWorkflowCacheLoader.load(CachingDraftWorkflowStore.java:150)
at com.atlassian.cache.memory.MemoryCacheManager$3$1.apply(MemoryCacheManager.java:104)
at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingConcurrentHashMap.java:184)
at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.getOrCompute(ComputingConcurrentHashMap.java:153)
at com.google.common.collect.ComputingConcurrentHashMap.getOrCompute(ComputingConcurrentHashMap.java:69)
at com.google.common.collect.ComputingConcurrentHashMap$ComputingMapAdapter.get(ComputingConcurrentHashMap.java:393)
at com.atlassian.cache.memory.DelegatingCache.get(DelegatingCache.java:63)
... 71 more
2014-08-19 16:26:59,344 localhost-startStop-1 WARN [jirafisheyeplugin.domain.fisheye.FishEyeManagerImpl] Error encountered resolving Crucible projects for https://fecru.service.dev/
java.io.IOException: Error in remote call to 'fecru' (https://fecru.service.dev) [AbstractRestCommand{path='rest-service/projects-v1', params={excludeAllowedReviewers=true}, methodType=GET}] : javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at com.atlassian.jirafisheyeplugin.rest.FishEyeRestApiManagerImpl.callFisheye(FishEyeRestApiManagerImpl.java:198)
at com.atlassian.jirafisheyeplugin.rest.FishEyeRestApiManagerImpl.callFisheye(FishEyeRestApiManagerImpl.java:125)
at com.atlassian.jirafisheyeplugin.domain.fisheye.FishEyeManagerImpl.getProjectsImpl(FishEyeManagerImpl.java:401)
at com.atlassian.jirafisheyeplugin.domain.fisheye.FishEyeManagerImpl.refreshCrucibleProjects(FishEyeManagerImpl.java:214)
at com.atlassian.jirafisheyeplugin.domain.fisheye.FishEyeManagerImpl.refresh(FishEyeManagerImpl.java:268)
at com.atlassian.jirafisheyeplugin.config.RefreshManagerImpl.refreshAll(RefreshManagerImpl.java:73)
at com.atlassian.jirafisheyeplugin.config.RefreshManagerImpl.onStart(RefreshManagerImpl.java:97) <+3> (NativeMethodAccessorImpl.java:57) (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.atlassian.event.internal.SingleParameterMethodListenerInvoker.invoke(SingleParameterMethodListenerInvoker.java:36)
at com.atlassian.event.internal.AsynchronousAbleEventDispatcher$2.run(AsynchronousAbleEventDispatcher.java:66)
at com.atlassian.event.internal.AsynchronousAbleEventDispatcher$1.execute(AsynchronousAbleEventDispatcher.java:32)
at com.atlassian.event.internal.AsynchronousAbleEventDispatcher.dispatch(AsynchronousAbleEventDispatcher.java:60)
at com.atlassian.event.internal.EventPublisherImpl.invokeListeners(EventPublisherImpl.java:160)
at com.atlassian.event.internal.EventPublisherImpl.publish(EventPublisherImpl.java:79)
at com.atlassian.plugin.event.impl.DefaultPluginEventManager.broadcast(DefaultPluginEventManager.java:84)
at com.atlassian.jira.upgrade.PluginUpgradeLauncher.start(PluginUpgradeLauncher.java:35)
at com.atlassian.jira.startup.ActiveServicesLauncher.start(ActiveServicesLauncher.java:43)
at com.atlassian.jira.startup.DefaultJiraLauncher$3.run(DefaultJiraLauncher.java:132)
at com.atlassian.jira.config.database.DatabaseConfigurationManagerImpl.doNowOrEnqueue(DatabaseConfigurationManagerImpl.java:317)
at com.atlassian.jira.config.database.DatabaseConfigurationManagerImpl.doNowOrWhenDatabaseActivated(DatabaseConfigurationManagerImpl.java:211)
at com.atlassian.jira.startup.DefaultJiraLauncher.postDbLaunch(DefaultJiraLauncher.java:118)
at com.atlassian.jira.startup.DefaultJiraLauncher.access$100(DefaultJiraLauncher.java:32)
at com.atlassian.jira.startup.DefaultJiraLauncher$1.run(DefaultJiraLauncher.java:81)
at com.atlassian.jira.util.devspeed.JiraDevSpeedTimer.run(JiraDevSpeedTimer.java:34)
at com.atlassian.jira.startup.DefaultJiraLauncher.start(DefaultJiraLauncher.java:76)
at com.atlassian.jira.startup.LauncherContextListener.contextInitialized(LauncherContextListener.java:54) <+5> (StandardContext.java:4939) (StandardContext.java:5434) (LifecycleBase.java:150) (ContainerBase.java:1559) (ContainerBase.java:1549)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
Caused by: com.atlassian.sal.api.net.ResponseException: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at com.atlassian.sal.core.net.HttpClientRequest.executeAndReturn(HttpClientRequest.java:376)
at com.atlassian.plugins.rest.module.jersey.JerseyRequest.executeAndReturn(JerseyRequest.java:161)
at com.atlassian.applinks.core.auth.ApplicationLinkRequestAdaptor.execute(ApplicationLinkRequestAdaptor.java:84)
at com.atlassian.jirafisheyeplugin.rest.FishEyeRestApiManagerImpl.callFisheye(FishEyeRestApiManagerImpl.java:176)
... 38 more
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1886)
at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:276)
at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:270)
at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1341)
at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:153)
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:868)
at sun.security.ssl.Handshaker.process_record(Handshaker.java:804)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1016)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1312)
at sun.security.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:702)
at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:122)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
at org.apache.commons.httpclient.HttpConnection.flushRequestOutputStream(HttpConnection.java:827)
at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:1975)
at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:993)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:397)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:324)
at com.atlassian.sal.core.net.HttpClientRequest.executeMethod(HttpClientRequest.java:596)
at com.atlassian.sal.core.net.HttpClientRequest.executeMethod(HttpClientRequest.java:546)
at com.atlassian.sal.core.net.HttpClientRequest.executeAndReturn(HttpClientRequest.java:350)
... 41 more
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:385)
at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
at sun.security.validator.Validator.validate(Validator.java:260)
at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:326)
at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)
at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1323)
... 60 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:196)
at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:268)
at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:380)
... 66 more
2014-08-19 16:26:59,516 localhost-startStop-1 INFO [atlassian.jira.scheduler.JiraSchedulerLauncher] Starting the JIRA Scheduler....
2014-08-19 16:26:59,609 localhost-startStop-1 INFO [atlassian.jira.scheduler.JiraSchedulerLauncher] JIRA Scheduler started.
2014-08-19 16:28:01,248 http-bio-8080-exec-1 WARN anonymous 987x4x4 - 127.0.0.1 /secure/Dashboard.jspa [gadgets.renderer.internal.GadgetSpecFactoryImpl] Error occurred while retrieving gadget spec for rest/gadgets/1.0/g/com.pyxis.greenhopper.jira:greenhopper-gadget-hour-burndown-chart/gadgets/greenhopper-hour-burndown-chart.xml
2014-08-19 16:28:01,326 http-bio-8080-exec-1 WARN anonymous 987x4x4 - 127.0.0.1 /secure/Dashboard.jspa [gadgets.renderer.internal.GadgetSpecFactoryImpl] Error occurred while retrieving gadget spec for rest/gadgets/1.0/g/com.pyxis.greenhopper.jira:greenhopper-gadget-hour-burndown-chart/gadgets/greenhopper-hour-burndown-chart.xml
2014-08-19 16:28:01,326 http-bio-8080-exec-1 WARN anonymous 987x4x4 - 127.0.0.1 /secure/Dashboard.jspa [gadgets.embedded.internal.GadgetUrlBuilder] GadgetUrlBuilder: could not parse spec at rest/gadgets/1.0/g/com.pyxis.greenhopper.jira:greenhopper-gadget-hour-burndown-chart/gadgets/greenhopper-hour-burndown-chart.xml
2014-08-19 16:28:57,653 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_10030'.
2014-08-19 16:28:57,669 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14180'.
2014-08-19 16:28:57,669 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14080'.
2014-08-19 16:28:57,669 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14183'.
2014-08-19 16:28:57,669 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14182'.
2014-08-19 16:28:57,669 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14181'.
2014-08-19 16:28:57,669 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14185'.
2014-08-19 16:28:57,669 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14184'.
2014-08-19 16:28:57,669 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14291'.
2014-08-19 16:28:57,669 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14293'.
2014-08-19 16:28:57,669 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14292'.
2014-08-19 16:28:57,684 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14289'.
2014-08-19 16:28:57,684 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14382'.
2014-08-19 16:28:57,684 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14381'.
2014-08-19 16:28:58,200 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_10030'.
2014-08-19 16:28:58,216 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14180'.
2014-08-19 16:28:58,216 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14080'.
2014-08-19 16:28:58,231 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14183'.
2014-08-19 16:28:58,231 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14182'.
2014-08-19 16:28:58,231 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14181'.
2014-08-19 16:28:58,231 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14185'.
2014-08-19 16:28:58,231 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14184'.
2014-08-19 16:28:58,231 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14382'.
2014-08-19 16:28:58,231 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14381'.
2014-08-19 16:28:58,231 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14291'.
2014-08-19 16:28:58,231 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14293'.
2014-08-19 16:28:58,231 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14292'.
2014-08-19 16:28:58,231 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14289'.
2014-08-19 16:28:58,591 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_10030'.
2014-08-19 16:28:58,606 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14180'.
2014-08-19 16:28:58,606 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14080'.
2014-08-19 16:28:58,622 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14183'.
2014-08-19 16:28:58,622 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14182'.
2014-08-19 16:28:58,622 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14181'.
2014-08-19 16:28:58,622 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14185'.
2014-08-19 16:28:58,622 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14184'.
2014-08-19 16:28:58,622 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14291'.
2014-08-19 16:28:58,622 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14293'.
2014-08-19 16:28:58,622 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14292'.
2014-08-19 16:28:58,622 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14289'.
2014-08-19 16:28:58,622 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14382'.
2014-08-19 16:28:58,622 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-stream/1.0/config [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_14381'.
2014-08-19 16:28:58,809 StreamsCompletionService::thread-2 INFO anonymous 987x3x3 - 10.52.28.143 /rest/activity-str

1 answer

1 vote
Mirko Skramusky
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 18, 2014

Hi!

Seems like you have the same issue discribed in JRA-38536. Is it possible to upgrade to JIRA 6.3.x? Otherwise it should be a good idea to ask the atlassian support (https://support.atlassian.com/).

Best regards, Mirko

Suggest an answer

Log in or Sign up to answer