Ask questions about your install or get help installing and configuring ProcessMaker 2
#785300
Also when I try and move the database, which is what I was trying to do to fix the above and use the "clear list cache builder" option for setting the mysql root password I get "Access denied for user 'xxxx'@'localhost' to database 'PROCESSMAKERTESTDC'" what on earth is this database??????
#785303
Searching the PM files, this error seems to originate from either of the following in mafe.min.js or mafe-df12385-0757f3f.js (same function in each) as its the only time (apart from in the processmaker.en.po or insert.sql language / DB installation files) that this text string exists:

/**
* Gets new token using the refresh token key
* @param root
*/
PMRestClient.prototype.refreshAccesToken = function (root) {
var newRestClient = new PMUI.proxy.RestProxy();

newRestClient.post({
url: "/api/" + root.apiVersion + "/" + WORKSPACE + "/token",
data: {
grant_type: "refresh_token",
client_id: PMDesigner.project.tokens.client_id,
client_secret: PMDesigner.project.tokens.client_secret,
refresh_token: PMDesigner.project.tokens.refresh_token
},
success: function (xhr, response) {
PMDesigner.project.tokens.access_token = response.access_token;
PMDesigner.project.tokens.expires_in = response.expires_in;
PMDesigner.project.tokens.token_type = response.token_type;
PMDesigner.project.tokens.scope = response.scope;
PMDesigner.project.tokens.refresh_token = response.refresh_token;

root.executeRestClient();
},
failure: function(xhr, response) {
PMDesigner.msgWinError('An error occurred while retrieving the access token'.translate());
}
});
};
#785304
When I click on "create variable" I see JS errors:

