-
Type:
Suggestion
-
Resolution: Won't Fix
-
None
-
Component/s: None
-
None
-
Environment:Websphere 5.0, built-in IBM JDK 1.3, Fedora core 4.
With the environment described above, JIRA fails with what appears to be a JDK bug:
java.lang.NoSuchFieldError: com.atlassian.jira.web.bean.I18nBean: field DEFAULT_RESOURCE_BUNDLE not found
at com.atlassian.jira.web.bean.I18nBean.<init>(I18nBean.java:32)
at com.atlassian.jira.web.bean.I18nBean.<init>(I18nBean.java:62)
at com.atlassian.jira.issue.fields.layout.field.DefaultFieldLayoutManager.getDefaultDesciption(DefaultFieldLayoutManager.java:491)
at com.atlassian.jira.issue.fields.layout.field.DefaultFieldLayoutManager.<init>(DefaultFieldLayoutManager.java:48)
at java.lang.reflect.Constructor.newInstance(Native Method)
at org.picocontainer.defaults.InstantiatingComponentAdapter.newInstance(InstantiatingComponentAdapter.java:100)
at org.picocontainer.defaults.ConstructorInjectionComponentAdapter.instantiateComponent(ConstructorInjectionComponentAdapter.java:200)
at org.picocontainer.defaults.InstantiatingComponentAdapter.getComponentInstance(InstantiatingComponentAdapter.java:48)