Advertisement
Guest User

asd

a guest
Jan 4th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. 2012-01-04 21:25:31 [INFO] [pathogenPlayerLives] Flatfile database autosaving...
  2. 2012-01-04 21:25:31 [SEVERE] Unable to save plugins/playerLives/livesDb.properties
  3. java.io.FileNotFoundException: plugins/playerLives/livesDb.properties (Too many open files)
  4. at java.io.FileOutputStream.open(Native Method)
  5. at java.io.FileOutputStream.<init>(FileOutputStream.java:194)
  6. at java.io.FileOutputStream.<init>(FileOutputStream.java:84)
  7. at com.pathogenstudios.playerlives.PropertyHandler.save(PropertyHandler.java:72)
  8. at com.pathogenstudios.playerlives.PropertyHandler.setInt(PropertyHandler.java:168)
  9. at com.pathogenstudios.playerlives.dbWrappers.flatfile.save(flatfile.java:70)
  10. at com.pathogenstudios.playerlives.dbWrappers.flatfile$AutoSaveTask.run(flatfile.java:83)
  11. at java.util.TimerThread.mainLoop(Timer.java:512)
  12. at java.util.TimerThread.run(Timer.java:462)
  13. 2012-01-04 21:25:31 [SEVERE] Unable to save plugins/playerLives/livesDb.properties
  14. java.io.FileNotFoundException: plugins/playerLives/livesDb.properties (Too many open files)
  15. at java.io.FileOutputStream.open(Native Method)
  16. at java.io.FileOutputStream.<init>(FileOutputStream.java:194)
  17. at java.io.FileOutputStream.<init>(FileOutputStream.java:84)
  18. at com.pathogenstudios.playerlives.PropertyHandler.save(PropertyHandler.java:72)
  19. at com.pathogenstudios.playerlives.PropertyHandler.setInt(PropertyHandler.java:168)
  20. at com.pathogenstudios.playerlives.dbWrappers.flatfile.save(flatfile.java:70)
  21. at com.pathogenstudios.playerlives.dbWrappers.flatfile$AutoSaveTask.run(flatfile.java:83)
  22. at java.util.TimerThread.mainLoop(Timer.java:512)
  23. at java.util.TimerThread.run(Timer.java:462)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement