Bug #15149 Receive EXCEPTION_ACCESS_VIOLATION from HotSpot VM
Submitted: 22 Nov 2005 20:03 Modified: 5 Dec 2005 15:01
Reporter: Tom Ritter Email Updates:
Status: Won't fix Impact on me:
None 
Category:Connector / J Severity:S3 (Non-critical)
Version:5.0 OS:Windows (Windows XP Pro)
Assigned to: CPU Architecture:Any

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[22 Nov 2005 20:05] Tom Ritter
The error report from java

Attachment: hs_err_pid1588.log (application/octet-stream, text), 9.80 KiB.

[22 Nov 2005 20:06] Tom Ritter
CollectTsmData.java  -  The main method.

Attachment: CollectTsmData.class (application/java, text), 574 bytes.

[22 Nov 2005 20:07] Tom Ritter
The class adding rows to a table and running the stored procedure.

Attachment: UpdateTsmDataDB.java (text/plain), 4.44 KiB.

[22 Nov 2005 20:07] Tom Ritter
Class to get TSM server ODCB connections

Attachment: TsmServers.java (text/plain), 2.85 KiB.

[23 Nov 2005 13:38] Tom Ritter
SQL that defines The MySql DB and the storted procedure that updates the Trend Table.

Attachment: TsmData.txt (text/plain), 9.87 KiB.

[23 Nov 2005 14:06] Tom Ritter
This is the CORRECT "CollectTsmData.java" file.

Attachment: CollectTsmData.java (text/plain), 229 bytes.