Hey guys,
I have to admit the problem seems to be familiar to me. I tried out a few browsers (btw.

Originally Posted by
hansva
have to use a real browser like Chrome or FireFox
That is no alternative since FireFox is no "real browser" in my opinion, but that leeds to far). However using FireFox, IE and Opera had absolutely no effect to the problem. I also tried to get the JSconsole using Opera DragonFly. When I click on any component inside CDE I get an error equal the follwoing:
Code:
Uncaught exception: TypeError: Cannot convert 'PropertiesManager.getPropertyType(type)' to object
Error thrown at line 188, column 1515 in <anonymous function: getProperty>(type, options) in http://localhost:8080/pentaho/conten...a886dcb20b90f8:
return PropertiesManager.getPropertyType(type).getPropertyObject(options);
called from line 369, column 1532 in <anonymous function: getStub>() in http://localhost:8080/pentaho/conten...a886dcb20b90f8:
_stub.properties.push(PropertiesManager.getProperty("name"));
called from line 369, column 3365 in <anonymous function: execute>(tableManager) in http://localhost:8080/pentaho/conten...a886dcb20b90f8:
var _stub=LayoutRowModel.getStub();
called from line 227, column 2913 in <anonymous function: executeOperation>(tableManagerId, idx) in http://localhost:8080/pentaho/conten...a886dcb20b90f8:
tableManager.getOperations()[idx].execute(tableManager);
called from line 1, column 0 in javascript:TableManager.executeOperation('table-cdfdd-layout-tree',3);:
TableManager.executeOperation('table-cdfdd-layout-tree',3);
When I try to add a DataSource (e.g. OLAP MDX Query the whole application (CDE) crashes as it does not react on any further user-ineraction).
Here is the JS-log for this error:
Code:
Uncaught exception: TypeError: Cannot convert 'PropertiesManager.getPropertyType(type)' to object
Error thrown at line 188, column 1515 in <anonymous function: getProperty>(type, options) in http://localhost:8080/pentaho/conten...a886dcb20b90f8:
return PropertiesManager.getPropertyType(type).getPropertyObject(options);
called from line 337, column 1965 in <anonymous function: getStub>() in http://localhost:8080/pentaho/conten...a886dcb20b90f8:
_stub.properties.push(PropertiesManager.getProperty("name"));
called from line 337, column 1191 in <anonymous function: getStub>() in http://localhost:8080/pentaho/conten...a886dcb20b90f8:
return DatasourcesMdxModel.getStub();
called from line 336, column 5172 in <anonymous function: callback>(v, m, f) in http://localhost:8080/pentaho/conten...a886dcb20b90f8:
var datasourceStub=myself.getStub();
called from line 61, column 227 in <anonymous function: $.prompt>() in http://localhost:8080/pentaho/conten...a886dcb20b90f8:
options.callback(clicked,msg,formvals);
called via Function.prototype.call() from line 598, column 118 in <anonymous function: opt.complete>(noUnmark) in http://localhost:8080/pentaho/conten...b1be5307fde13b:
opt.old.call(this);
called via Function.prototype.call() from line 607, column 62 in <anonymous function: step>(gotoEnd) in http://localhost:8080/pentaho/conten...b1be5307fde13b:
complete.call(elem);
called from line 601, column 670 in t(gotoEnd) in http://localhost:8080/pentaho/conten...b1be5307fde13b:
return self.step(gotoEnd);
called from line 610, column 178 in <anonymous function: tick>() in http://localhost:8080/pentaho/conten...b1be5307fde13b:
if(!timer()&&timers[i]===timer)
called from unknown location in program code:
/* no source available */
I really like to use CDE since adding any Community Chart by CDF is somehow unanyoing.
EDIT:
Here is just a log of the error-console from FireFox when clicking on add MDX-query:
Seems to be indeed a problem with NS-permission, but how to solve it?