question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Goal prepare-package hangs in RC7

See original GitHub issue

Description of the bug

The build-process hangs at the goal prepare-package. If we kill node three times it continues until Running npm install then one needs to kill node again. Aftrer that it works flawlessly. Please see the attached log killingnode.txt. Other people have the same problem

We do have a proxy in our company, but it is configured correctly in Java/Maven and we didn’t have any problems until 2019-08-05. The networking department assured me that there were no changes to proxy/firewall/etc.

Just tell me if I can be of any assistence.

Minimal reproducible example

  • Starter project
  • downloaded today
  • version14
  • CDI and Java EE

Expected behavior

The project build after typing mvn package

Actual behavior

The build hangs at prepare-package.

Versions

  • Vaadin / Flow version 14
  • Java version javac 12.0.2
  • OS version Windows 10
  • Node 10.16.1 (Node 10.16.0 doesn’t wor either.)
  • Browser version (if applicable) N/A

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:15 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
vonloxleycommented, Nov 6, 2019

Stefan Apelt found the solution.

NPM makes a version check over the internet on every invocation and ignores it’s proxy setting. One can disabale this check with the environment-variable NO_UPDATE_NOTIFIER=1.

Would it be possible, to include this setting in the maven plug-in to reduce build-time and support people behind corporate proxies?

0reactions
caaladorcommented, Nov 7, 2019

That’s a good find. We really don’t need npm to do anything extra for npm -v, especially not a call out to check for updates.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bug #1861395 “system hang: i915 Resetting rcs0 for hang on ...
System hangs, unknown cause, When this happens, the mouse pointer still moves, but I can't do anything else with the keys or clicking...
Read more >
21.5.6 Freeze Codes | Internal Revenue Service
Purpose : This IRM covers information on freeze conditions – to prevent the issuance of refunds, credit offsets, or the assessment of accrued ......
Read more >
[SKL] (recoverable) GPU hangs in benchmarks using compute ...
You might first try bisecting things closer using release versions & pre-built packages if such are available, to minimize building needed for real...
Read more >
EPSON RC+ 7.0 - User's Guide
EPSON RC+ 7.0 is used to develop application software for the Robot Controller ... If a closed safeguard is open during robot motion,...
Read more >
Haskell is vulnerable to dependency confusion
Private Hackage: a hackage-server instance operated for the purpose of hosting private or internal packages. Preparation §. Private Hackage ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found