Coder Social home page Coder Social logo

jackyq2015 / openrefine Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openrefine/openrefine

0.0 0.0 1.0 333.18 MB

OpenRefine is a free, open source power tool for working with messy data and improving it

License: Other

Java 55.72% JavaScript 38.38% HTML 1.91% CSS 3.33% Shell 0.51% Batchfile 0.11% Ruby 0.04%

openrefine's People

Contributors

blakko avatar corajr avatar davidleoni avatar dfhuynh avatar iainsproat avatar indraastra avatar isaomatsunami avatar jackyq2015 avatar jameshome avatar jhisse avatar jmcastagnetto avatar lemmingapex avatar lispc avatar magdmartin avatar micxem2000 avatar noamoss avatar ostephens avatar plhyc1216 avatar romitat avatar rudygt avatar sparkica avatar stefanom avatar tfmorris avatar thadguidry avatar ultraklon avatar ushchent avatar weblate avatar wetneb avatar willmoffat avatar xseris avatar

Watchers

 avatar  avatar

Forkers

dromescu

openrefine's Issues

on branch issue/1383 got exception when loading the old project

15:25:38.635 [ refine_server] Starting Server bound to '127.0.0.1:3333' (0ms)
15:25:38.644 [ org.mortbay.log] Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog (9ms)
15:25:38.661 [ refine_server] Initializing context: '/' from '/media/cui/deve/src/jackyq/openrefine2/main/webapp' (17ms)
15:25:38.732 [ org.mortbay.log] jetty-6.1.22 (71ms)
15:25:39.052 [ org.mortbay.log] NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet (320ms)
15:25:39.339 [ org.mortbay.log] Started [email protected]:3333 (287ms)
15:25:39.367 [ refine] Starting OpenRefine 2.8 [TRUNK]... (28ms)
15:25:39.372 [ FileProjectManager] Using workspace directory: /home/cui/.local/share/openrefine (5ms)
15:25:39.374 [ FileProjectManager] Loading workspace: /home/cui/.local/share/openrefine/workspace.json (2ms)
15:25:39.795 [ project] Loaded project 1709614521405 from disk in 0 sec(s) (421ms)
15:25:39.819 [..ject_metadata_utilities] Partially recovered missing metadata project in directory /home/cui/.local/share/openrefine/1709614521405.project - - 4 cols X 11542 rows - Country Name|Country Code|Year|Value (24ms)
15:25:39.819 [ FileProjectManager] Recovered project named - 4 cols X 11542 rows - Country Name|Country Code|Year|Value in directory 1709614521405.project (0ms)
java.time.format.DateTimeParseException: Text '2017-12-01T14:53:36Z' could not be parsed: Unable to obtain ZonedDateTime from TemporalAccessor: {MilliOfSecond=0, NanoOfSecond=0, InstantSeconds=1512140016, MicroOfSecond=0},ISO of type java.time.format.Parsed
at java.time.format.DateTimeFormatter.createError(DateTimeFormatter.java:1920)
at java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1855)
at java.time.ZonedDateTime.parse(ZonedDateTime.java:597)
at com.google.refine.util.ParsingUtilities.stringToDate(ParsingUtilities.java:194)
at com.google.refine.history.HistoryEntry.load(HistoryEntry.java:173)
at com.google.refine.history.History.load(History.java:314)
at com.google.refine.model.Project.loadFromReader(Project.java:218)
at com.google.refine.model.Project.loadFromInputStream(Project.java:188)
at com.google.refine.io.ProjectUtilities.loadFromFile(ProjectUtilities.java:157)
at com.google.refine.io.ProjectUtilities.load(ProjectUtilities.java:118)
at com.google.refine.io.ProjectMetadataUtilities.recover(ProjectMetadataUtilities.java:120)
at com.google.refine.io.FileProjectManager.loadProjectMetadata(FileProjectManager.java:120)
at com.google.refine.io.FileProjectManager.recover(FileProjectManager.java:419)
at com.google.refine.io.FileProjectManager.initialize(FileProjectManager.java:79)
at com.google.refine.RefineServlet.init(RefineServlet.java:129)
at javax.servlet.GenericServlet.init(GenericServlet.java:241)
at edu.mit.simile.butterfly.Butterfly.init(Butterfly.java:180)
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:296)
at com.google.refine.RefineServer.init(Refine.java:208)
at com.google.refine.Refine.init(Refine.java:114)
at com.google.refine.Refine.main(Refine.java:108)
Caused by: java.time.DateTimeException: Unable to obtain ZonedDateTime from TemporalAccessor: {MilliOfSecond=0, NanoOfSecond=0, InstantSeconds=1512140016, MicroOfSecond=0},ISO of type java.time.format.Parsed
at java.time.ZonedDateTime.from(ZonedDateTime.java:565)
at java.time.format.Parsed.query(Parsed.java:226)
at java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1851)
... 21 more
Caused by: java.time.DateTimeException: Unable to obtain ZoneId from TemporalAccessor: {MilliOfSecond=0, NanoOfSecond=0, InstantSeconds=1512140016, MicroOfSecond=0},ISO of type java.time.format.Parsed
at java.time.ZoneId.from(ZoneId.java:466)
at java.time.ZonedDateTime.from(ZonedDateTime.java:553)
... 23 more
15:25:39.828 [ FileProjectManager] Failed to recover project in directory 2205398073846.project (9ms)
java.time.format.DateTimeParseException: Text '2017-12-01T17:04:14Z' could not be parsed: Unable to obtain ZonedDateTime from TemporalAccessor: {MilliOfSecond=0, NanoOfSecond=0, InstantSeconds=1512147854, MicroOfSecond=0},ISO of type java.time.format.Parsed
at java.time.format.DateTimeFormatter.createError(DateTimeFormatter.java:1920)
at java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1855)
at java.time.ZonedDateTime.parse(ZonedDateTime.java:597)
at com.google.refine.util.ParsingUtilities.stringToDate(ParsingUtilities.java:194)
at com.google.refine.history.HistoryEntry.load(HistoryEntry.java:173)
at com.google.refine.history.History.load(History.java:314)
at com.google.refine.model.Project.loadFromReader(Project.java:218)
at com.google.refine.model.Project.loadFromInputStream(Project.java:188)
at com.google.refine.io.ProjectUtilities.loadFromFile(ProjectUtilities.java:157)
at com.google.refine.io.ProjectUtilities.load(ProjectUtilities.java:118)
at com.google.refine.io.ProjectMetadataUtilities.recover(ProjectMetadataUtilities.java:120)
at com.google.refine.io.FileProjectManager.loadProjectMetadata(FileProjectManager.java:120)
at com.google.refine.io.FileProjectManager.recover(FileProjectManager.java:419)
at com.google.refine.io.FileProjectManager.initialize(FileProjectManager.java:79)
at com.google.refine.RefineServlet.init(RefineServlet.java:129)
at javax.servlet.GenericServlet.init(GenericServlet.java:241)
at edu.mit.simile.butterfly.Butterfly.init(Butterfly.java:180)
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:296)
at com.google.refine.RefineServer.init(Refine.java:208)
at com.google.refine.Refine.init(Refine.java:114)
at com.google.refine.Refine.main(Refine.java:108)
Caused by: java.time.DateTimeException: Unable to obtain ZonedDateTime from TemporalAccessor: {MilliOfSecond=0, NanoOfSecond=0, InstantSeconds=1512147854, MicroOfSecond=0},ISO of type java.time.format.Parsed
at java.time.ZonedDateTime.from(ZonedDateTime.java:565)
at java.time.format.Parsed.query(Parsed.java:226)
at java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1851)
... 21 more
Caused by: java.time.DateTimeException: Unable to obtain ZoneId from TemporalAccessor: {MilliOfSecond=0, NanoOfSecond=0, InstantSeconds=1512147854, MicroOfSecond=0},ISO of type java.time.format.Parsed
at java.time.ZoneId.from(ZoneId.java:466)
at java.time.ZonedDateTime.from(ZonedDateTime.java:553)
... 23 more
15:25:39.834 [ FileProjectManager] Failed to recover project in directory 1677526713725.project (6ms)
java.time.format.DateTimeParseException: Text '2017-12-06T14:15:40Z' could not be parsed: Unable to obtain ZonedDateTime from TemporalAccessor: {MilliOfSecond=0, NanoOfSecond=0, InstantSeconds=1512569740, MicroOfSecond=0},ISO of type java.time.format.Parsed
at java.time.format.DateTimeFormatter.createError(DateTimeFormatter.java:1920)
at java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1855)
at java.time.ZonedDateTime.parse(ZonedDateTime.java:597)
at com.google.refine.util.ParsingUtilities.stringToDate(ParsingUtilities.java:194)
at com.google.refine.history.HistoryEntry.load(HistoryEntry.java:173)
at com.google.refine.history.History.load(History.java:314)
at com.google.refine.model.Project.loadFromReader(Project.java:218)
at com.google.refine.model.Project.loadFromInputStream(Project.java:188)
at com.google.refine.io.ProjectUtilities.loadFromFile(ProjectUtilities.java:157)
at com.google.refine.io.ProjectUtilities.load(ProjectUtilities.java:118)
at com.google.refine.io.ProjectMetadataUtilities.recover(ProjectMetadataUtilities.java:120)
at com.google.refine.io.FileProjectManager.loadProjectMetadata(FileProjectManager.java:120)
15:25:39.841 [ FileProjectManager] Failed to recover project in directory 2213616086918.project (7ms)
at com.google.refine.io.FileProjectManager.recover(FileProjectManager.java:419)
at com.google.refine.io.FileProjectManager.initialize(FileProjectManager.java:79)
at com.google.refine.RefineServlet.init(RefineServlet.java:129)
at javax.servlet.GenericServlet.init(GenericServlet.java:241)
at edu.mit.simile.butterfly.Butterfly.init(Butterfly.java:180)
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:296)
at com.google.refine.RefineServer.init(Refine.java:208)
at com.google.refine.Refine.init(Refine.java:114)
at com.google.refine.Refine.main(Refine.java:108)
Caused by: java.time.DateTimeException: Unable to obtain ZonedDateTime from TemporalAccessor: {MilliOfSecond=0, NanoOfSecond=0, InstantSeconds=1512569740, MicroOfSecond=0},ISO of type java.time.format.Parsed
at java.time.ZonedDateTime.from(ZonedDateTime.java:565)
at java.time.format.Parsed.query(Parsed.java:226)
at java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1851)
... 21 more
Caused by: java.time.DateTimeException: Unable to obtain ZoneId from TemporalAccessor: {MilliOfSecond=0, NanoOfSecond=0, InstantSeconds=1512569740, MicroOfSecond=0},ISO of type java.time.format.Parsed
at java.time.ZoneId.from(ZoneId.java:466)
at java.time.ZonedDateTime.from(ZonedDateTime.java:553)
... 23 more
15:25:39.847 [ project] Loaded project 2157229907458 from disk in 0 sec(s) (6ms)
15:25:39.847 [..ject_metadata_utilities] Partially recovered missing metadata project in directory /home/cui/.local/share/openrefine/2157229907458.project - - 2 cols X 1 rows - tt|66 (0ms)
15:25:39.848 [ FileProjectManager] Recovered project named - 2 cols X 1 rows - tt|66 in directory 2157229907458.project (1ms)
15:25:39.911 [ project] Loaded project 1544611049744 from disk in 0 sec(s) (63ms)
15:25:39.922 [..ject_metadata_utilities] Partially recovered missing metadata project in directory /home/cui/.local/share/openrefine/1544611049744.project - - 4 cols X 11542 rows - Country Name|Country Code|Year|Value (11ms)
15:25:39.922 [ FileProjectManager] Recovered project named - 4 cols X 11542 rows - Country Name|Country Code|Year|Value in directory 1544611049744.project (0ms)
15:25:39.972 [ project] Loaded project 1860683367965 from disk in 0 sec(s) (50ms)
15:25:39.977 [..ject_metadata_utilities] Partially recovered missing metadata project in directory /home/cui/.local/share/openrefine/1860683367965.project - - 4 cols X 11542 rows - Country Name|Country Code|Year|Value (5ms)
15:25:39.977 [ FileProjectManager] Recovered project named - 4 cols X 11542 rows - Country Name|Country Code|Year|Value in directory 1860683367965.project (0ms)
15:25:40.037 [ project] Loaded project 1715735903792 from disk in 0 sec(s) (60ms)
15:25:40.045 [..ject_metadata_utilities] Partially recovered missing metadata project in directory /home/cui/.local/share/openrefine/1715735903792.project - - 4 cols X 11542 rows - Country Name|Country Code|Year|Value (8ms)
15:25:40.045 [ FileProjectManager] Recovered project named - 4 cols X 11542 rows - Country Name|Country Code|Year|Value in directory 1715735903792.project (0ms)
15:25:40.185 [ project] Loaded project 1860683367965 from disk in 0 sec(s) (140ms)
15:25:40.274 [ project] Loaded project 1709614521405 from disk in 0 sec(s) (89ms)
15:25:40.289 [ project] Loaded project 2157229907458 from disk in 0 sec(s) (15ms)
15:25:40.341 [ project] Loaded project 1544611049744 from disk in 0 sec(s) (52ms)
15:25:40.391 [ project] Loaded project 1715735903792 from disk in 0 sec(s) (50ms)
15:25:40.398 [ FileProjectManager] Saved workspace (7ms)
15:25:40.425 [ butterfly] Starting butterfly ... (27ms)
15:25:40.425 [ butterfly] Properties loaded from /media/cui/deve/src/jackyq/openrefine2/main/webapp/WEB-INF/butterfly.properties (0ms)
15:25:40.480 [ butterfly] > process properties (55ms)
15:25:40.480 [ butterfly] Butterfly home: /media/cui/deve/src/jackyq/openrefine2/main/webapp (0ms)
15:25:40.480 [ butterfly] < process properties (0ms)
15:25:40.480 [ butterfly] > load modules (0ms)
15:25:40.624 [ butterfly] < load modules (144ms)
15:25:40.624 [ butterfly] > create modules (0ms)
15:25:40.662 [ butterfly] < create modules (38ms)
15:25:40.662 [ butterfly] > load module wirings (0ms)
15:25:40.662 [ butterfly] Loaded module wirings from: /media/cui/deve/src/jackyq/openrefine2/main/webapp/WEB-INF/modules.properties (0ms)
15:25:40.674 [ butterfly] < load module wirings (12ms)
15:25:40.674 [ butterfly] > wire modules (0ms)
15:25:40.674 [ butterfly] mounting modules (0ms)
15:25:40.675 [ butterfly] No mount point defined for module 'jython', mounting to '/extension/jython' (1ms)
15:25:40.675 [ butterfly] No mount point defined for module 'rdf-extension', mounting to '/extension/rdf-extension' (0ms)
15:25:40.675 [ butterfly] No mount point defined for module 'pc-axis', mounting to '/extension/pc-axis' (0ms)
15:25:40.675 [ butterfly] No mount point defined for module 'gdata', mounting to '/extension/gdata' (0ms)
15:25:40.675 [ butterfly] No mount point defined for module 'sample', mounting to '/extension/sample' (0ms)
15:25:40.676 [ butterfly] < wire modules (1ms)
15:25:40.676 [ butterfly] > configure modules (0ms)
15:25:41.544 [ butterfly] < configure modules (868ms)
15:25:41.544 [ butterfly] > initialize modules (0ms)
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/media/cui/deve/src/jackyq/openrefine2/main/webapp/WEB-INF/lib/slf4j-log4j12-1.5.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/media/cui/deve/src/jackyq/openrefine2/server/lib/slf4j-log4j12-1.5.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/media/cui/deve/src/jackyq/openrefine2/broker/appengine/WEB-INF/lib/slf4j-jdk14-1.5.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/media/cui/deve/src/jackyq/openrefine2/main/webapp/../../extensions/rdf-extension/module/MOD-INF/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
15:25:47.860 [ butterfly] < initialize modules (6316ms)
[15815:15855:1215/152549.768352:ERROR:browser_gpu_channel_host_factory.cc(108)] Failed to launch GPU process.
Created new window in existing browser session.
15:25:49.929 [ butterfly] GET / [main] (2069ms)
15:25:50.449 [ butterfly] GET /wirings.js [main] (520ms)
15:25:50.473 [ butterfly] GET /externals/jquery-ui/css/ui-lightness/jquery-ui-1.10.3.custom.css [main] (24ms)
15:25:50.478 [ butterfly] GET /externals/tablesorter/theme.blue.css [main] (5ms)
15:25:50.495 [ butterfly] GET /index-bundle.js [main] (17ms)
15:25:50.537 [ butterfly] GET /styles/jquery-ui-overrides.less [main] (42ms)
15:25:50.554 [ butterfly] GET /styles/util/dialog.less [main] (17ms)
15:25:50.560 [ butterfly] GET /styles/pure.css [main] (6ms)
15:25:50.563 [ butterfly] GET /styles/common.less [main] (3ms)
15:25:50.618 [ butterfly] GET /styles/index.less [main] (55ms)
15:25:50.696 [ butterfly] GET /styles/index/create-project-ui.less [main] (78ms)
15:25:50.711 [ butterfly] GET /styles/index/default-importing-file-selection-panel.less [main] (15ms)
15:25:50.735 [ butterfly] GET /styles/util/encoding.less [main] (24ms)
15:25:50.778 [ butterfly] GET /styles/index/import-project-ui.less [main] (43ms)
15:25:50.786 [ butterfly] GET /styles/index/default-importing-controller.less [main] (8ms)
15:25:50.790 [ butterfly] GET /styles/index/default-importing-parsing-panel.less [main] (4ms)
15:25:50.799 [ butterfly] GET /styles/index/default-importing-sources.less [main] (9ms)
15:25:50.820 [ butterfly] GET /styles/index/open-project-ui.less [main] (21ms)
15:25:50.846 [ butterfly] GET /styles/views/data-table-view.less [main] (26ms)
15:25:50.862 [ butterfly] GET /styles/index/xml-parser-ui.less [main] (16ms)
15:25:50.863 [ butterfly] GET /styles/index/json-parser-ui.less [main] (1ms)
15:25:50.884 [ butterfly] GET /styles/index/fixed-width-parser-ui.less [main] (21ms)
15:25:50.923 [ butterfly] GET /styles/index/wikitext-parser-ui.less [main] (39ms)
15:25:50.938 [ butterfly] GET /extension/gdata/styles/importing-controller.less [main] (15ms)
15:25:51.035 [ butterfly] GET /images/logo-openrefine-30.png [main] (97ms)
15:25:51.072 [ butterfly] GET /images/logo-gem-40.png [main] (37ms)
15:25:51.808 [ refine] POST /command/core/load-language (736ms)
15:25:51.845 [ refine] GET /command/core/get-preference (37ms)
15:25:51.855 [ refine] POST /command/core/load-language (10ms)
15:25:51.906 [ butterfly] GET /scripts/index/create-project-ui-source-selection.html [main] (51ms)
15:25:51.927 [ butterfly] GET /scripts/index/create-project-progress-panel.html [main] (21ms)
15:25:52.004 [ butterfly] GET /scripts/index/create-project-error-panel.html [main] (77ms)
15:25:52.027 [ refine] POST /command/core/get-importing-configuration (23ms)
15:25:52.040 [ butterfly] GET /scripts/index/open-project-ui.html [main] (13ms)
15:25:52.068 [ refine] GET /command/core/get-all-project-metadata (28ms)
15:25:52.069 [ butterfly] GET /scripts/index/import-project-ui.html [main] (1ms)
15:25:52.074 [ ProjectManager] Put the placeholder client name for project - 4 cols X 11542 rows - Country Name|Country Code|Year|Value (5ms)
15:25:52.076 [ ProjectManager] Put the placeholder progress for project - 4 cols X 11542 rows - Country Name|Country Code|Year|Value (2ms)
15:25:52.076 [ ProjectManager] Put the placeholder test1 for project - 4 cols X 11542 rows - Country Name|Country Code|Year|Value (0ms)
15:25:52.076 [ ProjectManager] Put the placeholder test2 for project - 4 cols X 11542 rows - Country Name|Country Code|Year|Value (0ms)
15:25:52.076 [ ProjectManager] Put the placeholder test444444 for project - 4 cols X 11542 rows - Country Name|Country Code|Year|Value (0ms)
15:25:52.077 [ ProjectManager] Put the placeholder client name for project - 4 cols X 11542 rows - Country Name|Country Code|Year|Value (1ms)
15:25:52.077 [ ProjectManager] Put the placeholder progress for project - 4 cols X 11542 rows - Country Name|Country Code|Year|Value (0ms)
15:25:52.077 [ ProjectManager] Put the placeholder test1 for project - 4 cols X 11542 rows - Country Name|Country Code|Year|Value (0ms)
15:25:52.077 [ ProjectManager] Put the placeholder test2 for project - 4 cols X 11542 rows - Country Name|Country Code|Year|Value (0ms)
15:25:52.077 [ ProjectManager] Put the placeholder test444444 for project - 4 cols X 11542 rows - Country Name|Country Code|Year|Value (0ms)
15:25:52.077 [ ProjectManager] Put the placeholder client name for project - 2 cols X 1 rows - tt|66 (0ms)
15:25:52.077 [ ProjectManager] Put the placeholder progress for project - 2 cols X 1 rows - tt|66 (0ms)
15:25:52.077 [ ProjectManager] Put the placeholder test1 for project - 2 cols X 1 rows - tt|66 (0ms)
15:25:52.077 [ ProjectManager] Put the placeholder test2 for project - 2 cols X 1 rows - tt|66 (0ms)
15:25:52.077 [ ProjectManager] Put the placeholder test444444 for project - 2 cols X 1 rows - tt|66 (0ms)
15:25:52.077 [ ProjectManager] Put the placeholder client name for project - 4 cols X 11542 rows - Country Name|Country Code|Year|Value (0ms)
15:25:52.077 [ ProjectManager] Put the placeholder progress for project - 4 cols X 11542 rows - Country Name|Country Code|Year|Value (0ms)
15:25:52.077 [ ProjectManager] Put the placeholder test1 for project - 4 cols X 11542 rows - Country Name|Country Code|Year|Value (0ms)
15:25:52.078 [ ProjectManager] Put the placeholder test2 for project - 4 cols X 11542 rows - Country Name|Country Code|Year|Value (1ms)
15:25:52.078 [ ProjectManager] Put the placeholder test444444 for project - 4 cols X 11542 rows - Country Name|Country Code|Year|Value (0ms)
15:25:52.078 [ ProjectManager] Put the placeholder client name for project - 4 cols X 11542 rows - Country Name|Country Code|Year|Value (0ms)
15:25:52.078 [ ProjectManager] Put the placeholder progress for project - 4 cols X 11542 rows - Country Name|Country Code|Year|Value (0ms)
15:25:52.078 [ ProjectManager] Put the placeholder test1 for project - 4 cols X 11542 rows - Country Name|Country Code|Year|Value (0ms)
15:25:52.078 [ ProjectManager] Put the placeholder test2 for project - 4 cols X 11542 rows - Country Name|Country Code|Year|Value (0ms)
15:25:52.078 [ ProjectManager] Put the placeholder test444444 for project - 4 cols X 11542 rows - Country Name|Country Code|Year|Value (0ms)
15:25:52.098 [ butterfly] GET /scripts/index/lang-settings-ui.html [main] (20ms)
15:25:52.118 [ refine] GET /command/core/get-languages (20ms)
15:25:52.182 [ refine] GET /command/core/get-version (64ms)
15:25:52.277 [ butterfly] GET /scripts/index/default-importing-sources/import-from-computer-form.html [main] (95ms)
15:25:52.298 [ butterfly] GET /scripts/index/default-importing-sources/import-from-web-form.html [main] (21ms)
15:25:52.318 [ butterfly] GET /scripts/index/default-importing-sources/import-from-clipboard-form.html [main] (20ms)
15:25:52.334 [ butterfly] GET /extension/gdata/scripts/index/import-from-gdata-form.html [main] (16ms)
15:25:52.356 [ butterfly] GET /images/large-spinner.gif [main] (22ms)
15:25:52.556 [ butterfly] GET /images/close.png [main] (200ms)
15:30:40.419 [ ProjectManager] Saving some modified projects ... (287863ms)
15:30:40.672 [ project_utilities] Saved project '1860683367965' (253ms)
15:30:40.826 [ project_utilities] Saved project '1709614521405' (154ms)
15:30:40.831 [ project_utilities] Saved project '2157229907458' (5ms)
15:30:41.068 [ project_utilities] Saved project '1544611049744' (237ms)
15:30:41.292 [ project_utilities] Saved project '1715735903792' (224ms)
15:30:41.294 [ FileProjectManager] Skipping unnecessary workspace save (2ms)

travis testing failed on DataExtensionTests.testFetchCounts

Version: commit 98f945b

[testng] FAILED: testFetchCounts
[testng] java.lang.NullPointerException
[testng] at com.google.refine.tests.recon.DataExtensionTests.testFetchCounts(DataExtensionTests.java:216)
[testng] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[testng] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[testng] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[testng] at java.lang.reflect.Method.invoke(Method.java:498)
[testng] at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
[testng] at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
[testng] at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
[testng] at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
[testng] at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
[testng] at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
[testng] at org.testng.TestRunner.privateRun(TestRunner.java:767)
[testng] at org.testng.TestRunner.run(TestRunner.java:617)
[testng] at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
[testng] at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329)
[testng] at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291)
[testng] at org.testng.SuiteRunner.run(SuiteRunner.java:240)
[testng] at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
[testng] at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
[testng] at org.testng.TestNG.runSuitesSequentially(TestNG.java:1198)
[testng] at org.testng.TestNG.runSuitesLocally(TestNG.java:1123)
[testng] at org.testng.TestNG.run(TestNG.java:1031)
[testng] at org.testng.TestNG.privateMain(TestNG.java:1338)
[testng] at org.testng.TestNG.main(TestNG.java:1307)
[testng]
[testng]
[testng] ===============================================
[testng] tests
[testng] Tests run: 226, Failures: 1, Skips: 0
[testng] ===============================================

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.