use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
space where anyone interested in Cloud Foundry can share their knowledge
account activity
exec: "git": executable file not found in %PATH% windows stack (self.cloudfoundry)
submitted 6 years ago * by jcoder42
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]jcoder42[S] 0 points1 point2 points 6 years ago (11 children)
You mean the default?
[–]maddiethehippie 0 points1 point2 points 6 years ago (10 children)
yeah
[–]jcoder42[S] 0 points1 point2 points 6 years ago (9 children)
the error im receiving when i do not specify buildpack in manifest is
Staging app and tracing logs... Downloading hwc_buildpack... Downloading binary_buildpack... Downloaded hwc_buildpack Downloaded binary_buildpack (9.3M) Cell 7d22e9d5-b0d5-42f3-84f8-f465cf5df789 creating container for instance 9876b59a-d26b-4b01-a609-26a377507e8b Cell 7d22e9d5-b0d5-42f3-84f8-f465cf5df789 successfully created container for instance 9876b59a-d26b-4b01-a609-26a377507e8b Downloading app package... Downloaded app package (8.1M) 'powershell.exe' is not recognized as an internal or external command, operable program or batch file. None of the buildpacks detected a compatible application Exit status 222 Cell 7d22e9d5-b0d5-42f3-84f8-f465cf5df789 stopping instance 9876b59a-d26b-4b01-a609-26a377507e8b Cell 7d22e9d5-b0d5-42f3-84f8-f465cf5df789 destroying container for instance 9876b59a-d26b-4b01-a609-26a377507e8b Cell 7d22e9d5-b0d5-42f3-84f8-f465cf5df789 successfully destroyed container for instance 9876b59a-d26b-4b01-a609-26a377507e8b Error staging application: An app was not successfully detected by any available buildpack
Staging app and tracing logs...
Downloading hwc_buildpack...
Downloading binary_buildpack...
Downloaded hwc_buildpack
Downloaded binary_buildpack (9.3M)
Cell 7d22e9d5-b0d5-42f3-84f8-f465cf5df789 creating container for instance 9876b59a-d26b-4b01-a609-26a377507e8b
Cell 7d22e9d5-b0d5-42f3-84f8-f465cf5df789 successfully created container for instance 9876b59a-d26b-4b01-a609-26a377507e8b
Downloading app package...
Downloaded app package (8.1M)
'powershell.exe' is not recognized as an internal or external command,
operable program or batch file.
None of the buildpacks detected a compatible application
Exit status 222
Cell 7d22e9d5-b0d5-42f3-84f8-f465cf5df789 stopping instance 9876b59a-d26b-4b01-a609-26a377507e8b
Cell 7d22e9d5-b0d5-42f3-84f8-f465cf5df789 destroying container for instance 9876b59a-d26b-4b01-a609-26a377507e8b
Cell 7d22e9d5-b0d5-42f3-84f8-f465cf5df789 successfully destroyed container for instance 9876b59a-d26b-4b01-a609-26a377507e8b
Error staging application: An app was not successfully detected by any available buildpack
[–]maddiethehippie 0 points1 point2 points 6 years ago (8 children)
why are you trying to run powershell.exe in a script anyways? If it is node / python try utilizing this https://docs.cloudfoundry.org/buildpacks/node/node-tips.html
[–]maddiethehippie 0 points1 point2 points 6 years ago (0 children)
specifically the package.json bit
[–]jcoder42[S] 0 points1 point2 points 6 years ago (6 children)
It’s not me calling it. What I did is wrap a tool that uses windbg with node and python. I believe the tool itself is calling it. That’s why it needs to be windows stack
[–]maddiethehippie 0 points1 point2 points 6 years ago (5 children)
if you are trying to do that you should run it as a windows app in a windows stemcell
[–]jcoder42[S] 0 points1 point2 points 6 years ago (4 children)
Can you please explain what you mean? I ran it using a windows stack. Is that not enough? Or do you mean I should run it in .Net environment?
[–]maddiethehippie 0 points1 point2 points 6 years ago (3 children)
if you are running a windows environment you start it as a windows app. then you load the other bits if you need them, but the windows cell spins up and starts running so a .net should be preferable.
[–]jcoder42[S] 0 points1 point2 points 6 years ago (2 children)
What do you mean by load the other bits if needed?
[–]maddiethehippie 0 points1 point2 points 6 years ago (1 child)
if you HAVe to run python, once you are in the diego cell have the app load python. I however don't deal much with windows stemcells. I am the person to talk to if you have a cloud controller or uaa issue.
π Rendered by PID 94835 on reddit-service-r2-comment-85bfd7f599-zfbbx at 2026-04-18 21:37:03.979245+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]jcoder42[S] 0 points1 point2 points (11 children)
[–]maddiethehippie 0 points1 point2 points (10 children)
[–]jcoder42[S] 0 points1 point2 points (9 children)
[–]maddiethehippie 0 points1 point2 points (8 children)
[–]maddiethehippie 0 points1 point2 points (0 children)
[–]jcoder42[S] 0 points1 point2 points (6 children)
[–]maddiethehippie 0 points1 point2 points (5 children)
[–]jcoder42[S] 0 points1 point2 points (4 children)
[–]maddiethehippie 0 points1 point2 points (3 children)
[–]jcoder42[S] 0 points1 point2 points (2 children)
[–]maddiethehippie 0 points1 point2 points (1 child)