Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Communications Framework (ECF) » Possible bug in ECF AppGenericServer
Possible bug in ECF AppGenericServer [message #623592] Fri, 30 May 2008 08:45 Go to next message
Syed Sajid Hussain Shah is currently offline Syed Sajid Hussain ShahFriend
Messages: 10
Registered: July 2009
Junior Member
Dear sir I am trying to launch an ECF AppGenericServer, for the last whole
weak by using the command

eclipse.exe -console -application org.eclipse.ecf.provider.AppGenericServer

but it gives me the following error.

No service type for event <javax.jmdns.ServiceEvent>
javax.jmdns.ServiceEvent[so
urce= ---- Services -----
---- Types ----
Type:
8.4.a.4.9.a.e.f.f.f.3.9.3.0.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.
8.e.f.ip6.arpa.:
8.4.A.4.9.A.E.F.F.F.3.9.3.0.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8. E.F
ip6.arpa.
Type: _rfb._tcp.local.: _rfb._tcp.local.
Type: _http._tcp.local.: _http._tcp.local.
Type: _afpovertcp._tcp.local.: _afpovertcp._tcp.local.
Type: _services._dns-sd._udp.local.:
_services._dns-sd._udp.loca
l.
Type: _net-assistant._udp.local.: _net-assistant._udp.local.
---- cache ----
record[a,in,fehmarn.local.,3600/3599, address
'132.176.75.108']

record[ptr,in,_services._mdns._udp.local.,3600/3599,_net-ass ista
nt._udp.local.]

record[ptr,in,_services._mdns._udp.local.,3600/3599,8.4.A.4. 9.A.
E.F.F.F.3.9.3.0.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.E.F.ip6.arpa .]

record[ptr,in,_services._mdns._udp.local.,3600/3599,_rfb._tc p.lo
cal.]

record[ptr,in,_services._mdns._udp.local.,3600/3599,_http._t cp.l
ocal.]

record[ptr,in,_services._mdns._udp.local.,3600/3599,_afpover tcp.
_tcp.local.]

record[ptr,in,_services._mdns._udp.local.,3600/3599,_service s._d
ns-sd._udp.local.]
---- Service Collectors ----] name null type
8.4.A.4.9.A.E.F.F.F.3.9.3.0
2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.E.F.ip6.arpa. info null and JMDNS service
type
8.4.A.4.9.A.E.F.F.F.3.9.3.0.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8. E.F.ip6.arpa.

Can you please help me in this regard?
Re: Possible bug in ECF AppGenericServer [message #623593 is a reply to message #623592] Fri, 30 May 2008 09:06 Go to previous messageGo to next message
Markus Kuppe is currently offline Markus KuppeFriend
Messages: 177
Registered: July 2009
Senior Member
Syed Sajid Hussain Shah wrote:
> Dear sir I am trying to launch an ECF AppGenericServer, for the last
> whole weak by using the command
>
> eclipse.exe -console -application org.eclipse.ecf.provider.AppGenericServer
>
> but it gives me the following error.
>
> No service type for event <javax.jmdns.ServiceEvent>
> javax.jmdns.ServiceEvent[so
> urce= ---- Services -----
> ---- Types ----
> Type:
> 8.4.a.4.9.a.e.f.f.f.3.9.3.0.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.
> 8.e.f.ip6.arpa.:
> 8.4.A.4.9.A.E.F.F.F.3.9.3.0.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8. E.F
> ip6.arpa.
> Type: _rfb._tcp.local.: _rfb._tcp.local.
> Type: _http._tcp.local.: _http._tcp.local.
> Type: _afpovertcp._tcp.local.: _afpovertcp._tcp.local.
> Type: _services._dns-sd._udp.local.:
> _services._dns-sd._udp.loca
> l.
> Type: _net-assistant._udp.local.: _net-assistant._udp.local.
> ---- cache ----
> record[a,in,fehmarn.local.,3600/3599, address
> '132.176.75.108']
>
> record[ptr,in,_services._mdns._udp.local.,3600/3599,_net-ass ista
> nt._udp.local.]
>
> record[ptr,in,_services._mdns._udp.local.,3600/3599,8.4.A.4. 9.A.
> E.F.F.F.3.9.3.0.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.E.F.ip6.arpa .]
>
> record[ptr,in,_services._mdns._udp.local.,3600/3599,_rfb._tc p.lo
> cal.]
>
> record[ptr,in,_services._mdns._udp.local.,3600/3599,_http._t cp.l
> ocal.]
>
> record[ptr,in,_services._mdns._udp.local.,3600/3599,_afpover tcp.
> _tcp.local.]
>
> record[ptr,in,_services._mdns._udp.local.,3600/3599,_service s._d
> ns-sd._udp.local.]
> ---- Service Collectors ----] name null type
> 8.4.A.4.9.A.E.F.F.F.3.9.3.0
> 2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.E.F.ip6.arpa. info null and JMDNS
> service type
> 8.4.A.4.9.A.E.F.F.F.3.9.3.0.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8. E.F.ip6.arpa.
>
> Can you please help me in this regard?

Hi,

might be related to this bug [1].

Cheers
Markus

[1] https://bugs.eclipse.org/202774
Re: Possible bug in ECF AppGenericServer [message #623594 is a reply to message #623593] Fri, 30 May 2008 19:21 Go to previous messageGo to next message
Scott Lewis is currently offline Scott LewisFriend
Messages: 1038
Registered: July 2009
Senior Member
Syed,

Does this prevent the AppGenericServer from starting, or does it
continue to start and run?

As Markus indicated, this does indeed seem to be a problem with JmDNS
running on ipv6 networks. I will attempt to get the JmDNS folks paying
attention to this bug as possible...but realistically it may take them
some time to address it. Part of the slowdown, I expect, is the
availability of of ipv6 networks for testing/reproing the problem.

Scott

Markus Alexander Kuppe wrote:
> Syed Sajid Hussain Shah wrote:
>> Dear sir I am trying to launch an ECF AppGenericServer, for the last
>> whole weak by using the command
>>
>> eclipse.exe -console -application
>> org.eclipse.ecf.provider.AppGenericServer
>>
>> but it gives me the following error.
>>
>> No service type for event <javax.jmdns.ServiceEvent>
>> javax.jmdns.ServiceEvent[so
>> urce= ---- Services -----
>> ---- Types ----
>> Type:
>> 8.4.a.4.9.a.e.f.f.f.3.9.3.0.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.
>> 8.e.f.ip6.arpa.:
>> 8.4.A.4.9.A.E.F.F.F.3.9.3.0.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8. E.F
>> ip6.arpa.
>> Type: _rfb._tcp.local.: _rfb._tcp.local.
>> Type: _http._tcp.local.: _http._tcp.local.
>> Type: _afpovertcp._tcp.local.: _afpovertcp._tcp.local.
>> Type: _services._dns-sd._udp.local.:
>> _services._dns-sd._udp.loca
>> l.
>> Type: _net-assistant._udp.local.:
>> _net-assistant._udp.local.
>> ---- cache ----
>> record[a,in,fehmarn.local.,3600/3599, address
>> '132.176.75.108']
>>
>> record[ptr,in,_services._mdns._udp.local.,3600/3599,_net-ass ista
>> nt._udp.local.]
>>
>> record[ptr,in,_services._mdns._udp.local.,3600/3599,8.4.A.4. 9.A.
>> E.F.F.F.3.9.3.0.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.E.F.ip6.arpa .]
>>
>> record[ptr,in,_services._mdns._udp.local.,3600/3599,_rfb._tc p.lo
>> cal.]
>>
>> record[ptr,in,_services._mdns._udp.local.,3600/3599,_http._t cp.l
>> ocal.]
>>
>> record[ptr,in,_services._mdns._udp.local.,3600/3599,_afpover tcp.
>> _tcp.local.]
>>
>> record[ptr,in,_services._mdns._udp.local.,3600/3599,_service s._d
>> ns-sd._udp.local.]
>> ---- Service Collectors ----] name null type
>> 8.4.A.4.9.A.E.F.F.F.3.9.3.0
>> 2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.E.F.ip6.arpa. info null and JMDNS
>> service type
>> 8.4.A.4.9.A.E.F.F.F.3.9.3.0.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8. E.F.ip6.arpa.
>>
>> Can you please help me in this regard?
>
> Hi,
>
> might be related to this bug [1].
>
> Cheers
> Markus
>
> [1] https://bugs.eclipse.org/202774
Re: Possible bug in ECF AppGenericServer [message #623681 is a reply to message #623594] Mon, 02 June 2008 08:51 Go to previous message
Syed Sajid Hussain Shah is currently offline Syed Sajid Hussain ShahFriend
Messages: 10
Registered: July 2009
Junior Member
Dear ECF Team

As I understand, this is an exception. The AppGenericServer does not run
anymore after this exception comes.

Also it is very very slow to respond

Cheers

Sajid


Scott Lewis wrote:
> Syed,
>
> Does this prevent the AppGenericServer from starting, or does it
> continue to start and run?
>
> As Markus indicated, this does indeed seem to be a problem with JmDNS
> running on ipv6 networks. I will attempt to get the JmDNS folks paying
> attention to this bug as possible...but realistically it may take them
> some time to address it. Part of the slowdown, I expect, is the
> availability of of ipv6 networks for testing/reproing the problem.
>
> Scott
>
> Markus Alexander Kuppe wrote:
>> Syed Sajid Hussain Shah wrote:
>>> Dear sir I am trying to launch an ECF AppGenericServer, for the last
>>> whole weak by using the command
>>>
>>> eclipse.exe -console -application
>>> org.eclipse.ecf.provider.AppGenericServer
>>>
>>> but it gives me the following error.
>>>
>>> No service type for event <javax.jmdns.ServiceEvent>
>>> javax.jmdns.ServiceEvent[so
>>> urce= ---- Services -----
>>> ---- Types ----
>>> Type:
>>> 8.4.a.4.9.a.e.f.f.f.3.9.3.0.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.
>>> 8.e.f.ip6.arpa.:
>>> 8.4.A.4.9.A.E.F.F.F.3.9.3.0.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8. E.F
>>> ip6.arpa.
>>> Type: _rfb._tcp.local.: _rfb._tcp.local.
>>> Type: _http._tcp.local.: _http._tcp.local.
>>> Type: _afpovertcp._tcp.local.: _afpovertcp._tcp.local.
>>> Type: _services._dns-sd._udp.local.:
>>> _services._dns-sd._udp.loca
>>> l.
>>> Type: _net-assistant._udp.local.:
>>> _net-assistant._udp.local.
>>> ---- cache ----
>>> record[a,in,fehmarn.local.,3600/3599, address
>>> '132.176.75.108']
>>>
>>> record[ptr,in,_services._mdns._udp.local.,3600/3599,_net-ass ista
>>> nt._udp.local.]
>>>
>>> record[ptr,in,_services._mdns._udp.local.,3600/3599,8.4.A.4. 9.A.
>>> E.F.F.F.3.9.3.0.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.E.F.ip6.arpa .]
>>>
>>> record[ptr,in,_services._mdns._udp.local.,3600/3599,_rfb._tc p.lo
>>> cal.]
>>>
>>> record[ptr,in,_services._mdns._udp.local.,3600/3599,_http._t cp.l
>>> ocal.]
>>>
>>> record[ptr,in,_services._mdns._udp.local.,3600/3599,_afpover tcp.
>>> _tcp.local.]
>>>
>>> record[ptr,in,_services._mdns._udp.local.,3600/3599,_service s._d
>>> ns-sd._udp.local.]
>>> ---- Service Collectors ----] name null type
>>> 8.4.A.4.9.A.E.F.F.F.3.9.3.0
>>> 2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.E.F.ip6.arpa. info null and JMDNS
>>> service type
>>> 8.4.A.4.9.A.E.F.F.F.3.9.3.0.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8. E.F.ip6.arpa.
>>>
>>>
>>> Can you please help me in this regard?
>>
>> Hi,
>>
>> might be related to this bug [1].
>>
>> Cheers
>> Markus
>>
>> [1] https://bugs.eclipse.org/202774
Previous Topic:Question About Shared Editors
Next Topic:ECF RC3
Goto Forum:
  


Current Time: Fri Apr 26 12:03:17 GMT 2024

Powered by FUDForum. Page generated in 0.02812 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top