[jboss-user] [JBoss Portal] - Re: cms - big file upload problem - mysql

2007-11-08 Thread david.hoffman
Problem solved. Thank you for your help. All I had to do was add | max_allowed_packet=10485760 | to my my.ini file and it started working. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102967#4102967 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss Portal] - Re: cms - big file upload problem - mysql

2007-11-07 Thread [EMAIL PROTECTED]
Not sure if it would make a difference (as I'm not working on CMS) but we do NOT currently support Java 6... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102677#4102677 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Portal] - Re: cms - big file upload problem - mysql

2007-11-07 Thread PeterJ
What is the max_allowed_packet size for your MySQL database? It must be as large as the blob you are attempting to insert (I would try the file size plus 5-10%). See http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html#option_mysqld_max_allowed_packet View the original post : h

[jboss-user] [JBoss Portal] - Re: cms - big file upload problem - mysql

2007-11-07 Thread david.hoffman
OK, I have tried the following configurations, all with the same results. 2.6.1 w/ jdk 1.5 2.6.1 w/ jdk 1.6 2.6.2 w/ jdk 1.5 2.6.2 w/ jdk 1.6 Regardless of the configuration, I still get the same exception: | | javax.resource.ResourceException: Transaction is not active: | tx=Tran

[jboss-user] [JBoss Portal] - Re: cms - big file upload problem - mysql

2007-11-07 Thread david.hoffman
One error in my previous post. I thought I was at portal version 2.6.2 but in fact I am using 2.6.1. While waiting for some sort of assistance, I will try 2.6.2 and see if it is resolved there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102674#4102674

[jboss-user] [JBoss Portal] - Re: cms - big file upload problem - mysql

2007-09-18 Thread k3nnymusic
Error starts with: 13:51:52,854 ERROR [STDERR] javax.transaction.xa.XAException | 13:51:52,854 ERROR [STDERR] at org.apache.jackrabbit.core.TransactionContext.commit(TransactionContext.java:182) | 13:51:52,885 ERROR [STDERR] at org.apache.jackrabbit.core.XASessionImpl.commit(XASessio

[jboss-user] [JBoss Portal] - Re: cms - big file upload problem - mysql

2007-09-18 Thread k3nnymusic
Sorry I forgot, I'm using jboss as 4.0.5 GA, jboss portal 2.4.2 and mysql 5.1.11 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085418#4085418 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085418

[jboss-user] [JBoss Portal] - Re: cms - big file upload problem - mysql

2007-09-18 Thread k3nnymusic
It can be other reason, so I add error log: | 12:19:40,126 ERROR [org_jboss_portal_core_portlet_cms_admin_CMSAdminPortlet] The portlet threw an exception | javax.portlet.PortletException: org.jboss.portal.cms.CMSException: javax.transaction.xa.XAException | at org.jboss.portal.c