Exceptions in JDBC driver after uploading 92 Mb ZIP file

View: New views
3 Messages — Rating Filter:   Alert me  

Exceptions in JDBC driver after uploading 92 Mb ZIP file

by Evgeny Goldin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.zip

I'm using "mysql-connector-java-5.1.7-bin.jar"

--
Best regards,
Evgeny
http://evgeny-goldin.com/

Re: Exceptions in JDBC driver after uploading 92 Mb ZIP file

by Evgeny Goldin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.zip

I'm using "mysql-connector-java-5.1.7-bin.jar"
--
Best regards,
Evgeny
http://evgeny-goldin.com/

Re: Exceptions in JDBC driver after uploading 92 Mb ZIP file

by Evgeny Goldin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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.zip

I'm using "mysql-connector-java-5.1.7-bin.jar"

--
Best regards,
Evgeny
http://evgeny-goldin.com/