Klein, Michael wrote:
> Stefano,
> 
> I can't seem to start Longwell after updating. A complete startup log is
> attached, but it seems to fail several times in the same place:
> 
> java.lang.NoSuchFieldError: DEFAULT_CONTEXTS
>  at org.openrdf.query.parser.serql.GraphPattern.<init>(GraphPattern.java:42)
>  ... Etc ...
> 
> My previous install (which I removed first) was from a tarball download, so
> this was a fresh checkout. Just to be sure, I wiped it out and did a new
> checkout of /tags/2.5.4, which compiled and started up fine. Then I used
> "svn switch" to update to /trunk, which updated 3 files (QueryManager.java,
> longwell.properties, and pom.xml), and received the same startup errors as
> when I had simply checked out the trunk from scratch.
> 
> I noticed that the openrdf dependency changed from version 2.0-SNAPSHOT to
> 2.0-beta5, but I didn't venture in any farther than that for want of time.
> 
> Any suggestions on how I can make the current head revision work?

Hmmm, I've seen this before, it seems like a dependency issue somewhere.

Try to do this

 rm -rf ~/.m2/repository/org/openrdf/
 rm -rf ~/.m2/repository/edu/mit/simile/

to clean up the local repository and then do

 mvn clean

and

 ./longwell

Tell me if you experience it again after that.

-- 
Stefano Mazzocchi
Digital Libraries Research Group                 Research Scientist
Massachusetts Institute of Technology
E25-131, 77 Massachusetts Ave               skype: stefanomazzocchi
Cambridge, MA  02139-4307, USA         email: stefanom at mit . edu
-------------------------------------------------------------------

_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to