Hi, I'm having serious trouble running GWT hosted mode on OS X. The compiler works fine, the problem is just the OOPHM. I've searched for a solution but came back empty handed.
OS: OS X 10.5.8 java -version: 1.5.0_22 (I've tried updating java for mac on connect.apple.com) GWT: 2.0 Eclipse: 3.5 The error the console gives me is: 2010-01-17 04:32:54.273 java[236:80f] [Java CocoaComponent compatibility mode]: Enabled 2010-01-17 04:32:54.274 java[236:80f] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000 Could not connect to remote UI listening at localhost:52228. Using default UI instead. 2010-01-17 04:32:54.937 java[236:16803] *** -[NSConditionLock unlock]: lock (<NSConditionLock: 0x19a6e0> '(null)') unlocked when not locked 2010-01-17 04:32:54.938 java[236:16803] *** Break on _NSLockError() to debug. 2010-01-17 04:32:55.042 java[236:16803] *** -[NSConditionLock unlock]: lock (<NSConditionLock: 0x19b110> '(null)') unlocked when not locked /** goes on for several lines**/ The server is running at http://localhost:8888/ /** some stuff as before **/ Please relieve from this endless pain :(
-- 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.
