[midPoint] Fw: How to Communicate from midPoint to Remote Connector Server
Pavol Mederly
mederly at evolveum.com
Fri Oct 10 17:15:58 CEST 2014
Hello Indresh,
yes, that's really understandable description of the problem. The
solution is:
_Remove or comment out the last line in the configuration file
(conf/ConnectorServer.properties), namely, this one:_
*connectorserver.loggerClass=org.identityconnectors.common.logging.slf4j.SLF4JLog*
After that, the server will start.
By the way, are you sure you need to use Java Connector Server? As far
as I know, we don't use it in our projects at all. All Java connectors
we use run directly within the context of midPoint. We use remote
Connector Server only in case of .Net connectors - AD & Exchange. Is it
necessary to use Java CS because of the SAP connector?
Best regards,
Pavol
> Hi Team,
>
>
> Requirement is as below...
>
>
> 1)- I have installed and configured
> the ConnectorServer OpenICF-1.1.2.0-Snapshot in some host
> machine with default port 8759 for this version installation and
> configuration is working fine as per the below Documentation link....
>
>
> 2)- But the latest version which i got from Pavol
>
> connid-connector-server-java-1.4.0.1-SNAPSHOT is installing
> successfully but when i am running the server it showing the error
> message
>
>
> java.lang.RuntimeException:java.lang.ClassNotFoundException:org.identityconnectors.common.logging.slf4j.SLF4JLog
>
> i think the version which has been shared some jar file is missing, so
> please provide the complete SNAPSHOT bundle so that i can install
> ConnectorServer as per the below document..
>
>
> http://openidm.forgerock.org/doc/webhelp/integrators-guide/install-standalone-connector.html
>
>
>
>
> Thanks and Regards
>
> Indresh..
>
>
>
>
>
>
>
>
> ------------------------------------------------------------------------
> *From:* midPoint <midpoint-bounces at lists.evolveum.com> on behalf of
> Pavol Mederly <mederly at evolveum.com>
> *Sent:* 09 October 2014 13:21
> *To:* midpoint at lists.evolveum.com
> *Subject:* Re: [midPoint] Fw: How to Communicate from midPoint to
> Remote Connector Server
> Hello Indresh,
>
> I'm sorry I just don't understand your description. Could you please
> be more precise and explicit?
>
> What did you install? E.g. I can't imagine what is "Active Directory
> Connector Services as (ConnId Connector Server)".
> What exactly is the error message? I can't imagine what is "Access is
> denied, Unable to open the Service Manager".
>
> *Please be precise and explicit*. Include screenshots if necessary.
> (BTW, in your yesterday's message sent 12:41 there was an image
> included - in point #2, just after the text "by clicking on Discovery
> i am getting the fallowing error" but it couldn't be displayed in my
> mail client, because it is a link to
> [https://pod51057.outlook.com/owa/service.svc/s/GetFileAttachment?id=...]).
>
> Otherwise there is no way to help you.
>
> Regards,
> Pavol
>
>
> On 9. 10. 2014 6:58, Indresh Kumar Bajpai wrote:
>>
>> Hi Team,
>>
>>
>> Can somebody assist me on how to start the services after installing
>> the ConnectorServer(Remote ConnectorServer) in my host, its showing
>> the error message as Access is denied, Unable to open the
>> Service Manager , unlike Active Directory Connector Services
>> as (ConnId Connector Server) . It's not showing this service
>> in Microsoft Services prompt.
>>
>>
>> - Or is there any other procedure to install ConnectorServer? and
>> start services as well.
>>
>>
>> Thanks and Regards
>>
>> Indresh
>>
>>
>>
>> ------------------------------------------------------------------------
>> *From:* midPoint <midpoint-bounces at lists.evolveum.com> on behalf of
>> Pavol Mederly <mederly at evolveum.com>
>> *Sent:* 08 October 2014 12:44
>> *To:* midPoint General Discussion
>> *Cc:* Shelly Piplani; Sumit Sharma
>> *Subject:* Re: [midPoint] Fw: How to Communicate from midPoint to
>> Remote Connector Server
>> Hello Indresh,
>>
>> yes, the 1.1.1.0 version is quite old, and is protocol-incompatible
>> with midPoint 3.0.
>>
>> I'm sorry we have not updated our wiki since then. Actually, I can't
>> do that right now, so in the meantime please use the following version:
>>
>> https://www.dropbox.com/s/p0jef1jonj3iifn/connid-connector-server-java-1.4.0.1-SNAPSHOT.zip?dl=0
>>
>> I've built it from current sources just a minute ago.
>>
>> Best regards,
>> Pavol
>>
>>> Hi Team,
>>>
>>>
>>> FYI..
>>>
>>>
>>> Thanks and Regards
>>>
>>> Indresh..
>>>
>>>
>>>
>>> ------------------------------------------------------------------------
>>> *From:* midPoint <midpoint-bounces at lists.evolveum.com> on behalf of
>>> Indresh Kumar Bajpai <indresh.bajpai at ilantus.com>
>>> *Sent:* 07 October 2014 12:58
>>> *To:* midPoint General Discussion
>>> *Subject:* Re: [midPoint] How to Communicate from midPoint to Remote
>>> Connector Server
>>>
>>>
>>> Hi Team,
>>>
>>>
>>> i am using the 1.1.1.0 version for Connector Server.
>>>
>>>
>>> 1.The TCP communication between connector server and connector host
>>> is on (port 8759)
>>> 2. I am using non SSL Connector Server
>>> 3. connector server is not running after i encounter this failure.
>>> 4. fallowing log msg is comming in logs..
>>>
>>> framework.server.Main - Method: buildBundleURLs No bundles found in
>>> the bundles directory
>>> server.impl.CCLWatchThread - Method: checkCCL Creating thread
>>> 'ConnectionListener' with a non-null CCL
>>> framework.server.Main - Method: run Connector server listening on
>>> port 8759
>>>
>>> Creating thread 'pool-1-thread-1' with a non-null CCL
>>> o.i.f.s.impl.ConnectionListener - Method: run Unexpected version: 2
>>> org.identityconnectors.framework.common.exceptions.ConnectorException:
>>> Unexpected version: 2
>>> at
>>> org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder$InternalDecoder.readObject(BinaryObjectDecoder.java:95)
>>> ~[connector-framework-internal.jar:na]
>>> at
>>> org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder.readObject(BinaryObjectDecoder.java:313)
>>> ~[connector-framework-internal.jar:na]
>>> at
>>> org.identityconnectors.framework.impl.api.remote.RemoteFrameworkConnection.readObject(RemoteFrameworkConnection.java:165)
>>> ~[connector-framework-internal.jar:na]
>>> at
>>> org.identityconnectors.framework.server.impl.ConnectionProcessor.processRequest(ConnectionProcessor.java:151)
>>> ~[connector-framework-internal.jar:na]
>>> at
>>> org.identityconnectors.framework.server.impl.ConnectionProcessor.run(ConnectionProcessor.java:127)
>>> ~[connector-framework-internal.jar:na]
>>> at
>>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>>> [na:1.7.0_45]
>>> at
>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>>> [na:1.7.0_45]
>>> at java.lang.Thread.run(Thread.java:744) [na:1.7.0_45]
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------
>>> *From:* midPoint <midpoint-bounces at lists.evolveum.com> on behalf of
>>> Pavol Mederly <mederly at evolveum.com>
>>> *Sent:* 07 October 2014 12:21
>>> *To:* midPoint General Discussion
>>> *Subject:* Re: [midPoint] How to Communicate from midPoint to Remote
>>> Connector Server
>>> Hello,
>>>
>>> one more thing (maybe not very probable, but possible) - are you
>>> using the correct version of the Connector Server? I.e. which
>>> version do you use?
>>>
>>> Regards
>>> Pavol
>>>> Hi,
>>>>
>>>> let's start from the simplest things first:
>>>>
>>>> 1. is your TCP communication between connector server and connector
>>>> host? (port 8759)
>>>> 2. are you using or not using SSL?
>>>> 3. is the connector server still running even after you encounter
>>>> this failure?
>>>> 4. can you check Connector Server logs? There should be something
>>>> regarding this failure.
>>>>
>>>> For me it looks like a communication problem.
>>>>
>>>> Regards,
>>>> I.
>>>>
>>>> ------------------------------------------------------------------------
>>>>
>>>> *From: *"Indresh Kumar Bajpai" <indresh.bajpai at ilantus.com>
>>>> *To: *midpoint at lists.evolveum.com
>>>> *Cc: *"Shelly Piplani" <shelly.piplani at ilantus.com>, "Sumit
>>>> Sharma" <sumit.sharma at ilantus.com>
>>>> *Sent: *Tuesday, October 7, 2014 8:25:21 AM
>>>> *Subject: *Re: [midPoint] How to Communicate from midPoint to
>>>> Remote Connector Server
>>>>
>>>> Hi Team,
>>>>
>>>>
>>>> Can somebody assist on this.
>>>>
>>>>
>>>> Requirement is as below.
>>>>
>>>>
>>>> 1) - I have configured and set up the SAP Connector in my local
>>>> machine, now i am trying to communicate from my local machine
>>>> to Demo Server (typically a Linux machine) through Remote
>>>> Connector Host,i have installed the Remote Connector Server
>>>> in my Local machine as well.
>>>>
>>>>
>>>> 2)- while communicating from midpoint to Connector Server, i am
>>>> passing the fallowing parameters in Connector Host - Name,
>>>> Host Name, Port, Shared Secret.
>>>>
>>>>
>>>> while importing this connector host in mid point under
>>>> Resource tab by clicking on Discovery i am getting the
>>>> fallowing error.
>>>>
>>>>
>>>>
>>>> [pastedImage.png]
>>>>
>>>>
>>>> ------------------------------------------------------------------------
>>>>
>>>> can some body suggest that what exact parameters should i need
>>>> to pass while configuring Connector host in midpoint for SAP
>>>> Connector, so that i can communicate with demo server through
>>>> remote Connector host.
>>>>
>>>> Thanks and Regards
>>>> Indresh ..
>>>>
>>>>
>>>>
>>>> *From:* midPoint <midpoint-bounces at lists.evolveum.com> on
>>>> behalf of Pavol Mederly <mederly at evolveum.com>
>>>> *Sent:* 06 October 2014 20:54
>>>> *To:* midpoint at lists.evolveum.com
>>>> *Subject:* Re: [midPoint] How To Communicate From Mid point to
>>>> Remote Connector Server
>>>> Hello Indresh!
>>>>
>>>> Please see
>>>> https://wiki.evolveum.com/display/midPoint/Active+Directory+HOWTO
>>>> for an inspiration.
>>>>
>>>> If you would go through that manual, and if you get stuck at
>>>> some point, just let us know and we'll try to help you.
>>>>
>>>> Regards,
>>>> Pavol
>>>>
>>>>
>>>> Hi Team,
>>>>
>>>>
>>>> Can somebody assist me on How to connect from mid point to
>>>> Remote Connector Server.
>>>>
>>>>
>>>> I have installed Connector Server in my local machine and
>>>> trying to connect to midpoint.
>>>>
>>>>
>>>> Thanks and Regards
>>>>
>>>> Indresh Kumar
>>>>
>>>>
>>>> This message contains information that may be privileged or
>>>> confidential and is the property of ILANTUS Technologies.
>>>> It is intended only for the person to whom it is addressed.
>>>> If you are not the intended recipient, you are not
>>>> authorized to read, print, retain, copy, disseminate,
>>>> distribute, or use this message or any part thereof. If you
>>>> receive this message in error, please notify the sender
>>>> immediately and delete all copies of this message.
>>>>
>>>>
>>>> _______________________________________________
>>>> midPoint mailing list
>>>> midPoint at lists.evolveum.com
>>>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>>>
>>>>
>>>> This message contains information that may be privileged or
>>>> confidential and is the property of ILANTUS Technologies. It is
>>>> intended only for the person to whom it is addressed. If you
>>>> are not the intended recipient, you are not authorized to read,
>>>> print, retain, copy, disseminate, distribute, or use this
>>>> message or any part thereof. If you receive this message in
>>>> error, please notify the sender immediately and delete all
>>>> copies of this message.
>>>> This message contains information that may be privileged or
>>>> confidential and is the property of ILANTUS Technologies. It is
>>>> intended only for the person to whom it is addressed. If you
>>>> are not the intended recipient, you are not authorized to read,
>>>> print, retain, copy, disseminate, distribute, or use this
>>>> message or any part thereof. If you receive this message in
>>>> error, please notify the sender immediately and delete all
>>>> copies of this message.
>>>> _______________________________________________
>>>> midPoint mailing list
>>>> midPoint at lists.evolveum.com
>>>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Ing. Ivan Noris
>>>> Senior Identity Management Engineer
>>>> evolveum.com
>>>> ___________________________________________
>>>> "Idem per idem - semper idem Vix."
>>>>
>>>>
>>>> _______________________________________________
>>>> midPoint mailing list
>>>> midPoint at lists.evolveum.com
>>>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>>
>>> This message contains information that may be privileged or
>>> confidential and is the property of ILANTUS Technologies. It is
>>> intended only for the person to whom it is addressed. If you are not
>>> the intended recipient, you are not authorized to read, print,
>>> retain, copy, disseminate, distribute, or use this message or any
>>> part thereof. If you receive this message in error, please notify
>>> the sender immediately and delete all copies of this message.
>>> This message contains information that may be privileged or
>>> confidential and is the property of ILANTUS Technologies. It is
>>> intended only for the person to whom it is addressed. If you are not
>>> the intended recipient, you are not authorized to read, print,
>>> retain, copy, disseminate, distribute, or use this message or any
>>> part thereof. If you receive this message in error, please notify
>>> the sender immediately and delete all copies of this message. This
>>> message contains information that may be privileged or confidential
>>> and is the property of ILANTUS Technologies. It is intended only for
>>> the person to whom it is addressed. If you are not the intended
>>> recipient, you are not authorized to read, print, retain, copy,
>>> disseminate, distribute, or use this message or any part thereof. If
>>> you receive this message in error, please notify the sender
>>> immediately and delete all copies of this message.
>>> This message contains information that may be privileged or
>>> confidential and is the property of ILANTUS Technologies. It is
>>> intended only for the person to whom it is addressed. If you are not
>>> the intended recipient, you are not authorized to read, print,
>>> retain, copy, disseminate, distribute, or use this message or any
>>> part thereof. If you receive this message in error, please notify
>>> the sender immediately and delete all copies of this message.
>>>
>>>
>>> _______________________________________________
>>> midPoint mailing list
>>> midPoint at lists.evolveum.com
>>> http://lists.evolveum.com/mailman/listinfo/midpoint
>>
>> This message contains information that may be privileged or
>> confidential and is the property of ILANTUS Technologies. It is
>> intended only for the person to whom it is addressed. If you are not
>> the intended recipient, you are not authorized to read, print,
>> retain, copy, disseminate, distribute, or use this message or any
>> part thereof. If you receive this message in error, please notify the
>> sender immediately and delete all copies of this message.
>> This message contains information that may be privileged or
>> confidential and is the property of ILANTUS Technologies. It is
>> intended only for the person to whom it is addressed. If you are not
>> the intended recipient, you are not authorized to read, print,
>> retain, copy, disseminate, distribute, or use this message or any
>> part thereof. If you receive this message in error, please notify the
>> sender immediately and delete all copies of this message.
>>
>>
>> _______________________________________________
>> midPoint mailing list
>> midPoint at lists.evolveum.com
>> http://lists.evolveum.com/mailman/listinfo/midpoint
>
> This message contains information that may be privileged or
> confidential and is the property of ILANTUS Technologies. It is
> intended only for the person to whom it is addressed. If you are not
> the intended recipient, you are not authorized to read, print, retain,
> copy, disseminate, distribute, or use this message or any part
> thereof. If you receive this message in error, please notify the
> sender immediately and delete all copies of this message.
> This message contains information that may be privileged or
> confidential and is the property of ILANTUS Technologies. It is
> intended only for the person to whom it is addressed. If you are not
> the intended recipient, you are not authorized to read, print, retain,
> copy, disseminate, distribute, or use this message or any part
> thereof. If you receive this message in error, please notify the
> sender immediately and delete all copies of this message.
>
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20141010/ef3f978e/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 26003 bytes
Desc: not available
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20141010/ef3f978e/attachment.png>
More information about the midPoint
mailing list