Re: getTransformer error

2012-05-24 Thread Chris Hostetter
: Anyone found a solution to the getTransformer error. I am getting the same : error. If you use Solr 3.6, with the example jetty and example configs, do you get the same error using the provided example XSL files? http://localhost:8983/solr/select?q=*:*&wt=xslt&tr=example.xsl http://l

Re: getTransformer error

2012-05-23 Thread watson
Anyone found a solution to the getTransformer error. I am getting the same error. Here is my output: Problem accessing /solr/JOBS/select/. Reason: getTransformer fails in getContentType java.lang.RuntimeException: getTransformer fails in getContentType at

Re: getTransformer error

2012-05-12 Thread pramila_tha...@ontla.ola.org
context: http://lucene.472066.n3.nabble.com/getTransformer-error-tp3047726p3982801.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: getTransformer error

2011-06-10 Thread bryan rasmussen
Ok I guess it is nonetheless a stylesheet problem, as a basic hello world outputting stylesheet works. thanks, Bryan Rasmussen On Fri, Jun 10, 2011 at 10:12 AM, bryan rasmussen wrote: > Hi, > I am trying to transforrm the results using xslt - I store my xslts in > conf/xslt/ > > I call them in t

getTransformer error

2011-06-10 Thread bryan rasmussen
Hi, I am trying to transforrm the results using xslt - I store my xslts in conf/xslt/ I call them in the querystring with the parameters &wt=xslt&tr=result.xsl And get back an error: getTransformer fails in getContentType java.lang.RuntimeException: getTransformer fails in getContentType ...