||unity-dev|| Unity filled up 100GB of disk with errors in log file

Discussion list for Unity developers. unity-dev at moock.org
Tue Oct 16 12:56:54 CDT 2007


Last night, unity went crazy, and filled up approximately 100GB of free
space on my disk from its log file. I'm not sure if this is a problem with
my code, with unity's code, or if it is some exploit (since it starts with
an unknown IP connecting to the admin port).

Please let me know if I should send you a larger excerpt of the log file, or
if I should contact you directly.

Thanks,
David Rorex


The last few things before it starts going crazy:

2007-10-15 21:33:44,533 WARN  - Connection to Admin port from ip:
38.98.136.231
2007-10-15 21:33:44,542 WARN  - Admin disconnecting.
2007-10-15 21:33:44,542 WARN  - Admin disconnected
2007-10-15 21:33:44,543 ERROR - Exception in Admin.
java.lang.NullPointerException
        at org.moock.unity.core.a.d.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:595)
2007-10-15 21:33:44,544 ERROR - Exception in Admin.
java.lang.NullPointerException
        at org.moock.unity.core.a.d.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:595)
2007-10-15 21:33:44,544 ERROR - Exception in Admin.
java.lang.NullPointerException
        at org.moock.unity.core.a.d.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:595)
2007-10-15 21:33:44,544 ERROR - Exception in Admin.
java.lang.NullPointerException
        at org.moock.unity.core.a.d.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:595)
2007-10-15 21:33:44,544 ERROR - Exception in Admin.
java.lang.NullPointerException
        at org.moock.unity.core.a.d.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:595)
2007-10-15 21:33:44,544 ERROR - Exception in Admin.

this repeats about a gazillion times. The end of the log file (once disk is
full) looks like this (repeated over and over):

2007-10-16 04:35:01,012 ERROR - Exception in Admin.
java.lang.NullPointerException
2007-10-16 04:35:01,012 ERROR - Exception in Admin.
java.lang.NullPointerException
2007-10-16 04:35:01,012 ERROR - Exception in Admin.
java.lang.NullPointerException
2007-10-16 04:35:01,012 ERROR - Exception in Admin.
java.lang.NullPointerException


More information about the unity-dev mailing list