Skip to content

Instantly share code, notes, and snippets.

@okuryu
Created December 24, 2010 16:23
Show Gist options
  • Save okuryu/754376 to your computer and use it in GitHub Desktop.
Save okuryu/754376 to your computer and use it in GitHub Desktop.
$ java -version
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04-307-10M3261)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03-307, mixed mode)
$ ant -version
Apache Ant version 1.8.1 compiled on September 21 2010
$ ant -q all
[post] Exception in thread "Thread-8" /Users/okuryu/work/builder/componentbuild/shared/macrolib.xml:135: java.io.IOException: Server returned HTTP response code: 500 for URL: http://127.0.0.1:8081/
[post] at net.sf.antcontrib.net.PostTask$2.run(PostTask.java:404)
[post] Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://127.0.0.1:8081/
[post] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[post] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
[post] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[post] at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[post] at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1496)
[post] at java.security.AccessController.doPrivileged(Native Method)
[post] at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1490)
[post] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1144)
[post] at net.sf.antcontrib.net.PostTask$2.run(PostTask.java:372)
[post] Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://127.0.0.1:8081/
[post] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441)
[post] at sun.net.www.protocol.http.HttpURLConnection.getHeaderFields(HttpURLConnection.java:2323)
[post] at net.sf.antcontrib.net.PostTask$2.run(PostTask.java:333)
BUILD FAILED
/Users/okuryu/work/builder/componentbuild/shared/targets.xml:99: The following error occurred while executing this line:
/Users/okuryu/work/builder/componentbuild/shared/macrolib.xml:146: JSLint failed. To view lint output and continue the build, run ant with -Dlint.failonerror=false.
Total time: 4 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment