Ok :)
Restarting both MySQL and Tomcat solved the problem.
When only Tomcat was restarted - Maven timed out trying to upload a POM to Artifactory.
Wow, it's much worse than I thought - Artifactory now stopped serving ALL requests, throwing same NullPointerException all the time: stdout_20090708.zip
I'll see if Tomcat restart solves that.
Evgeny Goldin wrote:
I've tried to upload a 91.5Mb ZIP file (it's an Eclipse skeleton we need for plugin development).
Artifactory has "File Upload Max Size" set to "100" so upload itself went Ok (though it was a little bit too fast for me - it took less than a minute to upload such a big file?).
But now I can't access this file - attempting to download it or remove from repository causes Artifactory to throw exception, root cause is NPE in com.mysql.jdbc.ConnectionImpl.getServerCharacterEncoding().
See the log attached:
stdout_20090708.zipI'm using "mysql-connector-java-5.1.7-bin.jar"