Did you tried using Latest version of Firefox 3.5 along with the JSSh for 3.5? Also are you an administrator while installing the extension?
- Angrez On Thu, Nov 12, 2009 at 3:08 PM, Alexandre <[email protected]> wrote: > > Le mardi 10 novembre de l'année 2009, vers 11 heures et 08 minutes, > Alexandre Delanoë écrivait: > > > > Hi all, > > I have 3.0.14-1 firefox on a debian testing box. > > Then I installed : > > > http://wiki.openqa.org/download/attachments/13893658/jssh-20080725-Linux.xpi?version=1 > > > > In a terminal I launch the command: > > firefox -jssh > > > > Then "telnet localhost 9997" is > > Unable to connect to remote host: Connection refused > > Error console indicates that > Components.classes['@mozilla.org/jssh-server;1'] is undefined in > Source File: > file:///home/user/.mozilla/firefox/xxxx.default/extensions/ > [email protected]/components/nsJSShStarter.js > Line: 133 > > Code: > > JSShStarter.prototype = { > // nsICommandLineHandler methods: > handle : function(commandline) { > debug("JSShStarter: checking for -jssh startup option\n"); > if (commandline.handleFlag("jssh", false)) { > // start a jssh server with startupURI > // "chrome://jssh/content/jssh-debug.js". We use 'getService' > // instead of 'createInstance' to get a well-known, globally > // accessible instance of a jssh-server. > // XXX Todo: get port, startupURI and loopbackOnly from prefs. > Components.classes["@mozilla.org/jssh-server;1"] > .getService(Components.interfaces.nsIJSShServer) > .startServerSocket(9997, "chrome://jssh/content/jssh-debug.js", > true); > debug("JSShStarter: JSSh server started on port 9997\n"); > } > }, > > helpInfo : " -jssh Start a JSSh server on port > 9997.\n", > > }; > > > > Any idea to fix this ? > Thank you for help. > > > -- > Alexandre Delanoë > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to [email protected] Before posting, please read the following guidelines: http://wiki.openqa.org/display/WTR/Support To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/watir-general -~----------~----~----~----~------~----~------~--~---
