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

Create project hangs when forking a Platform Project #3950

Open
th3coop opened this issue Apr 11, 2022 · 1 comment
Open

Create project hangs when forking a Platform Project #3950

th3coop opened this issue Apr 11, 2022 · 1 comment

Comments

@th3coop
Copy link
Member

th3coop commented Apr 11, 2022

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
Copy link
Member Author

th3coop commented Apr 11, 2022

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

Above link is accessible only to ActiveState devs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant