Ok, we looked futher into this issue, so far i can you tell this:
- the war file looks fine
- there are no 404 html errors within firebugs
- there IS a javascript error, which will stop the whole app. I've tried to compile it pretty but this won't help us much, but i doubt it will help anyone to track down our problem :-D
Uncaught TypeError: Cannot read property 'impl' of null
function entry_0(jsFunction){
return function(){
try {
return entry0(jsFunction, this, arguments);
}
catch (e) {
throw e;
}
}
;
}
![]()
D567810C3CA526CC2D2D07399319FBAD.cache.html:577Uncaught TypeError: Cannot read property 'impl' of null
But we tracked down our problem to our logging. Our log guy will look further into this ;-)