Hi Anandha,

On Wed, Feb 27, 2013 at 07:31:18PM +0530, Anandha Kannan wrote:
> Hi Ariel, 
> 
>         Thanks for the input. But i tried my code with cin.get() and
>         ENTERED only after confirming that the port is listening
>         (using lsof -i :2081). Do u think there could be any other
>         possible reason for this issue?!

Hard to guess without seeing the code. Try the usual things:
- running the application as unprivileged user
- running the application inside a shell where the SDK environment was
  set
- strip the code: first try the code that connects with the
  UnoUrlResolver in a simple client application; if it works in this
  way, you have to investigate way it doesn't work when you insert the
  very same code in your application.

As a rule, always look at the way the SDK examples are launched
(-env:URE_MORE_TYPES=<...> and other switches are vital), this might be
the cause why the code works standalone but not when you copy it into
your application.


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina

Attachment: pgpQ8hMXLiMkb.pgp
Description: PGP signature

Reply via email to