Somehow, restarting the JIRA server disable jira schema diagram generator plugin and I am unable to load it again? Can someone help
Start by reading the log file for the startup where it loads the plugins, and then when you click "disable".
yes it is disable somehow incidently but I am getting error now to enable it, could you please help me how can I enable it, getting only option to uninstall
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
While checking the logs , I found following error, there is some issue while jira start up
Caused by: java.lang.IllegalArgumentException: interface com.atlassian.cache.CacheManager is not visible from class loader
at java.lang.reflect.Proxy.getProxyClass0(Unknown Source)
at java.lang.reflect.Proxy.newProxyInstance(Unknown Source)
at com.atlassian.plugin.osgi.bridge.external.HostComponentFactoryBean.createHostComponentProxy(HostComponentFactoryBean.java:91)
at com.atlassian.plugin.osgi.bridge.external.HostComponentFactoryBean.afterPropertiesSet(HostComponentFactoryBean.java:99)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1369)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
... 66 more
Any help on this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That implies you're using the wrong version of Java for Jira and/or a plugin, you've got the wrong version of a plugin, or your installation is damaged in some other way.
How has this installation been done?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no latest installation has been done, only custom plugin has been added after making some changes. Server is rebooted and later on, start up failed for this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, so it was working before the plugin was added, and broke when it was installed.
Try removing the plugin and restarting - does that work now?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I removed the plugin and tried, I see JIRA working fine.. creating issues as expected but logs again showing some errors as below:
Field layout contains non-orderable field with id 'customfield_10004'.
2014-08-22 02:14:09,798 http-bio-8081-exec-4 INFO anonymous 134x2437x1 1nipp9 10.210.20.119,10.100.3.144 /secure/IssueNavigator.jspa [fields.layout.field.AbstractFieldLayoutManager] Field layout contains non-orderable field with id 'customfield_10000'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You've got a damaged custom field in the database. If you're lucky, it'll be enabled in the custom field list, and the simple fix for it would be to identify what type of field it is and check the plugin that provides it. If it's not via a plugin, then try changing the searcher and re-indexing it.
It could also be a field you are no longer using. If that's the case, delete it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually I found that there are 6 fields from database which referred to JIRA agile I suppose. Following are the fields.
'com.pyxis.greenhopper.jira:gh-lexo-rank';
'com.pyxis.greenhopper.jira:gh-epic-link';
'com.pyxis.greenhopper.jira:gh-epic-status';
'com.pyxis.greenhopper.jira:gh-epic-label';
'com.pyxis.greenhopper.jira:gh-sprint';
'com.pyxis.greenhopper.jira:gh-global-rank';
'com.pyxis.greenhopper.jira:gh-epic-color';
All throwing an error like below
ERROR anonymous 482x744x3 187fkvb 10.210.20.119,10.100.3.144 /rest/gadget/1.0/issueTable/filter [jira.issue.managers.DefaultCustomFieldManager]
Could not load custom field type plugin with key 'com.pyxis.greenhopper.jira:gh-epic-link'. Is the plugin present and enabled?
JIRA agile has already been uninstalled from the JIRA instance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.