http://[[DOMAIN]]/lib/js/mafe-df12385-0757f3f.js Failed to load resource: the server responded with a status of 401 (Unauthorized)RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032PMVariables.setInputDocuments @ mafe-df12385-0757f3f.js:122192PMVariables @ mafe-df12385-0757f3f.js:121101PMDesigner.variables.create @ mafe-df12385-0757f3f.js:122229PMAction.handler @ mafe-df12385-0757f3f.js:96855(anonymous function) @ mafe-df12385-0757f3f.js:82047x.event.dispatch @ mafe-df12385-0757f3f.js:1112v.handle @ mafe-df12385-0757f3f.js:1112
http://[[DOMAIN]]/lib/js/mafe-df12385-0757f3f.js Failed to load resource: the server responded with a status of 401 (Unauthorized)RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032PMVariables.setInputDocuments @ mafe-df12385-0757f3f.js:122192PMVariables @ mafe-df12385-0757f3f.js:121101PMDesigner.variables.create @ mafe-df12385-0757f3f.js:122229PMAction.handler @ mafe-df12385-0757f3f.js:96855(anonymous function) @ mafe-df12385-0757f3f.js:82047x.event.dispatch @ mafe-df12385-0757f3f.js:1112v.handle @ mafe-df12385-0757f3f.js:1112
http://[[DOMAIN]]/lib/js/mafe-df12385-0757f3f.js Failed to load resource: the server responded with a status of 401 (Unauthorized)RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032PMVariables.setInputDocuments @ mafe-df12385-0757f3f.js:122192PMVariables @ mafe-df12385-0757f3f.js:121101PMDesigner.variables.create @ mafe-df12385-0757f3f.js:122229PMAction.handler @ mafe-df12385-0757f3f.js:96855(anonymous function) @ mafe-df12385-0757f3f.js:82047x.event.dispatch @ mafe-df12385-0757f3f.js:1112v.handle @ mafe-df12385-0757f3f.js:1112
http://[[DOMAIN]]/lib/js/mafe-df12385-0757f3f.js Failed to load resource: the server responded with a status of 401 (Unauthorized)RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032PMVariables.setInputDocuments @ mafe-df12385-0757f3f.js:122192PMVariables @ mafe-df12385-0757f3f.js:121101PMDesigner.variables.create @ mafe-df12385-0757f3f.js:122229PMAction.handler @ mafe-df12385-0757f3f.js:96855(anonymous function) @ mafe-df12385-0757f3f.js:82047x.event.dispatch @ mafe-df12385-0757f3f.js:1112v.handle @ mafe-df12385-0757f3f.js:1112
http://[[DOMAIN]]/lib/js/mafe-df12385-0757f3f.js Failed to load resource: the server responded with a status of 401 (Unauthorized)RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032PMVariables.setInputDocuments @ mafe-df12385-0757f3f.js:122192PMVariables @ mafe-df12385-0757f3f.js:121101PMDesigner.variables.create @ mafe-df12385-0757f3f.js:122229PMAction.handler @ mafe-df12385-0757f3f.js:96855(anonymous function) @ mafe-df12385-0757f3f.js:82047x.event.dispatch @ mafe-df12385-0757f3f.js:1112v.handle @ mafe-df12385-0757f3f.js:1112
http://[[DOMAIN]]/lib/js/mafe-df12385-0757f3f.js Failed to load resource: the server responded with a status of 401 (Unauthorized)RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032PMVariables.setInputDocuments @ mafe-df12385-0757f3f.js:122192PMVariables @ mafe-df12385-0757f3f.js:121101PMDesigner.variables.create @ mafe-df12385-0757f3f.js:122229PMAction.handler @ mafe-df12385-0757f3f.js:96855(anonymous function) @ mafe-df12385-0757f3f.js:82047x.event.dispatch @ mafe-df12385-0757f3f.js:1112v.handle @ mafe-df12385-0757f3f.js:1112
http://[[DOMAIN]]/lib/js/mafe-df12385-0757f3f.js Failed to load resource: the server responded with a status of 401 (Unauthorized)RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032PMVariables.setInputDocuments @ mafe-df12385-0757f3f.js:122192PMVariables @ mafe-df12385-0757f3f.js:121101PMDesigner.variables.create @ mafe-df12385-0757f3f.js:122229PMAction.handler @ mafe-df12385-0757f3f.js:96855(anonymous function) @ mafe-df12385-0757f3f.js:82047x.event.dispatch @ mafe-df12385-0757f3f.js:1112v.handle @ mafe-df12385-0757f3f.js:1112
http://[[DOMAIN]]/lib/js/mafe-df12385-0757f3f.js Failed to load resource: the server responded with a status of 401 (Unauthorized)RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032PMVariables.setInputDocuments @ mafe-df12385-0757f3f.js:122192PMVariables @ mafe-df12385-0757f3f.js:121101PMDesigner.variables.create @ mafe-df12385-0757f3f.js:122229PMAction.handler @ mafe-df12385-0757f3f.js:96855(anonymous function) @ mafe-df12385-0757f3f.js:82047x.event.dispatch @ mafe-df12385-0757f3f.js:1112v.handle @ mafe-df12385-0757f3f.js:1112
http://[[DOMAIN]]/lib/js/mafe-df12385-0757f3f.js Failed to load resource: the server responded with a status of 401 (Unauthorized)RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032PMVariables.setInputDocuments @ mafe-df12385-0757f3f.js:122192PMVariables @ mafe-df12385-0757f3f.js:121101PMDesigner.variables.create @ mafe-df12385-0757f3f.js:122229PMAction.handler @ mafe-df12385-0757f3f.js:96855(anonymous function) @ mafe-df12385-0757f3f.js:82047x.event.dispatch @ mafe-df12385-0757f3f.js:1112v.handle @ mafe-df12385-0757f3f.js:1112
http://[[DOMAIN]]/lib/js/mafe-df12385-0757f3f.js Failed to load resource: the server responded with a status of 401 (Unauthorized)RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032PMVariables.setInputDocuments @ mafe-df12385-0757f3f.js:122192PMVariables @ mafe-df12385-0757f3f.js:121101PMDesigner.variables.create @ mafe-df12385-0757f3f.js:122229PMAction.handler @ mafe-df12385-0757f3f.js:96855(anonymous function) @ mafe-df12385-0757f3f.js:82047x.event.dispatch @ mafe-df12385-0757f3f.js:1112v.handle @ mafe-df12385-0757f3f.js:1112
http://[[DOMAIN]]/lib/js/mafe-df12385-0757f3f.js Failed to load resource: the server responded with a status of 401 (Unauthorized)RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032PMVariables.setInputDocuments @ mafe-df12385-0757f3f.js:122192PMVariables @ mafe-df12385-0757f3f.js:121101PMDesigner.variables.create @ mafe-df12385-0757f3f.js:122229PMAction.handler @ mafe-df12385-0757f3f.js:96855(anonymous function) @ mafe-df12385-0757f3f.js:82047x.event.dispatch @ mafe-df12385-0757f3f.js:1112v.handle @ mafe-df12385-0757f3f.js:1112
http://[[DOMAIN]]/lib/js/mafe-df12385-0757f3f.js Failed to load resource: the server responded with a status of 401 (Unauthorized)RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032PMVariables.setInputDocuments @ mafe-df12385-0757f3f.js:122192PMVariables @ mafe-df12385-0757f3f.js:121101PMDesigner.variables.create @ mafe-df12385-0757f3f.js:122229PMAction.handler @ mafe-df12385-0757f3f.js:96855(anonymous function) @ mafe-df12385-0757f3f.js:82047x.event.dispatch @ mafe-df12385-0757f3f.js:1112v.handle @ mafe-df12385-0757f3f.js:1112
http://[[DOMAIN]]/lib/js/mafe-df12385-0757f3f.js Failed to load resource: the server responded with a status of 401 (Unauthorized)RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032PMVariables.setInputDocuments @ mafe-df12385-0757f3f.js:122192PMVariables @ mafe-df12385-0757f3f.js:121101PMDesigner.variables.create @ mafe-df12385-0757f3f.js:122229
9http://[[DOMAIN]]/lib/js/mafe-df12385-0757f3f.js Failed to load resource: the server responded with a status of 401 (Unauthorized)RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274
mafe-df12385-0757f3f.js:1274 Uncaught RangeError: Maximum call stack size exceeded.RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032newRestClient.post.success @ mafe-df12385-0757f3f.js:81251that.rc.postCall.success @ mafe-df12385-0757f3f.js:30169r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274
http://[[DOMAIN]]/lib/js/mafe-df12385-0757f3f.js Failed to load resource: the server responded with a status of 401 (Unauthorized)RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032PMVariables.loadDataBaseConnections @ mafe-df12385-0757f3f.js:121909PMVariables.init @ mafe-df12385-0757f3f.js:121655PMVariables @ mafe-df12385-0757f3f.js:121622PMDesigner.variables.create @ mafe-df12385-0757f3f.js:122229PMAction.handler @ mafe-df12385-0757f3f.js:96855(anonymous function) @ mafe-df12385-0757f3f.js:82047x.event.dispatch @ mafe-df12385-0757f3f.js:1112v.handle @ mafe-df12385-0757f3f.js:1112
http://[[DOMAIN]]/lib/js/mafe-df12385-0757f3f.js Failed to load resource: the server responded with a status of 400 (Bad Request)RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.postCall @ mafe-df12385-0757f3f.js:1274RestProxy.post @ mafe-df12385-0757f3f.js:30164PMRestClient.refreshAccesToken @ mafe-df12385-0757f3f.js:81236PMRestClient.failureResponse @ mafe-df12385-0757f3f.js:81212restProxy.get.failure @ mafe-df12385-0757f3f.js:81073that.rc.getCall.failure @ mafe-df12385-0757f3f.js:30264r.onreadystatechange @ mafe-df12385-0757f3f.js:1274RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032PMVariables.loadDataBaseConnections @ mafe-df12385-0757f3f.js:121909PMVariables.init @ mafe-df12385-0757f3f.js:121655PMVariables @ mafe-df12385-0757f3f.js:121622PMDesigner.variables.create @ mafe-df12385-0757f3f.js:122229PMAction.handler @ mafe-df12385-0757f3f.js:96855(anonymous function) @ mafe-df12385-0757f3f.js:82047x.event.dispatch @ mafe-df12385-0757f3f.js:1112v.handle @ mafe-df12385-0757f3f.js:1112
http://[[DOMAIN]]/lib/js/mafe-df12385-0757f3f.js Failed to load resource: the server responded with a status of 401 (Unauthorized)RestClient.consume @ mafe-df12385-0757f3f.js:1274RestClient.getCall @ mafe-df12385-0757f3f.js:1274RestProxy.get @ mafe-df12385-0757f3f.js:30256PMRestClient.get @ mafe-df12385-0757f3f.js:81054PMRestClient.executeRestClient @ mafe-df12385-0757f3f.js:81032PMVariables.load @ mafe-df12385-0757f3f.js:121793PMDesigner.variables.create @ mafe-df12385-0757f3f.js:122231PMAction.handler @ mafe-df12385-0757f3f.js:96855(anonymous function) @ mafe-df12385-0757f3f.js:82047x.event.dispatch @ mafe-df12385-0757f3f.js:1112v.handle @ mafe-df12385-0757f3f.js:1112
http://[[DOMAIN]]/lib/js/mafe-df12385-0757f3f.js Failed to load resource: the server responded with a status of 400 (Bad Request)
#785305
If I trace through the mafe.min.js file I see the load function, and a number of the code lines are commented out, is this expected?

PMProject.prototype.load = function () {
var keys = this.getKeysClient(),
that = this;
//this.remoteProxy.setDataType("json");
//this.remoteProxy.setAuthorizationType('oauth2',keys);
//this.remoteProxy.get({
// url: that.remoteProxy.url,
// authorizationOAuth: true,
// success: function (xhr, response) {
// that.dirty = false;
// that.loadProject(response);
// },
// failure: function (xhr, response) {
// that.listeners.failure(that, xhr, response);
// }
//});

$.ajax({
url: that.remoteProxy.url,
type: 'GET',
//data: JSON.stringify(that.getDirtyObject()),
contentType: "application/json",
beforeSend: function (xhr) {
xhr.setRequestHeader("Authorization", "Bearer " + keys.access_token);
xhr.setRequestHeader("Accept-Language", LANG);
},
success: function (data, textStatus) {
that.dirty = false;
that.loadProject(data);
$(".loader").fadeOut("slow"); //remove loader gif
},
error: function (xhr, textStatus, errorThrown) {
$(".loader").fadeOut("slow"); //remove loader gif
that.listeners.failure(that, xhr, response);
}
});

return this;
};
#785306
It seems that whatever REST calls are made from the PM UI are being blocked:

Request URL:http://[[DOMAIN]]/api/1.0/workflow/project/7725998845724fd49bd6f77037664941/input-documents
Request Method:GET
Status Code:401 Unauthorized

