Re: [Dev] Error when trying to run proxy service

2015-06-11 Thread Aaquibah Nashry
Hi malaka,
yes that was the problem.
thanks.

M.R.Aaquibah Nashry
*Intern, Engineering*
Mobile : +94 773946123
Tel  : +94 112662541
nas...@wso2.com

On Fri, Jun 12, 2015 at 12:10 PM, Malaka Silva  wrote:

> you need to append secutitytoken with the password.
>
>
> from doc,
> Connecting to Salesforce
>
> To use the Salesforce connector, add the  element in
> your configuration before any other Salesforce connector operations. This
> configuration authenticates with Salesforce by configuring the user
> credentials and login URL. The password is a combination of the user
> password plus the security token provided by Salesforce. For example, if
> the user's password is ABCD, and the security token is 1234, enter ABCD1234
> as the password. Users can obtain their security token by changing their
> password or resetting their security token in the Salesforce user
> interface, at which point Salesforce sends a new security token to the
> email address on the user's Salesforce record.
> *init*
> 
> x...@abc.com
> x
> https://login.salesforce.com/services/Soap/u/27.0
> 
>
> The response of this operation is attached to the message body and is used
> for subsequent Salesforce operations. The session ID is saved to the
> propertysalesforce.sessionId, and the server URL is saved to
> salesforce.serviceUrl. If the given login details are invalid, the
> specified fault sequence will be triggered
>
>
>
> On Fri, Jun 12, 2015 at 11:55 AM, Aaquibah Nashry  wrote:
>
>> Hi,
>> the problem was with the authentication to salesforce.
>>
>> Thanks,
>>
>> M.R.Aaquibah Nashry
>> *Intern, Engineering*
>> Mobile : +94 773946123
>> Tel  : +94 112662541
>> nas...@wso2.com
>>
>> On Fri, Jun 12, 2015 at 11:36 AM, Aaquibah Nashry 
>> wrote:
>>
>>> Hi Kavith,
>>> the data is not written to the database at all...
>>>
>>> when i save my data service, i get this on the esb log,
>>>
>>> [2015-06-12 11:28:38,441]  WARN
>>> {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -  Failed
>>> Administrator login attempt 'admin[-1234]' at [2015-06-12
>>> 11:28:38,441+0530] from IP address 10.100.4.35
>>> [2015-06-12 11:28:38,442]  WARN
>>> {org.wso2.carbon.server.admin.module.handler.AuthenticationHandler} -
>>> Illegal access attempt at [2015-06-12 11:28:38,0442] from IP address
>>> 10.100.4.35 while trying to authenticate access to service
>>> LoggedUserInfoAdmin
>>> [2015-06-12 11:28:40,772]  INFO
>>> {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -
>>> 'admin@carbon.super [-1234]' logged in at [2015-06-12
>>> 11:28:40,772+0530] from IP address 10.100.4.35
>>> [2015-06-12 11:29:00,534]  INFO
>>> {org.wso2.carbon.core.deployment.DeploymentInterceptor} -  Deploying Axis2
>>> service: mysql {super-tenant}
>>>
>>>
>>> when i save my proxy,
>>>
>>> ilding Axis service for Proxy service : query
>>> [2015-06-12 11:30:11,453]  INFO {SERVICE_LOGGER.query} -  Adding service
>>> query to the Axis2 configuration
>>> [2015-06-12 11:30:11,458]  INFO
>>> {org.wso2.carbon.core.deployment.DeploymentInterceptor} -  Deploying Axis2
>>> service: query {super-tenant}
>>> [2015-06-12 11:30:11,521]  INFO {SERVICE_LOGGER.query} -  Successfully
>>> created the Axis2 service for Proxy service : query
>>>
>>> when i try the service,
>>>
>>> NFO {SERVICE_LOGGER.query} -  Connection = Login to Salesforce .
>>> [2015-06-12 11:34:17,895]  WARN {SERVICE_LOGGER} -  ERROR_CODE : null
>>> ERROR_MESSAGE : null
>>>
>>>
>>> these are the logs i get...
>>>
>>> M.R.Aaquibah Nashry
>>> *Intern, Engineering*
>>> Mobile : +94 773946123
>>> Tel  : +94 112662541
>>> nas...@wso2.com
>>>
>>> On Fri, Jun 12, 2015 at 11:22 AM, Kavith Lokuhewage 
>>> wrote:
>>>
 Hi Aaquibah,

 Can you see this data written into the database properly?  Is it just
 the case that you get a read time out on tryit tool? Please attach the
 complete log of ESB for this scenario.

 Thanks.

 On Fri, Jun 12, 2015 at 11:06 AM, Aaquibah Nashry 
 wrote:

> Hi Kavith,
>
> i got the following:
>
> [2015-06-12 11:05:02,198]  INFO {SERVICE_LOGGER.query} -  Connection =
> Login to Salesforce .
> [2015-06-12 11:05:03,435]  WARN {SERVICE_LOGGER} -  ERROR_CODE : null
> ERROR_MESSAGE : null
>
>
> M.R.Aaquibah Nashry
> *Intern, Engineering*
> Mobile : +94 773946123
> Tel  : +94 112662541
> nas...@wso2.com
>
> On Fri, Jun 12, 2015 at 10:59 AM, Kavith Lokuhewage 
> wrote:
>
>> Hi Aaquibah,
>>
>> Do you see any error logs in ESB side?
>>
>> Thanks.
>>
>> On Fri, Jun 12, 2015 at 10:52 AM, Aaquibah Nashry 
>> wrote:
>>
>>> Hi,
>>> I followed the stepsin this link to get data from salesforce and
>>> write to mysql database :
>>>
>>>
>>> http://wso2.com/library/articles/2014/02/cloud-to-rdbms-using-wso2-esb/
>>>
>>> When i try the service, i get this error:
>>>
>>> http://wso2.org/n

Re: [Dev] Error when trying to run proxy service

2015-06-11 Thread Malaka Silva
you need to append secutitytoken with the password.


from doc,
Connecting to Salesforce

To use the Salesforce connector, add the  element in your
configuration before any other Salesforce connector operations. This
configuration authenticates with Salesforce by configuring the user
credentials and login URL. The password is a combination of the user
password plus the security token provided by Salesforce. For example, if
the user's password is ABCD, and the security token is 1234, enter ABCD1234
as the password. Users can obtain their security token by changing their
password or resetting their security token in the Salesforce user
interface, at which point Salesforce sends a new security token to the
email address on the user's Salesforce record.
*init*

x...@abc.com
x
https://login.salesforce.com/services/Soap/u/27.0


The response of this operation is attached to the message body and is used
for subsequent Salesforce operations. The session ID is saved to the
propertysalesforce.sessionId, and the server URL is saved to
salesforce.serviceUrl. If the given login details are invalid, the
specified fault sequence will be triggered



On Fri, Jun 12, 2015 at 11:55 AM, Aaquibah Nashry  wrote:

> Hi,
> the problem was with the authentication to salesforce.
>
> Thanks,
>
> M.R.Aaquibah Nashry
> *Intern, Engineering*
> Mobile : +94 773946123
> Tel  : +94 112662541
> nas...@wso2.com
>
> On Fri, Jun 12, 2015 at 11:36 AM, Aaquibah Nashry  wrote:
>
>> Hi Kavith,
>> the data is not written to the database at all...
>>
>> when i save my data service, i get this on the esb log,
>>
>> [2015-06-12 11:28:38,441]  WARN
>> {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -  Failed
>> Administrator login attempt 'admin[-1234]' at [2015-06-12
>> 11:28:38,441+0530] from IP address 10.100.4.35
>> [2015-06-12 11:28:38,442]  WARN
>> {org.wso2.carbon.server.admin.module.handler.AuthenticationHandler} -
>> Illegal access attempt at [2015-06-12 11:28:38,0442] from IP address
>> 10.100.4.35 while trying to authenticate access to service
>> LoggedUserInfoAdmin
>> [2015-06-12 11:28:40,772]  INFO
>> {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -
>> 'admin@carbon.super [-1234]' logged in at [2015-06-12 11:28:40,772+0530]
>> from IP address 10.100.4.35
>> [2015-06-12 11:29:00,534]  INFO
>> {org.wso2.carbon.core.deployment.DeploymentInterceptor} -  Deploying Axis2
>> service: mysql {super-tenant}
>>
>>
>> when i save my proxy,
>>
>> ilding Axis service for Proxy service : query
>> [2015-06-12 11:30:11,453]  INFO {SERVICE_LOGGER.query} -  Adding service
>> query to the Axis2 configuration
>> [2015-06-12 11:30:11,458]  INFO
>> {org.wso2.carbon.core.deployment.DeploymentInterceptor} -  Deploying Axis2
>> service: query {super-tenant}
>> [2015-06-12 11:30:11,521]  INFO {SERVICE_LOGGER.query} -  Successfully
>> created the Axis2 service for Proxy service : query
>>
>> when i try the service,
>>
>> NFO {SERVICE_LOGGER.query} -  Connection = Login to Salesforce .
>> [2015-06-12 11:34:17,895]  WARN {SERVICE_LOGGER} -  ERROR_CODE : null
>> ERROR_MESSAGE : null
>>
>>
>> these are the logs i get...
>>
>> M.R.Aaquibah Nashry
>> *Intern, Engineering*
>> Mobile : +94 773946123
>> Tel  : +94 112662541
>> nas...@wso2.com
>>
>> On Fri, Jun 12, 2015 at 11:22 AM, Kavith Lokuhewage 
>> wrote:
>>
>>> Hi Aaquibah,
>>>
>>> Can you see this data written into the database properly?  Is it just
>>> the case that you get a read time out on tryit tool? Please attach the
>>> complete log of ESB for this scenario.
>>>
>>> Thanks.
>>>
>>> On Fri, Jun 12, 2015 at 11:06 AM, Aaquibah Nashry 
>>> wrote:
>>>
 Hi Kavith,

 i got the following:

 [2015-06-12 11:05:02,198]  INFO {SERVICE_LOGGER.query} -  Connection =
 Login to Salesforce .
 [2015-06-12 11:05:03,435]  WARN {SERVICE_LOGGER} -  ERROR_CODE : null
 ERROR_MESSAGE : null


 M.R.Aaquibah Nashry
 *Intern, Engineering*
 Mobile : +94 773946123
 Tel  : +94 112662541
 nas...@wso2.com

 On Fri, Jun 12, 2015 at 10:59 AM, Kavith Lokuhewage 
 wrote:

> Hi Aaquibah,
>
> Do you see any error logs in ESB side?
>
> Thanks.
>
> On Fri, Jun 12, 2015 at 10:52 AM, Aaquibah Nashry 
> wrote:
>
>> Hi,
>> I followed the stepsin this link to get data from salesforce and
>> write to mysql database :
>>
>>
>> http://wso2.com/library/articles/2014/02/cloud-to-rdbms-using-wso2-esb/
>>
>> When i try the service, i get this error:
>>
>> http://wso2.org/ns/TryitProxy";>org.apache.axis2.AxisFault: Read
>> timed out
>>
>> Any ideas to solve this???
>>
>> Thanks in advance,
>>
>> M.R.Aaquibah Nashry
>> *Intern, Engineering*
>> Mobile : +94 773946123
>> Tel  : +94 112662541
>> nas...@wso2.com
>>
>> ___
>> Dev mailing list
>> Dev@

Re: [Dev] Error when trying to run proxy service

2015-06-11 Thread Aaquibah Nashry
Hi,
the problem was with the authentication to salesforce.

Thanks,

M.R.Aaquibah Nashry
*Intern, Engineering*
Mobile : +94 773946123
Tel  : +94 112662541
nas...@wso2.com

On Fri, Jun 12, 2015 at 11:36 AM, Aaquibah Nashry  wrote:

> Hi Kavith,
> the data is not written to the database at all...
>
> when i save my data service, i get this on the esb log,
>
> [2015-06-12 11:28:38,441]  WARN
> {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -  Failed
> Administrator login attempt 'admin[-1234]' at [2015-06-12
> 11:28:38,441+0530] from IP address 10.100.4.35
> [2015-06-12 11:28:38,442]  WARN
> {org.wso2.carbon.server.admin.module.handler.AuthenticationHandler} -
> Illegal access attempt at [2015-06-12 11:28:38,0442] from IP address
> 10.100.4.35 while trying to authenticate access to service
> LoggedUserInfoAdmin
> [2015-06-12 11:28:40,772]  INFO
> {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -
> 'admin@carbon.super [-1234]' logged in at [2015-06-12 11:28:40,772+0530]
> from IP address 10.100.4.35
> [2015-06-12 11:29:00,534]  INFO
> {org.wso2.carbon.core.deployment.DeploymentInterceptor} -  Deploying Axis2
> service: mysql {super-tenant}
>
>
> when i save my proxy,
>
> ilding Axis service for Proxy service : query
> [2015-06-12 11:30:11,453]  INFO {SERVICE_LOGGER.query} -  Adding service
> query to the Axis2 configuration
> [2015-06-12 11:30:11,458]  INFO
> {org.wso2.carbon.core.deployment.DeploymentInterceptor} -  Deploying Axis2
> service: query {super-tenant}
> [2015-06-12 11:30:11,521]  INFO {SERVICE_LOGGER.query} -  Successfully
> created the Axis2 service for Proxy service : query
>
> when i try the service,
>
> NFO {SERVICE_LOGGER.query} -  Connection = Login to Salesforce .
> [2015-06-12 11:34:17,895]  WARN {SERVICE_LOGGER} -  ERROR_CODE : null
> ERROR_MESSAGE : null
>
>
> these are the logs i get...
>
> M.R.Aaquibah Nashry
> *Intern, Engineering*
> Mobile : +94 773946123
> Tel  : +94 112662541
> nas...@wso2.com
>
> On Fri, Jun 12, 2015 at 11:22 AM, Kavith Lokuhewage 
> wrote:
>
>> Hi Aaquibah,
>>
>> Can you see this data written into the database properly?  Is it just the
>> case that you get a read time out on tryit tool? Please attach the complete
>> log of ESB for this scenario.
>>
>> Thanks.
>>
>> On Fri, Jun 12, 2015 at 11:06 AM, Aaquibah Nashry 
>> wrote:
>>
>>> Hi Kavith,
>>>
>>> i got the following:
>>>
>>> [2015-06-12 11:05:02,198]  INFO {SERVICE_LOGGER.query} -  Connection =
>>> Login to Salesforce .
>>> [2015-06-12 11:05:03,435]  WARN {SERVICE_LOGGER} -  ERROR_CODE : null
>>> ERROR_MESSAGE : null
>>>
>>>
>>> M.R.Aaquibah Nashry
>>> *Intern, Engineering*
>>> Mobile : +94 773946123
>>> Tel  : +94 112662541
>>> nas...@wso2.com
>>>
>>> On Fri, Jun 12, 2015 at 10:59 AM, Kavith Lokuhewage 
>>> wrote:
>>>
 Hi Aaquibah,

 Do you see any error logs in ESB side?

 Thanks.

 On Fri, Jun 12, 2015 at 10:52 AM, Aaquibah Nashry 
 wrote:

> Hi,
> I followed the stepsin this link to get data from salesforce and write
> to mysql database :
>
> http://wso2.com/library/articles/2014/02/cloud-to-rdbms-using-wso2-esb/
>
> When i try the service, i get this error:
>
> http://wso2.org/ns/TryitProxy";>org.apache.axis2.AxisFault: Read timed
> out
>
> Any ideas to solve this???
>
> Thanks in advance,
>
> M.R.Aaquibah Nashry
> *Intern, Engineering*
> Mobile : +94 773946123
> Tel  : +94 112662541
> nas...@wso2.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 *Kavith Lokuhewage*
 Software Engineer
 WSO2 Inc. - http://wso2.com
 lean . enterprise . middleware
 Mobile - +9477-9-145-123 | +9471-455-6-401
 Linkedin 
 Twitter 

>>>
>>>
>>
>>
>> --
>> *Kavith Lokuhewage*
>> Software Engineer
>> WSO2 Inc. - http://wso2.com
>> lean . enterprise . middleware
>> Mobile - +9477-9-145-123 | +9471-455-6-401
>> Linkedin 
>> Twitter 
>>
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Error when trying to run proxy service

2015-06-11 Thread Aaquibah Nashry
Hi Kavith,
the data is not written to the database at all...

when i save my data service, i get this on the esb log,

[2015-06-12 11:28:38,441]  WARN
{org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -  Failed
Administrator login attempt 'admin[-1234]' at [2015-06-12
11:28:38,441+0530] from IP address 10.100.4.35
[2015-06-12 11:28:38,442]  WARN
{org.wso2.carbon.server.admin.module.handler.AuthenticationHandler} -
Illegal access attempt at [2015-06-12 11:28:38,0442] from IP address
10.100.4.35 while trying to authenticate access to service
LoggedUserInfoAdmin
[2015-06-12 11:28:40,772]  INFO
{org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -
'admin@carbon.super [-1234]' logged in at [2015-06-12 11:28:40,772+0530]
from IP address 10.100.4.35
[2015-06-12 11:29:00,534]  INFO
{org.wso2.carbon.core.deployment.DeploymentInterceptor} -  Deploying Axis2
service: mysql {super-tenant}


when i save my proxy,

ilding Axis service for Proxy service : query
[2015-06-12 11:30:11,453]  INFO {SERVICE_LOGGER.query} -  Adding service
query to the Axis2 configuration
[2015-06-12 11:30:11,458]  INFO
{org.wso2.carbon.core.deployment.DeploymentInterceptor} -  Deploying Axis2
service: query {super-tenant}
[2015-06-12 11:30:11,521]  INFO {SERVICE_LOGGER.query} -  Successfully
created the Axis2 service for Proxy service : query

when i try the service,

NFO {SERVICE_LOGGER.query} -  Connection = Login to Salesforce .
[2015-06-12 11:34:17,895]  WARN {SERVICE_LOGGER} -  ERROR_CODE : null
ERROR_MESSAGE : null


these are the logs i get...

M.R.Aaquibah Nashry
*Intern, Engineering*
Mobile : +94 773946123
Tel  : +94 112662541
nas...@wso2.com

On Fri, Jun 12, 2015 at 11:22 AM, Kavith Lokuhewage  wrote:

> Hi Aaquibah,
>
> Can you see this data written into the database properly?  Is it just the
> case that you get a read time out on tryit tool? Please attach the complete
> log of ESB for this scenario.
>
> Thanks.
>
> On Fri, Jun 12, 2015 at 11:06 AM, Aaquibah Nashry  wrote:
>
>> Hi Kavith,
>>
>> i got the following:
>>
>> [2015-06-12 11:05:02,198]  INFO {SERVICE_LOGGER.query} -  Connection =
>> Login to Salesforce .
>> [2015-06-12 11:05:03,435]  WARN {SERVICE_LOGGER} -  ERROR_CODE : null
>> ERROR_MESSAGE : null
>>
>>
>> M.R.Aaquibah Nashry
>> *Intern, Engineering*
>> Mobile : +94 773946123
>> Tel  : +94 112662541
>> nas...@wso2.com
>>
>> On Fri, Jun 12, 2015 at 10:59 AM, Kavith Lokuhewage 
>> wrote:
>>
>>> Hi Aaquibah,
>>>
>>> Do you see any error logs in ESB side?
>>>
>>> Thanks.
>>>
>>> On Fri, Jun 12, 2015 at 10:52 AM, Aaquibah Nashry 
>>> wrote:
>>>
 Hi,
 I followed the stepsin this link to get data from salesforce and write
 to mysql database :

 http://wso2.com/library/articles/2014/02/cloud-to-rdbms-using-wso2-esb/

 When i try the service, i get this error:

 http://wso2.org/ns/TryitProxy";>org.apache.axis2.AxisFault: Read timed
 out

 Any ideas to solve this???

 Thanks in advance,

 M.R.Aaquibah Nashry
 *Intern, Engineering*
 Mobile : +94 773946123
 Tel  : +94 112662541
 nas...@wso2.com

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> *Kavith Lokuhewage*
>>> Software Engineer
>>> WSO2 Inc. - http://wso2.com
>>> lean . enterprise . middleware
>>> Mobile - +9477-9-145-123 | +9471-455-6-401
>>> Linkedin 
>>> Twitter 
>>>
>>
>>
>
>
> --
> *Kavith Lokuhewage*
> Software Engineer
> WSO2 Inc. - http://wso2.com
> lean . enterprise . middleware
> Mobile - +9477-9-145-123 | +9471-455-6-401
> Linkedin 
> Twitter 
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Error when trying to run proxy service

2015-06-11 Thread Kavith Lokuhewage
Hi Aaquibah,

Can you see this data written into the database properly?  Is it just the
case that you get a read time out on tryit tool? Please attach the complete
log of ESB for this scenario.

Thanks.

On Fri, Jun 12, 2015 at 11:06 AM, Aaquibah Nashry  wrote:

> Hi Kavith,
>
> i got the following:
>
> [2015-06-12 11:05:02,198]  INFO {SERVICE_LOGGER.query} -  Connection =
> Login to Salesforce .
> [2015-06-12 11:05:03,435]  WARN {SERVICE_LOGGER} -  ERROR_CODE : null
> ERROR_MESSAGE : null
>
>
> M.R.Aaquibah Nashry
> *Intern, Engineering*
> Mobile : +94 773946123
> Tel  : +94 112662541
> nas...@wso2.com
>
> On Fri, Jun 12, 2015 at 10:59 AM, Kavith Lokuhewage 
> wrote:
>
>> Hi Aaquibah,
>>
>> Do you see any error logs in ESB side?
>>
>> Thanks.
>>
>> On Fri, Jun 12, 2015 at 10:52 AM, Aaquibah Nashry 
>> wrote:
>>
>>> Hi,
>>> I followed the stepsin this link to get data from salesforce and write
>>> to mysql database :
>>>
>>> http://wso2.com/library/articles/2014/02/cloud-to-rdbms-using-wso2-esb/
>>>
>>> When i try the service, i get this error:
>>>
>>> http://wso2.org/ns/TryitProxy";>org.apache.axis2.AxisFault: Read timed
>>> out
>>>
>>> Any ideas to solve this???
>>>
>>> Thanks in advance,
>>>
>>> M.R.Aaquibah Nashry
>>> *Intern, Engineering*
>>> Mobile : +94 773946123
>>> Tel  : +94 112662541
>>> nas...@wso2.com
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Kavith Lokuhewage*
>> Software Engineer
>> WSO2 Inc. - http://wso2.com
>> lean . enterprise . middleware
>> Mobile - +9477-9-145-123 | +9471-455-6-401
>> Linkedin 
>> Twitter 
>>
>
>


-- 
*Kavith Lokuhewage*
Software Engineer
WSO2 Inc. - http://wso2.com
lean . enterprise . middleware
Mobile - +9477-9-145-123 | +9471-455-6-401
Linkedin   Twitter

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Error when trying to run proxy service

2015-06-11 Thread Aaquibah Nashry
Hi Kavith,

i got the following:

[2015-06-12 11:05:02,198]  INFO {SERVICE_LOGGER.query} -  Connection =
Login to Salesforce .
[2015-06-12 11:05:03,435]  WARN {SERVICE_LOGGER} -  ERROR_CODE : null
ERROR_MESSAGE : null


M.R.Aaquibah Nashry
*Intern, Engineering*
Mobile : +94 773946123
Tel  : +94 112662541
nas...@wso2.com

On Fri, Jun 12, 2015 at 10:59 AM, Kavith Lokuhewage  wrote:

> Hi Aaquibah,
>
> Do you see any error logs in ESB side?
>
> Thanks.
>
> On Fri, Jun 12, 2015 at 10:52 AM, Aaquibah Nashry  wrote:
>
>> Hi,
>> I followed the stepsin this link to get data from salesforce and write to
>> mysql database :
>>
>> http://wso2.com/library/articles/2014/02/cloud-to-rdbms-using-wso2-esb/
>>
>> When i try the service, i get this error:
>>
>> http://wso2.org/ns/TryitProxy";>org.apache.axis2.AxisFault: Read timed
>> out
>>
>> Any ideas to solve this???
>>
>> Thanks in advance,
>>
>> M.R.Aaquibah Nashry
>> *Intern, Engineering*
>> Mobile : +94 773946123
>> Tel  : +94 112662541
>> nas...@wso2.com
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Kavith Lokuhewage*
> Software Engineer
> WSO2 Inc. - http://wso2.com
> lean . enterprise . middleware
> Mobile - +9477-9-145-123 | +9471-455-6-401
> Linkedin 
> Twitter 
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Error when trying to run proxy service

2015-06-11 Thread Kavith Lokuhewage
Hi Aaquibah,

Do you see any error logs in ESB side?

Thanks.

On Fri, Jun 12, 2015 at 10:52 AM, Aaquibah Nashry  wrote:

> Hi,
> I followed the stepsin this link to get data from salesforce and write to
> mysql database :
>
> http://wso2.com/library/articles/2014/02/cloud-to-rdbms-using-wso2-esb/
>
> When i try the service, i get this error:
>
> http://wso2.org/ns/TryitProxy";>org.apache.axis2.AxisFault: Read timed
> out
>
> Any ideas to solve this???
>
> Thanks in advance,
>
> M.R.Aaquibah Nashry
> *Intern, Engineering*
> Mobile : +94 773946123
> Tel  : +94 112662541
> nas...@wso2.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Kavith Lokuhewage*
Software Engineer
WSO2 Inc. - http://wso2.com
lean . enterprise . middleware
Mobile - +9477-9-145-123 | +9471-455-6-401
Linkedin   Twitter

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Error when trying to run proxy service

2015-06-11 Thread Aaquibah Nashry
Hi,
I followed the stepsin this link to get data from salesforce and write to
mysql database :

http://wso2.com/library/articles/2014/02/cloud-to-rdbms-using-wso2-esb/

When i try the service, i get this error:

http://wso2.org/ns/TryitProxy";>org.apache.axis2.AxisFault: Read timed
out

Any ideas to solve this???

Thanks in advance,

M.R.Aaquibah Nashry
*Intern, Engineering*
Mobile : +94 773946123
Tel  : +94 112662541
nas...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev