Last active
December 21, 2015 00:19
-
-
Save cvasilak/6219701 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ mvn exec:java -Dexec.args="-host=localhost -port=7777 -tls=false -ack_interval=10000 -useragent_reaper_timeout=60000" | |
... | |
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2:java (default-cli) on project aerogear-simplepush-server-netty: An exception occured while executing the Java class. null: InvocationTargetException: No 'tokenKey' must be configured! | |
.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment