"ports": [0],
"args": [ "--httpPort=$PORT" ]
}'
I0905 19:05:00.427248 9581 exec.cpp:132] Version: 0.20.0
I0905 19:05:00.428508 9603 exec.cpp:206] Executor registered on slave 20140905-030215-1372426762-5050-1787-0
Sep 05, 2014 7:05:00 PM winstone.Logger logInternal
INFO: Beginning extraction from war file
Sep 05, 2014 7:05:01 PM winstone.Logger logInternal
INFO: Winstone shutdown successfully
Sep 05, 2014 7:05:01 PM winstone.Logger logInternal
SEVERE: Container startup failed
java.io.IOException: Failed to start a listener: winstone.HttpConnectorFactory
at winstone.Launcher.spawnListener(Launcher.java:209)
at winstone.Launcher.<init>(Launcher.java:147)
at winstone.Launcher.main(Launcher.java:354)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at Main._main(Main.java:293)
at Main.main(Main.java:98)
Caused by: java.lang.NumberFormatException: For input string: "$PORT"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:481)
at java.lang.Integer.parseInt(Integer.java:527)
at winstone.cmdline.Option.intArg(Option.java:293)
at winstone.cmdline.Option$OInt.get(Option.java:214)
at winstone.HttpConnectorFactory.start(HttpConnectorFactory.java:27)
at winstone.Launcher.spawnListener(Launcher.java:207)
... 8 more