On Mon, May 16, 2011 at 11:01 PM, Hasini Gunasinghe <[email protected]> wrote:

> Hi Azeez,
>
> I didn't clearly get the problem here. Let me explain the LDAP port usage.
> There are two places where LDAP port is used in code.
>
> 1. When starting embedded-ldap - this is done in ldap-server component
> which starts before user-core.
>    Earlier the port was in embedded-ldap.xml and AmilaJ has fixed it to
> read it from carbon.xml
>

Starting code does not use the  CarbonUtils.getPortFromServerConfig method,
but the connection part mentioned below uses that method. So, when you do
the same thing in two different ways, there will be inconsistencies, as I
discovered by introducing the port offset.

>
> 2. When user manager connects to the user store -  this is done in
> user-core.
>    Earlier port was in user-mgt.xml and I made it overridden from
> carbon.xml.
>
> I understand it is done in two ways. Can you please explain where I should
> fix this?
> Do I need to make both places read directly from carbon.xml or both places
> read port through CarbonUtils.getPortFromServerConfig method?
>
> Thanks,
> Hasini.
>
> On Mon, May 16, 2011 at 10:39 PM, Afkham Azeez <[email protected]> wrote:
>
>> [2011-05-16 22:33:15,402]  INFO
>> {org.wso2.carbon.ldap.server.DirectoryActivator} -  Starting directory
>> service on port 10399
>> [2011-05-16 22:33:18,567] ERROR
>> {org.wso2.carbon.user.core.ldap.LDAPConnectionContext} -  Error obtaining
>> connection. localhost:10401
>>
>> The port creation is done by directly reading form the carbon.xml file,
>> but connecting to that is done using the CarbonUtils.getPortFromServerConfig
>> method. Because of this, I cannot get the port Offset to work. Please fix
>> this ASAP.
>>
>> --
>> *Afkham Azeez*
>> Director of Architecture; WSO2, Inc.; http://wso2.com
>> Member; Apache Software Foundation; http://www.apache.org/
>> * <http://www.apache.org/>**
>> email: **[email protected]* <[email protected]>* cell: +94 77 3320919
>> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
>> twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
>> *
>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>> *
>> *
>> *Lean . Enterprise . Middleware*
>>
>>
>> _______________________________________________
>> Carbon-dev mailing list
>> [email protected]
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
> _______________________________________________
> Carbon-dev mailing list
> [email protected]
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* <http://www.apache.org/>**
email: **[email protected]* <[email protected]>* cell: +94 77 3320919
blog: **http://blog.afkham.org* <http://blog.afkham.org>*
twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to