leerssej / google-refine

Automatically exported from code.google.com/p/google-refine
Other
0 stars 0 forks source link

application window does not automatically open in browser #193

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run Google Refine

What is the expected output? What do you see instead?
The application should run and open up the proper url (http://127.0.0.1:3333/) 
in a browser window.  Instead, the application runs, but does not open a new 
browser window; you must go the url manually.

What version of the product are you using? On what operating system?
v2.0, Mac OS X 10.5.8.  Default browser is set as Firefox 3.6.12, but the 
problem occurs even when Chrome is set as the default browser.  

Please provide any additional information below.
System.log has a message, "Point your browser to http://127.0.0.1:3333/ to 
start using Refine." - which is the only way I knew what url to access.

Original issue reported on code.google.com by krues...@gmail.com on 11 Nov 2010 at 4:17

GoogleCodeExporter commented 8 years ago
Is it possible that a security suite might be blocking this ?

Original comment by thadguidry on 11 Nov 2010 at 4:22

GoogleCodeExporter commented 8 years ago
Not as far as I can tell.  I've tried it with the built-in OS X Firewall off, 
Waterroof firewall set to allow all connections.  Here's what the log says:

Nov 11 11:28:42 Omamori [0x0-0x571571].com.google.refine.Refine[74966]: 
11:28:42.557 [                   refine] Sorry, some error prevented us from 
launching the browser for you.

Nov 11 11:28:42 Omamori [0x0-0x571571].com.google.refine.Refine[74966]:  Point 
your browser to http://127.0.0.1:3333/ to start using Refine. (866ms)

Original comment by krues...@gmail.com on 11 Nov 2010 at 4:37

GoogleCodeExporter commented 8 years ago
I see two more possibly-relevant message in windowserver.log:

Nov 11 11:52:28  [66] Reserved range exhausted. (0x14bc91000 to 0x14bc99000 
goes out of bounds).  Mapping new allocations into any available space

Nov 11 11:52:28  [66] kCGErrorIllegalArgument: CGXOrderWindow: Operation on a 
window 0x6 not owned by caller Google Refine

Original comment by krues...@gmail.com on 11 Nov 2010 at 4:56

GoogleCodeExporter commented 8 years ago
Same issue, same Mac OS X version (10.5.8), but a different browser though: 
Safari 5.0.3
Same Console messages. One possibly relevant message(?):

12/14/10 11:26:47 AM Safari[7157] LSOpenFromURLSpec() returned -43 for 
application (null) path /Users/jheasly/Downloads/Google Refine 2.0. 

Original comment by jhea...@earthlink.net on 14 Dec 2010 at 8:14