Advertisement
Guest User

Untitled

a guest
Dec 8th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. 2012-12-08 08:35:41 [WARNING] [McftProfiler] SQLite: Please close your previous ResultSet to run the query:
  2. UPDATE iplog SET users = 'harryjamesuk' WHERE ipid = 46;
  3. 2012-12-08 08:35:44 [WARNING] [McftProfiler] SQLite: Please close your previous ResultSet to run the query:
  4. SELECT ipid, ip, users, ips FROM iplog WHERE ip NOT LIKE '2.120.189.16' AND users LIKE '%harryjamesuk%' LIMIT 10;
  5. 2012-12-08 08:35:44 [WARNING] [McftProfiler] Error while logging user IP: null
  6. 2012-12-08 08:35:47 [WARNING] [McftProfiler] SQLite: Please close your previous ResultSet to run the query:
  7. SELECT profileid, username, ip, awards FROM profiles WHERE username LIKE 'harryjamesuk' LIMIT 10;
  8. 2012-12-08 08:35:47 [SEVERE] [McftProfiler] java.lang.NullPointerExceptionexception when creating user profile: null
  9. 2012-12-08 08:35:50 [WARNING] [McftProfiler] SQLite: Please close your previous ResultSet to run the query:
  10. SELECT ip, users, ips FROM iplog WHERE users LIKE '%harryjamesuk%';
  11. 2012-12-08 08:35:50 [SEVERE] [McftProfiler] java.lang.NullPointerExceptionexception when checking related accounts for user: null
  12. 2012-12-08 08:35:53 [WARNING] [McftProfiler] SQLite: Please close your previous ResultSet to run the query:
  13. UPDATE profiles SET laston = '2012-12-08 08:35:50.367' WHERE username = 'harryjamesuk';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement