Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira workflow is disappear in admin page

Tan Ngo Hoang Quoc
Contributor
September 27, 2018

I got a problem with workflow. Is there any action must be done?

download.png

3 answers

1 accepted

2 votes
Answer accepted
Alexey Matveev
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.
September 27, 2018

Hello,

Could you have a look in the atlassian-error.log file for any errors?

Alexey Matveev
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.
September 27, 2018
0 votes
Tan Ngo Hoang Quoc
Contributor
October 2, 2018

Thanks for this information. Actually, I replace the descriptor of workflow that I found having the problem with the basic workflow then, the problem is fixed.

Thanks,

0 votes
Tan Ngo Hoang Quoc
Contributor
September 27, 2018

I found:

 

Caused by: java.lang.RuntimeException: com.opensymphony.workflow.FactoryException: Error converting XML to workflow descriptor.: root cause: An invalid XML character (Unicode: 0x1d) was found in the element content of the document. (line:4 col:161)
at com.atlassian.jira.workflow.CachingWorkflowDescriptorStore.loadWorkflowDescriptor(CachingWorkflowDescriptorStore.java:110)
at com.atlassian.cache.memory.MemoryCacheManager$3$1.load(MemoryCacheManager.java:211)
at com.atlassian.cache.memory.DelegatingCache.lambda$get$0(DelegatingCache.java:168)
at com.atlassian.cache.memory.DelegatingCache.lambda$get$1(DelegatingCache.java:196)
at com.google.common.cache.LocalCache$LocalManualCache$1.load(LocalCache.java:4742)
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2319)
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2282)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2197)
at com.google.common.cache.LocalCache.get(LocalCache.java:3937)
at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:4739)
at com.atlassian.cache.memory.DelegatingCache.get(DelegatingCache.java:183)
... 435 more
Caused by: com.opensymphony.workflow.FactoryException: Error converting XML to workflow descriptor.: root cause: An invalid XML character (Unicode: 0x1d) was found in the element content of the document. (line:4 col:161)
at com.atlassian.jira.workflow.WorkflowUtil.convertXMLtoWorkflowDescriptor(WorkflowUtil.java:200)
at com.atlassian.jira.workflow.OfBizWorkflowDescriptorStore.convertGVToDescriptor(OfBizWorkflowDescriptorStore.java:135)
at com.atlassian.jira.workflow.OfBizWorkflowDescriptorStore.getWorkflow(OfBizWorkflowDescriptorStore.java:43)
at com.atlassian.jira.workflow.CachingWorkflowDescriptorStore.loadWorkflowDescriptor(CachingWorkflowDescriptorStore.java:108)
... 446 more

Irfan Mazli Mazuki
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 2, 2018

Hey @Tan Ngo Hoang Quoc,

It seems that the log provided is related to the KB Alexey have provided. Have you checked the article out to see if it helps? If it didn't, updating it here can allow for other users to chip in some ideas to resolve the issue.

If it does help, do share the good news here and accept the comment as the solution. It will be helpful for other users who are facing a similar occurrence as they will know the article has helped with the situation.


Kind regards,
Irfan

Suggest an answer

Log in or Sign up to answer