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: | |
Category: | Connector / J | Severity: | S3 (Non-critical) |
Version: | 5.0 | OS: | Windows (Windows XP Pro) |
Assigned to: | CPU Architecture: | Any |
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:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[22 Nov 2005 20:05]
Tom Ritter
[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.