Request URL:http://[[DOMAIN]]/api/1.0/workflow/project/7725998845724fd49bd6f77037664941/database-connections
Request Method:GET
Status Code:401 Unauthorized

Request URL:http://[[DOMAIN]]/api/1.0/workflow/project/7725998845724fd49bd6f77037664941/process-variables
Request Method:GET
Status Code:401 Unauthorized

Request URL:http://[[DOMAIN]]/api/1.0/workflow/token
Request Method:POST
Status Code:400 Bad Request
#785319
I've never seen this problem before. Did you follow the upgrade procedure on the wiki, so your PM code and your databases get upgraded together correctly? You can't install a new copy PM 3.0 and then try to import your PM 2.X workspace.

I am seeing some problems with PHP 5.6. What version of PHP are you using?
#785327
Thanks amosbatto, this wasnt an upgrade, it was a clean install in the /home/[username]/opt/processmaker root on a VPS server that is running cpanel / whm but I have root access to, I have a professional server management team that have a much better understanding than me of linux and even then it took them a week to install because of consistencies with the instructions etc. I havent imported anything from my previous workspace, this is a new project starting with a totally empty installation. I create a new BPMN, open the PM desktop, try and drag something to the stage and NOTHING, then I try and create a new variable and get all the errors above. Like I said before, I openly admittedly my linux skills are rubbish, but using a professional server administrator and they have problems too ....

