KomodoEdit icon indicating copy to clipboard operation
KomodoEdit copied to clipboard

Create project hangs when forking a Platform Project

Open th3coop opened this issue 3 years ago • 1 comments

Short Summary

When creating a new project from the Project Wizard, if you choose to generate a Platform Project, the project creation steps will fail after the project is forked.

Steps to Reproduce

  • Menu Project > New Project
  • Select Perl or Python
  • Fill out all other required fields
  • Select Add a runtime environment to my project
  • Select an Org and visibility if applicable.
  • Click Next until you reach the Creating Project.... screen

Expected results

Project is created successfully

Actual results

Project creation hangs on Initializing project 'careyh/komodo-asdfasdf'...

Platform Information

Komodo Edit or IDE? : IDE Komodo Version? : 12.0.1 Operating System (and version)? : Windows

Additional Information

Unfortunately the log output stops after state pull. There doesn't appear to be an error but when i go through the steps manually I get this odd output

> state pull --output=editor.v0
"Could not detect if merge is necessary."

Full Logs:

internal fork
[2022-04-11 10:34:43,846] [DEBUG] tool.js: runSh
[2022-04-11 10:34:43,846] [DEBUG] tool.js: cmdArray: fork,ActiveState/Komodo-Python2,--output=editor.v0,--name=komodo-asdfasdf,--org=careyh
[2022-04-11 10:34:43,849] [DEBUG] console: log: options
[2022-04-11 10:34:43,851] [DEBUG] console: log: {}
[2022-04-11 10:34:43,854] [DEBUG] console: log: callbacks
[2022-04-11 10:34:43,854] [DEBUG] console: log: {}
[2022-04-11 10:34:43,854] [DEBUG] tool.js: getEnv
[2022-04-11 10:34:45,831] [DEBUG] tool.js: Cmd completed: [SNIP]\StateTool\release\bin\state.EXE,fork,ActiveState/Komodo-Python2,--output=editor.v0,--name=komodo-asdfasdf,--org=careyh
[2022-04-11 10:34:45,831] [DEBUG] tool.js: init
[2022-04-11 10:34:45,831] [DEBUG] tool.js: runSh
[2022-04-11 10:34:45,831] [DEBUG] tool.js: cmdArray: init,careyh/komodo-asdfasdf,--language,Python2,--path,[SNIP]\Workspace\asdfasdf,--skeleton,editor
[2022-04-11 10:34:45,831] [DEBUG] console: log: options
[2022-04-11 10:34:45,831] [DEBUG] console: log: {}
[2022-04-11 10:34:45,846] [DEBUG] console: log: callbacks
[2022-04-11 10:34:45,846] [DEBUG] console: log: {}
[2022-04-11 10:34:45,846] [DEBUG] tool.js: getEnv
[2022-04-11 10:34:47,168] [DEBUG] tool.js: Cmd completed: [SNIP]\StateTool\release\bin\state.EXE,init,careyh/komodo-asdfasdf,--language,Python2,--path,[SNIP]\Workspace\asdfasdf,--skeleton,editor
[2022-04-11 10:34:47,170] [DEBUG] tool.js: pull
[2022-04-11 10:34:47,170] [DEBUG] tool.js: runSh
[2022-04-11 10:34:47,170] [DEBUG] tool.js: cmdArray: pull,--output=editor.v0
[2022-04-11 10:34:47,174] [DEBUG] console: log: options
[2022-04-11 10:34:47,177] [DEBUG] console: log: {"cwd":"[SNIP]"}
[2022-04-11 10:34:47,181] [DEBUG] console: log: callbacks
[2022-04-11 10:34:47,186] [DEBUG] console: log: {}
[2022-04-11 10:34:47,186] [DEBUG] tool.js: getEnv
[2022-04-11 10:34:48,334] [DEBUG] tool.js: Cmd completed: [SNIP]\StateTool\release\bin\state.EXE,pull,--output=editor.v0

th3coop avatar Apr 11 '22 17:04 th3coop

Related State tool issue: https://activestatef.atlassian.net/browse/DX-856

Above link is accessible only to ActiveState devs.

th3coop avatar Apr 11 '22 18:04 th3coop