Roger,
Try launching Chrome from the command line (close all open windows that you
may have first). And see what the log reports.
Also, can you verify that you can telnet into your codeserver? e.g.
$ telnet 127.0.0.1 9997
Connected to 127.0.0.1.
Escape character is '^]'.
asdf
Connection closed by foreign host.
If you enter garbage input like I did here ('asdf') then the code server
should die with something like:
Connection received from mycomputer:54684
[ERROR] Unrecognized command for client; closing connection
com.google.gwt.dev.shell.BrowserChannelException: Invalid message type 97
at
com.google.gwt.dev.shell.BrowserChannel$Message.readMessageType(BrowserChannel.java:1104)
at
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:378)
at
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:352)
at java.lang.Thread.run(Thread.java:636)
On Wed, Dec 22, 2010 at 10:23 AM, Roger Studner <[email protected]> wrote:
> Yeah, toolbox stays red/no permissions issue..
>
> I did go ahead and add
> localhost
> localhost:9997
> 127.0.0.1
> 127.0.0.1:9997
> etc
> etc
> before I figured there might just be a bug ;)
>
> Roger
>
>
>
> On Dec 22, 2010, at 10:17 AM, Chris Conroy wrote:
>
> Matthew: There is a plugin as of a few weeks ago.
>
> Roger: Do you see the GWT toolbox in the URL bar turn gray? If so this
> means you have a permissions issue and you need to click the toolbox (or
> just go directly to the extension's options page) to add the host.
>
> On Wed, Dec 22, 2010 at 9:49 AM, Matthew Hill <[email protected]> wrote:
>
>> I thought that there wasn't a dev plugin for Chrome on OS X?
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google Web Toolkit" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected]<google-web-toolkit%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-web-toolkit%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.