My server management team have said overnight:

"We have checked and ensured that ownership and permission of the files and folders in the installation side as well as the server settings are fine so that process maker will run fine.
We have investigated regarding the "401 error" message and could see that it is related to the access token. If the access token has expired or is invalid, the HTTP status code will be set to 401 (Unauthorized). No, we don't think that the server expires the token too quick. As updated previously, we have investigated on the issue regarding the "401 error" message and could see that it is related to the access token. If the access token has expired or is invalid, the HTTP status code will be set to 401 (Unauthorized). Please refer url given below:
=====
http://wiki.processmaker.com/index.php/ ... _Endpoints
=====
So the error is not due to any permission issue in the server side. I infer that the issue that you are facing may be due to some software side changes ( not server side or installation part. we ensured it completely), which should be acknowledged by your developer."

I am running:
PM version 3.0.1.7community / PMUI JS 0.1.1 / MAFE master.0757f3f / Dynaform.js master.30597cf / mysql v4.4.49-cll / centos 6.7 / apache 2.2.31 / php 5.5.34 / google chrome
Last edited by websolprov on Wed May 04, 2016 3:25 am, edited 1 time in total.
#785328
Amosbatto, there are only TWO places in the ENTIRE source code where that error appear, generated by function of identical name and structure by the statement "PMDesigner.msgWinError('An error occurred while retrieving the access token'.translate());"
/**
* Gets new token using the refresh token key
* @param root
*/
PMRestClient.prototype.refreshAccesToken = function (root) {
var newRestClient = new PMUI.proxy.RestProxy();

newRestClient.post({
url: "/api/" + root.apiVersion + "/" + WORKSPACE + "/token",
data: {
grant_type: "refresh_token",
client_id: PMDesigner.project.tokens.client_id,
client_secret: PMDesigner.project.tokens.client_secret,
refresh_token: PMDesigner.project.tokens.refresh_token
},
success: function (xhr, response) {
PMDesigner.project.tokens.access_token = response.access_token;
PMDesigner.project.tokens.expires_in = response.expires_in;
PMDesigner.project.tokens.token_type = response.token_type;
PMDesigner.project.tokens.scope = response.scope;
PMDesigner.project.tokens.refresh_token = response.refresh_token;

root.executeRestClient();
},
failure: function(xhr, response) {
PMDesigner.msgWinError('An error occurred while retrieving the access token'.translate());
}
});
};
#785357
websolprov, I have updated the installation instructions for the Linux distros yesterday on the wiki, so I recommend that you do a clean install again. It looks like your problem is that you can't login to MySQL, which is giving you all the problems. I recommend that you use the MySQL "root" user when doing the install. See if it works that way.
#785361
Thanks Amosbatto. Cant login to mysql, really? I didnt realise as I am able to create processes, and they appear in the list of processes and the database indicating that a successful connection to mysql has been made. The errors only appear when I click on the process, click edit and go to the process designer desktop.
#785385
Nope, I can access the PM and create a task, but just I cant see the designer desktop and create a variable. SELinux is disabled, and port 80 is fully open. My server management guys have just reinstalled from scrath, and still we have the same error. No errors in installation whatsoever just the errors showing above.
#785386
The user before had sufficient privilege anyway but they have tried with a user similar to root and that still doesnt work.

Please note that applying root mysql privileges to processmaker is not a secure method. The required privilege for the application user is "GRANT OPTION". This privilege is normally available only to root user.

