Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Communications Framework (ECF) » shared editor example
shared editor example [message #603536] Tue, 16 May 2006 09:30 Go to next message
Denis Jouvin is currently offline Denis JouvinFriend
Messages: 22
Registered: July 2009
Junior Member
Hi all,

I'm new to ECF.

I intend to built a shared whiteboard Eclipse RCP application using ECF
and GEF. I successfully tested the XMPP MUC with wildfire as XMPP server.

But I have a problem with the shared editor example:

when I go to the Team -> ECF Editor Shared preference page, I get a
preference page creation problem, "plug-in org...collab.editor was unable
to instantiate class org...ClientPreferencePage",
with a NullPointerException

I checked the .log file but there doesn't seem to be any reference to this
exception..
------------
!ENTRY org.eclipse.ecf.example.collab 0 0 2006-05-16 10:36:20.31
!MESSAGE ECF: Autostarting
containerType=ecf.xmpp.smack,uri=denis@liristpm.univ-lyon1.fr,nickname=
--------------

I use org.eclipse.ecf.sdk-0.8.0.S20060507.zip
and emf-sdo-SDK-2.1.2.zip

any idea ?

thanks for your help
Re: shared editor example [message #603539 is a reply to message #603536] Tue, 16 May 2006 16:05 Go to previous messageGo to next message
Scott Lewis is currently offline Scott LewisFriend
Messages: 1038
Registered: July 2009
Senior Member
Hi Denis,

I'm currently not able to reproduce this NPE with the preference page
creation with ECF 0.8.1 (just put out on Sunday) on Eclipse 3.2rc2. But
I don't think it's an ECF version issue, as I don't think anything about
the collab editor example changed from 0.8.0 to 0.8.1.

Does the NPE happen every time you go to the preference page? If not,
what conditions lead to it appearing?

What version of Eclipse are you using?

Thanks,

Scott


Denis Jouvin wrote:
> Hi all,
>
> I'm new to ECF.
> I intend to built a shared whiteboard Eclipse RCP application using ECF
> and GEF. I successfully tested the XMPP MUC with wildfire as XMPP server.
> But I have a problem with the shared editor example:
>
> when I go to the Team -> ECF Editor Shared preference page, I get a
> preference page creation problem, "plug-in org...collab.editor was
> unable to instantiate class org...ClientPreferencePage",
> with a NullPointerException
>
> I checked the .log file but there doesn't seem to be any reference to
> this exception..
> ------------
> !ENTRY org.eclipse.ecf.example.collab 0 0 2006-05-16 10:36:20.31
> !MESSAGE ECF: Autostarting
> containerType=ecf.xmpp.smack,uri=denis@liristpm.univ-lyon1.fr,nickname=
> --------------
>
> I use org.eclipse.ecf.sdk-0.8.0.S20060507.zip
> and emf-sdo-SDK-2.1.2.zip
>
> any idea ?
>
> thanks for your help
>
Re: shared editor example [message #603543 is a reply to message #603539] Tue, 16 May 2006 16:12 Go to previous messageGo to next message
Denis Jouvin is currently offline Denis JouvinFriend
Messages: 22
Registered: July 2009
Junior Member
Hi Scott,

I'm using eclipse 3.1.2 (with Java 1.5)
It happens every time I go to the preference page.

Denis.

Scott Lewis wrote:

> Hi Denis,

> I'm currently not able to reproduce this NPE with the preference page
> creation with ECF 0.8.1 (just put out on Sunday) on Eclipse 3.2rc2. But
> I don't think it's an ECF version issue, as I don't think anything about
> the collab editor example changed from 0.8.0 to 0.8.1.

> Does the NPE happen every time you go to the preference page? If not,
> what conditions lead to it appearing?

> What version of Eclipse are you using?

> Thanks,

> Scott


> Denis Jouvin wrote:
>> Hi all,
>>
>> I'm new to ECF.
>> I intend to built a shared whiteboard Eclipse RCP application using ECF
>> and GEF. I successfully tested the XMPP MUC with wildfire as XMPP server.
>> But I have a problem with the shared editor example:
>>
>> when I go to the Team -> ECF Editor Shared preference page, I get a
>> preference page creation problem, "plug-in org...collab.editor was
>> unable to instantiate class org...ClientPreferencePage",
>> with a NullPointerException
>>
>> I checked the .log file but there doesn't seem to be any reference to
>> this exception..
>> ------------
>> !ENTRY org.eclipse.ecf.example.collab 0 0 2006-05-16 10:36:20.31
>> !MESSAGE ECF: Autostarting
>> containerType=ecf.xmpp.smack,uri=denis@liristpm.univ-lyon1.fr,nickname=
>> --------------
>>
>> I use org.eclipse.ecf.sdk-0.8.0.S20060507.zip
>> and emf-sdo-SDK-2.1.2.zip
>>
>> any idea ?
>>
>> thanks for your help
>>
Re: shared editor example [message #603547 is a reply to message #603543] Tue, 16 May 2006 17:51 Go to previous messageGo to next message
Scott Lewis is currently offline Scott LewisFriend
Messages: 1038
Registered: July 2009
Senior Member
Hi Denis,

I suspect, then, that there is something about this preference page that
is 3.2 specific.

I've filed a bug for this at:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=142040

We will try to maintain backward compatibility with 3.1.2 for a couple
more months, but when 3.2 is released (June 20something) we'll probably
lose any 3.1.2 backward compatibility at that time.

Denis if you could use 3.2M6 or newer (currently on 3.2rc4) I think you
would not have this problem. If you can't do that, we'll try to get the
fix in for 0.8.2 (this sun, May 16).

Thanks,

Scott

Denis Jouvin wrote:
> Hi Scott,
>
> I'm using eclipse 3.1.2 (with Java 1.5)
> It happens every time I go to the preference page.
>
> Denis.
>
> Scott Lewis wrote:
>
>> Hi Denis,
>
>> I'm currently not able to reproduce this NPE with the preference page
>> creation with ECF 0.8.1 (just put out on Sunday) on Eclipse 3.2rc2.
>> But I don't think it's an ECF version issue, as I don't think anything
>> about the collab editor example changed from 0.8.0 to 0.8.1.
>
>> Does the NPE happen every time you go to the preference page? If not,
>> what conditions lead to it appearing?
>
>> What version of Eclipse are you using?
>
>> Thanks,
>
>> Scott
>
>
>> Denis Jouvin wrote:
>>> Hi all,
>>>
>>> I'm new to ECF.
>>> I intend to built a shared whiteboard Eclipse RCP application using
>>> ECF and GEF. I successfully tested the XMPP MUC with wildfire as XMPP
>>> server.
>>> But I have a problem with the shared editor example:
>>>
>>> when I go to the Team -> ECF Editor Shared preference page, I get a
>>> preference page creation problem, "plug-in org...collab.editor was
>>> unable to instantiate class org...ClientPreferencePage",
>>> with a NullPointerException
>>>
>>> I checked the .log file but there doesn't seem to be any reference to
>>> this exception..
>>> ------------
>>> !ENTRY org.eclipse.ecf.example.collab 0 0 2006-05-16 10:36:20.31
>>> !MESSAGE ECF: Autostarting
>>> containerType=ecf.xmpp.smack,uri=denis@liristpm.univ-lyon1.fr,nickname=
>>> --------------
>>>
>>> I use org.eclipse.ecf.sdk-0.8.0.S20060507.zip
>>> and emf-sdo-SDK-2.1.2.zip
>>>
>>> any idea ?
>>>
>>> thanks for your help
>>>
>
Re: shared editor example [message #603550 is a reply to message #603547] Wed, 17 May 2006 05:40 Go to previous messageGo to next message
Scott Lewis is currently offline Scott LewisFriend
Messages: 1038
Registered: July 2009
Senior Member
Hi Denis,

I've verified that this bug exists for 3.1.2 (not for 3.2x stream). It
seems to be something not allowing the preference page to be created.

Denis is it possible for you to use 3.2M6 or newer? I would like to
avoid a lot of work to back port the example applications if at all
possible.

Please let us know.

Thanks,

Scott


Scott Lewis wrote:
> Hi Denis,
>
> I suspect, then, that there is something about this preference page that
> is 3.2 specific.
>
> I've filed a bug for this at:
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=142040
>
> We will try to maintain backward compatibility with 3.1.2 for a couple
> more months, but when 3.2 is released (June 20something) we'll probably
> lose any 3.1.2 backward compatibility at that time.
>
> Denis if you could use 3.2M6 or newer (currently on 3.2rc4) I think you
> would not have this problem. If you can't do that, we'll try to get the
> fix in for 0.8.2 (this sun, May 16).
>
> Thanks,
>
> Scott
>
> Denis Jouvin wrote:
>> Hi Scott,
>>
>> I'm using eclipse 3.1.2 (with Java 1.5)
>> It happens every time I go to the preference page.
>>
>> Denis.
>>
>> Scott Lewis wrote:
>>
>>> Hi Denis,
>>
>>> I'm currently not able to reproduce this NPE with the preference page
>>> creation with ECF 0.8.1 (just put out on Sunday) on Eclipse 3.2rc2.
>>> But I don't think it's an ECF version issue, as I don't think
>>> anything about the collab editor example changed from 0.8.0 to 0.8.1.
>>
>>> Does the NPE happen every time you go to the preference page? If
>>> not, what conditions lead to it appearing?
>>
>>> What version of Eclipse are you using?
>>
>>> Thanks,
>>
>>> Scott
>>
>>
>>> Denis Jouvin wrote:
>>>> Hi all,
>>>>
>>>> I'm new to ECF.
>>>> I intend to built a shared whiteboard Eclipse RCP application using
>>>> ECF and GEF. I successfully tested the XMPP MUC with wildfire as
>>>> XMPP server.
>>>> But I have a problem with the shared editor example:
>>>>
>>>> when I go to the Team -> ECF Editor Shared preference page, I get a
>>>> preference page creation problem, "plug-in org...collab.editor was
>>>> unable to instantiate class org...ClientPreferencePage",
>>>> with a NullPointerException
>>>>
>>>> I checked the .log file but there doesn't seem to be any reference
>>>> to this exception..
>>>> ------------
>>>> !ENTRY org.eclipse.ecf.example.collab 0 0 2006-05-16 10:36:20.31
>>>> !MESSAGE ECF: Autostarting
>>>> containerType=ecf.xmpp.smack,uri=denis@liristpm.univ-lyon1.fr,nickname=
>>>> --------------
>>>>
>>>> I use org.eclipse.ecf.sdk-0.8.0.S20060507.zip
>>>> and emf-sdo-SDK-2.1.2.zip
>>>>
>>>> any idea ?
>>>>
>>>> thanks for your help
>>>>
>>
Re: shared editor example [message #603554 is a reply to message #603550] Wed, 17 May 2006 07:36 Go to previous message
Denis Jouvin is currently offline Denis JouvinFriend
Messages: 22
Registered: July 2009
Junior Member
dear Scott,

yes sure, no problem.
I am updating my eclipse install right now to the latest 3.2 milestone.

Thanks for your help :-)
(sorry for my late answer)

Denis.

Scott Lewis wrote:

> Hi Denis,

> I've verified that this bug exists for 3.1.2 (not for 3.2x stream). It
> seems to be something not allowing the preference page to be created.

> Denis is it possible for you to use 3.2M6 or newer? I would like to
> avoid a lot of work to back port the example applications if at all
> possible.

> Please let us know.

> Thanks,

> Scott
Previous Topic:ECF 0.8.1 stable available
Next Topic:whiteboard: ECF generic or XMPP
Goto Forum:
  


Current Time: Sat Apr 20 04:43:43 GMT 2024

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

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

Back to the top