Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » [CDO] License acceptance is preventing install
[CDO] License acceptance is preventing install [message #675762] Wed, 01 June 2011 12:52 Go to next message
Evert  is currently offline Evert Friend
Messages: 3
Registered: June 2011
Junior Member
Hi,

I can't even get started using CDO, because of another Eclipse bug #277265

When I try to install CDO and get to the point where I must accept both the Eclipse and Apache license, the "Finish" button never gets activated regardless of where I click to accept the license.

I've tried this with various versions of Eclipse including 3.7 RC3 and older ones. I've also tried all the versions of CDO from 3 until the latest 4.

Until that bug is fixed, can someone please provide a work-around by maybe removing one or both of the licenses from the install process?

Thanks in advance,
Evert
Re: [CDO] License acceptance is preventing install [message #675948 is a reply to message #675762] Thu, 02 June 2011 06:02 Go to previous messageGo to next message
Evert  is currently offline Evert Friend
Messages: 3
Registered: June 2011
Junior Member
I've now tried to circumvent the license problem by just selecting the gastro example to be installed. That gives me just one license to accept and I can get further.

But, then the install fails with the following message:

An error occurred while collecting items to be installed
session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Retry another mirror
Problems downloading artifact: osgi.bundle,org.apache.commons.lang.source,2.4.0.v201005080502.
MD5 hash is not as expected. Expected: b40fa34613a3cc9b36bf157df8d16fd2 and found e99d249ea3616791a92d34f375b16e5f.

This file also took hours to download even though it is less than 300KB - all the other larger files were fast because I have fast internet. It looked like it was trying to get that file from some slow mirror sites, but I have no control over which mirror sites it uses.

I've tried this a few times and have tried it with the CDO 4 milestone build and with the latest successful build.

Has anyone recently been able to install CDO successfully through the "Install New Software" feature in Eclipse?

Is there another way to get CDO so that I don't have to use this buggy "Install New Software" thing?

Evert
Re: [CDO] License acceptance is preventing install [message #687117 is a reply to message #675762] Wed, 01 June 2011 12:55 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
Evert,

That's an old bug so if this is happening again in a reproducible way in
3.7, it needs to be reported to be fixed. I don't know of any
workaround; perhaps asking on the p2-dev mailing list will get you one.
We're certainly not allowed to ship anything without their proper licenses!


Evert wrote:
> Hi,
>
> I can't even get started using CDO, because of another Eclipse bug
> #277265
>
> When I try to install CDO and get to the point where I must accept
> both the Eclipse and Apache license, the "Finish" button never gets
> activated regardless of where I click to accept the license.
>
> I've tried this with various versions of Eclipse including 3.7 RC3 and
> older ones. I've also tried all the versions of CDO from 3 until the
> latest 4.
> Until that bug is fixed, can someone please provide a work-around by
> maybe removing one or both of the licenses from the install process?
>
> Thanks in advance,
> Evert


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: [CDO] License acceptance is preventing install [message #687124 is a reply to message #675762] Thu, 02 June 2011 10:27 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Hi Evert,

I've tested the p2 installation of all recent milestomes and release candidates and (except for the MD5 thing you mention in your other post) I never had problems. I've also cc'ed myself to the p2 bugzilla.

We can certainly not remove licenses just to work around p2 issues ;-(

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


Am 01.06.2011 14:52, schrieb Evert:
> Hi,
>
> I can't even get started using CDO, because of another Eclipse bug #277265
>
> When I try to install CDO and get to the point where I must accept both the Eclipse and Apache license, the "Finish" button never gets activated regardless of where I click to accept the license.
>
> I've tried this with various versions of Eclipse including 3.7 RC3 and older ones. I've also tried all the versions of CDO from 3 until the latest 4.
> Until that bug is fixed, can someone please provide a work-around by maybe removing one or both of the licenses from the install process?
>
> Thanks in advance,
> Evert


Re: [CDO] License acceptance is preventing install [message #687125 is a reply to message #675948] Thu, 02 June 2011 10:31 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Am 02.06.2011 08:02, schrieb Evert:
> I've now tried to circumvent the license problem by just selecting the gastro example to be installed. That gives me just one license to accept and I can get further.
>
> But, then the install fails with the following message:
>
> An error occurred while collecting items to be installed
> session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
> Retry another mirror
> Problems downloading artifact: osgi.bundle,org.apache.commons.lang.source,2.4.0.v201005080502.
> MD5 hash is not as expected. Expected: b40fa34613a3cc9b36bf157df8d16fd2 and found e99d249ea3616791a92d34f375b16e5f.
I experienced that one or two times. Simply trying again did always solve it. It's definitely annoying but I doubt that it's a CDO issue. It looks like a p2 or an eclipse.org issue to me.

>
> This file also took hours to download even though it is less than 300KB - all the other larger files were fast because I have fast internet. It looked like it was trying to get that file from some slow mirror sites, but I have no control over which mirror sites it uses.
> I've tried this a few times and have tried it with the CDO 4 milestone build and with the latest successful build.
I always add this to my eclipse.ini:

-Declipse.p2.mirrors=false
-Declipse.p2.unsignedPolicy=allow

May be slower than a good mirror but is faster if there's only a single bogus mirror.


>
> Has anyone recently been able to install CDO successfully through the "Install New Software" feature in Eclipse?
Yes, myself ;-)

>
> Is there another way to get CDO so that I don't have to use this buggy "Install New Software" thing?
Not yet. You may submit a bugzilla to ask for downloadable ZIPs. Maybe I'll find time between RC4 and GA for this.

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


Re: [CDO] License acceptance is preventing install [message #687133 is a reply to message #687125] Thu, 02 June 2011 16:06 Go to previous messageGo to next message
Ed Willink is currently offline Ed WillinkFriend
Messages: 7655
Registered: July 2009
Senior Member
Hi Eike
>>
>> Is there another way to get CDO so that I don't have to use this
>> buggy "Install New Software" thing?
> Not yet. You may submit a bugzilla to ask for downloadable ZIPs. Maybe
> I'll find time between RC4 and GA for this.
>
I raised https://bugs.eclipse.org/bugs/show_bug.cgi?id=348047 this
morning and you closed it as WORKSFORME,
so I've reopened it.

Regards

Ed Willink
Re: [CDO] License acceptance is preventing install [message #687134 is a reply to message #687133] Thu, 02 June 2011 18:26 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Hi Ed,

I thought that bug was about an issue with EMF's project info pages. I've renamed that bug and reopened it..

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper



Am 02.06.2011 18:06, schrieb Ed Willink:
> Hi Eike
>>>
>>> Is there another way to get CDO so that I don't have to use this buggy "Install New Software" thing?
>> Not yet. You may submit a bugzilla to ask for downloadable ZIPs. Maybe I'll find time between RC4 and GA for this.
>>
> I raised https://bugs.eclipse.org/bugs/show_bug.cgi?id=348047 this morning and you closed it as WORKSFORME,
> so I've reopened it.
>
> Regards
>
> Ed Willink


Re: [CDO] License acceptance is preventing install [message #687370 is a reply to message #687125] Thu, 02 June 2011 16:06 Go to previous message
Ed Willink is currently offline Ed WillinkFriend
Messages: 7655
Registered: July 2009
Senior Member
Hi Eike
>>
>> Is there another way to get CDO so that I don't have to use this
>> buggy "Install New Software" thing?
> Not yet. You may submit a bugzilla to ask for downloadable ZIPs. Maybe
> I'll find time between RC4 and GA for this.
>
I raised https://bugs.eclipse.org/bugs/show_bug.cgi?id=348047 this
morning and you closed it as WORKSFORME,
so I've reopened it.

Regards

Ed Willink
Re: [CDO] License acceptance is preventing install [message #687371 is a reply to message #687133] Thu, 02 June 2011 18:26 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Hi Ed,

I thought that bug was about an issue with EMF's project info pages. I've renamed that bug and reopened it..

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper



Am 02.06.2011 18:06, schrieb Ed Willink:
> Hi Eike
>>>
>>> Is there another way to get CDO so that I don't have to use this buggy "Install New Software" thing?
>> Not yet. You may submit a bugzilla to ask for downloadable ZIPs. Maybe I'll find time between RC4 and GA for this.
>>
> I raised https://bugs.eclipse.org/bugs/show_bug.cgi?id=348047 this morning and you closed it as WORKSFORME,
> so I've reopened it.
>
> Regards
>
> Ed Willink


Previous Topic:Changing attribute behavior in subclasses
Next Topic:converting EXPRESS to ECORE: derived attribute
Goto Forum:
  


Current Time: Sat Apr 20 03:48:21 GMT 2024

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

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

Back to the top