From: <leg...@at...> - 2003-10-22 10:22:30
|
The following comment has been added to this issue: Author: Nicolas Berthet Created: Wed, 22 Oct 2003 3:49 AM Body: It finally seems to belong to BlobImpl --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-418 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-418 Summary: An large insert statement raise an java.lang.OutOfMemory Type: Bug Status: Unassigned Priority: Major Project: Hibernate2 Components: core Versions: 2.1 beta 3 Assignee: Reporter: Nicolas Berthet Created: Wed, 22 Oct 2003 3:20 AM Updated: Wed, 22 Oct 2003 3:20 AM Environment: hiberate 2.1b3, webwork 2, resin Description: I'm trying to insert a 5 Mo file (BinaryType) and it raise an OutOfMemory.. i'm unable to trace where it come from... the same process works for files until about 4 Mo --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2003-10-23 02:23:36
|
The following comment has been added to this issue: Author: Nicolas Berthet Created: Wed, 22 Oct 2003 5:10 AM Body: This is a brief look of my process.. 1) i begin a transaction 2) i create some objects (one of them has a field over 5 Mo) 3) i commit the transaction and there an error occurs OutOfMemory the error occurs during the following call st.setBytes( index, (byte[]) value ); on line 24 from BinaryType.java i tried to get more information but i simply couldn't.. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-418 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-418 Summary: An large insert statement raise an java.lang.OutOfMemory Type: Bug Status: Unassigned Priority: Major Project: Hibernate2 Components: core Versions: 2.1 beta 3 Assignee: Reporter: Nicolas Berthet Created: Wed, 22 Oct 2003 3:20 AM Updated: Wed, 22 Oct 2003 3:20 AM Environment: hiberate 2.1b3, webwork 2, resin Description: I'm trying to insert a 5 Mo file (BinaryType) and it raise an OutOfMemory.. i'm unable to trace where it come from... the same process works for files until about 4 Mo --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |
From: <leg...@at...> - 2004-03-29 18:34:22
|
The following comment has been added to this issue: Author: CVS Notification Service Created: Mon, 29 Mar 2004 12:36 PM Body: CVS COMMIT LOG: SUBJECT: [Hibernate-commits] Hibernate2/src/net/sf/hibernate hibernate-mapping-2.0.dtd,1.34.2.35,1.34.2.36 HB-418 and HB-813 --------------------------------------------------------------------- View this comment: http://opensource.atlassian.com/projects/hibernate/browse/HB-418?page=comments#action_12719 --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/browse/HB-418 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-418 Summary: An large insert statement raise an java.lang.OutOfMemory Type: Bug Status: Closed Priority: Major Resolution: REJECTED Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: Hibernate2 Components: core Versions: 2.1 beta 3 Assignee: Reporter: Nicolas Berthet Created: Wed, 22 Oct 2003 3:20 AM Updated: Mon, 29 Mar 2004 12:36 PM Environment: hiberate 2.1b3, webwork 2, resin Description: I'm trying to insert a 5 Mo file (BinaryType) and it raise an OutOfMemory.. i'm unable to trace where it come from... the same process works for files until about 4 Mo --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |