Forums

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

Service Desk stuck on create

Marc Jason Mutuc
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.
June 7, 2018

We have some mandatory fields on our Service Desk.

When these mandatory fields are not populated, an expected error will be thrown.

After providing the required data on the mandatory fields and proceeding on the creation, the screen gets stuck with the loading icon.

I checked and is not sure how this can be solved... Any tips?Stuck.png

4 answers

1 accepted

0 votes
Answer accepted
Andy Heinzer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 8, 2018

Like the others here, I'd want to see what happens in the $JIRAHOME/log/atlassian-jira.log file when you recreate this problem.   It seems clear that something is getting stuck here.  I suspect there is a problem with the way the page is rendering, or that the page is unable to recover from a first attempt to submit.

In addition to looking at that log file, it would probably also help us to gather a HAR file from your browser session in order to understand what error messages might be logged there as well.

Marc Jason Mutuc
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.
June 12, 2018

root@jira2:/var/atlassian/application-data/jira/log# grep marcjason.mutuc@gmail.com atlassian-jira.log
2018-06-13 07:13:37,376 http-nio-8080-exec-5 ERROR marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.t.j.p.e.customfield.comment.b] java.lang.NullPointerException2018-06-13 07:13:37,638 http-nio-8080-exec-5 ERROR marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.t.j.p.e.customfield.comment.b] java.lang.NullPointerException2018-06-13 07:13:37,949 http-nio-8080-exec-5 ERROR marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.t.j.p.e.customfield.comment.b] java.lang.NullPointerException2018-06-13 07:13:38,184 http-nio-8080-exec-5 ERROR marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.t.j.p.e.customfield.comment.b] java.lang.NullPointerException2018-06-13 07:13:38,403 http-nio-8080-exec-5 ERROR marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.t.j.p.e.customfield.comment.b] java.lang.NullPointerException2018-06-13 07:13:38,628 http-nio-8080-exec-5 ERROR marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.t.j.p.e.customfield.comment.b] java.lang.NullPointerException2018-06-13 07:13:38,855 http-nio-8080-exec-5 ERROR marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.t.j.p.e.customfield.comment.b] java.lang.NullPointerException2018-06-13 07:13:39,106 http-nio-8080-exec-5 ERROR marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.t.j.p.e.customfield.comment.b] java.lang.NullPointerException2018-06-13 07:13:39,442 http-nio-8080-exec-5 ERROR marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.t.j.p.e.customfield.comment.b] java.lang.NullPointerException2018-06-13 07:13:39,714 http-nio-8080-exec-5 ERROR marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.t.j.p.e.customfield.comment.b] java.lang.NullPointerException2018-06-13 07:13:39,961 http-nio-8080-exec-5 ERROR marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.t.j.p.e.customfield.comment.b] java.lang.NullPointerException2018-06-13 07:13:40,230 http-nio-8080-exec-5 ERROR marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.t.j.p.e.customfield.comment.b] java.lang.NullPointerException2018-06-13 07:13:40,374 http-nio-8080-exec-5 INFO marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.a.j.p.h.s.task.impl.SendNotificationTask] Found 1 messages to send to HipChat

 

I'm not really good in Linux.

Marc Jason Mutuc
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.
June 12, 2018

I used my mobile phone to reproduce the error. Not sure how to get the HAR file.

Marc Jason Mutuc
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.
June 13, 2018
root@jira2:/var/atlassian/application-data/jira/log# grep marcjason.mutuc@gmail.com atlassian-jira.log
2018-06-13 07:13:37,376 http-nio-8080-exec-5 ERROR marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.t.j.p.e.customfield.comment.b] java.lang.NullPointerException2018-06-13 07:13:37,638 http-nio-8080-exec-5 ERROR marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.t.j.p.e.customfield.comment.b] java.lang.NullPointerException2018-06-13 07:13:37,949 http-nio-8080-exec-5 ERROR marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.t.j.p.e.customfield.comment.b] java.lang.NullPointerException2018-06-13 07:13:38,184 http-nio-8080-exec-5 ERROR marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.t.j.p.e.customfield.comment.b] java.lang.NullPointerException2018-06-13 07:13:38,403 http-nio-8080-exec-5 ERROR marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.t.j.p.e.customfield.comment.b] java.lang.NullPointerException2018-06-13 07:13:38,628 http-nio-8080-exec-5 ERROR marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.t.j.p.e.customfield.comment.b] java.lang.NullPointerException2018-06-13 07:13:38,855 http-nio-8080-exec-5 ERROR marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.t.j.p.e.customfield.comment.b] java.lang.NullPointerException2018-06-13 07:13:39,106 http-nio-8080-exec-5 ERROR marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.t.j.p.e.customfield.comment.b] java.lang.NullPointerException2018-06-13 07:13:39,442 http-nio-8080-exec-5 ERROR marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.t.j.p.e.customfield.comment.b] java.lang.NullPointerException2018-06-13 07:13:39,714 http-nio-8080-exec-5 ERROR marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.t.j.p.e.customfield.comment.b] java.lang.NullPointerException2018-06-13 07:13:39,961 http-nio-8080-exec-5 ERROR marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.t.j.p.e.customfield.comment.b] java.lang.NullPointerException2018-06-13 07:13:40,230 http-nio-8080-exec-5 ERROR marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.t.j.p.e.customfield.comment.b] java.lang.NullPointerException2018-06-13 07:13:40,374 http-nio-8080-exec-5 INFO marcjason.mutuc@gmail.com 433x22487453x5 7kp71w 122.55.53.50,10.44.10.38,127.0.0.1 /servicedesk/customer/portal/1/create/120 [c.a.j.p.h.s.task.impl.SendNotificationTask] Found 1 messages to send to HipChat
root@jira2:/var/atlassian/application-data/jira/log# scp -v marmut@jira.services.kambi.com:/home/marmut/atlassian-jira.log.zip /home/marmut/
Executing: program /usr/bin/ssh host jira.services.kambi.com, user marmut, command scp -v -f /home/marmut/atlassian-jira.log.zip
Marc Jason Mutuc
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.
June 13, 2018

Where can I send the logs?

Andy Heinzer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 15, 2018

@Marc Jason Mutuc I created a support request for this issue in https://getsupport.atlassian.com/servicedesk/customer/portal/3/SDS-33609

I have requested a support zip to be uploaded there.   With that information we should be better able to help here.

Marc Jason Mutuc
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 20, 2018

@Andy Heinzer, I can no longer access the support ticket. Can you grant me access?

0 votes
David STOCKY June 7, 2018

logs should be the first thing to check.

Have a look on script like post function on workflow or listeners like "issue created"

Marc Jason Mutuc
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.
June 7, 2018

No script on post function. It's done vie Service Desk.

Request Types > Edit Field > Required > Yes

0 votes
Ricardo Caeiro June 7, 2018

As I can see, you added some custom fields to your Service Desk. Have you also done a project re-index after creation of those fields?

 

Optional, you can also look into your field configuration to see what fields you are using, what happens when you change the fields to an Alphanumeric field? 

Marc Jason Mutuc
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.
June 7, 2018

It's Mandatory on Service Desk.

Request Types > Edit Field > Required > Yes

0 votes
Mark Markov
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.
June 7, 2018

Hello @Marc Jason Mutuc

Can you provide /jira/home/log/atlassian-jira.log

How you configure mandatory fields? Field configuration? Validator? Scriptrunner behaviour?

Marc Jason Mutuc
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.
June 7, 2018

We did it via the Request Types of Service Desk

Request Types > Edit Fields > Required > Yes

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events