Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error occur when expand spring-hadoop "Plugins" node #296

Closed
ZhengJun003 opened this issue Apr 2, 2019 · 3 comments
Closed

Error occur when expand spring-hadoop "Plugins" node #296

ZhengJun003 opened this issue Apr 2, 2019 · 3 comments
Assignees
Labels
bug Something isn't working completed
Milestone

Comments

@ZhengJun003
Copy link
Contributor

Describe the bug
This issue will also appear in previous versions.

To Reproduce
Steps to reproduce the behavior:

  1. Clone code from https://github.com/spring-projects/spring-hadoop-samples.git
  2. Open the cloned project.
  3. Expand the spring-hadoop-samples node, it's a "Plugins" node
  4. Expand the "Plugins" node, error occur

Environments (please complete the following information as much as possible):

  • OS: Windows 10/OS X
  • VS Code version: 1.32.3
  • Extension version RC#14

Screenshots
image

Additional context
Maven for Java output error information:

[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Child module c:\Users\testuser\Documents\spring-hadoop-samples\parent\mapreduce of c:\Users\testuser\Documents\spring-hadoop-samples\parent\pom.xml does not exist @ 
[ERROR] Child module c:\Users\testuser\Documents\spring-hadoop-samples\parent\hive of c:\Users\testuser\Documents\spring-hadoop-samples\parent\pom.xml does not exist @ 
[ERROR] Child module c:\Users\testuser\Documents\spring-hadoop-samples\parent\pig of c:\Users\testuser\Documents\spring-hadoop-samples\parent\pom.xml does not exist @ 
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.springframework.samples:spring-hadoop-samples:1.0.0.BUILD-SNAPSHOT (c:\Users\testuser\Documents\spring-hadoop-samples\parent\pom.xml) has 3 errors
[ERROR]     Child module c:\Users\testuser\Documents\spring-hadoop-samples\parent\mapreduce of c:\Users\testuser\Documents\spring-hadoop-samples\parent\pom.xml does not exist
[ERROR]     Child module c:\Users\testuser\Documents\spring-hadoop-samples\parent\hive of c:\Users\testuser\Documents\spring-hadoop-samples\parent\pom.xml does not exist
[ERROR]     Child module c:\Users\testuser\Documents\spring-hadoop-samples\parent\pig of c:\Users\testuser\Documents\spring-hadoop-samples\parent\pom.xml does not exist
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
@Eskibear Eskibear added the bug Something isn't working label Apr 8, 2019
@Eskibear
Copy link
Member

Eskibear commented Apr 8, 2019

It looks when failing to create effective-pom, it keeps re-trying for ever.

@Eskibear
Copy link
Member

the fix has been shipped with v0.16.1, please have a try. Now it should only leaves one error message and stop retrying.

@ZhengJun003
Copy link
Contributor Author

Verified in v0.16.1 on Win&Mac platform, this issue is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working completed
Projects
None yet
Development

No branches or pull requests

2 participants