Skip to content

Instantly share code, notes, and snippets.

@rhusar
Created October 8, 2014 12:39
Show Gist options
  • Save rhusar/1f14fc77b57f56c98583 to your computer and use it in GitHub Desktop.
Save rhusar/1f14fc77b57f56c98583 to your computer and use it in GitHub Desktop.
/home/rhusar/tools/jdk1.8.0/bin/java -Didea.launcher.port=7532 -Didea.launcher.bin.path=/home/rhusar/tools/idea-IU-135.909/bin -Dfile.encoding=UTF-8 -classpath /home/rhusar/tools/jdk1.8.0/jre/lib/plugin.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/charsets.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/rt.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/jce.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/javaws.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/resources.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/jfr.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/management-agent.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/jfxswt.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/deploy.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/jsse.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/ext/sunpkcs11.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/ext/cldrdata.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/ext/dnsns.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/ext/nashorn.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/ext/sunec.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/ext/zipfs.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/ext/jfxrt.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/ext/localedata.jar:/home/rhusar/tools/jdk1.8.0/jre/lib/ext/sunjce_provider.jar:/home/rhusar/git/untitled/target/classes:/home/rhusar/.m2/repository/org/jgroups/jgroups/3.5.1.Final/jgroups-3.5.1.Final.jar:/home/rhusar/tools/idea-IU-135.909/lib/idea_rt.jar com.intellij.rt.execution.application.AppMain Main
Oct 08, 2014 2:38:58 PM org.jgroups.logging.JDKLogImpl warn
WARNING: could not bind to /ff01:0:0:0:0:0:0:1 (IPv6 address); make sure your mcast_addr is of the same type as the preferred IP stack (IPv4 or IPv6) by checking the value of the system properties java.net.preferIPv4Stack and java.net.preferIPv6Addresses.
Will ignore mcast_addr, but this may lead to cross talking (see http://www.jboss.org/community/docs/DOC-9469 for details).
Exception was: java.net.SocketException: Invalid argument
Process finished with exit code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment