Ahh, so that’s how you turn on debugging. Thanks for the help! The issue was compiling against java 1.8 and trying to run on 1.7!
Thanks! Brandon From: Vlad Rozov <[email protected]> Organization: DataTorrent Reply-To: "[email protected]" <[email protected]> Date: Tuesday, November 29, 2016 at 9:08 PM To: "[email protected]" <[email protected]> Subject: Re: error launching in docker sandbox Hi Brandon, No, it should not. Start apex with -vvvv option that will provide more details in the log. Thank you, Vlad On 11/29/16 14:07, Feldkamp, Brandon (CONT) wrote: Hello! I’m trying to launch my app in the docker sandbox but I’m getting an error. I’m able to launch the app elsewhere using the datatorrent community edition…would the difference between apex/datatorrent cause this error? com.datatorrent.stram.cli.ApexCli$CliException: No applications in Application Package at com.datatorrent.stram.cli.ApexCli.getLaunchAppPackageArgs(ApexCli.java:3471) at com.datatorrent.stram.cli.ApexCli.launchAppPackage(ApexCli.java:3445) at com.datatorrent.stram.cli.ApexCli.access$7400(ApexCli.java:151) at com.datatorrent.stram.cli.ApexCli$LaunchCommand.execute(ApexCli.java:1900) at com.datatorrent.stram.cli.ApexCli$3.run(ApexCli.java:1462) Thanks! Brandon ________________________________ The information contained in this e-mail is confidential and/or proprietary to Capital One and/or its affiliates and may only be used solely in performance of work or services for Capital One. The information transmitted herewith is intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer. ________________________________________________________ The information contained in this e-mail is confidential and/or proprietary to Capital One and/or its affiliates and may only be used solely in performance of work or services for Capital One. The information transmitted herewith is intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer.
