Displaying 3 results from an estimated 3 matches for "taskthread".
Did you mean:
fastthread
2016 Dec 19
3
fts-solr: Returning 400 on searches; unescaped braces
...t.java:1437)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Indeed the braces are listed in fts-backend-solr.c as part of
solr_escape_chars, so don't know how the braces are making it through
unencoded.
--
Michael Welsh Duggan
(md5i at md5i.com)
2017 Jan 16
0
fts-solr: Returning 400 on searches; unescaped braces
...t org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
> at java.lang.Thread.run(Thread.java:745)
>
> Indeed the braces are listed in fts-backend-solr.c as part of
> solr_escape_chars, so don't know how the braces are making it through
> unencoded.
I have attached a patch which solves this p...
2012 Nov 20
1
MS Sharepoint 2010 configuration fails with Samba/Openldap PDC
...er, SecureString farmPassword,
SecureString masterPassphrase)
at
Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.Create
OrConnectConfigDb()
at
Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.Run()
at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
The ".GetDomainControllerToSearch" function that does not get the right
result made me dig into the LDAP requests that the Sharepoint Installation
is sending to the PDC. And I could isolate a couple of requests with 0
results that I thought were causing the trouble....