[JBoss-user] [JBoss Portal] - Re: Bug in Hibernate Slide storage on 2.0.1RC3?

2005-12-14 Thread sverker
Did the change of column type to longblob but that did not solve the problem.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912754#3912754

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912754


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Bug in Hibernate Slide storage on 2.0.1RC3?

2005-12-06 Thread bdaw
as I replied to: http://www.jboss.com/index.html?module=bbop=viewtopict=73336

The possible issue could be to weak sql column type for stroring blobs in 
schema created by hibernate.

Look at slide_version_content table and content column.
If you are using mysql and it's BLOB type it will store data up to 64K only.
Try altering column type with:

ALTER TABLE slide_version_content CHANGE content content longblob

(this is mysql specific command)

Could you try this and tell us if this was the issue?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3910998#3910998

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3910998


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Bug in Hibernate Slide storage on 2.0.1RC3?

2005-12-05 Thread [EMAIL PROTECTED]
Have you checked your mysql log for errors? Check what your max_allowed_packet 
variable is set to in the mysql config. If you're uploading 8MB files, it 
should be AT LEAST that.




View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3910795#3910795

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3910795


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Bug in Hibernate Slide storage on 2.0.1RC3?

2005-12-05 Thread sverker
Hi
no clues in the log files. I have max_allowed_packet=64M and I can put big 
blobs from my own hibernate-based app to the same db.

Note that the limit is 8k, not 8M, and the blob is still say 15k but everything 
above the 8k limit is zero.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3910823#3910823

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3910823


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user