Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-10 Thread Karl Wright
Can I ask what version of MCF you are using? There were issues with SSL in the first release of the csws connector if I recall correctly, that were fixed for the second release. Karl On Fri, Jan 10, 2020 at 11:42 AM Jörn Franke wrote: > I added root, intermediate and server certificate (in

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-10 Thread Jörn Franke
I added root, intermediate and server certificate (in base64 cer, it seems to be recognized by manifoldcf), but I still get the same message. I will try to get somehow the full stacktrace > Am 10.01.2020 um 17:21 schrieb Karl Wright : > >  > If you are using SSL you need to have the proper

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-10 Thread Karl Wright
If you are using SSL you need to have 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 service and the

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-10 Thread Jörn Franke
It is actually a server using configuration of the command - driven multi-process model (but the agents executed as a service and the war on a tomcat executed as a service) under Linux. I thought as well that it cannot reach the webservices, the question is why. On the same server I can reach

Re: CSWS Connector : ServiceConstructionException: Failed to create service

2020-01-10 Thread Karl Wright
How are you running manifoldcf? Single process example, or a custom setup of some kind? This exception is a "catch all" exception generated far below anything in ManifoldCF, but usually means it cannot download the WSDLs from the service. Getting the full exception dumped in the log requires a

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