Skip to content

Instantly share code, notes, and snippets.

View paregorios's full-sized avatar

Tom Elliott paregorios

View GitHub Profile
rake aborted!
"sass" filter's sass dependency missing: try installing it or adding it to your Gemfile
/Users/paregorios/Documents/files/D/dclp-xslt/xsugar/Rakefile:111:in `(root)'
rake coverage:ddb DDB_DATA_PATH=../idp.data/DCLP SAMPLE_FRAGMENTS=10 HTML_OUTPUT=../coverage.html
.
.
.
rake aborted!
"sass" filter's sass dependency missing: try installing it or adding it to your Gemfile
/Users/paregorios/Documents/files/D/dclp-xslt/xsugar/Rakefile:111:in `(root)'
$ bundle exec rake
Bundler::GemNotFound: Could not find rake-10.1.0 in any of the sources
materialize at /Users/paregorios/.rbenv/versions/jruby-1.6.8/lib/ruby/gems/1.8/gems/bundler-1.6.5/lib/bundler/spec_set.rb:92
map! at org/jruby/RubyArray.java:2379
materialize at /Users/paregorios/.rbenv/versions/jruby-1.6.8/lib/ruby/gems/1.8/gems/bundler-1.6.5/lib/bundler/spec_set.rb:85
specs at /Users/paregorios/.rbenv/versions/jruby-1.6.8/lib/ruby/gems/1.8/gems/bundler-1.6.5/lib/bundler/definition.rb:133
specs_for at /Users/paregorios/.rbenv/versions/jruby-1.6.8/lib/ruby/gems/1.8/gems/bundler-1.6.5/lib/bundler/definition.rb:178
requested_specs at /Users/paregorios/.rbenv/versions/jruby-1.6.8/lib/ruby/gems/1.8/gems/bundler-1.6.5/lib/bundler/definition.rb:167
requested_specs at /Users/paregorios/.rbenv/versions/jruby-1.6.8/lib/ruby/gems/1.8/gems/bundler-1.6.5/lib/bundler/environment.rb:18
setup at /Users/paregorios/.rbenv/versions/jruby-1.6.8/lib/ruby/gems/1.8/
<xsl:variable name="clean-context">
<xsl:for-each select="$ww-context/following-sibling::node()">
<xsl:choose>
<xsl:when test="self::text() and normalize-space(.) = ''"/>
<xsl:otherwise>
<xsl:copy-of select="."/>
</xsl:otherwise>
</xsl:choose>
</xsl:for-each>
</xsl:variable>
Getting distribution for 'plone.app.z3cform==0.7.6'.
warning: no previously-included files matching '*pyc' found anywhere in distribution
Got plone.app.z3cform 0.7.6.
While:
Installing.
Getting section zeoserver.
Initializing part zeoserver.
Getting distribution for 'Products.statusmessages==4.0'.
An internal error occurred due to a bug in either zc.buildout or in a
$ lein run map-all
Downloading Leiningen to /home/thomase/.lein/self-installs/leiningen-2.5.0-standalone.jar now...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 14.2M 100 14.2M 0 0 6214k 0 0:00:02 0:00:02 --:--:-- 8754k
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Deleting Relations
Exception in thread "main" com.hp.hpl.jena.update.UpdateException: 404 Not Found
at org.apache.jena.fuseki.http.UpdateRemote.execute(UpdateRemote.java:81)
Loading records to http://localhost:8090/pi/data
Loading records to http://localhost:8090/pi/data
11:09:20 WARN RDFDefaultErrorHandler :: (line 5 column 2509937): {W131} String not in Unicode Normal Form C: "74873. Giovan Battista D'ALESSIO, "Le Ὧραι e le πέμφιγες: fr. 43, 40-41 Pf. (= fr. 50 M.)." in Callimaco, cent'anni di papiri. Atti del convegno internazionale di studi, Firenze, 9-10 giugno 2005., Studi e Testi di Papirologia. N.S. vol. 8101-117. "
Loading records to http://localhost:8090/pi/data
11:09:44 WARN BaseXMLWriter :: Namespace prefix 'j.1' is reserved by Jena.
11:09:44 WARN BaseXMLWriter :: Namespace prefix 'j.3' is reserved by Jena.
11:09:44 WARN BaseXMLWriter :: Namespace prefix 'j.2' is reserved by Jena.
11:09:47 WARN BaseXMLWriter :: Namespace prefix 'j.1' is reserved by Jena.
11:09:47 WARN BaseXMLWriter :: Namespace prefix 'j.3' is reserved by Jena.
11:09:47 WARN BaseXMLWriter :: Namespace prefix 'j.2' is reserved by Jena.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
regularize filenames
"""
import argparse
from functools import wraps
import logging
import os
root@isaw2:/usr/local/tomcat-solr/logs
$ export SOLR_SH=/usr/local/tomcat-solr/bin/catalina.sh
root@isaw2:/usr/local/tomcat-solr/logs
$ su -s /bin/sh tomcat -c "$SOLR_SH start"
Using CATALINA_BASE: /usr/local/tomcat-solr
Using CATALINA_HOME: /usr/local/tomcat-solr
Using CATALINA_TMPDIR: /usr/local/tomcat-solr/temp
Using JRE_HOME: /usr
Using CLASSPATH: /usr/local/tomcat-solr/bin/bootstrap.jar:/usr/local/tomcat-solr/bin/tomcat-juli.jar
Feb 05, 2015 11:57:28 AM org.apache.solr.core.QuerySenderListener newSearcher
INFO: QuerySenderListener sending requests to Searcher@10d8868 main
Feb 05, 2015 11:57:28 AM org.apache.solr.common.SolrException log
SEVERE: org.apache.solr.common.SolrException: no field name specified in query and no defaultSearchField defined in schema.xml
at org.apache.solr.search.SolrQueryParser.checkNullField(SolrQueryParser.java:123)
at org.apache.solr.search.SolrQueryParser.getFieldQuery(SolrQueryParser.java:131)
at org.apache.lucene.queryParser.QueryParser.Term(QueryParser.java:1421)
at org.apache.lucene.queryParser.QueryParser.Clause(QueryParser.java:1309)
at org.apache.lucene.queryParser.QueryParser.Query(QueryParser.java:1237)
at org.apache.lucene.queryParser.QueryParser.TopLevelQuery(QueryParser.java:1226)