ServiceCommander-IBMi icon indicating copy to clipboard operation
ServiceCommander-IBMi copied to clipboard

Service Commander for IBM i

Results 25 ServiceCommander-IBMi issues
Sort by recently updated
recently updated
newest added

My GitBucket application takes more than 60 seconds to start. Probably because of that, the application is not starting up!? ![image](https://github.com/ThePrez/ServiceCommander-IBMi/assets/139198015/de52709b-e274-4d30-9f2b-4f5da59f4e16) ![image](https://github.com/ThePrez/ServiceCommander-IBMi/assets/139198015/c0a79d9b-d3c2-4488-bcdc-dc2e6474ef63) So I was wondering if it is possible...

question

**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**...

bug

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...

dependencies

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...

question

## 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...

bug