PlaceAVote / pav-api

This repository contains the Placeavote API.
0 stars 0 forks source link

MYSQL Exception when updating user image #105

Closed johnboy14 closed 8 years ago

johnboy14 commented 8 years ago

We get the following error when updating a users profile image using the following endpoint

/user/me/profile/image

2016-06-22T13:36:03Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:36:03 INFO  ws-handler:0 - Channel Open for  fa7b92a3-41ff-469c-ac1a-e75c9f2e2e57
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:39:32 INFO  user:0 - Attempting image upload to placeavote-cdn for users/36e2bea1-34a2-47c4-9e37-418fc39071d5/profile/img/p200xp200x/75846404-b73c-4a46-812b-44ebde402612.jpeg of size 6767
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440  :cause You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE user_id = '223'' at line 1
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440  :via
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440  [{:type java.sql.BatchUpdateException
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440    :message You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE user_id = '223'' at line 1
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440    :at [sun.reflect.NativeConstructorAccessorImpl newInstance0 NativeConstructorAccessorImpl.java -2]}
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   {:type com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440    :message You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE user_id = '223'' at line 1
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440    :at [sun.reflect.NativeConstructorAccessorImpl newInstance0 NativeConstructorAccessorImpl.java -2]}]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440  :trace
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440  [[sun.reflect.NativeConstructorAccessorImpl newInstance0 NativeConstructorAccessorImpl.java -2]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [sun.reflect.NativeConstructorAccessorImpl newInstance NativeConstructorAccessorImpl.java 62]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [sun.reflect.DelegatingConstructorAccessorImpl newInstance DelegatingConstructorAccessorImpl.java 45]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [java.lang.reflect.Constructor newInstance Constructor.java 423]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.Util handleNewInstance Util.java 404]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.Util getInstance Util.java 387]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.SQLError createSQLException SQLError.java 939]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.MysqlIO checkErrorPacket MysqlIO.java 3878]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.MysqlIO checkErrorPacket MysqlIO.java 3814]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.MysqlIO sendCommand MysqlIO.java 2478]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.MysqlIO sqlQueryDirect MysqlIO.java 2625]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.ConnectionImpl execSQL ConnectionImpl.java 2551]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.PreparedStatement executeInternal PreparedStatement.java 1861]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.PreparedStatement executeUpdateInternal PreparedStatement.java 2073]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.PreparedStatement executeBatchSerially PreparedStatement.java 1751]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.PreparedStatement executeBatchInternal PreparedStatement.java 1257]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:39:32 ERROR users:0 - Error uploading Profile image.  #error {
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$execute_batch invokeStatic jdbc.clj 426]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$execute_batch invoke jdbc.clj 419]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.StatementImpl executeBatch StatementImpl.java 959]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$db_transaction_STAR_ invokeStatic jdbc.clj 613]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$db_transaction_STAR_ invoke jdbc.clj 585]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$db_transaction_STAR_ invokeStatic jdbc.clj 598]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$db_transaction_STAR_ invoke jdbc.clj 585]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$db_do_execute_prepared_statement invokeStatic jdbc.clj 791]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$db_do_execute_prepared_statement invoke jdbc.clj 778]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$db_do_prepared invokeStatic jdbc.clj 814]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$db_do_prepared invoke jdbc.clj 795]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$execute_BANG_$execute_helper__24863 invoke jdbc.clj 961]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$execute_BANG_ invokeStatic jdbc.clj 965]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$execute_BANG_ invoke jdbc.clj 943]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$update_BANG_ invokeStatic jdbc.clj 1144]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$update_BANG_ invoke jdbc.clj 1132]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$update_BANG_ invokeStatic jdbc.clj 1141]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$update_BANG_ invoke jdbc.clj 1132]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [com.pav.api.db.user$update_account_settings invokeStatic user.clj 164]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [com.pav.api.db.user$update_account_settings invoke user.clj 163]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [com.pav.api.dbwrapper.user$update_user_profile invokeStatic user.clj 67]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [com.pav.api.dbwrapper.user$update_user_profile invoke user.clj 59]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [com.pav.api.services.users$update_account_settings invokeStatic users.clj 351]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [com.pav.api.services.users$update_account_settings invoke users.clj 346]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [com.pav.api.services.users$upload_profile_image invokeStatic users.clj 410]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [com.pav.api.services.users$upload_profile_image invoke users.clj 403]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [com.pav.api.resources.user$upload_profile_image$fn__29363 invoke user.clj 106]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 81]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$post_BANG_ invokeStatic core.clj 241]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$post_BANG_ invoke core.clj 241]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$post_to_existing_QMARK_ invokeStatic core.clj 297]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$post_to_existing_QMARK_ invoke core.clj 297]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$method_patch_QMARK_ invokeStatic core.clj 306]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$method_patch_QMARK_ invoke core.clj 306]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$method_delete_QMARK_ invokeStatic core.clj 308]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$method_delete_QMARK_ invoke core.clj 308]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$if_modified_since_exists_QMARK_ invokeStatic core.clj 328]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$if_modified_since_exists_QMARK_ invoke core.clj 328]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$db_do_execute_prepared_statement$fn__24826 invoke jdbc.clj 792]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$if_none_match_exists_QMARK_ invokeStatic core.clj 346]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$if_none_match_exists_QMARK_ invoke core.clj 346]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$if_unmodified_since_exists_QMARK_ invokeStatic core.clj 366]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$if_unmodified_since_exists_QMARK_ invoke core.clj 366]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$if_match_exists_QMARK_ invokeStatic core.clj 380]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$if_match_exists_QMARK_ invoke core.clj 380]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$exists_QMARK_ invokeStatic core.clj 383]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$exists_QMARK_ invoke core.clj 383]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$processable_QMARK_ invokeStatic core.clj 386]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$processable_QMARK_ invoke core.clj 386]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$encoding_available_QMARK_ invokeStatic core.clj 390]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$encoding_available_QMARK_ invoke core.clj 390]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$accept_encoding_exists_QMARK_ invokeStatic core.clj 405]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$accept_encoding_exists_QMARK_ invoke core.clj 405]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$accept_charset_exists_QMARK_ invokeStatic core.clj 418]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$accept_charset_exists_QMARK_ invoke core.clj 418]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$is_options_QMARK_ invoke core.clj 462]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$language_available_QMARK_ invokeStatic core.clj 422]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$language_available_QMARK_ invoke core.clj 422]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$accept_language_exists_QMARK_ invokeStatic core.clj 432]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$accept_language_exists_QMARK_ invoke core.clj 432]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$media_type_available_QMARK_ invokeStatic core.clj 442]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$media_type_available_QMARK_ invoke core.clj 442]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$accept_exists_QMARK_ invokeStatic core.clj 445]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$accept_exists_QMARK_ invoke core.clj 445]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$is_options_QMARK_ invokeStatic core.clj 462]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [compojure.response$fn__261 invoke response.clj 14]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$valid_entity_length_QMARK_ invokeStatic core.clj 465]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$valid_entity_length_QMARK_ invoke core.clj 465]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$known_content_type_QMARK_ invokeStatic core.clj 468]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$known_content_type_QMARK_ invoke core.clj 468]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$valid_content_header_QMARK_ invokeStatic core.clj 470]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$valid_content_header_QMARK_ invoke core.clj 470]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$allowed_QMARK_ invokeStatic core.clj 473]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$allowed_QMARK_ invoke core.clj 473]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$authorized_QMARK_ invokeStatic core.clj 476]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$authorized_QMARK_ invoke core.clj 476]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$malformed_QMARK_ invokeStatic core.clj 479]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$malformed_QMARK_ invoke core.clj 479]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$method_allowed_QMARK_ invokeStatic core.clj 482]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$method_allowed_QMARK_ invoke core.clj 482]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$uri_too_long_QMARK_ invokeStatic core.clj 485]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$uri_too_long_QMARK_ invoke core.clj 485]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$known_method_QMARK_ invokeStatic core.clj 488]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$known_method_QMARK_ invoke core.clj 488]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$service_available_QMARK_ invokeStatic core.clj 491]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$service_available_QMARK_ invoke core.clj 491]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$initialize_context invokeStatic core.clj 493]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$initialize_context invoke core.clj 493]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$run_resource invokeStatic core.clj 581]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$run_resource invoke core.clj 579]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [com.pav.api.resources.user$upload_profile_image invokeStatic user.clj 99]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [com.pav.api.resources.user$upload_profile_image invoke user.clj 99]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [compojure.response$fn__261 invokeStatic response.clj 27]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [compojure.response$fn__242$G__237__249 invoke response.clj 10]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [compojure.core$make_route$fn__361 invoke core.clj 94]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [compojure.core$if_route$fn__349 invoke core.clj 40]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [compojure.core$if_method$fn__342 invoke core.clj 25]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [compojure.core$routing$fn__367 invoke core.clj 107]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.core$some invokeStatic core.clj 2592]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.core$some invoke core.clj 2583]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [compojure.core$routing invokeStatic core.clj 107]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [compojure.core$routing doInvoke core.clj 104]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.lang.RestFn applyTo RestFn.java 139]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.core$apply invokeStatic core.clj 648]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.core$apply invoke core.clj 641]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [java.lang.Thread run Thread.java 745]]}
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [compojure.core$routing$fn__367 invoke core.clj 107]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.core$some invokeStatic core.clj 2592]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.core$some invoke core.clj 2583]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [compojure.core$routing invokeStatic core.clj 107]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [compojure.core$routing doInvoke core.clj 104]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.lang.RestFn applyTo RestFn.java 139]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.core$apply invokeStatic core.clj 648]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.core$apply invoke core.clj 641]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [compojure.core$routes$fn__371 invoke core.clj 112]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [buddy.auth.middleware$wrap_authentication$fn__4833 invoke middleware.clj 46]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [ring.middleware.json$wrap_json_body$fn__1354 invoke json.clj 33]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [ring.middleware.cors$wrap_cors$fn__1447 invoke cors.clj 150]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [ring.middleware.keyword_params$wrap_keyword_params$fn__1606 invoke keyword_params.clj 32]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [ring.middleware.nested_params$wrap_nested_params$fn__1649 invoke nested_params.clj 69]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [ring.middleware.params$wrap_params$fn__1578 invoke params.clj 57]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [ring.middleware.multipart_params$wrap_multipart_params$fn__1687 invoke multipart_params.clj 106]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [ring.middleware.flash$wrap_flash$fn__3159 invoke flash.clj 31]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [ring.middleware.session$wrap_session$fn__3145 invoke session.clj 85]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [ring.middleware.json$wrap_json_response$fn__1371 invoke json.clj 65]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [clojure.lang.Var invoke Var.java 379]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [org.httpkit.server.HttpHandler run RingHandler.java 91]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [java.util.concurrent.Executors$RunnableAdapter call Executors.java 511]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [java.util.concurrent.FutureTask run FutureTask.java 266]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [java.util.concurrent.ThreadPoolExecutor runWorker ThreadPoolExecutor.java 1142]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [java.util.concurrent.ThreadPoolExecutor$Worker run ThreadPoolExecutor.java 617]
2016-06-22T13:39:32Z web:RLBMBJFXUHL/e5f081774440   [compojure.core$routes$fn__371 invoke core.clj 112]
2016-06-22T13:39:33Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:39:33 INFO  user:0 - File uploaded for users/36e2bea1-34a2-47c4-9e37-418fc39071d5/profile/img/p200xp200x/75846404-b73c-4a46-812b-44ebde402612.jpeg
2016-06-22T13:39:44Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:39:44 INFO  ws-handler:0 - Channel closed, close code:  nil  reason:  nil
2016-06-22T13:39:46Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:39:46 INFO  ws-handler:0 - Channel Open for  fa7b92a3-41ff-469c-ac1a-e75c9f2e2e57
2016-06-22T13:41:18Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:41:18 INFO  ws-handler:0 - Channel closed, close code:  nil  reason:  nil
2016-06-22T13:41:21Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:41:21 INFO  ws-handler:0 - Channel Open for  fa7b92a3-41ff-469c-ac1a-e75c9f2e2e57
2016-06-22T13:41:25Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:41:25 INFO  ws-handler:0 - Channel closed, close code:  nil  reason:  nil
2016-06-22T13:41:27Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:41:27 INFO  ws-handler:0 - Channel Open for  fa7b92a3-41ff-469c-ac1a-e75c9f2e2e57
2016-06-22T13:41:46Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:41:46 INFO  ws-handler:0 - Channel closed, close code:  nil  reason:  nil
2016-06-22T13:41:48Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:41:48 INFO  ws-handler:0 - Channel Open for  fa7b92a3-41ff-469c-ac1a-e75c9f2e2e57
2016-06-22T13:42:30Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:42:30 INFO  ws-handler:0 - Channel closed, close code:  nil  reason:  nil
2016-06-22T13:42:33Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:42:33 INFO  ws-handler:0 - Channel Open for  fa7b92a3-41ff-469c-ac1a-e75c9f2e2e57
2016-06-22T13:43:15Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:43:15 INFO  ws-handler:0 - Channel closed, close code:  nil  reason:  nil
2016-06-22T13:43:17Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:43:17 INFO  ws-handler:0 - Channel Open for  fa7b92a3-41ff-469c-ac1a-e75c9f2e2e57
2016-06-22T13:44:15Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:44:15 INFO  ws-handler:0 - Channel closed, close code:  nil  reason:  nil
2016-06-22T13:44:17Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:44:17 INFO  ws-handler:0 - Channel Open for  fa7b92a3-41ff-469c-ac1a-e75c9f2e2e57
2016-06-22T13:44:50Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:44:50 INFO  ws-handler:0 - Channel closed, close code:  nil  reason:  nil
2016-06-22T13:44:52Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:44:52 INFO  ws-handler:0 - Channel Open for  fa7b92a3-41ff-469c-ac1a-e75c9f2e2e57
2016-06-22T13:45:34Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:45:34 INFO  ws-handler:0 - Channel closed, close code:  nil  reason:  nil
2016-06-22T13:45:37Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:45:37 INFO  ws-handler:0 - Channel Open for  fa7b92a3-41ff-469c-ac1a-e75c9f2e2e57
2016-06-22T13:45:53Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:45:53 INFO  ws-handler:0 - Channel closed, close code:  nil  reason:  nil
2016-06-22T13:45:55Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:45:55 INFO  ws-handler:0 - Channel Open for  fa7b92a3-41ff-469c-ac1a-e75c9f2e2e57
2016-06-22T13:46:11Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:46:11 INFO  ws-handler:0 - Channel closed, close code:  nil  reason:  nil
2016-06-22T13:46:13Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:46:13 INFO  ws-handler:0 - Channel Open for  fa7b92a3-41ff-469c-ac1a-e75c9f2e2e57
2016-06-22T13:46:28Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:46:28 INFO  ws-handler:0 - Channel closed, close code:  nil  reason:  nil
2016-06-22T13:46:30Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:46:30 INFO  ws-handler:0 - Channel Open for  fa7b92a3-41ff-469c-ac1a-e75c9f2e2e57
2016-06-22T13:47:52Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:47:52 INFO  ws-handler:0 - Channel closed, close code:  nil  reason:  nil
2016-06-22T13:47:54Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:47:54 INFO  ws-handler:0 - Channel Open for  fa7b92a3-41ff-469c-ac1a-e75c9f2e2e57
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:48:18 INFO  user:0 - Attempting image upload to placeavote-cdn for users/36e2bea1-34a2-47c4-9e37-418fc39071d5/profile/img/p200xp200x/b4b49922-e456-48f6-bf4c-295bc0bc3322.jpeg of size 7045
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$method_delete_QMARK_ invoke core.clj 308]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440  :cause You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE user_id = '223'' at line 1
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440  :via
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440  [{:type java.sql.BatchUpdateException
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440    :message You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE user_id = '223'' at line 1
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440    :at [sun.reflect.NativeConstructorAccessorImpl newInstance0 NativeConstructorAccessorImpl.java -2]}
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   {:type com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440    :message You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE user_id = '223'' at line 1
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440    :at [sun.reflect.NativeConstructorAccessorImpl newInstance0 NativeConstructorAccessorImpl.java -2]}]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440  :trace
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440  [[sun.reflect.NativeConstructorAccessorImpl newInstance0 NativeConstructorAccessorImpl.java -2]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [sun.reflect.NativeConstructorAccessorImpl newInstance NativeConstructorAccessorImpl.java 62]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [sun.reflect.DelegatingConstructorAccessorImpl newInstance DelegatingConstructorAccessorImpl.java 45]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [java.lang.reflect.Constructor newInstance Constructor.java 423]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.Util handleNewInstance Util.java 404]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.Util getInstance Util.java 387]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.SQLError createSQLException SQLError.java 939]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.MysqlIO checkErrorPacket MysqlIO.java 3878]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.MysqlIO checkErrorPacket MysqlIO.java 3814]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.MysqlIO sendCommand MysqlIO.java 2478]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.MysqlIO sqlQueryDirect MysqlIO.java 2625]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.ConnectionImpl execSQL ConnectionImpl.java 2551]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.PreparedStatement executeInternal PreparedStatement.java 1861]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.PreparedStatement executeUpdateInternal PreparedStatement.java 2073]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.PreparedStatement executeBatchSerially PreparedStatement.java 1751]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.PreparedStatement executeBatchInternal PreparedStatement.java 1257]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:48:18 ERROR users:0 - Error uploading Profile image.  #error {
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$execute_batch invokeStatic jdbc.clj 426]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$execute_batch invoke jdbc.clj 419]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [com.mysql.jdbc.StatementImpl executeBatch StatementImpl.java 959]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$db_transaction_STAR_ invokeStatic jdbc.clj 613]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$db_transaction_STAR_ invoke jdbc.clj 585]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$db_transaction_STAR_ invokeStatic jdbc.clj 598]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$db_transaction_STAR_ invoke jdbc.clj 585]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$db_do_execute_prepared_statement invokeStatic jdbc.clj 791]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$db_do_execute_prepared_statement invoke jdbc.clj 778]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$db_do_prepared invokeStatic jdbc.clj 814]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$db_do_prepared invoke jdbc.clj 795]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$execute_BANG_$execute_helper__24863 invoke jdbc.clj 961]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$execute_BANG_ invokeStatic jdbc.clj 965]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$execute_BANG_ invoke jdbc.clj 943]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$update_BANG_ invokeStatic jdbc.clj 1144]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$update_BANG_ invoke jdbc.clj 1132]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$update_BANG_ invokeStatic jdbc.clj 1141]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$update_BANG_ invoke jdbc.clj 1132]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [com.pav.api.db.user$update_account_settings invokeStatic user.clj 164]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [com.pav.api.db.user$update_account_settings invoke user.clj 163]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [com.pav.api.dbwrapper.user$update_user_profile invokeStatic user.clj 67]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [com.pav.api.dbwrapper.user$update_user_profile invoke user.clj 59]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [com.pav.api.services.users$update_account_settings invokeStatic users.clj 351]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [com.pav.api.services.users$update_account_settings invoke users.clj 346]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [com.pav.api.services.users$upload_profile_image invokeStatic users.clj 410]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [com.pav.api.services.users$upload_profile_image invoke users.clj 403]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [com.pav.api.resources.user$upload_profile_image$fn__29363 invoke user.clj 106]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 81]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$post_BANG_ invokeStatic core.clj 241]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$post_BANG_ invoke core.clj 241]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$post_to_existing_QMARK_ invokeStatic core.clj 297]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$post_to_existing_QMARK_ invoke core.clj 297]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$method_patch_QMARK_ invokeStatic core.clj 306]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$method_patch_QMARK_ invoke core.clj 306]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$method_delete_QMARK_ invokeStatic core.clj 308]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.java.jdbc$db_do_execute_prepared_statement$fn__24826 invoke jdbc.clj 792]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$if_modified_since_exists_QMARK_ invokeStatic core.clj 328]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$if_modified_since_exists_QMARK_ invoke core.clj 328]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$if_none_match_exists_QMARK_ invokeStatic core.clj 346]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$if_none_match_exists_QMARK_ invoke core.clj 346]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$if_unmodified_since_exists_QMARK_ invokeStatic core.clj 366]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$if_unmodified_since_exists_QMARK_ invoke core.clj 366]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$if_match_exists_QMARK_ invokeStatic core.clj 380]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$if_match_exists_QMARK_ invoke core.clj 380]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$exists_QMARK_ invokeStatic core.clj 383]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$exists_QMARK_ invoke core.clj 383]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$processable_QMARK_ invokeStatic core.clj 386]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$processable_QMARK_ invoke core.clj 386]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$encoding_available_QMARK_ invokeStatic core.clj 390]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$encoding_available_QMARK_ invoke core.clj 390]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$accept_encoding_exists_QMARK_ invokeStatic core.clj 405]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$accept_encoding_exists_QMARK_ invoke core.clj 405]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$accept_charset_exists_QMARK_ invokeStatic core.clj 418]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$accept_charset_exists_QMARK_ invoke core.clj 418]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$is_options_QMARK_ invoke core.clj 462]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$language_available_QMARK_ invokeStatic core.clj 422]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$language_available_QMARK_ invoke core.clj 422]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$accept_language_exists_QMARK_ invokeStatic core.clj 432]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$accept_language_exists_QMARK_ invoke core.clj 432]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$media_type_available_QMARK_ invokeStatic core.clj 442]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$media_type_available_QMARK_ invoke core.clj 442]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$accept_exists_QMARK_ invokeStatic core.clj 445]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$accept_exists_QMARK_ invoke core.clj 445]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$is_options_QMARK_ invokeStatic core.clj 462]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$valid_entity_length_QMARK_ invokeStatic core.clj 465]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$valid_entity_length_QMARK_ invoke core.clj 465]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$known_content_type_QMARK_ invokeStatic core.clj 468]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$known_content_type_QMARK_ invoke core.clj 468]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$valid_content_header_QMARK_ invokeStatic core.clj 470]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$valid_content_header_QMARK_ invoke core.clj 470]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$allowed_QMARK_ invokeStatic core.clj 473]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$allowed_QMARK_ invoke core.clj 473]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$authorized_QMARK_ invokeStatic core.clj 476]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$authorized_QMARK_ invoke core.clj 476]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$malformed_QMARK_ invokeStatic core.clj 479]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$malformed_QMARK_ invoke core.clj 479]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$method_allowed_QMARK_ invokeStatic core.clj 482]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$method_allowed_QMARK_ invoke core.clj 482]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$uri_too_long_QMARK_ invokeStatic core.clj 485]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$uri_too_long_QMARK_ invoke core.clj 485]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$known_method_QMARK_ invokeStatic core.clj 488]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [java.lang.Thread run Thread.java 745]]}
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$service_available_QMARK_ invokeStatic core.clj 491]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$service_available_QMARK_ invoke core.clj 491]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invokeStatic core.clj 86]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$decide invoke core.clj 73]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$initialize_context invokeStatic core.clj 493]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$initialize_context invoke core.clj 493]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$run_resource invokeStatic core.clj 581]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$run_resource invoke core.clj 579]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [com.pav.api.resources.user$upload_profile_image invokeStatic user.clj 99]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [com.pav.api.resources.user$upload_profile_image invoke user.clj 99]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [compojure.response$fn__261 invokeStatic response.clj 27]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [compojure.response$fn__261 invoke response.clj 14]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [compojure.response$fn__242$G__237__249 invoke response.clj 10]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [compojure.core$make_route$fn__361 invoke core.clj 94]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [compojure.core$if_route$fn__349 invoke core.clj 40]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [compojure.core$if_method$fn__342 invoke core.clj 25]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [compojure.core$routing$fn__367 invoke core.clj 107]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.core$some invokeStatic core.clj 2592]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.core$some invoke core.clj 2583]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [compojure.core$routing invokeStatic core.clj 107]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [compojure.core$routing doInvoke core.clj 104]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.lang.RestFn applyTo RestFn.java 139]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.core$apply invokeStatic core.clj 648]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.core$apply invoke core.clj 641]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [compojure.core$routes$fn__371 invoke core.clj 112]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [compojure.core$routing$fn__367 invoke core.clj 107]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.core$some invokeStatic core.clj 2592]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.core$some invoke core.clj 2583]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [compojure.core$routing invokeStatic core.clj 107]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [compojure.core$routing doInvoke core.clj 104]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.lang.RestFn applyTo RestFn.java 139]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.core$apply invokeStatic core.clj 648]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.core$apply invoke core.clj 641]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [compojure.core$routes$fn__371 invoke core.clj 112]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [buddy.auth.middleware$wrap_authentication$fn__4833 invoke middleware.clj 46]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [ring.middleware.json$wrap_json_body$fn__1354 invoke json.clj 33]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [ring.middleware.cors$wrap_cors$fn__1447 invoke cors.clj 150]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [ring.middleware.keyword_params$wrap_keyword_params$fn__1606 invoke keyword_params.clj 32]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [ring.middleware.nested_params$wrap_nested_params$fn__1649 invoke nested_params.clj 69]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [ring.middleware.params$wrap_params$fn__1578 invoke params.clj 57]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [ring.middleware.multipart_params$wrap_multipart_params$fn__1687 invoke multipart_params.clj 106]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [ring.middleware.flash$wrap_flash$fn__3159 invoke flash.clj 31]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [ring.middleware.session$wrap_session$fn__3145 invoke session.clj 85]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [ring.middleware.json$wrap_json_response$fn__1371 invoke json.clj 65]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [clojure.lang.Var invoke Var.java 379]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [org.httpkit.server.HttpHandler run RingHandler.java 91]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [java.util.concurrent.Executors$RunnableAdapter call Executors.java 511]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [java.util.concurrent.FutureTask run FutureTask.java 266]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [java.util.concurrent.ThreadPoolExecutor runWorker ThreadPoolExecutor.java 1142]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [java.util.concurrent.ThreadPoolExecutor$Worker run ThreadPoolExecutor.java 617]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440   [liberator.core$known_method_QMARK_ invoke core.clj 488]
2016-06-22T13:48:18Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:48:18 INFO  user:0 - File uploaded for users/36e2bea1-34a2-47c4-9e37-418fc39071d5/profile/img/p200xp200x/b4b49922-e456-48f6-bf4c-295bc0bc3322.jpeg
2016-06-22T13:48:23Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:48:23 INFO  ws-handler:0 - Channel closed, close code:  nil  reason:  nil
2016-06-22T13:48:25Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:48:25 INFO  ws-handler:0 - Channel Open for  fa7b92a3-41ff-469c-ac1a-e75c9f2e2e57
2016-06-22T13:48:41Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:48:41 INFO  ws-handler:0 - Channel closed, close code:  nil  reason:  nil
2016-06-22T13:48:43Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:48:43 INFO  ws-handler:0 - Channel Open for  fa7b92a3-41ff-469c-ac1a-e75c9f2e2e57
2016-06-22T13:48:56Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:48:56 INFO  ws-handler:0 - Channel closed, close code:  nil  reason:  nil
2016-06-22T13:48:58Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:48:58 INFO  ws-handler:0 - Channel Open for  fa7b92a3-41ff-469c-ac1a-e75c9f2e2e57
2016-06-22T13:50:05Z web:RLBMBJFXUHL/e5f081774440 2016-06-22 13:50:05 INFO  ws-handler:0 - Channel closed, close code:  nil  reason:  nil