Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: {Disarmed} [ecf-dev] ecf in linux

Hi Markus
    I found the problem.Actually in one of my linux machines, the port 
 5353 was blocked by some other unix process.I found while going through jmdns code,it makes use of System property.
And if not found, it just uses the default 
 5353 port.I was not able to find it as i could not find any error logs.
     Currently its working just fine with 2 linux machines.I am just curious to know if there are any other port/ip configuration being used in this way?

Thanks and Regards
Abhisek
 
On Mon, May 31, 2010 at 9:52 PM, abhisek saikia <agscontact@xxxxxxxxx> wrote:
Hi markus
   I enabled ecf debug in .option files....still i could not get any detailed log.when i checked route i found 224.0.0.0 entry is not there
so i added it like route add 224.0.0.0 netmask 240.0.0.0 dev eth1
Still my discovery is not happening.
When i tried in the same machine its working ,but if i take 2 linux machines ,my consumer is not able to find the remote services.I could not find any error logs.Do i need any os specific changed in linux?

Thanks and Regards

Abhisek

On Mon, May 31, 2010 at 1:39 PM, Markus Alexander Kuppe <ecf-dev_eclipse.org@lemmster.de> wrote:
On 05/31/2010 10:03 AM, abhisek saikia wrote:
> Hi
>   Today i tried a sample in standalone osgi.(ECF generic and jmdns) in a
> linux machine .My consumer is not able to discover the host.But the same
> setup works fine in windows.
> when i saw the logs in the linux machine i could found logs like
>  Connection exception ,and some piece of code seems to try
> ecftp://localhost:3889/server for connection. But i have configured the
> container url as *MailScanner Warnung: nummerische Links sind oftmals
> arglistig:* 192.168.1.5:3890/server...I
> <http://192.168.1.5:3890/server...I> am not able to get from where this
> url is coming.Does jmdns is failing in that particular linux machine?

To my my knowledge, jmdns works just fine on Linux. And to me it sounds
as if discovery works, but the subsequent remote service connection
fails due to the wrong address.
But in any case, we need more details (stack trace, configuration and
best a test case).

Markus
_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev



Back to the top