-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
che project maven install error #366
Comments
Can you share an entire build log with us? |
@blingeee can you try it with a current master of the latest release? |
I have the same issue. Tried with tag 4.0.0-RC6. Any solution to this issue? |
tried with the master also and got the same issue |
@bepurushoth What is your OS and Maven version? |
Windows 10 64 bit and Maven version is apache-maven-3.3.9 logs below: [{"id":"id1","type":"docker","script":"script1 content","creator":"user123","tags":["java"],"links":[{"method":"GET","parameters":[],"rel":"get recipe script","href":"http://localhost:10162/rest/private/recipe/id1/script","produces":"text/plain"},{"method":"DELETE","parameters":[],"rel":"remove recipe","href":"http://localhost:10162/rest/private/recipe/id1"}]},{"id":"id2","type":"docker","script":"script2 content","creator":"user123","tags":["java","mongodb"],"links":[{"method":"GET","parameters":[],"rel":"get recipe script","href":"http://localhost:10162/rest/private/recipe/id2/script","produces":"text/plain"},{"method":"DELETE","parameters":[],"rel":"remove recipe","href":"http://localhost:10162/rest/private/recipe/id2"}]}] shouldNotCallWsAgentLauncherAfterNonDevMachineStart(org.eclipse.che.api.machine.server.MachineManagerTest) Time elapsed: 0.004 sec <<< FAILURE! shouldLoadPredefinedRecipesFromValidJson(org.eclipse.che.api.machine.server.recipe.RecipeLoaderTest) Time elapsed: 0.006 sec <<< FAILURE! shouldThrowExceptionWhenImpossibleToStoreRecipes(org.eclipse.che.api.machine.server.recipe.RecipeLoaderTest) Time elapsed: 0.002 sec <<< FAILURE! Results : Failed tests: Tests run: 60, Failures: 4, Errors: 0, Skipped: 0 |
Confirmed on Win 10. Investigating. |
-DskipTests will fix it. Or you may build the assembly module only. |
it still failed at [INFO] Che Core :: IDE :: App ............................. FAILURE [ 23.378 s] in version 4.0.0-RC6 A:\Program Files\Eclipse_CHE\4.0.0-RC6\che\core\ide\che-core-ide-app\src\test\java\org\eclipse\che\ide\part\explorer\project\synchronize\ProjectConfigSynchronizationListenerTest.java:302: warning: [deprecation] updateProject(String,String,ProjectConfigDto,AsyncRequestCallback) in ProjectServiceClient has been deprecated |
for one another colleague... it got failed at orion editor |
Signed-off-by: Nicholas Lu <ndlu2@illinois.edu>
@bepurushoth - in 4.3 we released a new maven plugin and have made many fixes. This issue should be resolved now. |
l inserted 'mvn clean install' in terminal for building che project.
but error occurred like below..
The text was updated successfully, but these errors were encountered: