|
Links to others with the same problem
1. This could be the same Jasper one we are seeing in hadoop https://issues.apache.org/bugzilla/show_bug.cgi?id=41509 2. Discussion from Sun about how java6 changed part of the classloaders to return an immutable collection http://mail-archives.apache.org/mod_mbox/incubator-river-user/200810.mbox/%3C20081015181649.GB4649@east%3E Here is the patch to SmartFrogTask and common.xml to allow a security manager to be chosen, this lets you find these problems early. I havent checked them in as it would be rude to break everything before I go away. Others may play with it though
plan to extend the security manager check component with something that can check that the current permissions manager is working, and if not print out its classname for better diagnostics
see also HADOOP-5740 - https://issues.apache.org/jira/browse/HADOOP-5740 - this is the cause of the problem
With the latest hadoop commit this is *probably* fixed. only one way to know though: tests!
correction -even with HADOOP-5740 patched, you can't run with a security manager. Hence
Closing as fixed for now, though Hadoop wont work under SmartFrog with the security manager live. Creating a new report for that.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
http://mail-archives.apache.org/mod_mbox/incubator-river-user/200810.mbox/%3C20081015181649.GB4649@east%3E
This is also what has surfaced in
SFOS-1154