Re: Another Elasticsearch patch to allow the long URI

2021-03-02 Thread Jörn Franke
Makes sense > Am 02.03.2021 um 08:33 schrieb Shirai Takashi/ 白井隆 : > > Hi, Jorn. > > Jörn Franke wrote: >> Maybe use SHA-256 or later. SHA-1 is obsolete and one never knows when it >> will be removed from JDK. > > SHA-1 is used

Re: Another Elasticsearch patch to allow the long URI

2021-03-01 Thread Jörn Franke
Maybe use SHA-256 or later. SHA-1 is obsolete and one never knows when it will be removed from JDK. > Am 02.03.2021 um 04:10 schrieb Shirai Takashi/ 白井隆 : > > Hi, there. > > I've found another trouble in Elasticsearch connector. > Elasticsearch output connector use the URI string as ID. >

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-30 Thread Jörn Franke
find it here: https://issues.apache.org/jira/browse/CONNECTORS-1635 On Thu, Jan 30, 2020 at 1:48 PM Jörn Franke wrote: > Sorry yes i was busy - will do it tonight > > Am 30.01.2020 um 13:00 schrieb Karl Wright : > >  > Hi, > > I've been waiting for a ticket to appea

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-30 Thread Jörn Franke
hanks in advance, > Karl > >> On Wed, Jan 22, 2020 at 12:06 PM Jörn Franke wrote: >> i try to help. I will create a Jira if you do not mind where I also explain >> how I make the WSDL thing working for https, which could not have worked >> before. >> Reason is that f

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-22 Thread Jörn Franke
how we would > force that configuration to be in effect but something like that would need > to be done. I'm just surprised that you're having this problem when two > other installations didn't. There must be a difference somewhere. > > Karl > > >> On Wed, Jan 22, 20

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-22 Thread Jörn Franke
Thu, Jan 16, 2020 at 12:08 PM Jörn Franke wrote: >> Ok I understand. I will try and let you know. Thanks again very much for >> your fast and detailed answer. Really appreciated. I hope I can give back >> with the solution to fetch WSDLs from https and maybe a solution to this &

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-16 Thread Jörn Franke
included in the jar there can be issues. We tried to do that too >> but were unable to get it to work. >> >> Karl >> >> >>> On Thu, Jan 16, 2020 at 5:34 AM Jörn Franke wrote: >>> Ok i fixed the source to fetch WSDL from https (it is not perfect yet as

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-16 Thread Jörn Franke
into this, but if someone has come cross it then please let me know. > Am 16.01.2020 um 10:22 schrieb Jörn Franke : > >  > Coming back to the original topic. I believe SSL was never fully solved from > what i read in the corresponding issue. Apparently, the fetching of the WSDL &

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-16 Thread Jörn Franke
:37 schrieb Karl Wright : > >  > Let me think about that option. > > Karl > > >> On Wed, Jan 15, 2020 at 5:38 PM Jörn Franke wrote: >> We could make it configurable, e.g. in properties.xml. Here people could set >> it to SSL, TLS, TLSv1.2 (to restri

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-15 Thread Jörn Franke
we need much more specificity about the kind of SSLSocketFactory > we produce, then we need a better solution anyhow for handling multiple > protocols in one socket factory. > > Karl > > > On Wed, Jan 15, 2020 at 5:17 AM Jörn Franke wrote: > >> Hi Karl, >> >

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-15 Thread Jörn Franke
rsion. What I don't > know is whether"tlsv1" also allows for older protocols etc. > > Karl > >> On Wed, Jan 15, 2020, 1:19 AM Jörn Franke wrote: >> Yes I am doing that but I will need to rebuild. >> I don’t recommend TLSv1 - this is already outphased and will

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-14 Thread Jörn Franke
gt;  > I think you can just change the code to read as follows when it creates the > SSLContext: > > SSLContext ctx = SSLContext.getInstance("TLSv1"); > > I don't know if TLS will downgrade to SSL if that's all that's available. > > Karl > > >> On

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-14 Thread Jörn Franke
obally. If you think the only way to implement TLS >> is via global keystore I very much doubt it. >> >> I am on the road until late tomorrow but somewhere along the line I can do >> some research into why TLS won't work as we are currently doing it. >> >> Karl

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-14 Thread Jörn Franke
> is via global keystore I very much doubt it. > > I am on the road until late tomorrow but somewhere along the line I can do > some research into why TLS won't work as we are currently doing it. > > Karl > > >> On Tue, Jan 14, 2020 at 12:56 PM Jörn Franke wr

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-14 Thread Jörn Franke
tions, unless I am > missing something. > >> On Tue, Jan 14, 2020, 9:38 AM Jörn Franke wrote: >> Yes this works fine. I believe the error comes from the fact that TLS >> connections are not supported. >> >>>> Am 14.01.2020 um 15:31 schrieb Michael Cizmar

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-14 Thread Jörn Franke
ector : ServiceConstructionException: Failed to create > service > > Hmm, others have succeeded setting up SSL connections with the current code. > Hoping they chime in here. > > Karl > > On Tue, Jan 14, 2020, 8:19 AM Jörn Franke wrote: > It seems that it

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-14 Thread Jörn Franke
I know that the CAs are correct as they work with other Java tools. > Am 14.01.2020 um 14:21 schrieb Karl Wright : > >  > Hmm, others have succeeded setting up SSL connections with the current code. > Hoping they chime in here. > > Karl > >> On Tue, Jan 14, 20

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-14 Thread Jörn Franke
It seems that it has indeed a certificate issue as it cannot find a valid certification path to the target. The thing is: I added those certificates in the UI should it should not happen. > Am 10.01.2020 um 20:51 schrieb Jörn Franke : > >  > 2.15 ... > I will try on the week

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-10 Thread Jörn Franke
e the proper certificate saved in the > connection's keystore. > Karl > > >> On Fri, Jan 10, 2020 at 11:20 AM Jörn Franke wrote: >> It is actually a server using configuration of the command - driven >> multi-process model (but the agents executed as a se

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-10 Thread Jörn Franke
> > Karl > > >> On Fri, Jan 10, 2020 at 8:50 AM Jörn Franke wrote: >> Hi, >> >> I tried to use the CSWS connector, but already for the Authority connection >> I receive a org.apache.cxf.service.factory.ServiceConstructionException: >> Fa

CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-10 Thread Jörn Franke
Hi, I tried to use the CSWS connector, but already for the Authority connection I receive a org.apache.cxf.service.factory.ServiceConstructionException: Failed to create service. Unfortunately I don’t see more details , also not in the log (debug is activated). I try to get a little bit more

Re: Tika Extractor - extract document as (X)HTML not as textonly

2020-01-03 Thread Jörn Franke
intain backwards > compatibility. > > Karl > > >> On Thu, Jan 2, 2020 at 4:30 PM Jörn Franke wrote: >> Hi, >> >> Is there a possibility to have instead of the text output in the Tika >> Extractor (Manifold version, not the extract handler) the

Tika Extractor - extract document as (X)HTML not as textonly

2020-01-02 Thread Jörn Franke
Hi, Is there a possibility to have instead of the text output in the Tika Extractor (Manifold version, not the extract handler) the (X)HTML output? How one can achieve this in Tika is pretty clear: https://tika.apache.org/1.8/examples.html#Picking_different_output_formats Reason: We need to

Re: Solr Output Connector: SolrCloud with Kerberos / Zookeeper with Kerberos

2020-01-02 Thread Jörn Franke
lassLoader.loadClass(ClassLoader.java:357) >> [ERROR] at >> org.apache.maven.surefire.util.ReflectionUtils.loadClass(ReflectionUtils.java:244) >> [ERROR] ... 5 more >> [ERROR] >> <<<<<< >> >> This is odd because the plug

Re: Solr Output Connector: SolrCloud with Kerberos / Zookeeper with Kerberos

2019-12-17 Thread Jörn Franke
do! > Karl > > > On Tue, Dec 17, 2019 at 7:06 AM Jörn Franke wrote: > >> Thanks a lot Karl for your feedback. Do you mind if I create a Jira where >> I report on the progress? >> >> Am 17.12.2019 um 12:22 schrieb Karl Wright : >> >>  >> Well, yo

Re: Solr Output Connector: SolrCloud with Kerberos / Zookeeper with Kerberos

2019-12-17 Thread Jörn Franke
roach before we make permanent > commits. > > Please let me know what works and what doesn't. > > Karl > > >> On Tue, Dec 17, 2019 at 1:22 AM Jörn Franke wrote: >> I agree. >> The delegation part is not relevant for me. I also do not believe it makes &g

Re: Solr Output Connector: SolrCloud with Kerberos / Zookeeper with Kerberos

2019-12-16 Thread Jörn Franke
. > > The token delegation with HttpClient I'll have to study to confirm that we're > doing this right in the connector. > > Karl > > > >> On Mon, Dec 16, 2019 at 6:15 PM Jörn Franke wrote: >> Thanks a lot for the quick reply. Actually it is here: >> https:/

Re: Solr Output Connector: SolrCloud with Kerberos / Zookeeper with Kerberos

2019-12-16 Thread Jörn Franke
culty involved. > > Karl > > > On Mon, Dec 16, 2019 at 5:31 PM Jörn Franke wrote: > >> Hallo, >> >> does the Solr Output Connector support SolrCloud with Kerberos >> authentication and Zookeeper with Kerberos authentication? >> >> If so, ho

Solr Output Connector: SolrCloud with Kerberos / Zookeeper with Kerberos

2019-12-16 Thread Jörn Franke
Hallo, does the Solr Output Connector support SolrCloud with Kerberos authentication and Zookeeper with Kerberos authentication? If so, how can this be configured? If it is not supported, is there an "easy" way to integrate this? From a development perspective the Kerberos Authentication with