Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-20044

Missing resource exception after upgrading to Jira 4.0.1

    XMLWordPrintable

Details

    • 4
    • Severity 2 - Major
    • Hide
      Atlassian Update – 04 December 2017

      Hi everyone,

      We have recently reviewed this issue and the overall interest in the problem. As the issue hasn't collect votes, watchers, comments, or support cases from many customers during its lifetime, it's very low on our priority list, and will not be fixed in the foreseeable future. That's why we've decided to resolve it as Time Out.

      Although we're aware the issue is still important to those of you who were involved in the conversations around it, we want to be clear in managing your expectations. The Jira team is focusing on issues that have broad impact and high value, reflected by the number of comments, votes, support cases, and customers interested. Please consult the Atlassian Bugfix Policy for more details.

      We understand how disappointing this decision may be, but we hope you'll appreciate our transparent approach and communication.

      Atlassian will continue to watch this issue for further updates, so please feel free to share your thoughts in the comments.

      Thank you,
      Ignat Alexeyenko
      Jira Bugmaster

      Show
      Atlassian Update – 04 December 2017 Hi everyone, We have recently reviewed this issue and the overall interest in the problem. As the issue hasn't collect votes, watchers, comments, or support cases from many customers during its lifetime, it's very low on our priority list, and will not be fixed in the foreseeable future. That's why we've decided to resolve it as Time Out . Although we're aware the issue is still important to those of you who were involved in the conversations around it, we want to be clear in managing your expectations. The Jira team is focusing on issues that have broad impact and high value, reflected by the number of comments, votes, support cases, and customers interested. Please consult the Atlassian Bugfix Policy for more details. We understand how disappointing this decision may be, but we hope you'll appreciate our transparent approach and communication. Atlassian will continue to watch this issue for further updates, so please feel free to share your thoughts in the comments. Thank you, Ignat Alexeyenko Jira Bugmaster

    Description

      Upgraded to Jira 4.0.1 as suggested i.e, set up a 4.0.1 on a clean db and imported 3.13.2 xml data file.. Upgrade seems to have gone well, but I see 'several' of these exceptions when I start Jira.

      2009-12-23 11:04:00,894 Sending mailitem com.atlassian.jira.mail.SubscriptionMailQueueItem subject: 'Subscription: Recent Cases (daily)' owner: 'xxxxxx' ERROR bschoen Mail Queue Service [atlassian.jira.mail.MailingListCompiler] Failed adding mail for notification recipient: [email=xxxx@xxxx.com, user=xxxxx]
      java.util.MissingResourceException: Can't find bundle for base name com.atlassian.jira.mail.MailingListCompiler, locale en_UK
      at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1521)
      at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1260)
      at java.util.ResourceBundle.getBundle(ResourceBundle.java:962)
      at com.atlassian.jira.web.bean.I18nBean.addResourceBundle(I18nBean.java:148)
      at com.atlassian.jira.web.bean.I18nBean.<init>(I18nBean.java:143)
      at com.atlassian.jira.web.bean.I18nBean.<init>(I18nBean.java:129)
      at com.atlassian.jira.mail.MailingListCompiler$1.processRecipient(MailingListCompiler.java:293)
      at com.atlassian.jira.mail.NotificationRecipientProcessor.process(NotificationRecipientProcessor.java:41)
      at com.atlassian.jira.mail.MailingListCompiler.addMailsToQueue(MailingListCompiler.java:330)
      at com.atlassian.jira.mail.MailingListCompiler.access$500(MailingListCompiler.java:35)
      at com.atlassian.jira.mail.MailingListCompiler$NotificationCompiler.addEmailsToQueue(MailingListCompiler.java:497)
      at com.atlassian.jira.mail.MailingListCompiler$NotificationCompiler.sendLists(MailingListCompiler.java:465)
      at com.atlassian.jira.mail.MailingListCompiler$NotificationCompiler.sendNoLevelsIgnoreGroup(MailingListCompiler.java:445)
      at com.atlassian.jira.mail.MailingListCompiler$NotificationCompiler.sendToAll(MailingListCompiler.java:440)
      at com.atlassian.jira.mail.MailingListCompiler.sendLists(MailingListCompiler.java:166)
      at com.atlassian.jira.mail.MailingListCompiler.sendLists(MailingListCompiler.java:86)
      at com.atlassian.jira.mail.SubscriptionMailQueueItem.sendSearchRequestEmail(SubscriptionMailQueueItem.java:174)
      at com.atlassian.jira.mail.SubscriptionMailQueueItem.send(SubscriptionMailQueueItem.java:123)
      at com.atlassian.mail.queue.MailQueueImpl.sendBuffer(MailQueueImpl.java:68)
      at com.atlassian.jira.service.services.mail.MailQueueService.run(MailQueueService.java:23)
      at com.atlassian.jira.service.JiraServiceContainerImpl.run(JiraServiceContainerImpl.java:67)
      at com.atlassian.jira.service.ServiceRunner.execute(ServiceRunner.java:48)
      at org.quartz.core.JobRunShell.run(JobRunShell.java:191)
      at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:516)
      Caused by: java.lang.ClassCastException: com.atlassian.jira.mail.MailingListCompiler cannot be cast to ResourceBundle
      at java.util.ResourceBundle$Control.newBundle(ResourceBundle.java:2391)
      at java.util.ResourceBundle.loadBundle(ResourceBundle.java:1406)
      at java.util.ResourceBundle.findBundle(ResourceBundle.java:1365)
      at java.util.ResourceBundle.findBundle(ResourceBundle.java:1292)
      at java.util.ResourceBundle.findBundle(ResourceBundle.java:1292)
      at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1234)
      ... 22 more

      2009-12-23 11:04:14,300 Sending mailitem com.atlassian.jira.mail.SubscriptionMailQueueItem subject: 'Subscription: MyTickets' owner: 'xxxxxx' ERROR xxxxxx Mail Queue Service [atlassian.jira.mail.MailingListCompiler] Failed adding mail for notification recipient: [email=xxxxxx.xxxx@xxxx-xxx.xxx, user=xxxxx]
      java.util.MissingResourceException: Can't find bundle for base name com.atlassian.jira.mail.MailingListCompiler, locale en_UK
      at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1521)
      at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1260)
      at java.util.ResourceBundle.getBundle(ResourceBundle.java:962)
      at com.atlassian.jira.web.bean.I18nBean.addResourceBundle(I18nBean.java:148)
      at com.atlassian.jira.web.bean.I18nBean.<init>(I18nBean.java:143)
      at com.atlassian.jira.web.bean.I18nBean.<init>(I18nBean.java:129)
      at com.atlassian.jira.mail.MailingListCompiler$1.processRecipient(MailingListCompiler.java:293)
      at com.atlassian.jira.mail.NotificationRecipientProcessor.process(NotificationRecipientProcessor.java:41)
      at com.atlassian.jira.mail.MailingListCompiler.addMailsToQueue(MailingListCompiler.java:330)
      at com.atlassian.jira.mail.MailingListCompiler.access$500(MailingListCompiler.java:35)
      at com.atlassian.jira.mail.MailingListCompiler$NotificationCompiler.addEmailsToQueue(MailingListCompiler.java:497)
      at com.atlassian.jira.mail.MailingListCompiler$NotificationCompiler.sendLists(MailingListCompiler.java:465)
      at com.atlassian.jira.mail.MailingListCompiler$NotificationCompiler.sendNoLevelsIgnoreGroup(MailingListCompiler.java:445)
      at com.atlassian.jira.mail.MailingListCompiler$NotificationCompiler.sendToAll(MailingListCompiler.java:440)
      at com.atlassian.jira.mail.MailingListCompiler.sendLists(MailingListCompiler.java:166)
      at com.atlassian.jira.mail.MailingListCompiler.sendLists(MailingListCompiler.java:86)
      at com.atlassian.jira.mail.SubscriptionMailQueueItem.sendSearchRequestEmail(SubscriptionMailQueueItem.java:174)
      at com.atlassian.jira.mail.SubscriptionMailQueueItem.send(SubscriptionMailQueueItem.java:123)
      at com.atlassian.mail.queue.MailQueueImpl.sendBuffer(MailQueueImpl.java:68)
      at com.atlassian.jira.service.services.mail.MailQueueService.run(MailQueueService.java:23)
      at com.atlassian.jira.service.JiraServiceContainerImpl.run(JiraServiceContainerImpl.java:67)
      at com.atlassian.jira.service.ServiceRunner.execute(ServiceRunner.java:48)
      at org.quartz.core.JobRunShell.run(JobRunShell.java:191)
      at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:516)


      Before I will be asked again, this is my environment.
      ___ Environment ___________________

      JIRA Build : 4.0.1#471
      Build Date : Fri Nov 27 00:00:00 EST 2009
      JIRA Installation Type : EAR/WAR
      Application Server : Apache Tomcat/5.5.27 - Servlet API 2.4
      Java Version : 1.6.0_17 - Apple Inc.
      Current Working Directory : /usr/local/apache-tomcat-5.5.27/logs
      Maximum Allowable Memory : 1894MB
      Total Memory : 354MB
      Free Memory : 105MB
      Used Memory : 249MB
      Memory Pool: Code Cache : Code Cache: init = 2560000(2500K) used = 8662016(8459K) committed = 8785920(8580K) max = 67108864(65536K)
      Memory Pool: Par Eden Space : Par Eden Space: init = 16384000(16000K) used = 15815144(15444K) committed = 16384000(16000K) max = 32702464(31936K)
      Memory Pool: Par Survivor Space : Par Survivor Space: init = 2686976(2624K) used = 782560(764K) committed = 2686976(2624K) max = 5439488(5312K)
      Memory Pool: CMS Old Gen : CMS Old Gen: init = 246677504(240896K) used = 245532360(239777K) committed = 353013760(344740K) max = 1948712960(1903040K)
      Memory Pool: CMS Perm Gen : CMS Perm Gen: init = 134217728(131072K) used = 97739256(95448K) committed = 143368192(140008K) max = 268435456(262144K)
      JVM Input Arguments : -Djava.util.logging.config.file=/usr/local/apache-tomcat-5.5.27/conf/logging.properties -XX:PermSize=128m -XX:MaxPermSize=256m -XX:ReservedCodeCacheSize=64m -Xms256m -Xmx1900m -Djava.awt.headless=true -Dcom.sun.management.jmxremote.port=8055 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.password.file=/Users/bandlamudib/.jmxremote.password -Dorg.apache.catalina.session.StandardSession.ACTIVITY_CHECK=true -Datlassian.mail.senddisabled=true -Datlassian.mail.popdisabled=true -Dapproval.mail.disabled=true -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true -Dconfluence.disable.peopledirectory.anonymous=true -Dmail.mime.decodeparameters=true -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Xdebug -Xrunjdwp:transport=dt_socket,address=9777,server=y,suspend=n -Djava.endorsed.dirs=/usr/local/apache-tomcat-5.5.27/common/endorsed -Dcatalina.base=/usr/local/apache-tomcat-5.5.27 -Dcatalina.home=/usr/local/apache-tomcat-5.5.27 -Djava.io.tmpdir=/usr/local/apache-tomcat-5.5.27/temp

      ___ Java System Properties _______

      apple.lang.DisableCompatibilityClasspath : true
      approval.mail.disabled : true
      atlassian.mail.popdisabled : true
      atlassian.mail.senddisabled : true
      awt.nativeDoubleBuffering : true
      awt.toolkit : apple.awt.CToolkit
      catalina.base : /usr/local/apache-tomcat-5.5.27
      catalina.home : /usr/local/apache-tomcat-5.5.27
      catalina.useNaming : true
      com.sun.management.jmxremote.password.file : /Users/xxxxxxxxxxxxx/.jmxremote.password
      com.sun.management.jmxremote.port : 8055
      com.sun.management.jmxremote.ssl : false
      common.loader : ${catalina.home}/common/classes,
      ${catalina.home}/common/i18n/*.jar,
      ${catalina.home}/common/endorsed/*.jar,
      ${catalina.home}/common/lib/*.jar
      confluence.disable.peopledirectory.anonymous : true
      file.encoding : MacRoman
      file.encoding.pkg : sun.io
      ftp.nonProxyHosts : local|.local|169.254/16|.169.254/16
      gopherProxySet : false
      http.nonProxyHosts : local|.local|169.254/16|.169.254/16
      java.awt.graphicsenv : apple.awt.CGraphicsEnvironment
      java.awt.headless : true
      java.awt.printerjob : apple.awt.CPrinterJob
      java.class.version : 50.0
      java.home : /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
      java.io.tmpdir : /usr/local/apache-tomcat-5.5.27/temp
      java.naming.factory.initial : org.apache.naming.java.javaURLContextFactory
      java.naming.factory.url.pkgs : org.apache.naming
      java.rmi.server.randomIDs : true
      java.runtime.name : Java(TM) SE Runtime Environment
      java.runtime.version : 1.6.0_17-b04-248-10M3025
      java.specification.name : Java Platform API Specification
      java.specification.vendor : Sun Microsystems Inc.
      java.specification.version : 1.6
      java.util.logging.config.file : /usr/local/apache-tomcat-5.5.27/conf/logging.properties
      java.util.logging.manager : org.apache.juli.ClassLoaderLogManager
      java.vendor : Apple Inc.
      java.vendor.url : http://www.apple.com/
      java.vendor.url.bug : http://bugreport.apple.com/
      java.version : 1.6.0_17
      java.vm.info : mixed mode
      java.vm.name : Java HotSpot(TM) 64-Bit Server VM
      java.vm.specification.name : Java Virtual Machine Specification
      java.vm.specification.vendor : Sun Microsystems Inc.
      java.vm.specification.version : 1.0
      java.vm.vendor : Apple Inc.
      java.vm.version : 14.3-b01-101
      mail.mime.decodeparameters : true
      mrj.build : 10M3025
      mrj.version : 1060.1.6.0_17-248
      org.apache.catalina.session.StandardSession.ACTIVITY_CHECK : true
      org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER : true
      os.arch : x86_64
      os.name : Mac OS X
      os.version : 10.6.2
      package.access : sun.,
      org.apache.catalina.,
      org.apache.coyote.,
      org.apache.tomcat.,
      org.apache.jasper.,
      sun.beans.
      package.definition : sun.,
      java.,
      org.apache.catalina.,
      org.apache.coyote.,
      org.apache.tomcat.,
      org.apache.jasper.
      server.loader : ${catalina.home}/server/classes,
      ${catalina.home}/server/lib/*.jar
      shared.loader : ${catalina.base}/shared/classes,
      ${catalina.base}/shared/lib/*.jar
      socksNonProxyHosts : local|.local|169.254/16|.169.254/16
      sun.arch.data.model : 64
      sun.boot.library.path : /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries
      sun.cpu.endian : little
      sun.cpu.isalist :
      sun.io.unicode.encoding : UnicodeLittle
      sun.java.launcher : SUN_STANDARD
      sun.jnu.encoding : MacRoman
      sun.management.compiler : HotSpot 64-Bit Server Compiler
      sun.os.patch.level : unknown
      tomcat.util.buf.StringCache.byte.enabled : true
      user.country : US
      user.dir : /usr/local/apache-tomcat-5.5.27/logs
      user.home : /Users/xxxxxxxx
      user.language : en
      user.name : xxxxxxxxx
      user.timezone : America/New_York
      vendor : Apache Software Foundation
      vendor-url : http://xml.apache.org/xalan-j
      version : 1.0

      2009-12-23 11:01:47,043 main INFO [atlassian.jira.startup.JiraStartupLogger] Running JIRA startup checks.
      2009-12-23 11:01:51,074 main INFO [atlassian.jira.startup.CompositeJiraHomePathLocator] jira.home '/data0/jira-data' found using Application Properties.
      2009-12-23 11:01:51,103 main INFO [atlassian.jira.startup.JiraHomeStartupCheck] The jira.home directory '/data0/jira-data' is validated and locked for exclusive use by this instance.
      2009-12-23 11:01:51,103 main INFO [atlassian.jira.startup.JiraStartupLogger] JIRA startup checks completed successfully.
      2009-12-23 11:01:51,105 main INFO [atlassian.jira.startup.JiraStartupLogger]

      Database configuration OK

      ___ Database Configuration _______

      Loading entityengine.xml from : file:/usr/local/apache-tomcat-5.5.27/webapps/helpdesk/WEB-INF/classes/entityengine.xml
      Entity model data source name : defaultDS
      Entity model field type name : mysql
      Entity model schema name :
      Database Version : MySQL - 5.1.31
      Database Driver : MySQL-AB JDBC Driver - mysql-connector-java-5.1.7 ( Revision: ${svn.Revision} )
      Database URL : jdbc:mysql://xxxxx.xxxxxx.xxxx/xxxxxxxxxx?autoReconnect=true
      Database JNDI address : java:comp/env/jdbc/JiraDS

      Attachments

        Activity

          People

            Unassigned Unassigned
            e33a22cbe2c3 bhagat bandlamudi
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: