I edited the file and got a little further, but I'm getting a java heap error. I tried upping the max size in longwell.bat to 768m but that just made the error appear faster, I also upped the system page file to the max of 4096mb. The n3 file is almost 2Gig. which is why I went for the n3 option rather than rdf/xml.
Thanks Ernie On 8/14/07, Ernest Martinez <[EMAIL PROTECTED]> wrote: > > Thanks, thats what I figured, but I thought I'd get a second opinion. > > Ernie > > On 8/14/07, Ryan Lee <[EMAIL PROTECTED] > wrote: > > > > Hello Ernest, > > > > Ernest Martinez wrote: > > > I tried starting longwell using the /r switch on Windows, with an RDF > > file > > > generated by D2RQ using the N-TRIPLE format. Here is the console > > output up > > > to the error: > > > > > > C:\Program Files\longwell-2.4>longwell /r bderdf.n3 > > > > > [INFO] Loading data from bderdf.n3 > > > [ERROR] Fatal error: Illegal subject value: 15 at file:/C:/Program > > > Files/longwel > > > l-2.4/bderdf.n3 [1,-1] > > > > As the error says, "15" on the first line of your file is not a legal > > subject value in N3 grammar. > > > > > Here is the head of the file: > > > > Specifically, these DEBUG statements aren't valid N3. You should delete > > them or comment them out, or otherwise instruct D2RQ not to output them. > > > > > 15:49:56 DEBUG QueryExecutionIterator :: SELECT > > > "COE"."S_NQ_JOB_PARAM"."DELETE_F > > > LG", "COE"."S_NQ_JOB_PARAM"."RELATIVE_ORDER", > > > "COE"."S_NQ_JOB_PARAM"."JOB_ID", " > > > COE"."S_NQ_JOB_PARAM"."JOB_PARAM" FROM "COE"."S_NQ_JOB_PARAM" > > > 15:49:57 DEBUG QueryExecutionIterator :: SELECT > > > > Try validating your RDF as a first step in debugging: > > > > http://www.w3.org/RDF/Validator/ > > > > Not all RDF parsers are equal, unfortunately, but you may have the most > > success with parsing compatibility if you use RDF/XML instead of N3. > > > > -- > > Ryan Lee [EMAIL PROTECTED] > > MIT CSAIL Research Staff http://simile.mit.edu/ > > http://people.csail.mit.edu/ryanlee/ > > _______________________________________________ > > General mailing list > > [email protected] > > http://simile.mit.edu/mailman/listinfo/general > > > >
_______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
