JIRA Missing Class Exception 'AllowOnlyIfTimeEntered'

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

There might be timeout of several page, and error during workflow transition.

The following appears in the atlassian-jira.log:

2013-07-17 16:59:56,554 http-8085-2 ERROR 1264 1019x160x1 q5k1kb 192.168.70.1 /browse/ABIA-4 [atlassian.jira.workflow.DefaultOSWorkflowConfigurator] Could not load class 'com.atlassian.jira.plugin.workflow.checktime.condition.AllowOnlyIfTimeEntered'
java.lang.ClassNotFoundException: com.atlassian.jira.plugin.workflow.checktime.condition.AllowOnlyIfTimeEntered
	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1680)
	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1526)
	at com.atlassian.core.util.ClassLoaderUtils.loadClass(ClassLoaderUtils.java:88)
	at com.atlassian.core.util.ClassLoaderUtils.loadClass(ClassLoaderUtils.java:50)
	at com.atlassian.jira.workflow.DefaultOSWorkflowConfigurator$LegacyJiraTypeResolver.loadObject(DefaultOSWorkflowConfigurator.java:162)
	at com.opensymphony.workflow.TypeResolver.getCondition(TypeResolver.java:73)
	at com.atlassian.jira.workflow.DefaultOSWorkflowConfigurator$JiraTypeResolverDelegator.getCondition(DefaultOSWorkflowConfigurator.java:115)
	at sun.reflect.GeneratedMethodAccessor527.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)

 

Cause

This is due to a condition 'Allow Only If Time Entered' in the workflow created on JIRA3 has deprecated on the affected releast (JIRA4 and above).

 

Resolution

  1. Edit the affected workflow
  2. Find the condition 'Allow Only If Time Entered'
  3. Remove the condition
  4. Publish the worklow

 

Last modified on Mar 30, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.