ServiceCommander-IBMi
ServiceCommander-IBMi copied to clipboard
Service Commander for IBM i
My GitBucket application takes more than 60 seconds to start. Probably because of that, the application is not starting up!?   So I was wondering if it is possible...
**Describe the bug** It fails to change authorities on the program object it just made (the CHGOBJOWN line 33). Curiously, running these manually from a 5250 work fine. **To Reproduce**...
All configuratrions should be enabled by default (enabled : true). I have services which I want to be disabled (enabled : false). Reason: These services are part of a group...
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.0 to 2.2. Commits 313f40a Add mote tests for issue 1065 d236260 Improve test 9905de1 Issue 1064: use identity in toString() for sequences e3b3d8f Issue 1064: improve...
I created a Node.js app that I'm trying to autostart after IPL. But it seems like it's not exactly working. The configuration of the service is as follows and was...
## Explain the reasoning for this pull request. For instance, is it for a new feature, bug fix, code style/cleanup, or something else? If fixing an open issue, please link...
If I use `sc start /path/to/my/app.yml` which doesn't have a port specified, I'd like sc to automatically allocate and re-use this port every time I redeploy the service
I think it'd be interesting to see sc automatically generate a connection string for my app and then registering it as a local environment variable that I could access. Perhaps...
If I run `sc start /path/to/my/node/app.yaml`, I would like to define 'pre start' commands that would run things like `npm i` or `maven package` so the app can be built...
**Describe the bug** We've just finished moving some of our LPAR's from a Power9 server to Power10, and now Service Commander creates a Java dump. When running the command `sc...