Open GoogleCodeExporter opened 9 years ago
Could you please provide some sample data that's giving you trouble and that we
can test on?
Original comment by dfhu...@gmail.com
on 2 Dec 2010 at 7:13
My original failed example was the full dataset with 26000 observataions. I
just tested it with a dataset having only 1001 observations and I am having the
same problems, so I am sending the smaller dataset.
Original comment by DanielJo...@gmail.com
on 3 Dec 2010 at 4:37
Attachments:
I have been able to import your xlsx file, and to create numeric facets on
"weight" and "totht". Do you have access to Firefox or Chrome? I'm suspecting
that you might be seeing an IE-specific issue.
(We coded Google Refine using standard web technologies, through the jQuery
library. This works quite well for Firefox, Chrome, and Safari. We don't try to
compensate for browser-specific non-standard behaviors.)
Original comment by dfhu...@gmail.com
on 5 Dec 2010 at 1:55
The computer that I was hoping to use is limited to IE by company policy. In
order to see if this is the problem I installed Refine on my home computer.
It gives me errors that I haven't been able to figure out:
HTTP ERROR 500
Problem accessing /. Reason:
Butterfly Error
Butterfly incurred in the following errors while initializing:
java.lang.Exception: Failed to wire modules
at edu.mit.simile.butterfly.Butterfly.configure(Butterfly.java:435)
at edu.mit.simile.butterfly.Butterfly.init(Butterfly.java:308)
at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
at com.google.refine.RefineServer.configure(Refine.java:278)
at com.google.refine.RefineServer.init(Refine.java:200)
at com.google.refine.Refine.init(Refine.java:117)
at com.google.refine.Refine.main(Refine.java:111)
Caused by: java.lang.RuntimeException: Cannot wire module 'freebase' because no
module implements the required interface 'core'
at edu.mit.simile.butterfly.Butterfly.wireModules(Butterfly.java:802)
at edu.mit.simile.butterfly.Butterfly.configure(Butterfly.java:433)
Original comment by DanielJo...@gmail.com
on 7 Dec 2010 at 4:45
Would you mind trying to check out the development version and see if that
error is still there?
http://code.google.com/p/google-refine/wiki/GetDevelopmentVersion
Original comment by dfhu...@gmail.com
on 7 Dec 2010 at 6:30
I considered doing so, but it looks pretty involved. I'd install another
program, but this looks like much more than that and the end result, though
nice, might not be worth the time investment.
Original comment by DanielJo...@gmail.com
on 8 Dec 2010 at 3:05
I see the exact same problem in IE 8 on XP with the automobile data set from
the UCI Machine Learning repository. I can create a text facet from the "make"
column, but Google Refine hangs with "Working" when trying to create a numeric
facet from "bore" or "price". Could this be because some of the data in these
columns are missing (with "?" instead of a numeric value)? A data cleaning app
should be able to handle bogus values in a numeric column!
See here for the data: http://archive.ics.uci.edu/ml/datasets/Automobile
Raw data without column names are here:
http://archive.ics.uci.edu/ml/machine-learning-databases/autos/imports-85.data
Original comment by danapoke...@yahoo.com
on 22 Dec 2010 at 5:09
To quote one of our developers in this issue above:
(We coded Google Refine using standard web technologies, through the jQuery
library. This works quite well for Firefox, Chrome, and Safari. We don't try to
compensate for browser-specific non-standard behaviors.)
I tried the autos/imports-85.data and it works flawlessly in Google Chrome, and
Firefox, but your right, the numeric facet hangs in IE8.
Original comment by thadguidry
on 22 Dec 2010 at 5:36
I should also add that I choose to auto-detect the value types, but you can
also uncheck that option prior to loading, and once loaded, then use Edit Cells
-> Common Transforms -> To Number
Original comment by thadguidry
on 22 Dec 2010 at 5:39
Original comment by tfmorris
on 22 Dec 2010 at 6:05
Internet Explorer support was improved in Refine 2.5. Can you retest and let
us know if this issue still exists?
Original comment by tfmorris
on 18 Sep 2012 at 7:50
Original issue reported on code.google.com by
DanielJo...@gmail.com
on 30 Nov 2010 at 8:26