Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » [CDO] java.lang.NoClassDefFoundError: org/eclipse/emf/cdo/client/internal/ClientActivator
[CDO] java.lang.NoClassDefFoundError: org/eclipse/emf/cdo/client/internal/ClientActivator [message #108933] Tue, 29 January 2008 13:02 Go to next message
Eclipse UserFriend
Originally posted by: tom.eiswind.de

I just try to play around with CDO a little. forgive me if Im dumb but I
get the above Exception when I try to open the CDO Explorer
Re: [CDO] java.lang.NoClassDefFoundError: org/eclipse/emf/cdo/client/internal/ClientActivator [message #108945 is a reply to message #108933] Tue, 29 January 2008 13:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: stepper.sympedia.de

Hi Thomas,

The mentioned class is not part of the current 0.8 stream of CDO. I
suggest that you check out the sources via All.psf, see
http://wiki.eclipse.org/CDO_Project_Resources#Sources . You can also
download the SDK zip, but one with a 0.8.x version/I-build!

Does that help?

Regards,
Eike Stepper
----
http://wiki.eclipse.org/CDO
http://wiki.eclipse.org/Net4j



Thomas schrieb:
> I just try to play around with CDO a little. forgive me if Im dumb but
> I get the above Exception when I try to open the CDO Explorer
Re: [CDO] java.lang.NoClassDefFoundError: org/eclipse/emf/cdo/client/internal/ClientActivator [message #108955 is a reply to message #108933] Tue, 29 January 2008 13:40 Go to previous messageGo to next message
Stefan Winkler is currently offline Stefan WinklerFriend
Messages: 307
Registered: July 2009
Location: Germany
Senior Member
Hi Thomas,

I also started playing around with CDO about one week ago.
It is quite tricky to get a working environment, because CDO 0.7.1
(which you get from the update site) is quite outdated and getting the
current integration builds up with the correct dependencies is also
quite hard ;-)

What worked for me was using a clean Eclipse 3.4M4 with the latest EMF
integration build and then importing the team project set all.psf from:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.emf/org .eclipse.emf.cdo/develop/psf/pserver/All.psf?root=Modeling_P roject&content-type=text%2Fplain&view=co
(see also the description at
http://wiki.eclipse.org/CDO_Project_Resources#Sources).

Using that you can build and export the features yourself and be sure
that they run with your installation.

(BTW: don't try to build the doc and sdk features on windows as they
contain unix shell scripts).

Maybe Eike can comment on this, if there is an easier way to get CDO
running - this was my way which worked after trying and playing alot ;-)

Cheers,
Stefan





Thomas schrieb:
> I just try to play around with CDO a little. forgive me if Im dumb but
> I get the above Exception when I try to open the CDO Explorer
Re: [CDO] java.lang.NoClassDefFoundError: org/eclipse/emf/cdo/client/internal/ClientActivator [message #109008 is a reply to message #108955] Tue, 29 January 2008 14:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: stepper.sympedia.de

Hi Stefan, Thomas,

Hmm, I was not aware that there are difficulties with dependencies.
Could you please describe in more detail which version of CDO you wanted
to install into which version of Eclipse and which dependencies caused
the trouble?

The 0.7 stream of CDO is not maintained anymore although the respective
build-downloads should work with the dependencies given on the downloads
page.

The current 0.8 stream of CDO has dependencies on Eclipse 3.4, EMF 2.4
and Net4j 0.8. The HEAD of CVS should successfully build/run against
newer I-builds of Eclipse/EMF or at least against the most recent M-build.

Regards,
Eike Stepper
----
http://wiki.eclipse.org/CDO
http://wiki.eclipse.org/Net4j



Stefan Winkler schrieb:
> Hi Thomas,
>
> I also started playing around with CDO about one week ago.
> It is quite tricky to get a working environment, because CDO 0.7.1
> (which you get from the update site) is quite outdated and getting the
> current integration builds up with the correct dependencies is also
> quite hard ;-)
>
> What worked for me was using a clean Eclipse 3.4M4 with the latest EMF
> integration build and then importing the team project set all.psf from:
> http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.emf/org .eclipse.emf.cdo/develop/psf/pserver/All.psf?root=Modeling_P roject&content-type=text%2Fplain&view=co
>
> (see also the description at
> http://wiki.eclipse.org/CDO_Project_Resources#Sources).
>
> Using that you can build and export the features yourself and be sure
> that they run with your installation.
>
> (BTW: don't try to build the doc and sdk features on windows as they
> contain unix shell scripts).
>
> Maybe Eike can comment on this, if there is an easier way to get CDO
> running - this was my way which worked after trying and playing alot ;-)
>
> Cheers,
> Stefan
>
>
>
>
>
> Thomas schrieb:
>> I just try to play around with CDO a little. forgive me if Im dumb
>> but I get the above Exception when I try to open the CDO Explorer
Re: [CDO] java.lang.NoClassDefFoundError: org/eclipse/emf/cdo/client/internal/ClientActivator [message #109019 is a reply to message #109008] Tue, 29 January 2008 14:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: stepper.sympedia.de

Forgot to mention:
If you have checked out all the sources you don't necessarily need to
create deployable plugins/features just to test CDO. There are launch
configs provided for a CDO server (configured via cdo-server.xml) and
two CDO clients.

Regards,
Eike Stepper
----
http://wiki.eclipse.org/CDO
http://wiki.eclipse.org/Net4j



Eike Stepper schrieb:
> Hi Stefan, Thomas,
>
> Hmm, I was not aware that there are difficulties with dependencies.
> Could you please describe in more detail which version of CDO you
> wanted to install into which version of Eclipse and which dependencies
> caused the trouble?
>
> The 0.7 stream of CDO is not maintained anymore although the
> respective build-downloads should work with the dependencies given on
> the downloads page.
>
> The current 0.8 stream of CDO has dependencies on Eclipse 3.4, EMF 2.4
> and Net4j 0.8. The HEAD of CVS should successfully build/run against
> newer I-builds of Eclipse/EMF or at least against the most recent
> M-build.
>
> Regards,
> Eike Stepper
> ----
> http://wiki.eclipse.org/CDO
> http://wiki.eclipse.org/Net4j
>
>
>
> Stefan Winkler schrieb:
>> Hi Thomas,
>>
>> I also started playing around with CDO about one week ago.
>> It is quite tricky to get a working environment, because CDO 0.7.1
>> (which you get from the update site) is quite outdated and getting
>> the current integration builds up with the correct dependencies is
>> also quite hard ;-)
>>
>> What worked for me was using a clean Eclipse 3.4M4 with the latest
>> EMF integration build and then importing the team project set all.psf
>> from:
>> http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.emf/org .eclipse.emf.cdo/develop/psf/pserver/All.psf?root=Modeling_P roject&content-type=text%2Fplain&view=co
>>
>> (see also the description at
>> http://wiki.eclipse.org/CDO_Project_Resources#Sources).
>>
>> Using that you can build and export the features yourself and be sure
>> that they run with your installation.
>>
>> (BTW: don't try to build the doc and sdk features on windows as they
>> contain unix shell scripts).
>>
>> Maybe Eike can comment on this, if there is an easier way to get CDO
>> running - this was my way which worked after trying and playing alot ;-)
>>
>> Cheers,
>> Stefan
>>
>>
>>
>>
>>
>> Thomas schrieb:
>>> I just try to play around with CDO a little. forgive me if Im dumb
>>> but I get the above Exception when I try to open the CDO Explorer
Re: [CDO] java.lang.NoClassDefFoundError: org/eclipse/emf/cdo/client/internal/ClientActivator [message #109060 is a reply to message #109019] Tue, 29 January 2008 14:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tom.eiswind.de

Ok thats good to know, as I downloaded for 3.3. so I will take a time
and setup 3.4.M4 to play with it. Thanks !

Eike Stepper schrieb:
> Forgot to mention:
> If you have checked out all the sources you don't necessarily need to
> create deployable plugins/features just to test CDO. There are launch
> configs provided for a CDO server (configured via cdo-server.xml) and
> two CDO clients.
>
> Regards,
> Eike Stepper
> ----
> http://wiki.eclipse.org/CDO
> http://wiki.eclipse.org/Net4j
>
>
>
> Eike Stepper schrieb:
>> Hi Stefan, Thomas,
>>
>> Hmm, I was not aware that there are difficulties with dependencies.
>> Could you please describe in more detail which version of CDO you
>> wanted to install into which version of Eclipse and which dependencies
>> caused the trouble?
>>
>> The 0.7 stream of CDO is not maintained anymore although the
>> respective build-downloads should work with the dependencies given on
>> the downloads page.
>>
>> The current 0.8 stream of CDO has dependencies on Eclipse 3.4, EMF 2.4
>> and Net4j 0.8. The HEAD of CVS should successfully build/run against
>> newer I-builds of Eclipse/EMF or at least against the most recent
>> M-build.
>>
>> Regards,
>> Eike Stepper
>> ----
>> http://wiki.eclipse.org/CDO
>> http://wiki.eclipse.org/Net4j
>>
>>
>>
>> Stefan Winkler schrieb:
>>> Hi Thomas,
>>>
>>> I also started playing around with CDO about one week ago.
>>> It is quite tricky to get a working environment, because CDO 0.7.1
>>> (which you get from the update site) is quite outdated and getting
>>> the current integration builds up with the correct dependencies is
>>> also quite hard ;-)
>>>
>>> What worked for me was using a clean Eclipse 3.4M4 with the latest
>>> EMF integration build and then importing the team project set all.psf
>>> from:
>>> http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.emf/org .eclipse.emf.cdo/develop/psf/pserver/All.psf?root=Modeling_P roject&content-type=text%2Fplain&view=co
>>>
>>> (see also the description at
>>> http://wiki.eclipse.org/CDO_Project_Resources#Sources).
>>>
>>> Using that you can build and export the features yourself and be sure
>>> that they run with your installation.
>>>
>>> (BTW: don't try to build the doc and sdk features on windows as they
>>> contain unix shell scripts).
>>>
>>> Maybe Eike can comment on this, if there is an easier way to get CDO
>>> running - this was my way which worked after trying and playing alot ;-)
>>>
>>> Cheers,
>>> Stefan
>>>
>>>
>>>
>>>
>>>
>>> Thomas schrieb:
>>>> I just try to play around with CDO a little. forgive me if Im dumb
>>>> but I get the above Exception when I try to open the CDO Explorer
Re: [CDO] java.lang.NoClassDefFoundError: org/eclipse/emf/cdo/client/internal/ClientActivator [message #109108 is a reply to message #109008] Tue, 29 January 2008 14:42 Go to previous message
Stefan Winkler is currently offline Stefan WinklerFriend
Messages: 307
Registered: July 2009
Location: Germany
Senior Member
Hi Eike,
> Hmm, I was not aware that there are difficulties with dependencies.
> Could you please describe in more detail which version of CDO you
> wanted to install into which version of Eclipse and which dependencies
> caused the trouble?
I think part of the problem was that the source you provided in the
other thread didn't work for me at first.

I got very strange errors e.g. that an indirectly referenced class file
could not be found and at the same time I could not figure out what was
missing, because I had added every single *.cdo.* and *.net4j.* plugin
to the dependencies without any effect. So I tried to do a clean install
with Eclipse 3.3 which also failed for some reason I cannot remember.
Anyway, it did take me several tries to get a working environment ...


Cheers,
Stefan
Re: [CDO] java.lang.NoClassDefFoundError: org/eclipse/emf/cdo/client/internal/ClientActivator [message #614137 is a reply to message #108933] Tue, 29 January 2008 13:36 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Hi Thomas,

The mentioned class is not part of the current 0.8 stream of CDO. I
suggest that you check out the sources via All.psf, see
http://wiki.eclipse.org/CDO_Project_Resources#Sources . You can also
download the SDK zip, but one with a 0.8.x version/I-build!

Does that help?

Regards,
Eike Stepper
----
http://wiki.eclipse.org/CDO
http://wiki.eclipse.org/Net4j



Thomas schrieb:
> I just try to play around with CDO a little. forgive me if Im dumb but
> I get the above Exception when I try to open the CDO Explorer


Re: [CDO] java.lang.NoClassDefFoundError: org/eclipse/emf/cdo/client/internal/ClientActivator [message #614138 is a reply to message #108933] Tue, 29 January 2008 13:40 Go to previous message
Stefan Winkler is currently offline Stefan WinklerFriend
Messages: 307
Registered: July 2009
Location: Germany
Senior Member
Hi Thomas,

I also started playing around with CDO about one week ago.
It is quite tricky to get a working environment, because CDO 0.7.1
(which you get from the update site) is quite outdated and getting the
current integration builds up with the correct dependencies is also
quite hard ;-)

What worked for me was using a clean Eclipse 3.4M4 with the latest EMF
integration build and then importing the team project set all.psf from:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.emf/org .eclipse.emf.cdo/develop/psf/pserver/All.psf?root=Modeling_P roject&content-type=text%2Fplain&view=co
(see also the description at
http://wiki.eclipse.org/CDO_Project_Resources#Sources).

Using that you can build and export the features yourself and be sure
that they run with your installation.

(BTW: don't try to build the doc and sdk features on windows as they
contain unix shell scripts).

Maybe Eike can comment on this, if there is an easier way to get CDO
running - this was my way which worked after trying and playing alot ;-)

Cheers,
Stefan





Thomas schrieb:
> I just try to play around with CDO a little. forgive me if Im dumb but
> I get the above Exception when I try to open the CDO Explorer
Re: [CDO] java.lang.NoClassDefFoundError: org/eclipse/emf/cdo/client/internal/ClientActivator [message #614142 is a reply to message #108955] Tue, 29 January 2008 14:10 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Hi Stefan, Thomas,

Hmm, I was not aware that there are difficulties with dependencies.
Could you please describe in more detail which version of CDO you wanted
to install into which version of Eclipse and which dependencies caused
the trouble?

The 0.7 stream of CDO is not maintained anymore although the respective
build-downloads should work with the dependencies given on the downloads
page.

The current 0.8 stream of CDO has dependencies on Eclipse 3.4, EMF 2.4
and Net4j 0.8. The HEAD of CVS should successfully build/run against
newer I-builds of Eclipse/EMF or at least against the most recent M-build.

Regards,
Eike Stepper
----
http://wiki.eclipse.org/CDO
http://wiki.eclipse.org/Net4j



Stefan Winkler schrieb:
> Hi Thomas,
>
> I also started playing around with CDO about one week ago.
> It is quite tricky to get a working environment, because CDO 0.7.1
> (which you get from the update site) is quite outdated and getting the
> current integration builds up with the correct dependencies is also
> quite hard ;-)
>
> What worked for me was using a clean Eclipse 3.4M4 with the latest EMF
> integration build and then importing the team project set all.psf from:
> http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.emf/org .eclipse.emf.cdo/develop/psf/pserver/All.psf?root=Modeling_P roject&content-type=text%2Fplain&view=co
>
> (see also the description at
> http://wiki.eclipse.org/CDO_Project_Resources#Sources).
>
> Using that you can build and export the features yourself and be sure
> that they run with your installation.
>
> (BTW: don't try to build the doc and sdk features on windows as they
> contain unix shell scripts).
>
> Maybe Eike can comment on this, if there is an easier way to get CDO
> running - this was my way which worked after trying and playing alot ;-)
>
> Cheers,
> Stefan
>
>
>
>
>
> Thomas schrieb:
>> I just try to play around with CDO a little. forgive me if Im dumb
>> but I get the above Exception when I try to open the CDO Explorer


Re: [CDO] java.lang.NoClassDefFoundError: org/eclipse/emf/cdo/client/internal/ClientActivator [message #614143 is a reply to message #109008] Tue, 29 January 2008 14:15 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Forgot to mention:
If you have checked out all the sources you don't necessarily need to
create deployable plugins/features just to test CDO. There are launch
configs provided for a CDO server (configured via cdo-server.xml) and
two CDO clients.

Regards,
Eike Stepper
----
http://wiki.eclipse.org/CDO
http://wiki.eclipse.org/Net4j



Eike Stepper schrieb:
> Hi Stefan, Thomas,
>
> Hmm, I was not aware that there are difficulties with dependencies.
> Could you please describe in more detail which version of CDO you
> wanted to install into which version of Eclipse and which dependencies
> caused the trouble?
>
> The 0.7 stream of CDO is not maintained anymore although the
> respective build-downloads should work with the dependencies given on
> the downloads page.
>
> The current 0.8 stream of CDO has dependencies on Eclipse 3.4, EMF 2.4
> and Net4j 0.8. The HEAD of CVS should successfully build/run against
> newer I-builds of Eclipse/EMF or at least against the most recent
> M-build.
>
> Regards,
> Eike Stepper
> ----
> http://wiki.eclipse.org/CDO
> http://wiki.eclipse.org/Net4j
>
>
>
> Stefan Winkler schrieb:
>> Hi Thomas,
>>
>> I also started playing around with CDO about one week ago.
>> It is quite tricky to get a working environment, because CDO 0.7.1
>> (which you get from the update site) is quite outdated and getting
>> the current integration builds up with the correct dependencies is
>> also quite hard ;-)
>>
>> What worked for me was using a clean Eclipse 3.4M4 with the latest
>> EMF integration build and then importing the team project set all.psf
>> from:
>> http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.emf/org .eclipse.emf.cdo/develop/psf/pserver/All.psf?root=Modeling_P roject&content-type=text%2Fplain&view=co
>>
>> (see also the description at
>> http://wiki.eclipse.org/CDO_Project_Resources#Sources).
>>
>> Using that you can build and export the features yourself and be sure
>> that they run with your installation.
>>
>> (BTW: don't try to build the doc and sdk features on windows as they
>> contain unix shell scripts).
>>
>> Maybe Eike can comment on this, if there is an easier way to get CDO
>> running - this was my way which worked after trying and playing alot ;-)
>>
>> Cheers,
>> Stefan
>>
>>
>>
>>
>>
>> Thomas schrieb:
>>> I just try to play around with CDO a little. forgive me if Im dumb
>>> but I get the above Exception when I try to open the CDO Explorer


Re: [CDO] java.lang.NoClassDefFoundError: org/eclipse/emf/cdo/client/internal/ClientActivator [message #614146 is a reply to message #109019] Tue, 29 January 2008 14:24 Go to previous message
Thomas is currently offline ThomasFriend
Messages: 151
Registered: July 2009
Senior Member
Ok thats good to know, as I downloaded for 3.3. so I will take a time
and setup 3.4.M4 to play with it. Thanks !

Eike Stepper schrieb:
> Forgot to mention:
> If you have checked out all the sources you don't necessarily need to
> create deployable plugins/features just to test CDO. There are launch
> configs provided for a CDO server (configured via cdo-server.xml) and
> two CDO clients.
>
> Regards,
> Eike Stepper
> ----
> http://wiki.eclipse.org/CDO
> http://wiki.eclipse.org/Net4j
>
>
>
> Eike Stepper schrieb:
>> Hi Stefan, Thomas,
>>
>> Hmm, I was not aware that there are difficulties with dependencies.
>> Could you please describe in more detail which version of CDO you
>> wanted to install into which version of Eclipse and which dependencies
>> caused the trouble?
>>
>> The 0.7 stream of CDO is not maintained anymore although the
>> respective build-downloads should work with the dependencies given on
>> the downloads page.
>>
>> The current 0.8 stream of CDO has dependencies on Eclipse 3.4, EMF 2.4
>> and Net4j 0.8. The HEAD of CVS should successfully build/run against
>> newer I-builds of Eclipse/EMF or at least against the most recent
>> M-build.
>>
>> Regards,
>> Eike Stepper
>> ----
>> http://wiki.eclipse.org/CDO
>> http://wiki.eclipse.org/Net4j
>>
>>
>>
>> Stefan Winkler schrieb:
>>> Hi Thomas,
>>>
>>> I also started playing around with CDO about one week ago.
>>> It is quite tricky to get a working environment, because CDO 0.7.1
>>> (which you get from the update site) is quite outdated and getting
>>> the current integration builds up with the correct dependencies is
>>> also quite hard ;-)
>>>
>>> What worked for me was using a clean Eclipse 3.4M4 with the latest
>>> EMF integration build and then importing the team project set all.psf
>>> from:
>>> http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.emf/org .eclipse.emf.cdo/develop/psf/pserver/All.psf?root=Modeling_P roject&content-type=text%2Fplain&view=co
>>>
>>> (see also the description at
>>> http://wiki.eclipse.org/CDO_Project_Resources#Sources).
>>>
>>> Using that you can build and export the features yourself and be sure
>>> that they run with your installation.
>>>
>>> (BTW: don't try to build the doc and sdk features on windows as they
>>> contain unix shell scripts).
>>>
>>> Maybe Eike can comment on this, if there is an easier way to get CDO
>>> running - this was my way which worked after trying and playing alot ;-)
>>>
>>> Cheers,
>>> Stefan
>>>
>>>
>>>
>>>
>>>
>>> Thomas schrieb:
>>>> I just try to play around with CDO a little. forgive me if Im dumb
>>>> but I get the above Exception when I try to open the CDO Explorer
Re: [CDO] java.lang.NoClassDefFoundError: org/eclipse/emf/cdo/client/internal/ClientActivator [message #614150 is a reply to message #109008] Tue, 29 January 2008 14:42 Go to previous message
Stefan Winkler is currently offline Stefan WinklerFriend
Messages: 307
Registered: July 2009
Location: Germany
Senior Member
Hi Eike,
> Hmm, I was not aware that there are difficulties with dependencies.
> Could you please describe in more detail which version of CDO you
> wanted to install into which version of Eclipse and which dependencies
> caused the trouble?
I think part of the problem was that the source you provided in the
other thread didn't work for me at first.

I got very strange errors e.g. that an indirectly referenced class file
could not be found and at the same time I could not figure out what was
missing, because I had added every single *.cdo.* and *.net4j.* plugin
to the dependencies without any effect. So I tried to do a clean install
with Eclipse 3.3 which also failed for some reason I cannot remember.
Anyway, it did take me several tries to get a working environment ...


Cheers,
Stefan
Previous Topic:Re: Modeling tools
Next Topic:[Ecore Tools] Error by EMFT
Goto Forum:
  


Current Time: Fri Apr 26 21:08:25 GMT 2024

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

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

Back to the top