Skip to content

Instantly share code, notes, and snippets.

@realModusOperandi
Created April 29, 2013 04:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save realModusOperandi/5479728 to your computer and use it in GitHub Desktop.
Save realModusOperandi/5479728 to your computer and use it in GitHub Desktop.
run:
Waiting for connections on Port #23657
A connection to a client is established!
Waiting for connections on Port #23657
UPLOAD coldjava.Test HTTP/1.1
Content-Length: 151
protocol: test
Compiling ...
Exception in thread "Thread-1" java.lang.Error: java.io.FileNotFoundException: /Library/Java/JavaVirtualMachines/jdk1.7.0_13.jdk/Contents/Home/lib/tzdb.jar (No such file or directory)
at sun.util.calendar.ZoneInfoFile$1.run(ZoneInfoFile.java:230)
at java.security.AccessController.doPrivileged(Native Method)
at sun.util.calendar.ZoneInfoFile.<clinit>(ZoneInfoFile.java:218)
at sun.util.calendar.ZoneInfo.getTimeZone(ZoneInfo.java:590)
at java.util.TimeZone.getTimeZone(TimeZone.java:566)
at java.util.TimeZone.setDefaultZone(TimeZone.java:663)
at java.util.TimeZone.getDefaultRef(TimeZone.java:630)
at java.util.Date.normalize(Date.java:1196)
at java.util.Date.toString(Date.java:1029)
at java.util.Properties.store0(Properties.java:828)
at java.util.Properties.store(Properties.java:817)
at coldjavaserver.MyWebServer$SocketThread.run(MyWebServer.java:215)
Caused by: java.io.FileNotFoundException: /Library/Java/JavaVirtualMachines/jdk1.7.0_13.jdk/Contents/Home/lib/tzdb.jar (No such file or directory)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:214)
at java.util.zip.ZipFile.<init>(ZipFile.java:144)
at java.util.zip.ZipFile.<init>(ZipFile.java:158)
at sun.util.calendar.ZoneInfoFile$1.run(ZoneInfoFile.java:224)
... 11 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment