Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Installs of eclipse-committers 2020-12 infinitely loops
  • From: Richard Steiger <rsteiger@xxxxxxxxxxxxxxxx>
  • Date: Fri, 1 Jan 2021 11:25:05 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ensemblesoft.net; dmarc=pass action=none header.from=ensemblesoft.net; dkim=pass header.d=ensemblesoft.net; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=6oV8SfS1nmF0XS/b39fKCiugc9df8lzS+2rmWoOr10M=; b=ZGGrKgsjezTw3gbcFFc+N/dd6A7AgDER/wxwOk/u6MwzvIxi8DzZCS9Z4skR3jqWJsFDH0NMMbkZ5ip/IsDpvNFACSymt0/vaxI4O2bTBqYm1kqwf56+c/GGGsmll0fVB31Srw4xXbbcVu8WLb69N/0LP7LhL5ef6kAfH2yVkrIUnMQWJQvNFE3ymi2r6oeq6v/dJUi4bYJqQW4RYMb92YLE60TBHZ3CAIq1fxJHS2RBbxkZp2PVmEiisjak+ReDE3BHA8NswUVFnT9xuE4d1StY/j1wE8gMZBiHezkV10HRrwA9wX4jlGsy8J7a2UD0Qe6BSst4vmDl23BmZtbiBA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Fmon2gkpD9B6ODXaq1VArH65liqWLTBqIUM97I7vrWUf0tXjG9zBLSf++Zrr6nVm+T3tMQILtIg3/rZo08+/VgeJQBCueQ7Mpvbrh2tAlDrJQg+F2tvdetpDh+yhy3QTJ1+qqBK5OMo/ca95Ra7UPxa/EVdeHJWdhSGAsE6AGhlYW9IzgzsDGNPBJOUoNH96/6HBdRor3YwwAarYVVOlua5hgQcLZc3Dm4xTLxJehLyz7jBky4/Qnwmeq1l4tlklkcpr426Yfqtew7KiASa2ZKONHQqXZN/UvelIY2E23wKkK+ohp6Imhmake8zJ/IZgiHvOJD5E76jFxAT3cB+BfQ==
  • Delivered-to: jdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jdt-dev>
  • List-help: <mailto:jdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdbfYrt72qpeNUhoSw6y3DzNMaIL2wAGkqYAACtXxGA=
  • Thread-topic: Installs of eclipse-committers 2020-12 infinitely loops

Ed,

 

Apologies for any unclarity.  My objective is to create and install an Eclipse SDK instance, thereby enabling me to work on some ECJ bugs.

 

The steps I’ve been using are:

  1. Launch the Installer
  2. Drag the Platform SDK Configuration link to the Installer’s title;
    1. accept switching to advanced mode
    2. Installer restarts, landing on the Variables page
  3. Click Next
  4. Check the Overwrite box
  5. Click Finish

 

What I’m (repeatably) seeing:

  1. The installer launches the new instance,
  2. The instance opens an Eclipse Updater window
  3. The while cloning eclipse.jdt.core, and getting to the instance’s Executing startup tasks: (10%) mark, hangs.
  4. Eventually times-out, jump to step 3; continues until killed.

 

Here’s a shot of the Updater and the SDK instance at this juncture:

 

 

Please let me know in what way this is unclear.  I’d be happy to share any logs that might help, or otherwise team-up on any digging that might help.

 

Thanks for coaching this greenhorn.

 

-rjs

 

From: Ed Merks <ed.merks@xxxxxxxxx>
Sent: Thursday, December 31, 2020 5:59 AM
To: Richard Steiger <rsteiger@xxxxxxxxxxxxxxxx>
Cc: Eclipse JDT general developers list. <jdt-dev@xxxxxxxxxxx>
Subject: Re: Installs of eclipse-committers 2020-12 infinitely loops

 

Richard,

It's not entirely clear what you're doing.    What exact steps would I need to follow to reproduce what you're seeing?   What exactly is your goal? 

Your title sounds very general, "install committers 2020-12", but your details make it clear that you're trying to set up some specific project(s).  Perhaps you're trying to do the following?

  https://wiki.eclipse.org/Eclipse_Platform_SDK_Provisioning

Note that the installer does not clone repos nor does it do builds.  Those things happen in your installation itself.

If you simply want "committers 2020-12" use the simple model and do not choose any projects on the projects page.

Regards,
Ed

 

On 31.12.2020 12:07, Richard Steiger wrote:

Hi, Ed,

 

I’m just getting back into eclipse work after an 8 month gap.  If I’m directing this issue to you incorrectly, please advise.

 

I’ve tried several times starting from a fresh Installer installation, selecting advanced mode, filling-in the handful of params, and kicking it off.  The new workspace is spawned, a new instance is started, and all seems to be working, with the Installer cloning repos and building the branch.  About 10 minutes into this phase, the build appears to freeze, eventually times-out, logs “Resetting hard” to the console, and restarts the build.  I’ve let it do this for 4 cycles, so it’s entirely reproduceable.  (BTW, FWIW, I’m selecting 14.0.2 oracle for the JDK, so it doesn’t seem like it’s a residual effect of Bug 564816.)  Unlike the previous installer failures I encountered 3/29-4/3/20, there seem to be none of the prior issues around IllegalArgumentExceptions, attempting to clone a bent repo URL, repo server access denied, nor repo connection timeouts (harder to tell, but seem to happen in same place each cycle, so very likely due to heavy loading).

 

Any suggestions what to try next?

 

Thanks,

 

-rjs


Back to the top