Hi Amit, > Hi, > > When others access my application remotely, some of them get the error : > [Exception... "Security Manager vetoed action" nsresult: "0x80570027 > (NS_ERROR_XPC_SECURITY_MANAGER_VETO)" location: "JS frame :: > framework/source/class/qx/core/Assert.js > <http://172.21.6.113:8080/SpagoBI/js/lib/qooxdoo-0.8/framework/source/class/qx/core/Assert.js> > > :: anonymous :: line 332" data: no] > > I checked on the forum and found : > http://n2.nabble.com/Selenium-IDE-error-td1096773.html#a1096773 > So, I did as mentioned and removed the array.join() part and now it > works fine with everyone. > > The problem is I don't get the error on my system (even if I do > http://<IP>:8080/Application instead of > http://localhost:8080/Application) but on other system with same > config. (FF 3.0.7 and FB 1.3.3) I get the error. > Then, I tried in FF 3.0.5 and FB 1.3.3 and I don't get the error. > > So, I am confused what can be the reason for the error?
It would be interesting to learn how the array looks like, which causes the error. Could you please try Hugh's suggestion from the selenium thread <http://n2.nabble.com/Selenium-IDE-error-tp1096773p1112635.html>: "Very interesting. So what is being added to the array in this instance, or arrays in general, which is causing the problem? You can run with Firebug active. Change the code to put a try/catch block around the array.join call in assertInArray. Set a breakpoint in the exception catching and look at the contents of the array to find what is the bad content. " Best Fabian -- Fabian Jakobs JavaScript Framework Developer 1&1 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 [email protected] Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver Mauss, Jan Oetjen Aufsichtsratsvorsitzender: Michael Scheeren ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
