Agile User Story Map Communication Error

Ron Dim January 8, 2015

Capture1211.PNG

 

I also see this in logs:

2015-01-08 12:14:26,939 http-bio-49082-exec-11 WARN myuser 734x349x1 1um4999 10.239.45.45,172.28.178.17 /secure/AgileUserStoryMap.jspa [atlassian.plugin.webresource.DefaultResourceDependencyResolver] Cannot find web resource module for: com.atlassian.auiplugin:dialog2

 

This is what comes up when i browse to the URL mentioned in the error:

Capture111.PNG

 

9 answers

1 accepted

1 vote
Answer accepted
Florian Bauer
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.
January 24, 2015

it seems that the 'myself' service is only available since JIRA version 6.1 - what speaks against updating to the latest JIRA version?

https://developer.atlassian.com/static/rest/jira/6.1.html#d2e3405

https://developer.atlassian.com/static/rest/jira/6.0.html#d2e3405

Ron Dim January 26, 2015

Thank you

0 votes
Florian Bauer
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.
February 8, 2015

We have fixed this with our latest addon version, which has been released today:

https://marketplace.atlassian.com/plugins/com.bit.agile.bit-storymap

0 votes
Ron Dim January 21, 2015

When i access https://myurl/rest/api/latest/issue/JRA-9?expand=names,renderedFields i get data back so it looks like REST is working Navigated to http://wagwikistag.walgreens.com/adjira/secure/AgileUserStoryMap.jspa AgileUserStoryMap.jspa:112 Resource interpreted as Script but transferred with MIME type text/html: "http://bit-atlassian.herokuapp.com/bit-base/3fafaf4fa8ff9e2205e1a300efbf5991/ruslan_shlain@walgreens_com/public.js";. jquery-migrate-1.2.1.js:21 JQMIGRATE: Logging is active jquery.min.js:6 Resource interpreted as Font but transferred with MIME type font/x-woff: "http://wagwikistag.walgreens.com/adjira/s/en_US-n5pnm1-1988229788/6109/8/5.…ces/com.atlassian.auiplugin:aui-experimental-iconfont/atlassian-icons.woff". batch.js:3385 Uncaught TypeError: Cannot read property 'after' of undefined angular.js:11500 [init] ==> location: http://wagwikistag.walgreens.com/adjira/secure/AgileUserStoryMap.jspa AgileUserStoryMap.jspa:412 Resource interpreted as Image but transferred with MIME type img/png: "http://wagwikistag.walgreens.com/adjira/plugins/servlet/bit/bit-storymap/bin/img/storymap-logo.png";. angular.js:11500 [init] ==> FieldMetadata loaded: $scope.jira.fields angular.js:11500 Object {undefined: Object, com.onresolve.jira.groovy.groovyrunner:jqlFunctionsCustomFieldType: Object, com.atlassian.jira.plugin.system.customfieldtypes:select: Object, com.atlassian.jira.plugin.system.customfieldtypes:textfield: Object, com.atlassian.jira.plugin.system.customfieldtypes:readonlyfield: Object…} angular.js:11500 [init] ==> FireBase Authentication successfully with payload: Object {client: "pub3fafaf4fa8ff9e2205e1a300efbf5991", user: "ruslan_shlain@walgreens_com", roles: "public"} angular.js:11500 [init] ==> Auth expires at: Thu Jan 22 2015 13:31:40 GMT-0600 (Central Standard Time) angular.js:11500 StructureManager extended by StoryMap jquery.min.js:6 GET http://wagwikistag.walgreens.com/adjira/rest/api/latest/myself?expand=groups 404 (Not Found) angular.js:11500 Object {title: "Communication Error", body: "{"message":"null for uri: http://wagwikistag.walgr…i/latest/myself?expand=groups","status-code":404}", fadeout: true, closeable: true, shadowed: true} angular.js:11500 [init] ==> ClientPreferences loaded: $scope.clientpreferences angular.js:11500 [init] ==> UserPreferences loaded: $scope.userpreferences angular.js:11500 [invocation] ==> buildMap( parent , undefined) in 0 millSec angular.js:11500 [] jquery-migrate-1.2.1.js:41 JQMIGRATE: jQuery.fn.attr('selected') may use property instead of attribute jquery-migrate-1.2.1.js:43 console.trace()jquery-migrate-1.2.1.js:43 migrateWarnjquery-migrate-1.2.1.js:155 jQuery.attrjquery.min.js:4 x.extend.accessjquery.min.js:5 x.fn.extend.attrangular.js:25794 nangular.js:20848 (anonymous function)angular.js:14125 $get.k.$digestangular.js:14395 $get.k.$applyangular.js:16121 (anonymous function)angular.js:4858 eangular.js:5231 (anonymous function) angular.js:11500 [init] ==> GeneralPreferences loaded: $scope.generalpreferences angular.js:11500 [init] ==> Structures loaded: $scope.structures loaded with id maps_sync angular.js:11500 [init] ==> Projects loaded: $scope.jira.projects angular.js:11500 [Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object…]

0 votes
Florian Bauer
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.
January 16, 2015

code 404 means the user was not found (is not there or you are not logged in) but the URL is correct: http'://host/context/rest/api/latest/myself description can be found here: https://docs.atlassian.com/jira/REST/latest/#d2e160 what speaks against updating to the latest Jira version? we can try to debug a bit deeper: Please press F12 in Chrome Browser and than switch to the Console tab. Than press F5 to refresh the page and send me the console log. Florian

0 votes
Ron Dim January 14, 2015

We are on v6.0.8

0 votes
Florian Bauer
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.
January 14, 2015

the missing dialog2 component may be comes from an earlier jira version

0 votes
Florian Bauer
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.
January 13, 2015

which jira version do you use?

0 votes
Ron Dim January 9, 2015

Yes it is

0 votes
Boris Berenberg
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.
January 8, 2015

Suggest an answer

Log in or Sign up to answer