Jump to content
  • 0

Wtf Is That ? :o


L2op

Question

My gameserver.bat saw me that error at morning!!

 
Can't load log handler "java.util.logging.FileHandler"
java.io.IOException: Couldn't get lock for log/java%u.log
java.io.IOException: Couldn't get lock for log/java%u.log
        at java.util.logging.FileHandler.openFiles(Unknown Source)
        at java.util.logging.FileHandler.<init>(Unknown Source)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
 
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at java.lang.Class.newInstance(Unknown Source)
        at java.util.logging.LogManager$5.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.util.logging.LogManager.loadLoggerHandlers(Unknown Source)
        at java.util.logging.LogManager.initializeGlobalHandlers(Unknown Source)
 
        at java.util.logging.LogManager.access$1500(Unknown Source)
        at java.util.logging.LogManager$RootLogger.accessCheckedHandlers(Unknown
 Source)
        at java.util.logging.Logger.getHandlers(Unknown Source)
        at java.util.logging.Logger.log(Unknown Source)
        at java.util.logging.Logger.doLog(Unknown Source)
        at java.util.logging.Logger.log(Unknown Source)
        at java.util.logging.Logger.info(Unknown Source)
        at com.l2jfrozen.util.Util.printSection(Util.java:139)
        at com.l2jfrozen.gameserver.GameServer.main(GameServer.java:198)
Can't load log handler "com.l2jfrozen.logs.ErrorLogHandler"
java.io.IOException: Couldn't get lock for log/error%u.log
java.io.IOException: Couldn't get lock for log/error%u.log
        at java.util.logging.FileHandler.openFiles(Unknown Source)
        at java.util.logging.FileHandler.<init>(Unknown Source)
        at com.l2jfrozen.logs.ErrorLogHandler.<init>(ErrorLogHandler.java:31)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
 
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at java.lang.Class.newInstance(Unknown Source)
        at java.util.logging.LogManager$5.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.util.logging.LogManager.loadLoggerHandlers(Unknown Source)
        at java.util.logging.LogManager.initializeGlobalHandlers(Unknown Source)
 
        at java.util.logging.LogManager.access$1500(Unknown Source)
        at java.util.logging.LogManager$RootLogger.accessCheckedHandlers(Unknown
 Source)
        at java.util.logging.Logger.getHandlers(Unknown Source)
        at java.util.logging.Logger.log(Unknown Source)
        at java.util.logging.Logger.doLog(Unknown Source)
        at java.util.logging.Logger.log(Unknown Source)
        at java.util.logging.Logger.info(Unknown Source)
        at com.l2jfrozen.util.Util.printSection(Util.java:139)
        at com.l2jfrozen.gameserver.GameServer.main(GameServer.java:198)
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Can't load log handler "java.util.logging.FileHandler"

 

 

i am not sure since i am not a java developer but i got some basic knowledge, tell me your log file size? try to delete error logs and check what console show

Link to comment
Share on other sites

  • 0

did you edit any .cfg file on the pack or any config that you shouldnt? im sure you did :dat: plus delete the log folder just to be sure ^_^

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...