Hello Tim
Two questions to better understand what you are trying to achieve.
1. Which version of refine are you using?
2. Against which service are you trying to reconcile your dataset?
Martin
--
You received this message because you are subscribed to the Google Groups "OpenRefine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openrefine+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
OS: Windows Vista
JAVA_HOME=jdk1.7.0_60
OpenRefine 2.6 Beta 1
RDF Refine 0.8
Trying to use the organizations.rdf file as part of the online example here:
http://refine.deri.ie/dumpRecon
From the command window I see the following Java error:
10:20:24.519 [ org.mortbay.log] Error for /command/rdf-extension/uploadFileAndAddService (905ms)
java.lang.NoClassDefFoundError: com/ibm/icu/text/StringPrepParseException
at com.hp.hpl.jena.iri.impl.SchemeSpecification.<init>(SchemeSpecification.java:68)
at com.hp.hpl.jena.iri.ViolationCodes$Initialize.<clinit>(ViolationCodes.java:1360)
I tested this using a machine on which I am admin and on a guest wireless account at work where I am not behind a restrictive firewall. I even added the http:// addresses in the RDF file to the Java security site exceptions, just in case.
No one else getting this problem with the example?
Cheers,
Tim
The problem occurs when I clicked the "OK" button on the "Add file-based reconciliation service" , at which point the Java error is shown in the command window from which I launched open refine (refine.bat) and the application shows the "Adding new reconciliation service" while the progress wheel spins indefinitely.
In response to Martin's question:
OS: Windows Vista
JAVA_HOME=jdk1.7.0_60
OpenRefine 2.6 Beta 1
RDF Refine 0.8
Trying to use the organizations.rdf file as part of the online example here:
http://refine.deri.ie/dumpRecon
From the command window I see the following Java error:
10:20:24.519 [ org.mortbay.log] Error for /command/rdf-extension/uploadFileAndAddService (905ms)
java.lang.NoClassDefFoundError: com/ibm/icu/text/StringPrepParseException
at com.hp.hpl.jena.iri.impl.SchemeSpecification.<init>(SchemeSpecification.java:68)
at com.hp.hpl.jena.iri.ViolationCodes$Initialize.<clinit>(ViolationCodes.java:1360)