-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi,
I tried this quick tutorial of yours (calc-webeditkit-example) and got an error in step 3.

I created a new gradle.properties file in the project, and assign the mpsserver.github.user and mpsserver.github.token with my github account. The branch I try to build is mps2020.3. I tried two groups: Gradle 6.8 with Java 11.0.16.1 and Gradle 7.6.1 with java 17.06. Every time, the process stucks in 81%. The longest time before I stopped the progress is around 9 hours. Below shows the last several lines of the log.
[runMPS] 2023-02-28 13:03:41,026 [ 21887] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=jetbrains.mps.ide.make.WorkbenchMakeService)
[runMPS] 2023-02-28 13:03:41,029 [ 21890] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=jetbrains.mps.ide.platform.watching.FSChangesWatcher)
[runMPS] 2023-02-28 13:03:41,033 [ 21894] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=jetbrains.mps.ide.platform.watching.ReloadManagerComponent)
[runMPS] 2023-02-28 13:03:41,059 [ 21920] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=jetbrains.mps.watching.WatchedRootsUpdater)
[runMPS] 2023-02-28 13:03:41,059 [ 21920] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=jetbrains.mps.library.AdditionalLibrariesManager)
[runMPS] 2023-02-28 13:03:41,084 [ 21945] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=jetbrains.mps.ide.platform.watching.ModelCacheReloader)
[runMPS] 2023-02-28 13:03:41,086 [ 21947] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=jetbrains.mps.ide.refactoring.RefactoringAccessImpl)
[runMPS] 2023-02-28 13:03:41,086 [ 21947] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=jetbrains.mps.smodel.ModelValidationSettings)
[runMPS] 2023-02-28 13:03:41,090 [ 21951] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=jetbrains.mps.ide.project.listener.AbstractModuleWorkbenchAdjuster)
[runMPS] 2023-02-28 13:03:41,351 [ 22212] ERROR - ol.environment.EnvironmentBase - The macro 'samples_home' to non-existent location
[runMPS] 2023-02-28 13:03:42,106 [ 22967] WARN - nSystem.impl.ActionManagerImpl - keymap "Eclipse" not found [Plugin: com.intellij]
[runMPS] 2023-02-28 13:03:42,106 [ 22967] WARN - nSystem.impl.ActionManagerImpl - keymap "NetBeans 6.5" not found [Plugin: com.intellij]
[runMPS] 2023-02-28 13:03:42,505 [ 23366] WARN - nplugins.BaseApplicationPlugin - Group to insert was not found id: jetbrains.mps.java.workbench.actions.SolutionActionsEx_ActionGroup. Trying to insert into jetbrains.mps.ide.actions.SolutionActions_ActionGroup
[runMPS] 2023-02-28 13:03:42,505 [ 23366] WARN - nplugins.BaseApplicationPlugin - Group to insert was not found id: jetbrains.mps.java.workbench.actions.ModelNewActions_ActionGroup. Trying to insert into jetbrains.mps.ide.actions.GeneratorNewActions_ActionGroup
[runMPS] 2023-02-28 13:03:42,524 [ 23385] WARN - nplugins.BaseApplicationPlugin - Group to insert was not found id: jetbrains.mps.java.workbench.actions.ModelNewActions_ActionGroup. Trying to insert into jetbrains.mps.ide.actions.LanguageNewActions_ActionGroup
[runMPS] 2023-02-28 13:03:42,525 [ 23386] WARN - nplugins.BaseApplicationPlugin - Group to insert was not found id: jetbrains.mps.java.workbench.actions.ModelNewActions_ActionGroup. Trying to insert into jetbrains.mps.ide.actions.SolutionNewActions_ActionGroup
[runMPS] 2023-02-28 13:03:42,525 [ 23386] WARN - nplugins.BaseApplicationPlugin - Group to insert was not found id: jetbrains.mps.java.platform.actions.ModelActions_ActionGroup. Trying to insert into jetbrains.mps.ide.actions.ModelActions_ActionGroup
[runMPS] 2023-02-28 13:03:42,525 [ 23386] WARN - nplugins.BaseApplicationPlugin - Group to insert was not found id: jetbrains.mps.java.workbench.actions.AnalyzeJavaActions_ActionGroup. Trying to insert into jetbrains.mps.ide.actions.AnalyzeModule_ActionGroup
[runMPS] 2023-02-28 13:03:42,525 [ 23386] WARN - nplugins.BaseApplicationPlugin - Group to insert was not found id: jetbrains.mps.java.workbench.actions.AnalyzeJavaActions_ActionGroup. Trying to insert into jetbrains.mps.ide.actions.DevkitActions_ActionGroup
[runMPS] 2023-02-28 13:03:42,529 [ 23390] WARN - nplugins.BaseApplicationPlugin - Destination group was not found id: Internal. Trying to insert jetbrains.mps.ide.actions.ToolsInternal_ActionGroup
[runMPS] Modelix Application Plugin - Started
[runMPS] Modelix Application Plugin - execution mode: DEFAULT
[runMPS] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[runMPS] SLF4J: Defaulting to no-operation (NOP) logger implementation
[runMPS] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
<==========---> 81% EXECUTING [16m 37s]
:justRunLauncher
Could you help me with this issue?
Thank you very much.