IOx Application not starting automatically
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2017 07:35 AM - edited 03-01-2019 03:12 AM
Hi All,
I have an IOx Application with the following Package.yaml. I have no idea why but everything seems to load in fine but the target parameter doesn't seem to start. If I open a console and run it, the app runs fine. However the moment I close the console the app dies as well.
Anyone with any ideas I'd really appreciate it.
descriptor-schema-version: "2.2"
info:
name: Test App
description: "Test App2"
version: "1.0"
author-link: "http://www.cisco.com"
author-name: "Cisco Systems"
app:
cpuarch: "x86_64"
type: docker
resources:
profile: c1.small
network:
-
interface-name: eth0
ports:
tcp:
- 8284
startup:
rootfs: rootfs.tar
target: ["/opt/mqttfolder/mqttappExec"]
- Labels:
-
IOx on IR829

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2017 02:14 AM
The main reason is it prints too much information in the console. So it is recommended to put all these console information in a log file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2017 06:34 AM
Thanks Steve! Giving it a go and see if we can adjust!