I had already enabled this privilege for the required user while installing the software. Please refer below snippet.

~~~~~~~~~~~~
show grants for 'complian_admin'@'localhost';
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------+
| GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, RELOAD, SHUTDOWN, PROCESS, FILE, REFERENCES, INDEX, ALTER, SHOW DATABASES, SUPER, EXECUTE, REPLICATION SLAVE, REPLICATION CLIENT, CREATE VIEW, SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, CREATE USER, EVENT, TRIGGER, CREATE TABLESPACE ON *.* TO 'complian_admin'@'localhost' IDENTIFIED BY PASSWORD '*[passworf]' WITH GRANT OPTION |
+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)

show grants for 'root'@'localhost';
+----------------------------------------------------------------------------------------------------------------------------------------+
| Grants for root@localhost |
+----------------------------------------------------------------------------------------------------------------------------------------+
| GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY PASSWORD '*[passworf]' WITH GRANT OPTION |
| GRANT PROXY ON ''@'' TO 'root'@'localhost' WITH GRANT OPTION |
+----------------------------------------------------------------------------------------------------------------------------------------+
2 rows in set (0.00 sec)

mysql>
#785388
I have had issues before getting the linux version working, even on a server that had an earlier version of PM working fine. Its really bad and hard to get working, now I have Bobcares server management experts working on it, and they cant do it too, says a lot ...
#786456
Without having access to your system, I have no idea why it doesn't work with cpanel/WHM. I recommend getting a server or VPS which gives you normal root access via SSH. You should also file bug reports to alert the developers that there is a problem with cpanel/WHM. (The developers don't read this forum, so you need to file bug reports to get their attention.)
#787015
get this error too.

when i tried to install everything according to the wiki, step by step
then when login,
blank page on designer tab, after creating and choosing new project.

http://sub.domain.com/1.0/Workflow/proj ... 2048930657 Failed to load resource: the server responded with a status of 401 (Unauthorized)

Failed to load resource: the server responded with a status of 401 (Unauthorized)RestClient.consume @ mafe-1eaec88-d6c56d2.js:1274
http://sub.domain.com/api/1.0/Workflow/ ... 2048930657 Failed to load resource: the server responded with a status of 401 (Unauthorized)

Anyone knows how to solve it?

im just suck on this, and anyway. there is problem with instalation 3.1, on step 4 mysql username prefix must not having numerical value.
Oh God please help me..
#812527
charles wrote:get this error too.

when i tried to install everything according to the wiki, step by step
then when login,
blank page on designer tab, after creating and choosing new project.

http://sub.domain.com/1.0/Workflow/proj ... 2048930657 Failed to load resource: the server responded with a status of 401 (Unauthorized)

Failed to load resource: the server responded with a status of 401 (Unauthorized)RestClient.consume @ mafe-1eaec88-d6c56d2.js:1274
http://sub.domain.com/api/1.0/Workflow/ ... 2048930657 Failed to load resource: the server responded with a status of 401 (Unauthorized)

Anyone knows how to solve it?

im just suck on this, and anyway. there is problem with instalation 3.1, on step 4 mysql username prefix must not having numerical value.
Oh God please help me..
Tuve el mismo problema, lo corregí añadiendo la siguiente instrucción al archivo .htaccess, que se ubica en el directorio público de processmaker.
Code: Select all
	    RewriteCond %{HTTP:Authorization} ^(.*)
    	    RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]
Mira el siguiente enlace: http://cpissue.blogspot.cl/2016/02/auth ... it-is.html

Aunque el el Post es antiguo, aprovecho de publicar la solución por que puede que a alguien más le sirva.
Me tardé más de medio día en encontrar el problema. :mrgreen:

A 1xbet clone script is a pre-designed software so[…]

4rabet clone script is enabling entrepreneurs to e[…]

Parimatch clone script is enabling entrepreneurs t[…]

In the world of cryptocurrency, a wallet is an app[…]